lib/aws-sdk-acm.rb in aws-sdk-acm-1.27.0 vs lib/aws-sdk-acm.rb in aws-sdk-acm-1.28.0
- old
+ new
@@ -23,26 +23,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.
#
+# acm = Aws::ACM::Client.new
+# resp = acm.add_tags_to_certificate(params)
+#
# See {Client} for more information.
#
# # Errors
#
-# Errors returned from AWS Certificate Manager all
-# extend {Errors::ServiceError}.
+# Errors returned from AWS Certificate Manager are defined in the
+# {Errors} module and all extend {Errors::ServiceError}.
#
# begin
# # do stuff
# rescue Aws::ACM::Errors::ServiceError
-# # rescues all service API errors
+# # rescues all AWS Certificate Manager API errors
# end
#
# See {Errors} for more information.
#
# @service
module Aws::ACM
- GEM_VERSION = '1.27.0'
+ GEM_VERSION = '1.28.0'
end