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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +1 -1
- data/lib/aws-sdk-snowball/client_api.rb +2 -2
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8284e020f2a88432a0c15d54cad95a2a6074322e3d60b49778404a28f538212a
|
|
4
|
+
data.tar.gz: 6b8bb4cac84de4e5711019006b778e9f5f5e02f74059d51ed06b09b613013dae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.100.0
|
|
@@ -688,8 +688,8 @@ module Aws::Snowball
|
|
|
688
688
|
"auth" => ["aws.auth#sigv4"],
|
|
689
689
|
"endpointPrefix" => "snowball",
|
|
690
690
|
"jsonVersion" => "1.1",
|
|
691
|
-
"protocol" => "
|
|
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",
|
data/lib/aws-sdk-snowball.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|