lib/aws-sdk-route53domains.rb in aws-sdk-route53domains-1.18.0 vs lib/aws-sdk-route53domains.rb in aws-sdk-route53domains-1.19.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.
#
+# route_53_domains = Aws::Route53Domains::Client.new
+# resp = route_53_domains.check_domain_availability(params)
+#
# See {Client} for more information.
#
# # Errors
#
-# Errors returned from Amazon Route 53 Domains all
-# extend {Errors::ServiceError}.
+# Errors returned from Amazon Route 53 Domains are defined in the
+# {Errors} module and all extend {Errors::ServiceError}.
#
# begin
# # do stuff
# rescue Aws::Route53Domains::Errors::ServiceError
-# # rescues all service API errors
+# # rescues all Amazon Route 53 Domains API errors
# end
#
# See {Errors} for more information.
#
# @service
module Aws::Route53Domains
- GEM_VERSION = '1.18.0'
+ GEM_VERSION = '1.19.0'
end