aws-sdk-snowball 1.80.0 → 1.82.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: 7007d23eb596001b29641ad3199f2ef1e2da4aad078ac4d27fb02339bdbf9e8a
4
- data.tar.gz: 4173714ffa6d87551d6dec2ac8231168bb9f5379630d340b5b0d6803081d3084
3
+ metadata.gz: 82af6af38350ee015a470d7a953089be81af76fc4d3c59120f350dd20c510bb1
4
+ data.tar.gz: 02f6d6eb9b38fbd76a72d2d7a92c1ad0c4187d48af56535e04817b8810acab4b
5
5
  SHA512:
6
- metadata.gz: f8cd59a896f5c32f41ed0311975f512eda1f70cc26e38d54cb143c25a53e0f3c41b5bd1a16de4f2ee853a5f4feffbb92f999162772317950475d3db447550a27
7
- data.tar.gz: c2614b8301902b5e645c9ac150ca8dddf96f4c73ecb6f222612c5fa408cfb713f4166bc7281a18465b12ef7f13d8fbfe0b1abc3a01fc91c232e148185f0e6f45
6
+ metadata.gz: 7c337935341e6c808d4ecfbb071ea0af6ddf8756ac9c3543d64f4cfd73a19701a3cd5fc8922015fc5ce82adb5e6954dd376a446a736dd1ce484897c5d8b39b64
7
+ data.tar.gz: 42d21f1d118e4ada81303fb4043f6105207b4eefb4231a11bacdf3a4d9f66cbd28a56034c47a12d6a0076bfac3069b7d5ed4ee124dbe914c7bb2b564dffa2fbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.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.81.0 (2024-11-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.80.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.82.0
@@ -257,11 +257,34 @@ module Aws::Snowball
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.
@@ -911,7 +934,6 @@ module Aws::Snowball
911
934
  # * Description: Snowcone
912
935
  #
913
936
  #
914
- #
915
937
  # * Device type: **SNC1\_HDD**
916
938
  #
917
939
  # * Capacity: T8
@@ -919,7 +941,6 @@ module Aws::Snowball
919
941
  # * Description: Snowcone
920
942
  #
921
943
  #
922
- #
923
944
  # * Device type: **EDGE\_S**
924
945
  #
925
946
  # * Capacity: T98
@@ -928,7 +949,6 @@ module Aws::Snowball
928
949
  # only
929
950
  #
930
951
  #
931
- #
932
952
  # * Device type: **EDGE\_CG**
933
953
  #
934
954
  # * Capacity: T42
@@ -936,7 +956,6 @@ module Aws::Snowball
936
956
  # * Description: Snowball Edge Compute Optimized with GPU
937
957
  #
938
958
  #
939
- #
940
959
  # * Device type: **EDGE\_C**
941
960
  #
942
961
  # * Capacity: T42
@@ -944,13 +963,11 @@ module Aws::Snowball
944
963
  # * Description: Snowball Edge Compute Optimized without GPU
945
964
  #
946
965
  #
947
- #
948
966
  # * Device type: **EDGE**
949
967
  #
950
968
  # * Capacity: T100
951
969
  #
952
970
  # * Description: Snowball Edge Storage Optimized with EC2 Compute
953
- #
954
971
  # <note markdown="1"> This device is replaced with T98.
955
972
  #
956
973
  # </note>
@@ -969,7 +986,6 @@ module Aws::Snowball
969
986
  # </note>
970
987
  #
971
988
  #
972
- #
973
989
  # * Device type: **STANDARD**
974
990
  #
975
991
  # * Capacity: T80
@@ -982,13 +998,11 @@ module Aws::Snowball
982
998
  # </note>
983
999
  #
984
1000
  #
985
- #
986
1001
  # * Snow Family device type: **RACK\_5U\_C**
987
1002
  #
988
1003
  # * Capacity: T13
989
1004
  #
990
1005
  # * Description: Snowblade.
991
- #
992
1006
  # * Device type: **V3\_5S**
993
1007
  #
994
1008
  # * Capacity: T240
@@ -2954,7 +2968,7 @@ module Aws::Snowball
2954
2968
  tracer: tracer
2955
2969
  )
2956
2970
  context[:gem_name] = 'aws-sdk-snowball'
2957
- context[:gem_version] = '1.80.0'
2971
+ context[:gem_version] = '1.82.0'
2958
2972
  Seahorse::Client::Request.new(handlers, context)
2959
2973
  end
2960
2974
 
@@ -54,7 +54,7 @@ module Aws::Snowball
54
54
  autoload :EndpointProvider, 'aws-sdk-snowball/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowball/endpoints'
56
56
 
57
- GEM_VERSION = '1.80.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
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-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.82.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