aws-sdk-forecastservice 1.75.0 → 1.76.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: 8fa12c6d449cf24d2563c1fb14786f4b1120ef15063783e2340680c4aaa938fa
4
- data.tar.gz: 4ceb2467595250c57aba4bfbb76e1f1fc0514962e19b3c87469b9846ef34bda2
3
+ metadata.gz: 1fdb7df2e0da20baea821685e0d7637d64235c13a220b7868e869a1a39ff54cb
4
+ data.tar.gz: 07b99fd58fa3ff230963d0f77d795cdc2a1166c23e09148ae967afaf157672ba
5
5
  SHA512:
6
- metadata.gz: ca973cbeb2268d7cf8c815514a37884ae063698ee906d20e15d82effc9d0baea95f6857863f57be246b56b619eecef2807f548d9a794e627f04aac356c54b63b
7
- data.tar.gz: 3ef2c69c8ac8e48d29fc2ff1bd6389f0af64bdc4a12bddd7e123dfda8e3c30103b42910ee3932aeb798a833b04a9d0274bb040c32a84a4fb8c91c88e80608ff6
6
+ metadata.gz: d7a7d5e6c6b45a03845fb75d70a5581ba3280249702a0b3406d2f9b2a0ba41aa3493ad66713fea96e53b1fef2dcd29a04e3fba61e79324a040f42a4640076b0d
7
+ data.tar.gz: 6ee0576c7ce7950339375cb1f2ae758784490414d413e5609e92bb9d5087abf170158ab53ef4d8ee7f9622fd14b8c60c6c9e29e8292829b56c3b997fef9dcdf6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.75.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -5383,7 +5383,7 @@ module Aws::ForecastService
5383
5383
  tracer: tracer
5384
5384
  )
5385
5385
  context[:gem_name] = 'aws-sdk-forecastservice'
5386
- context[:gem_version] = '1.75.0'
5386
+ context[:gem_version] = '1.76.0'
5387
5387
  Seahorse::Client::Request.new(handlers, context)
5388
5388
  end
5389
5389
 
@@ -28,7 +28,7 @@ module Aws::ForecastService
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://forecast-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::ForecastService
54
54
  autoload :EndpointProvider, 'aws-sdk-forecastservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-forecastservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.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-forecastservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services