aws-sdk-forecastqueryservice 1.58.0 → 1.59.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: 4b7547ba60c0048f0eff2bb15098a2bf8d0f03db927fc8287959974c8c526760
4
- data.tar.gz: 1bf477a4fc10b5404a8c5cc1658265f5176414621bae866ce6d5b626725cca4f
3
+ metadata.gz: e05e13b55c74f684c1feebf17ad4ea521a9364c50bc92ff280ed321e02dbf41e
4
+ data.tar.gz: 3f8c160c78fb5fae1bf11a8f926532d44e991fbb09ef7d9432e706e64889bfef
5
5
  SHA512:
6
- metadata.gz: 69354556cfa5e0f5d8dce5b59200df2c422f3bda860e08b48d569bb08d0b303a281a9e6a9bd752899b9952870bab7164eb37e168b2f490f2c274832bbc60882f
7
- data.tar.gz: aa02b3e758b7082e7bfacd214bf4fbfabe3e0385ddfebe0617dd675d3f5bbfd718dc9b4c5fc5f6f3d5ae55e65a0a0fd241a3c684a6401ee69981bac2a390a9bc
6
+ metadata.gz: 0c9c93cac5fadd14482f2e02d95f673106b3115369ef4a58c7a55785253d988f0f2cbdc7f15b9c1dee0e54e72dc02f2b8d138d8d1abf5a762f1f890ea422b8a2
7
+ data.tar.gz: 1d75b7d6600786d93bc42159de2121f805ad4b560770b6d45ab14d26db2fd3b26ceaf2eb4e3ac72460d8daaa510c84e9dcbdbcae53c5aae39214a7fdd14d53c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.58.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -654,7 +654,7 @@ module Aws::ForecastQueryService
654
654
  tracer: tracer
655
655
  )
656
656
  context[:gem_name] = 'aws-sdk-forecastqueryservice'
657
- context[:gem_version] = '1.58.0'
657
+ context[:gem_version] = '1.59.0'
658
658
  Seahorse::Client::Request.new(handlers, context)
659
659
  end
660
660
 
@@ -28,7 +28,7 @@ module Aws::ForecastQueryService
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://forecastquery-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::ForecastQueryService
54
54
  autoload :EndpointProvider, 'aws-sdk-forecastqueryservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-forecastqueryservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-forecastqueryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services