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