lib/aws-sdk-servicediscovery.rb in aws-sdk-servicediscovery-1.19.0 vs lib/aws-sdk-servicediscovery.rb in aws-sdk-servicediscovery-1.20.0
- old
+ new
@@ -22,26 +22,29 @@
#
# The {Client} class provides one method for each API operation. Operation
# methods each accept a hash of request parameters and return a response
# structure.
#
+# service_discovery = Aws::ServiceDiscovery::Client.new
+# resp = service_discovery.create_http_namespace(params)
+#
# See {Client} for more information.
#
# # Errors
#
-# Errors returned from AWS Cloud Map all
-# extend {Errors::ServiceError}.
+# Errors returned from AWS Cloud Map are defined in the
+# {Errors} module and all extend {Errors::ServiceError}.
#
# begin
# # do stuff
# rescue Aws::ServiceDiscovery::Errors::ServiceError
-# # rescues all service API errors
+# # rescues all AWS Cloud Map API errors
# end
#
# See {Errors} for more information.
#
# @service
module Aws::ServiceDiscovery
- GEM_VERSION = '1.19.0'
+ GEM_VERSION = '1.20.0'
end