aws-sdk-dataexchange 1.60.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b7aa7db243dfaef170d8a925411c5fa906762efe3518ee814c620e3b03462e5
4
- data.tar.gz: ad60756f9eb9bb0f13d378c618e8ebffdaad250f22fc1ce8e963171eb73efa72
3
+ metadata.gz: 98b5c248176f58c483024da3f17d1113c753e94a756440136dada10e9bca1215
4
+ data.tar.gz: b6a04500d42d0e13bce878605e603ef67f7dede85740a8ecc4196c31a4de060f
5
5
  SHA512:
6
- metadata.gz: d61f4d50fb065d021c2d197d8d15e9379e0247479c45a094d2578cba3d6d740a638d77444a1ada090b3f1611ea1ab56281d371f725cef53b72aa6ffa1cc44cf5
7
- data.tar.gz: bf332875af2be795c85c6708bb8ee3880082278fd115590331840f4c4fa9847ef46305fd95e21d48abc89f495869bbfa40dd48f8386d1d63334e53986e091529
6
+ metadata.gz: ad50dd7eedf8c9f581c684ca1eea2a3ed87dac3e372880d95914e7108688a8466b6c6a764ceaf8672a414a50aa57153fd46a8d5704532f3be0057467708ab7bb
7
+ data.tar.gz: 7b2e3cd843df175c1e4c9acbac4b3dd9ae113fb252d5f6d3e910d07f5d1a8c6c537615566883cef18fa333f8da96e04f3f54a8484104160468e5b906b9770c6d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.61.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.60.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.62.0
@@ -257,11 +257,34 @@ module Aws::DataExchange
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -2220,7 +2243,7 @@ module Aws::DataExchange
2220
2243
  #
2221
2244
  # @option params [String] :path
2222
2245
  # URI path value for the API request. Alternatively, you can set the URI
2223
- # path directly by invoking /v1/\\\{pathValue\\}.
2246
+ # path directly by invoking /v1/\{pathValue}.
2224
2247
  #
2225
2248
  # @option params [required, String] :revision_id
2226
2249
  # Revision ID value for the API request.
@@ -2719,7 +2742,7 @@ module Aws::DataExchange
2719
2742
  tracer: tracer
2720
2743
  )
2721
2744
  context[:gem_name] = 'aws-sdk-dataexchange'
2722
- context[:gem_version] = '1.60.0'
2745
+ context[:gem_version] = '1.62.0'
2723
2746
  Seahorse::Client::Request.new(handlers, context)
2724
2747
  end
2725
2748
 
@@ -3758,7 +3758,7 @@ module Aws::DataExchange
3758
3758
  #
3759
3759
  # @!attribute [rw] path
3760
3760
  # URI path value for the API request. Alternatively, you can set the
3761
- # URI path directly by invoking /v1/\\\{pathValue\\}.
3761
+ # URI path directly by invoking /v1/\{pathValue}.
3762
3762
  # @return [String]
3763
3763
  #
3764
3764
  # @!attribute [rw] revision_id
@@ -55,7 +55,7 @@ module Aws::DataExchange
55
55
  autoload :EndpointProvider, 'aws-sdk-dataexchange/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dataexchange/endpoints'
57
57
 
58
- GEM_VERSION = '1.60.0'
58
+ GEM_VERSION = '1.62.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement