lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.41.1 vs lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.42.0

- old
+ new

@@ -285,14 +285,19 @@ # {ClientStubs#stub_responses}. See {ClientStubs} for more information. # # ** Please note ** When response stubbing is enabled, no HTTP # requests are made, and retries are disabled. # - # @option options [Boolean] :use_dualstack_endpoint (false) - # When set to `true`, IPv6-compatible bucket endpoints will be used - # for all operations. + # @option options [Boolean] :use_dualstack_endpoint + # When set to `true`, dualstack enabled endpoints (with `.aws` TLD) + # will be used if available. # + # @option options [Boolean] :use_fips_endpoint + # When set to `true`, fips compatible endpoints will be used if available. + # When a `fips` region is used, the region is normalized and this config + # is set to `true`. + # # @option options [Boolean] :validate_params (true) # When `true`, request parameters are validated before # sending the request. # # @option options [URI::HTTP,String] :http_proxy A proxy to send @@ -4650,10 +4655,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-s3control' - context[:gem_version] = '1.41.1' + context[:gem_version] = '1.42.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated