aws-sdk-snowball 1.98.0 → 1.100.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: 4e75401713854bf74fcf2adb282347df19465c3398fc5342e27fc55b5a45af93
4
- data.tar.gz: de25cd1ce998ab9a779a46622ffb89cc4ebafe4ffd8aae94d2dca78c0ad60081
3
+ metadata.gz: 8284e020f2a88432a0c15d54cad95a2a6074322e3d60b49778404a28f538212a
4
+ data.tar.gz: 6b8bb4cac84de4e5711019006b778e9f5f5e02f74059d51ed06b09b613013dae
5
5
  SHA512:
6
- metadata.gz: e497b1c2141dc3f31a7638e6c6ac61df7a5714476b538374459eed8c758e7423995024a5c54b9471fa8ae7a4f1fb7b2b6ce64bf5f3ff277683ae98e49da61fd5
7
- data.tar.gz: f6f9abf33af966a2c59bb952f2a63d9248fbb3b9119d92703abe52309bebdb2ede12418d69b06ad058e80376682655ac3ab7034abe0d5ed033dce5efeb347706
6
+ metadata.gz: 217f5a4181796862ab219d42a7a5be2ce51daf54c87f000ab76752d83cf16c0c9f0f3aef6a7ed1a00c51c6efbe19aec24df9b2493a31a51e46f9d716e70aca6d
7
+ data.tar.gz: 52b4194882a2e4dadb0c156389fa97c58cded98e98bc6b2415b8c457e5285c34f08c06db9e506bd7aee4fb5606cb1b6e90fbe451fb42caab2fa3236cdee6502c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2026-04-21)
5
+ ------------------
6
+
7
+ * Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
8
+
9
+ 1.99.0 (2026-03-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.98.0 (2026-01-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0
@@ -2974,7 +2974,7 @@ module Aws::Snowball
2974
2974
  tracer: tracer
2975
2975
  )
2976
2976
  context[:gem_name] = 'aws-sdk-snowball'
2977
- context[:gem_version] = '1.98.0'
2977
+ context[:gem_version] = '1.100.0'
2978
2978
  Seahorse::Client::Request.new(handlers, context)
2979
2979
  end
2980
2980
 
@@ -688,8 +688,8 @@ module Aws::Snowball
688
688
  "auth" => ["aws.auth#sigv4"],
689
689
  "endpointPrefix" => "snowball",
690
690
  "jsonVersion" => "1.1",
691
- "protocol" => "json",
692
- "protocols" => ["json"],
691
+ "protocol" => "smithy-rpc-v2-cbor",
692
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
693
693
  "serviceAbbreviation" => "Amazon Snowball",
694
694
  "serviceFullName" => "Amazon Import/Export Snowball",
695
695
  "serviceId" => "Snowball",
@@ -54,7 +54,7 @@ module Aws::Snowball
54
54
  autoload :EndpointProvider, 'aws-sdk-snowball/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-snowball/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.4
21
+ version: 3.244.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.4
31
+ version: 3.244.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement