aws-sdk-glacier 1.62.1 → 1.63.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: 94b8d6c5a200049a892c19db06dc36496df6499d27594d333917502038f99690
4
- data.tar.gz: b89afaba46ea29a54cbd8b5f6d939ef9165f7c602da7beb8a771580f55c08b65
3
+ metadata.gz: 6dd7b514108de42678f377f2c1706fdc23be9607b65445d7dd79f0f805753e94
4
+ data.tar.gz: bc8a07edb1165695e7c4d8dd3100a7a180a9e5208f1d4b8ff38fcc65351af754
5
5
  SHA512:
6
- metadata.gz: 7fb6853c090f5a5fc3c2f1488b535dd4b751e1cd7bb40e6c2ea372592f8aba3bc0d770fab2660e0e6360f20da09398c2721da2c316128c6001b283b59d1f6ab4
7
- data.tar.gz: a9e68855c3f12d4e046b12fc54d7924ffbfccf5cb6bc50533e17528c51be7e1824aada5e4ed445db35700fac5923d9ac29eb398c1fdef779e23b3fcd9bf22dc6
6
+ metadata.gz: 7ba15a04cf6a59b635d4bc9d43ada9a6b71b559becd03c888c732cf8a915351a870599d0f803e3a35dea982d0becbee2d88086e4d42f23d575e278d77844093e
7
+ data.tar.gz: 1675d5b710d26976cdfdb6d3ec868b46a8760d8f3f29bbece233339b5445692ab9c36ca6bb70916bfdab2b3306aa2f3ce0b5acecaca05e23a0f528ea3bee886c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.1 (2024-06-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.1
1
+ 1.63.0
@@ -95,6 +95,11 @@ module Aws::Glacier
95
95
 
96
96
  # @overload initialize(options)
97
97
  # @param [Hash] options
98
+ #
99
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
100
+ # A list of plugins to apply to the client. Each plugin is either a
101
+ # class name or an instance of a plugin class.
102
+ #
98
103
  # @option options [required, Aws::CredentialProvider] :credentials
99
104
  # Your AWS credentials. This can be an instance of any one of the
100
105
  # following classes:
@@ -220,7 +225,6 @@ module Aws::Glacier
220
225
  # 'https://example.com'
221
226
  # 'http://example.com:123'
222
227
  #
223
- #
224
228
  # @option options [Integer] :endpoint_cache_max_entries (1000)
225
229
  # Used for the maximum size limit of the LRU cache storing endpoints data
226
230
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -309,7 +313,6 @@ module Aws::Glacier
309
313
  # throttling. This is a provisional mode that may change behavior
310
314
  # in the future.
311
315
  #
312
- #
313
316
  # @option options [String] :sdk_ua_app_id
314
317
  # A unique and opaque application ID that is appended to the
315
318
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -3464,7 +3467,7 @@ module Aws::Glacier
3464
3467
  params: params,
3465
3468
  config: config)
3466
3469
  context[:gem_name] = 'aws-sdk-glacier'
3467
- context[:gem_version] = '1.62.1'
3470
+ context[:gem_version] = '1.63.0'
3468
3471
  Seahorse::Client::Request.new(handlers, context)
3469
3472
  end
3470
3473
 
@@ -59,6 +59,6 @@ require_relative 'aws-sdk-glacier/customizations'
59
59
  # @!group service
60
60
  module Aws::Glacier
61
61
 
62
- GEM_VERSION = '1.62.1'
62
+ GEM_VERSION = '1.63.0'
63
63
 
64
64
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.1
4
+ version: 1.63.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-06-20 00:00:00.000000000 Z
11
+ date: 2024-06-24 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.197.0
22
+ version: 3.198.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.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement