aws-sdk-snowdevicemanagement 1.42.0 → 1.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: daaa32dcdfe21afb4f0ba0b552004cee99aac3601c6758c6a57dc640c1d3dfd8
|
4
|
+
data.tar.gz: 7ca503f713a449307a4456a75121fdb27e8c561932e7bf7807dbfa09ae76a469
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 704d956854ddac054a08e35e76217c95efe10ecc91224179dab3103d86b8db0451f5571034a77c9114566dd0a050a0c75e8cd6329400f5c44ddb430eed91c00d
|
7
|
+
data.tar.gz: bea623bbcaee59fbaa8a86c791bd69d781949509bdf147caf91fe79951200c39777330c9f065c014ea6f5fd1d58bc142b0332563d8c5113053ba2509560d460c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -1078,7 +1078,7 @@ module Aws::SnowDeviceManagement
|
|
1078
1078
|
tracer: tracer
|
1079
1079
|
)
|
1080
1080
|
context[:gem_name] = 'aws-sdk-snowdevicemanagement'
|
1081
|
-
context[:gem_version] = '1.
|
1081
|
+
context[:gem_version] = '1.43.0'
|
1082
1082
|
Seahorse::Client::Request.new(handlers, context)
|
1083
1083
|
end
|
1084
1084
|
|
@@ -28,7 +28,7 @@ module Aws::SnowDeviceManagement
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://snow-device-management-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|