aws-sdk-cloudwatchevidently 1.45.0 → 1.46.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: 8c206e89d36f057ce358bc186ec6ca5665e81d78d5fe835c64a266a5e972457d
|
4
|
+
data.tar.gz: 65fadfe23c666ac6f4e7bcb366d8cef08a5e1278bcc9904821d888d4e675405f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4165ccf5b4cd955e837fc9ba9b7312d4045d14d51cd89724b7974357a7def9b35d0f6da397f53675fd0b5a7f8bef780ca3f3335a29f5d2967bf35fd9615e730c
|
7
|
+
data.tar.gz: 7ab5c352f228a75069e5bc3483556ea51e9fc75138fc344d338c2deada43e7b5bcc06814676a6d2953544e4c16e17e160442c31e64a1b10910c81d0849776c12
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -3232,7 +3232,7 @@ module Aws::CloudWatchEvidently
|
|
3232
3232
|
tracer: tracer
|
3233
3233
|
)
|
3234
3234
|
context[:gem_name] = 'aws-sdk-cloudwatchevidently'
|
3235
|
-
context[:gem_version] = '1.
|
3235
|
+
context[:gem_version] = '1.46.0'
|
3236
3236
|
Seahorse::Client::Request.new(handlers, context)
|
3237
3237
|
end
|
3238
3238
|
|
@@ -28,7 +28,7 @@ module Aws::CloudWatchEvidently
|
|
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://evidently-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"
|