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