lib/aws-sdk-cloudwatch.rb in aws-sdk-cloudwatch-1.33.0 vs lib/aws-sdk-cloudwatch.rb in aws-sdk-cloudwatch-1.34.0

- old
+ new

@@ -26,26 +26,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. # +# cloud_watch = Aws::CloudWatch::Client.new +# resp = cloud_watch.delete_alarms(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from Amazon CloudWatch all -# extend {Errors::ServiceError}. +# Errors returned from Amazon CloudWatch are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::CloudWatch::Errors::ServiceError -# # rescues all service API errors +# # rescues all Amazon CloudWatch API errors # end # # See {Errors} for more information. # # @service module Aws::CloudWatch - GEM_VERSION = '1.33.0' + GEM_VERSION = '1.34.0' end