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