aws-sdk-snowball 1.64.0 → 1.65.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +4 -2
- data/lib/aws-sdk-snowball/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75b743c310472a91af66c3f5b827f1041b4fb67daa74341145db5929e97638a3
|
|
4
|
+
data.tar.gz: f50ff42aec2b450696c8c8fad4363a727a3903091c447790caba1c8ab019e8f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa4cf5c16fc4a98cb46e6d59244761285a76288ec8c56b211434175a3640c19553c1038468f8ccfd13eb1b3541ed67bb85b8dcd438bd8d2528fdc86adc5d1385
|
|
7
|
+
data.tar.gz: aff5fa3dc060dcf5ce341c4c858b0509a8399c932a5e02107c68a00adf7675909e268e549067c3dc11ca605e3bfe8ced2763bd9e947240ebb5a7c13cd89838b0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -471,7 +471,9 @@ module Aws::Snowball
|
|
|
471
471
|
# regions, addresses are validated at the time of creation. The address
|
|
472
472
|
# you provide must be located within the serviceable area of your
|
|
473
473
|
# region. If the address is invalid or unsupported, then an exception is
|
|
474
|
-
# thrown.
|
|
474
|
+
# thrown. If providing an address as a JSON file through the
|
|
475
|
+
# `cli-input-json` option, include the full file path. For example,
|
|
476
|
+
# `--cli-input-json file://create-address.json`.
|
|
475
477
|
#
|
|
476
478
|
# @option params [required, Types::Address] :address
|
|
477
479
|
# The address that you want the Snow device shipped to.
|
|
@@ -2891,7 +2893,7 @@ module Aws::Snowball
|
|
|
2891
2893
|
params: params,
|
|
2892
2894
|
config: config)
|
|
2893
2895
|
context[:gem_name] = 'aws-sdk-snowball'
|
|
2894
|
-
context[:gem_version] = '1.
|
|
2896
|
+
context[:gem_version] = '1.65.0'
|
|
2895
2897
|
Seahorse::Client::Request.new(handlers, context)
|
|
2896
2898
|
end
|
|
2897
2899
|
|
|
@@ -32,7 +32,7 @@ module Aws::Snowball
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://snowball-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
data/lib/aws-sdk-snowball.rb
CHANGED
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.
|
|
4
|
+
version: 1.65.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-01-
|
|
11
|
+
date: 2024-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|