lib/aws-sdk-datazone/client.rb in aws-sdk-datazone-1.12.0 vs lib/aws-sdk-datazone/client.rb in aws-sdk-datazone-1.13.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] :stub_responses (false) # Causes the client to return stubbed responses. By default # fake responses are generated and returned. You can specify # the response data to return or errors to raise by calling # {ClientStubs#stub_responses}. See {ClientStubs} for more information. @@ -8450,10 +8459,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-datazone' - context[:gem_version] = '1.12.0' + context[:gem_version] = '1.13.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated