aws-sdk-iotsitewise 1.58.0 → 1.59.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: 67d344b9667db99a315a829e8a8903034f4d6160efd4dfb1550acfb1e2dad0f2
4
- data.tar.gz: 37f88eeb8f4732e2a0485cca36d79574aedbc7ef41b66cbdb4319591729cd28b
3
+ metadata.gz: 84de55eea5fe722779c1712a1d02807487b05a24ddd4acdc5cb6e717dac235a8
4
+ data.tar.gz: 58a109bc84dfa79f138a6d889ebb0ef2eb1ffc9a6840a2c26d179cb5dfe3ea1f
5
5
  SHA512:
6
- metadata.gz: a2d0b4c785ec7953f257cf9e64d450ab2c03016dbba34b7713ae0585f4cd331cee879a328e8e1a46492410d095a5a9a5afb503149f2de058e981de2d1646a449
7
- data.tar.gz: 9cadb13cd45b0ea90b46cb62300523e9379e1d1e9ffc046612ecfc75bc959bb73d3d29e223d5c13a0271b3da49c74b89d19265a705884ecdd961106bed8b5b82
6
+ metadata.gz: 8db78f704fc0e4d3adec75550f68ee9e399589b79140d8cd35e9bf3537f08a690f64ff2732664c197d008b2a8381acdba4ad938d423597cf2ab10d64c252981a
7
+ data.tar.gz: 39c4df6b607f69e62c5e8b1b369b10407215852199ca04ae530e966dbbc9364b15495e09fab125e5659a1deb0018837701befeede21ff84ea003b79bce3932b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -6524,7 +6524,7 @@ module Aws::IoTSiteWise
6524
6524
  params: params,
6525
6525
  config: config)
6526
6526
  context[:gem_name] = 'aws-sdk-iotsitewise'
6527
- context[:gem_version] = '1.58.0'
6527
+ context[:gem_version] = '1.59.0'
6528
6528
  Seahorse::Client::Request.new(handlers, context)
6529
6529
  end
6530
6530
 
@@ -25,16 +25,17 @@ module Aws::IoTSiteWise
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-iotsitewise/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTSiteWise
55
55
 
56
- GEM_VERSION = '1.58.0'
56
+ GEM_VERSION = '1.59.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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