aws-sdk-iottwinmaker 1.19.0 → 1.20.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: 0afdc5e374c6c38046d419c111c9a9124d8e2b26715faf54c8e08a1c7d6249b7
4
- data.tar.gz: 5016622f916a1f520bcbf3c41ce76c39a4265f08eaa4171e965febe7f62ac90e
3
+ metadata.gz: c6af91b62fd989e63cdcbddd526f4053ec956bd1f026acdeac5e874a502fd3de
4
+ data.tar.gz: 84cc8ee49c6dc8a39aeb96e0e0c4004e72ff1971ef70bb66b06777dbc398ecb3
5
5
  SHA512:
6
- metadata.gz: 3c5f5ab467fed431fa61cd4a159584585d310201b7cee57858ecd5570a7a22aee8be054b58f401d1076149c8622cc9a9c5b787370c1e775172399a499abd0c4c
7
- data.tar.gz: 811709f52bb4b0649ad6b8b840dd9535b00fb05471f8510486be26150bad18b4521b00f03723e713ba91ef40b4501b3b08b4c397a13da09fa69bc0c15787b997
6
+ metadata.gz: 83322ba75651481c72ea4e030f363a7187750ed95582af05cd39ccefde389fe3ad8152a6cfb4356872f821b1692c1cc12c99ff7791d545c37d73d32f48b2ba41
7
+ data.tar.gz: d516b8bd4dc65445b7fc1169b4740edd41bc38621effc330ad5a0fa657bbcd59eb35fcfce285481a1bc712bc8c3bff5533d3f1eaf22baf7c1571a2160d53c039
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -3456,7 +3456,7 @@ module Aws::IoTTwinMaker
3456
3456
  params: params,
3457
3457
  config: config)
3458
3458
  context[:gem_name] = 'aws-sdk-iottwinmaker'
3459
- context[:gem_version] = '1.19.0'
3459
+ context[:gem_version] = '1.20.0'
3460
3460
  Seahorse::Client::Request.new(handlers, context)
3461
3461
  end
3462
3462
 
@@ -25,16 +25,17 @@ module Aws::IoTTwinMaker
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iottwinmaker/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTTwinMaker
55
55
 
56
- GEM_VERSION = '1.19.0'
56
+ GEM_VERSION = '1.20.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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