aws-sdk-forecastservice 1.48.0 → 1.49.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: f422bc1949944d52c969d72822d438c1601096da53062c5a48de0c85620473cb
4
- data.tar.gz: e75bfe2ba117662f58122176a7eaf744f92f32528c346fd48fb5522d5fad7dfe
3
+ metadata.gz: 31d061753eb3c3c77fba0edf50ab6706d7fb1ada192a0dc3e75e9dfdab139ffc
4
+ data.tar.gz: 42bcb785ba7852333fa5434a7c179f8d13a99b08279b5d9849f265e3934196bc
5
5
  SHA512:
6
- metadata.gz: ae5f570afb5981659d949838fd38ff1909f4cc61ce2a7904e3969ab3615e7011cca0c47b084101f879db9209191224ac3c36c40f938ab044261957ee3512922c
7
- data.tar.gz: 075a05b61b6c5127ad1f4c726c3a19477a11e9b2b09d6c49805adb69f696619fd75ca37f0741ae108d9e33d0cdd6c7b23cda30df14ab48a2b164c7dbc5b223e3
6
+ metadata.gz: 473057b9b96f3010110209711ab362e3586a37c07ee2f6d09e6d46f932acf6fb194baca741bf82148ead0c0bc2c5237823ccb1999d5915904b1c7eda84756e1d
7
+ data.tar.gz: 221ef2c467589d5a83679315366dabaf173203a58377195403c12d6287c6702b9b392eaf8d9844f9b3d0180db056a22fd92afa7738fc6e32eac99c76bee9862a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -5294,7 +5294,7 @@ module Aws::ForecastService
5294
5294
  params: params,
5295
5295
  config: config)
5296
5296
  context[:gem_name] = 'aws-sdk-forecastservice'
5297
- context[:gem_version] = '1.48.0'
5297
+ context[:gem_version] = '1.49.0'
5298
5298
  Seahorse::Client::Request.new(handlers, context)
5299
5299
  end
5300
5300
 
@@ -25,16 +25,17 @@ module Aws::ForecastService
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-forecastservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ForecastService
54
54
 
55
- GEM_VERSION = '1.48.0'
55
+ GEM_VERSION = '1.49.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-forecastservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core