aws-sdk-lookoutmetrics 1.57.0 → 1.58.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-lookoutmetrics/client.rb +1 -1
- data/lib/aws-sdk-lookoutmetrics/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-lookoutmetrics.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 876854a76e4324639b2228f43bfd0116a0b66d44a82f3d571f4968d2f163692f
|
4
|
+
data.tar.gz: 3f1da7f9f1661c79051fa46a0ead323d8967942abd296681b74f2a1a658df796
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18df071bd3a4c50e7cca639965c28c5973a358976e0617b2e1007b9c75b716046c0118ac12f7a1a24464a64c6964f47eee5d2a6ba7ef0ea0eb7d3523bb825349
|
7
|
+
data.tar.gz: 7556973b00b70f184e5c7b375702ba2261104acebde0517b4aa6573ef9254cd541e186da7b204648026fcee4dcaa0dfcc07b75b46c4474c40043c8dda722d56e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -2144,7 +2144,7 @@ module Aws::LookoutMetrics
|
|
2144
2144
|
tracer: tracer
|
2145
2145
|
)
|
2146
2146
|
context[:gem_name] = 'aws-sdk-lookoutmetrics'
|
2147
|
-
context[:gem_version] = '1.
|
2147
|
+
context[:gem_version] = '1.58.0'
|
2148
2148
|
Seahorse::Client::Request.new(handlers, context)
|
2149
2149
|
end
|
2150
2150
|
|
@@ -28,7 +28,7 @@ module Aws::LookoutMetrics
|
|
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://lookoutmetrics-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"
|