aws-sdk-dynamodb 1.97.0 → 1.98.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: 4958dc1520c2081d14363fbf390a527875fa5854ebbe9acb51ee785af5cb832c
4
- data.tar.gz: 753401e120dc0c644ed033fe6e31475c9e43da922ed226c2bfae498a2be09f89
3
+ metadata.gz: 9732a58386ce1f23570d855ad31f9b82267fda03804b2d82e6836ad4adafc314
4
+ data.tar.gz: a6737eb792168f02a7b13dfb5bdc78a126e21f46b0920418bfaac20aa0080567
5
5
  SHA512:
6
- metadata.gz: 70eb3d2596a95eef07940cda8c0037c44716f550e44aa1d9640cafb6213721add350add429aad5b98d9b481ae79101d4f656bc230555b440c4b510293db9f5a4
7
- data.tar.gz: '02857dd46576c7923895541e0c6504d642322de2ca3f87f821f495daa567704a543e3fdb981f6e45b6d2910137f4f18614b5a90610f7072362ff11de5b0575a1'
6
+ metadata.gz: ef35d1e54b8163aaa187dcc2ec1a317649e3f73186360b0a52e2093a040079b44a7063dd548e73be3b848bf4f57dae953514e18e4e7014ec0c292eee309f1fcf
7
+ data.tar.gz: cb5cf9b05dd1fe27b307d12fd4eb12de81f6eb7b245d11d1d653438ffd7b1a7e5aee2130f5a0380259a756c670366c773c8fa5bc12d77289ab9426f1da15997b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.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.97.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.98.0
@@ -7861,7 +7861,7 @@ module Aws::DynamoDB
7861
7861
  params: params,
7862
7862
  config: config)
7863
7863
  context[:gem_name] = 'aws-sdk-dynamodb'
7864
- context[:gem_version] = '1.97.0'
7864
+ context[:gem_version] = '1.98.0'
7865
7865
  Seahorse::Client::Request.new(handlers, context)
7866
7866
  end
7867
7867
 
@@ -25,16 +25,17 @@ module Aws::DynamoDB
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
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
54
54
  # @!group service
55
55
  module Aws::DynamoDB
56
56
 
57
- GEM_VERSION = '1.97.0'
57
+ GEM_VERSION = '1.98.0'
58
58
 
59
59
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.98.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