lib/aws-sdk-fms.rb in aws-sdk-fms-1.21.0 vs lib/aws-sdk-fms.rb in aws-sdk-fms-1.22.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.
#
+# fms = Aws::FMS::Client.new
+# resp = fms.associate_admin_account(params)
+#
# See {Client} for more information.
#
# # Errors
#
-# Errors returned from Firewall Management Service all
-# extend {Errors::ServiceError}.
+# Errors returned from Firewall Management Service are defined in the
+# {Errors} module and all extend {Errors::ServiceError}.
#
# begin
# # do stuff
# rescue Aws::FMS::Errors::ServiceError
-# # rescues all service API errors
+# # rescues all Firewall Management Service API errors
# end
#
# See {Errors} for more information.
#
# @service
module Aws::FMS
- GEM_VERSION = '1.21.0'
+ GEM_VERSION = '1.22.0'
end