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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b48e7544ac30c5ccd371131b5d6f1ddf6c00d35b3c62908f49b55006705899e5
4
- data.tar.gz: f38ca3880dfda85689c29a7a9f17b1a12b7d8853ab55ca69ce136035101f2948
3
+ metadata.gz: 876854a76e4324639b2228f43bfd0116a0b66d44a82f3d571f4968d2f163692f
4
+ data.tar.gz: 3f1da7f9f1661c79051fa46a0ead323d8967942abd296681b74f2a1a658df796
5
5
  SHA512:
6
- metadata.gz: d92228e880c53f728168ed52d0db39f61b46c9f2cdc8784b3295854985daaadfbec015da8b3af0c0e85e5d35431c11fb9196a9076a99317ed451cc37fe239c10
7
- data.tar.gz: 6757f22e5bed42b7e68fc81c23e810797e7ea36691dc970c388f01c39d7645eebccc7b12ae97429ddf952d410d180d49dc270de82dea38d2354dacefb54e3220
6
+ metadata.gz: 18df071bd3a4c50e7cca639965c28c5973a358976e0617b2e1007b9c75b716046c0118ac12f7a1a24464a64c6964f47eee5d2a6ba7ef0ea0eb7d3523bb825349
7
+ data.tar.gz: 7556973b00b70f184e5c7b375702ba2261104acebde0517b4aa6573ef9254cd541e186da7b204648026fcee4dcaa0dfcc07b75b46c4474c40043c8dda722d56e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.57.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
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.57.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -54,7 +54,7 @@ module Aws::LookoutMetrics
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutmetrics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutmetrics/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.58.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutmetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services