lib/aws-sdk-schemas.rb in aws-sdk-schemas-1.0.0 vs lib/aws-sdk-schemas.rb in aws-sdk-schemas-1.1.0

- old
+ new

@@ -23,26 +23,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. # +# schemas = Aws::Schemas::Client.new +# resp = schemas.create_discoverer(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from Schemas all -# extend {Errors::ServiceError}. +# Errors returned from Schemas are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::Schemas::Errors::ServiceError -# # rescues all service API errors +# # rescues all Schemas API errors # end # # See {Errors} for more information. # # @service module Aws::Schemas - GEM_VERSION = '1.0.0' + GEM_VERSION = '1.1.0' end