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