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