lib/aws-sdk-docdb/client.rb in aws-sdk-docdb-1.80.0 vs lib/aws-sdk-docdb/client.rb in aws-sdk-docdb-1.81.0

- old
+ new

@@ -257,15 +257,38 @@ # # @option options [String] :profile ("default") # Used when loading credentials from the shared credentials file # at HOME/.aws/credentials. When not specified, 'default' is used. # + # @option options [String] :request_checksum_calculation ("when_supported") + # Determines when a checksum will be calculated for request payloads. Values are: + # + # * `when_supported` - (default) When set, a checksum will be + # calculated for all request payloads of operations modeled with the + # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a + # `requestAlgorithmMember` is modeled. + # * `when_required` - When set, a checksum will only be calculated for + # request payloads of operations modeled with the `httpChecksum` trait where + # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember` + # is modeled and supplied. + # # @option options [Integer] :request_min_compression_size_bytes (10240) # The minimum size in bytes that triggers compression for request # bodies. The value must be non-negative integer value between 0 # and 10485780 bytes inclusive. # + # @option options [String] :response_checksum_validation ("when_supported") + # Determines when checksum validation will be performed on response payloads. Values are: + # + # * `when_supported` - (default) When set, checksum validation is performed on all + # response payloads of operations modeled with the `httpChecksum` trait where + # `responseAlgorithms` is modeled, except when no modeled checksum algorithms + # are supported. + # * `when_required` - When set, checksum validation is not performed on + # response payloads of operations unless the checksum algorithm is supported and + # the `requestValidationModeMember` member is set to `ENABLED`. + # # @option options [Proc] :retry_backoff # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay. # This option is only used in the `legacy` retry mode. # # @option options [Float] :retry_base_delay (0.3) @@ -5718,10 +5741,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-docdb' - context[:gem_version] = '1.80.0' + context[:gem_version] = '1.81.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #