lib/aws-sdk-fms/client.rb in aws-sdk-fms-1.69.0 vs lib/aws-sdk-fms/client.rb in aws-sdk-fms-1.72.0
- old
+ new
@@ -299,12 +299,13 @@
# in the future.
#
#
# @option options [String] :sdk_ua_app_id
# A unique and opaque application ID that is appended to the
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
- # maximum length of 50.
+ # User-Agent header as app/sdk_ua_app_id. It should have a
+ # maximum length of 50. This variable is sourced from environment
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
#
# @option options [String] :secret_access_key
#
# @option options [String] :session_token
#
@@ -2552,11 +2553,11 @@
# prevention, smart web application firewalls (WAF), and API
# protection.
#
#
#
- # [1]: https://aws.amazon.com/marketplace
+ # [1]: http://aws.amazon.com/marketplace
#
# @option params [required, Types::Policy] :policy
# The details of the Firewall Manager policy to be created.
#
# @option params [Array<Types::Tag>] :tag_list
@@ -2908,10 +2909,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-fms'
- context[:gem_version] = '1.69.0'
+ context[:gem_version] = '1.72.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated