aws-sdk-snowball 1.69.0 → 1.70.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: 69a0a131a95a94c08902f3d7049f477a5054aac9d6927a8f387357a330eedf34
4
- data.tar.gz: 55bf022a14c6423f376b3a4262ef4df3ada4b1dfbfe21d1946131de48c4a94f6
3
+ metadata.gz: aa91cada20ed263a1b480128781a2b9813b39744c57f26bee7b7ca275eee8832
4
+ data.tar.gz: de1bb5de1a6db6d151233794c76d0951c547e8c06ae0844b831b080b17d5b854
5
5
  SHA512:
6
- metadata.gz: 790c875506766dd67e0b1d5c93d0fc77f5c84a28d19be914c1a3a0cbdefe122c65f06436aae842786a07e58596c1ddfe1b6d6448651344f358761e284e0396fa
7
- data.tar.gz: e7c676150a1898b2246c5a7a6943b96e35ffe306b79ec78283897a1e25b946f1fb24abfb7ec082a61bb2727b709db923644ba7a9308c5775aff65dcef6b9ee3b
6
+ metadata.gz: 5e2531b211d9e12c75bafc1249e0810804938bad94f711c4dfa1972a5407f64ab7d2d67b35c103cd86e67f0dffe71e6d0bd9f0e57f6523bb96b566bbf4e6ad84
7
+ data.tar.gz: aa5618b4ae1b4bfb49ed981aff61cec962f0c5d9a5ca225d1f17bdd894fbde5950fca4c41a18fe1d76df41670a5ca7544ee951ff7e07606a53611610fe6d4406
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-06-18)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.69.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -2918,7 +2918,7 @@ module Aws::Snowball
2918
2918
  params: params,
2919
2919
  config: config)
2920
2920
  context[:gem_name] = 'aws-sdk-snowball'
2921
- context[:gem_version] = '1.69.0'
2921
+ context[:gem_version] = '1.70.0'
2922
2922
  Seahorse::Client::Request.new(handlers, context)
2923
2923
  end
2924
2924
 
@@ -684,9 +684,11 @@ module Aws::Snowball
684
684
 
685
685
  api.metadata = {
686
686
  "apiVersion" => "2016-06-30",
687
+ "auth" => ["aws.auth#sigv4"],
687
688
  "endpointPrefix" => "snowball",
688
689
  "jsonVersion" => "1.1",
689
690
  "protocol" => "json",
691
+ "protocols" => ["json"],
690
692
  "serviceAbbreviation" => "Amazon Snowball",
691
693
  "serviceFullName" => "Amazon Import/Export Snowball",
692
694
  "serviceId" => "Snowball",
@@ -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.69.0'
55
+ GEM_VERSION = '1.70.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.69.0
4
+ version: 1.70.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-05 00:00:00.000000000 Z
11
+ date: 2024-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core