lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.81.0 vs lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.83.0
- old
+ new
@@ -311,12 +311,13 @@
# for cross-region requests to be made. Set to `false` to use the
# client's region instead.
#
# @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
#
@@ -7596,10 +7597,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-s3control'
- context[:gem_version] = '1.81.0'
+ context[:gem_version] = '1.83.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated