aws-sdk-forecastservice 1.70.0 → 1.71.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: bd4bcb51bfe514801692072a890d8e23117328bf67ccffbec02532f4214491b1
4
- data.tar.gz: ab4ece78688d154d3a592e8453251207f2847d693c8d596e3bab2a07607f41f3
3
+ metadata.gz: bfd2b3584752dda27b060d403baf9b83b24013f1b8f2e7fcb77b7da61d96404a
4
+ data.tar.gz: 333da7a7a6994f37ce799569cd4a21079a477de5ca68ac8537d5c49bbec2a2e4
5
5
  SHA512:
6
- metadata.gz: 58cbbac7daab482d9e2bca29fd0c074c180932472ab959bfd09241bdf87559c0e484da5292d02e2dc0c59b6fd62955495d548dce177b27b31ca1e2a9f3dd9364
7
- data.tar.gz: fd061d048451955602d1033217df864801d020fa9694dd883f84363903469e6604bc1b73991b6ef2692121113dd42a38025e8c943b516f8d06303cf88436960b
6
+ metadata.gz: ce40b6c721eda31a8292dd5c24260bfc48d738db4ce7b66c6c0ab3cc2e1800ce5155957a27d759e055e018db6fb44885543d9e88cc2f373a305cf43080539df0
7
+ data.tar.gz: e8a7b0374b15e5632bec15e7d7eae3009464c6d3fa2c74e7fcfaa665380fbd34486c5c234ba69b2ba0adcb633d8204de8cf119570bfa015833d35d2df0421b2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -200,8 +200,7 @@ module Aws::ForecastService
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -5377,7 +5376,7 @@ module Aws::ForecastService
5377
5376
  tracer: tracer
5378
5377
  )
5379
5378
  context[:gem_name] = 'aws-sdk-forecastservice'
5380
- context[:gem_version] = '1.70.0'
5379
+ context[:gem_version] = '1.71.0'
5381
5380
  Seahorse::Client::Request.new(handlers, context)
5382
5381
  end
5383
5382
 
@@ -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.70.0'
57
+ GEM_VERSION = '1.71.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.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services