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