aws-sdk-glacier 1.81.0 → 1.82.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: fd6e3d296947e81a98e1e03f0c080eec6f57367881a92d5ec7489db51c615219
4
- data.tar.gz: a9e9ebcf6642cd6677b5acc18a998d1e515ff53c3fd8a51a1110bfd5c19c8f3b
3
+ metadata.gz: 2e5b8b705fe2593d6d316f0141602f1217a580bef04d1373545ef184bcca1060
4
+ data.tar.gz: fb4ebe3edd613ce924199e01400a0ab7836df45244880f5369c2132a19be4a16
5
5
  SHA512:
6
- metadata.gz: 0dca074112a0f95b49875a73e39e132b88b79b0c62abd2e36d432fca09195e59fad72acc8489f5d0df284865709bf8e39683d307b11eb3e37c32bf52502b8b2c
7
- data.tar.gz: 69c95d71aa9c683974bce66b2e6d561a87041e56028164ccfd222abb8e348fdbfafcc02fc89fc726b791aa4dd733b5976045849e621271e2e63e62573edd1c57
6
+ metadata.gz: ef158e8246bc1c5f28daf33b051223ee0cc3bc3ec1bc5219be2eafa9496f93b806dc1c0ace02a33fead68594431b368c077225932649724e48168cb268c6822b
7
+ data.tar.gz: 344db47c31634443668a0af7befd7a9ba5ede85bb2f94578d74c2dbee6356201ace584447efb2d422e309059483a564b0cea8bffd3ce9bffe54f5a7f1cddec0e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -101,8 +101,8 @@ module Aws::Glacier
101
101
  # class name or an instance of a plugin class.
102
102
  #
103
103
  # @option options [required, Aws::CredentialProvider] :credentials
104
- # Your AWS credentials used for authentication. This can be an instance of any one of the
105
- # following classes:
104
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
105
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
106
106
  #
107
107
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
108
108
  # credentials.
@@ -130,8 +130,7 @@ module Aws::Glacier
130
130
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
131
131
  # from the Cognito Identity service.
132
132
  #
133
- # When `:credentials` are not configured directly, the following
134
- # locations will be searched for credentials:
133
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
135
134
  #
136
135
  # * `Aws.config[:credentials]`
137
136
  #
@@ -145,12 +144,10 @@ module Aws::Glacier
145
144
  #
146
145
  # * `~/.aws/config`
147
146
  #
148
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
149
- # are very aggressive. Construct and pass an instance of
150
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
151
- # enable retries and extended timeouts. Instance profile credential
152
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
153
- # to `true`.
147
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
148
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
149
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
150
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
154
151
  #
155
152
  # @option options [required, String] :region
156
153
  # The AWS region to connect to. The configured `:region` is
@@ -386,8 +383,8 @@ module Aws::Glacier
386
383
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
387
384
  #
388
385
  # @option options [Aws::TokenProvider] :token_provider
389
- # Your Bearer token used for authentication. This can be an instance of any one of the
390
- # following classes:
386
+ # Your Bearer token used for authentication. This can be any class that includes and implements
387
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
391
388
  #
392
389
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
393
390
  # tokens.
@@ -3533,7 +3530,7 @@ module Aws::Glacier
3533
3530
  tracer: tracer
3534
3531
  )
3535
3532
  context[:gem_name] = 'aws-sdk-glacier'
3536
- context[:gem_version] = '1.81.0'
3533
+ context[:gem_version] = '1.82.0'
3537
3534
  Seahorse::Client::Request.new(handlers, context)
3538
3535
  end
3539
3536
 
@@ -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.81.0'
64
+ GEM_VERSION = '1.82.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.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services