lib/aws-sdk-cloudwatchevents.rb in aws-sdk-cloudwatchevents-1.26.0 vs lib/aws-sdk-cloudwatchevents.rb in aws-sdk-cloudwatchevents-1.27.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. # +# cloud_watch_events = Aws::CloudWatchEvents::Client.new +# resp = cloud_watch_events.activate_event_source(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from Amazon CloudWatch Events all -# extend {Errors::ServiceError}. +# Errors returned from Amazon CloudWatch Events are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::CloudWatchEvents::Errors::ServiceError -# # rescues all service API errors +# # rescues all Amazon CloudWatch Events API errors # end # # See {Errors} for more information. # # @service module Aws::CloudWatchEvents - GEM_VERSION = '1.26.0' + GEM_VERSION = '1.27.0' end