aws-sdk-timestreamwrite 1.26.0 → 1.27.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: 10a6ec146cf7ecd269a265086b3b88a376d1e33e5dce2440f655aa37e4695d08
4
- data.tar.gz: c8169bfb474b9095ec2c49e10f786129df16a9aa4bd1d09f64fa50f703c40aba
3
+ metadata.gz: 4ccbcf0b4b9939dd62d800d2aae3f91905cdd4177ab3caca6c1f15289b5f2551
4
+ data.tar.gz: aabb547315fc8526df63a6631540c10c679ac0e59e87d970ed1cec0941181616
5
5
  SHA512:
6
- metadata.gz: a5a8116e1cc048261766cd7440cbb87a43f6f881790eba35711c7921abc5277dbbff754d0bcb329ba3c5037a0eb2dadf2d238d19e2589bc667a6996c18897182
7
- data.tar.gz: 779eb51253824d434ddb31b4c2e1d6739a38c010d891f71976a4deb64ebbe33a3a803efde0f190e59f584ea1382484329ed693801a7b420d4d26691baaf66f4e
6
+ metadata.gz: fc7e79f4830f631480c8c1b3ad3dcd140be51c7eb09f7f3f64a6323d3c30b628230faf880d9708f81d0c9d116e59bc780811313f18daf2db1686f6d02a7e9115
7
+ data.tar.gz: 9f167619c08a73363498fc853b8a1495699b8a47dbee30596d53416b5d3beeada7848ccfdfbb110a855f2822d8ee97058ac41275aa0ba4bb7148949d9a59ccef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.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.26.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -1594,7 +1594,7 @@ module Aws::TimestreamWrite
1594
1594
  params: params,
1595
1595
  config: config)
1596
1596
  context[:gem_name] = 'aws-sdk-timestreamwrite'
1597
- context[:gem_version] = '1.26.0'
1597
+ context[:gem_version] = '1.27.0'
1598
1598
  Seahorse::Client::Request.new(handlers, context)
1599
1599
  end
1600
1600
 
@@ -25,16 +25,17 @@ module Aws::TimestreamWrite
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-timestreamwrite/customizations'
52
52
  # @!group service
53
53
  module Aws::TimestreamWrite
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreamwrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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