aws-sdk-glacier 1.93.0 → 1.94.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62a0ebfaa811f76e0e59e71cc3eac4f01fdf5427d347e559675830410bdc37cc
4
- data.tar.gz: 2eff0e5a0be9b150143c420196fb06aa6f10df5e8e42cfc1b4546cad32138b55
3
+ metadata.gz: 79ba068c41fdfe5648319e85bb4bbeedcea805190557e08ea00a323acca8f284
4
+ data.tar.gz: 92881881d506e99674d6f0e6f0fddcf87b81d137e4dbf2916367541c1268bb3e
5
5
  SHA512:
6
- metadata.gz: 180be07005854c5c5b329dec6402deb1f6d6015d95b4edee3295a167201342f3876ac42974fcc9c442465d892b1630eb9ba35fc8f72ee7fda86074fc08e2e55c
7
- data.tar.gz: f116208ace36d1bc9cc2d91d8d73b838b1a5892d888e48ea19e0f8eddcffd45ffcc4465b9811aa9afc014ff8b6d2d4202bc556a14678ab6c11e97b686ac3fdc7
6
+ metadata.gz: 64d5c9e8904be7c59ec14a6a58a55a75ce7dc5185a5dbba81d48791c212c7b5328ecc70d2dbb9e6b62bffddfa9baf3eb519334e59141df5c15b2a734d9093b36
7
+ data.tar.gz: cbb365ab86712583662556cf430c7b46602e4808369ab88c5f9d890f58410553a7cf85fbf7eac8655da389b07d03f9283d87d7032a09d3fd9a95a9ddcb392033
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.93.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -208,7 +208,7 @@ module Aws::Glacier
208
208
  # the required types.
209
209
  #
210
210
  # @option options [Boolean] :correct_clock_skew (true)
211
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
211
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
212
212
  # a clock skew correction and retry requests with skewed client clocks.
213
213
  #
214
214
  # @option options [String] :defaults_mode ("legacy")
@@ -332,17 +332,15 @@ module Aws::Glacier
332
332
  # @option options [String] :retry_mode ("legacy")
333
333
  # Specifies which retry algorithm to use. Values are:
334
334
  #
335
- # * `legacy` - The pre-existing retry behavior. This is default value if
336
- # no retry mode is provided.
335
+ # * `legacy` - The pre-existing retry behavior. This is the default
336
+ # value if no retry mode is provided.
337
337
  #
338
338
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
339
339
  # This includes support for retry quotas, which limit the number of
340
340
  # unsuccessful retries a client can make.
341
341
  #
342
- # * `adaptive` - An experimental retry mode that includes all the
343
- # functionality of `standard` mode along with automatic client side
344
- # throttling. This is a provisional mode that may change behavior
345
- # in the future.
342
+ # * `adaptive` - A retry mode that includes all the functionality of
343
+ # `standard` mode along with automatic client side throttling.
346
344
  #
347
345
  # @option options [String] :sdk_ua_app_id
348
346
  # A unique and opaque application ID that is appended to the
@@ -3526,7 +3524,7 @@ module Aws::Glacier
3526
3524
  tracer: tracer
3527
3525
  )
3528
3526
  context[:gem_name] = 'aws-sdk-glacier'
3529
- context[:gem_version] = '1.93.0'
3527
+ context[:gem_version] = '1.94.0'
3530
3528
  Seahorse::Client::Request.new(handlers, context)
3531
3529
  end
3532
3530
 
@@ -61,7 +61,7 @@ module Aws::Glacier
61
61
  autoload :Notification, 'aws-sdk-glacier/notification'
62
62
  autoload :Vault, 'aws-sdk-glacier/vault'
63
63
 
64
- GEM_VERSION = '1.93.0'
64
+ GEM_VERSION = '1.94.0'
65
65
 
66
66
  end
67
67
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement