aws-sdk-snowball 1.55.0 → 1.56.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: 686e29a2c6f00beda7b5691947edc5e01c7abd19cdf784e958918c9f4406cf93
4
- data.tar.gz: 22874a8425671f4e1627e9fe1e55dc4e5ce5dd6273bc41de53fb4092a6dae17b
3
+ metadata.gz: 5f283faf884c856d3fa108bceb236772e36f0c71e0b781b5de8a6b36c2eb9d2b
4
+ data.tar.gz: 99ea3f1daa9fe75f3838d7e2ee3884f952830f7b677d6d152125db2feaa969e3
5
5
  SHA512:
6
- metadata.gz: 686063f44b987e74676d51c3c897c6b8a97bca8edb4c1d2460591e6e7b72cb5508b9849675bc0475aa578a1199ca3407ee9389433cadf8c5f1c1ca8481e4cf37
7
- data.tar.gz: bbb654b44a1f005c4b55f09bfe7cc488895b795e93fe058d495b3060fa588aba2ce39c4595083e6bc9c582876773cf492fdf6a471c828537b162dc2aa2796332
6
+ metadata.gz: 98838b19e900dfc583ab199967ad1f80710aa068a1aa81cc3908cec1ef1f9b4f78ae52547aad03c0981611e236c0e4132773261d19d408426ba33e676af47215
7
+ data.tar.gz: 4ad66bfef45819fe1aba228b10786d686aa7f8f4cac31e983a95fba8aeb3babf2c31425a581e6a405962a9be796a509f36833c680fc0d5dddab6b428054b4ed2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.55.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -2734,7 +2734,7 @@ module Aws::Snowball
2734
2734
  params: params,
2735
2735
  config: config)
2736
2736
  context[:gem_name] = 'aws-sdk-snowball'
2737
- context[:gem_version] = '1.55.0'
2737
+ context[:gem_version] = '1.56.0'
2738
2738
  Seahorse::Client::Request.new(handlers, context)
2739
2739
  end
2740
2740
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::Snowball
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CancelCluster
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-snowball/customizations'
52
52
  # @!group service
53
53
  module Aws::Snowball
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  end
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.55.0
4
+ version: 1.56.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core