aws-sdk-swf 1.48.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b074b3455277b511691a4dc088993cc5b9f6f2d2a4a8959650772a90c783879
4
- data.tar.gz: c2fe90b80c553697f11d213b4a3fda24ba67c77a72647336673af8d9a440d415
3
+ metadata.gz: cd1abcd3b53d756899f9378773f99c050ea437bd2dd89e502736dc0550d06192
4
+ data.tar.gz: 7d801442ea5806410ad9bc340aca6fa2fb44fb8a2996cb9d37322eb871de6a5e
5
5
  SHA512:
6
- metadata.gz: '08e8bd5354f16ee6663c34ab3435308ed882bb2f150fc60c850833e6c79598e267b7b75056a20f6b5f997b8caaf0030caf581b17010ef222415a5686d957fac0'
7
- data.tar.gz: 2cb3e069b0bc41363ca7cbb3e43853d5c49bcfc6315e266be68792bac0f3c72b6a59ff79722824430d54590bd71a1eb8b50a16ec54e171a596939267f062dd34
6
+ metadata.gz: '091cda1749384d12d58aeaed8738c9563c6a3b9742ffcda4d4eff1df16e17775c21c4e63baa73ba4cca91288641d82682dd1ba8b054689c761af0eb9c67440d3'
7
+ data.tar.gz: dadc36eb1299e1d05b9c013354e4dd8862ab6e2dc4ed1283de2d209beaa8e309b15baffe71f4307f17c15f5d2bb880295751625fdbe7ad7522b4b15c912ce0a3
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
@@ -4382,7 +4382,7 @@ module Aws::SWF
4382
4382
  params: params,
4383
4383
  config: config)
4384
4384
  context[:gem_name] = 'aws-sdk-swf'
4385
- context[:gem_version] = '1.48.0'
4385
+ context[:gem_version] = '1.49.0'
4386
4386
  Seahorse::Client::Request.new(handlers, context)
4387
4387
  end
4388
4388
 
@@ -25,16 +25,17 @@ module Aws::SWF
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
 
data/lib/aws-sdk-swf.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-swf/customizations'
52
52
  # @!group service
53
53
  module Aws::SWF
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-swf
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