lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.36.0 vs lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.37.0
- old
+ new
@@ -310,10 +310,19 @@
#
# @option options [String] :secret_access_key
#
# @option options [String] :session_token
#
+ # @option options [Array] :sigv4a_signing_region_set
+ # A list of regions that should be signed with SigV4a signing. When
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
+ # in the following locations:
+ #
+ # * `Aws.config[:sigv4a_signing_region_set]`
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
+ # * `~/.aws/config`
+ #
# @option options [Boolean] :simple_json (false)
# Disables request parameter conversion, validation, and formatting.
# Also disables response data type conversions. The request parameters
# hash must be formatted exactly as the API expects.This option is useful
# when you want to ensure the highest level of performance by avoiding
@@ -1302,10 +1311,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-timestreamquery'
- context[:gem_version] = '1.36.0'
+ context[:gem_version] = '1.37.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated