aws-sdk-resourcegroupstaggingapi 1.83.0 → 1.84.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: df026b4211baf13fb06241b33b98d2f516b612210ab481bf047c348282ee3230
|
4
|
+
data.tar.gz: 01fc84bfd45fb3558b6a2c77dc5df08a30b7f2dd7c2c74f01c33d12a7babfd7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c871c47c0954ab97128a442556fd07926f671df1f4da9addf90e03e341d40fd2a9411a35ce196aa8f452e4bd4c3853ce696329397dafd1f2424d4e691519b4c
|
7
|
+
data.tar.gz: 2d427aabdc37b54e65636bfb8377c51f2d9b7825e5c2438d7a0a682be1f10c99c52d7f5b2aa6e41b2bc66cf94c2f5be89d9a02af56b3a3b618483cf5969bbd24
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.84.0
|
@@ -1143,7 +1143,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
1143
1143
|
tracer: tracer
|
1144
1144
|
)
|
1145
1145
|
context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
|
1146
|
-
context[:gem_version] = '1.
|
1146
|
+
context[:gem_version] = '1.84.0'
|
1147
1147
|
Seahorse::Client::Request.new(handlers, context)
|
1148
1148
|
end
|
1149
1149
|
|
@@ -28,7 +28,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
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://tagging-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"
|