aws-sdk-glacier 1.71.0 → 1.72.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: fd40dec2773fa9412b388fb616714a1e503e4be6d8d5e8879ffe4d6b42b899fa
4
- data.tar.gz: 98d3d4cf1d54b081ad53422b77ecd69c0cc4327f4c671a683a233ec14f3ee12e
3
+ metadata.gz: 55a23a144d9a8a1af16aaafff005100baa0eb0954ec0868dc126339fe540836d
4
+ data.tar.gz: 8a3c3b70e254e61de8fb1c0cc954ff34a1a2815c1bae1d0558514a7785bf8cf5
5
5
  SHA512:
6
- metadata.gz: e289c9b43fa388cc744ce8f9e845dbc9ac8cd493edc34a48df4260359c3e75b2bf9314de816163a7b4ae0eedc49f04b3d0169725479efd207058991fadc5d7b4
7
- data.tar.gz: e314235340ff59d87e179363dbc444bd0540063c76a044a7e8c93936c9654a8f1eda50aea851dcdb38a256d093ab224fa95d1da3eb1dbfafebe6bb7a70da2c4a
6
+ metadata.gz: 1ff1d5409b3b8869da6076ae7508809d718c5233ed14c0062226594903fc1c3bbf6ec686e340fbf059566e23c7cf1d2c027f0ee115d02a061cc5a211c7bb9bba
7
+ data.tar.gz: f7abe17acb35225c9378e1505b51feef090827aa927f7c57d1f8f96aa7e9e0f847b29dd573c8e3cc828779850670f741a304c00cb88560cac5c889e501333a17
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.71.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -39,8 +39,6 @@ require 'aws-sdk-glacier/plugins/account_id.rb'
39
39
  require 'aws-sdk-glacier/plugins/api_version.rb'
40
40
  require 'aws-sdk-glacier/plugins/checksums.rb'
41
41
 
42
- Aws::Plugins::GlobalConfiguration.add_identifier(:glacier)
43
-
44
42
  module Aws::Glacier
45
43
  # An API client for Glacier. To construct a client, you need to configure a `:region` and `:credentials`.
46
44
  #
@@ -3503,7 +3501,7 @@ module Aws::Glacier
3503
3501
  tracer: tracer
3504
3502
  )
3505
3503
  context[:gem_name] = 'aws-sdk-glacier'
3506
- context[:gem_version] = '1.71.0'
3504
+ context[:gem_version] = '1.72.0'
3507
3505
  Seahorse::Client::Request.new(handlers, context)
3508
3506
  end
3509
3507
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:glacier)
15
+
14
16
  # This module provides support for Amazon Glacier. This module is available in the
15
17
  # `aws-sdk-glacier` gem.
16
18
  #
@@ -59,7 +61,7 @@ module Aws::Glacier
59
61
  autoload :Notification, 'aws-sdk-glacier/notification'
60
62
  autoload :Vault, 'aws-sdk-glacier/vault'
61
63
 
62
- GEM_VERSION = '1.71.0'
64
+ GEM_VERSION = '1.72.0'
63
65
 
64
66
  end
65
67
 
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.71.0
4
+ version: 1.72.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core