aws-sdk-dynamodbstreams 1.51.0 → 1.52.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: 65fd811fb98114bde29ea91e2003ea0f13b0a70731f2b616618682f05dd50d8f
4
- data.tar.gz: a667c9d599222a716bb9ab85a10d672932c95072b8907dc2a2eec0cdf5094078
3
+ metadata.gz: 7bd1d2cfcfd88bb0a3dce410f7a7dc4962b18951a72a040c8c56a1804bea5325
4
+ data.tar.gz: 0fb2f6f554531e13809cbc02bef5cde650c3b3e2e73fdc8c2a8f582403af3bef
5
5
  SHA512:
6
- metadata.gz: 1b2d88a1b9feb0820e214b0ef7dc7891f6518791821c24962a6a80990bef6b786902eca42dcb17579490e010da7169d5540d7ac6bf88c3e3857e51f2d3d2120e
7
- data.tar.gz: de1f683530624fc973e585656ba0fa3c055c8f26aee2db262732f25617add9ae17711e26ab7e92dea01dbc2bc6d42a00d57afe2ccda6f30e1bfdbda6702da462
6
+ metadata.gz: d362f628802d610d510b5663d9c326ee198f9b376d5579f875a4d55658d5b271e6876f8c78dfcdf3135245fa369222a3699b757e166e06f2fa7840d485313ed6
7
+ data.tar.gz: 8a8286f26aafe5f9bda46e762f84612652525604ce464cb79f5a66c71969ec08c38ea583b493beaa1c13fa286b28565a77989a706636c384eae4a3d2b18f5c1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -854,7 +854,7 @@ module Aws::DynamoDBStreams
854
854
  params: params,
855
855
  config: config)
856
856
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
857
- context[:gem_version] = '1.51.0'
857
+ context[:gem_version] = '1.52.0'
858
858
  Seahorse::Client::Request.new(handlers, context)
859
859
  end
860
860
 
@@ -25,16 +25,17 @@ module Aws::DynamoDBStreams
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-dynamodbstreams/customizations'
52
52
  # @!group service
53
53
  module Aws::DynamoDBStreams
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.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