aws-sdk-dynamodb 1.97.0 → 1.98.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +1 -1
- data/lib/aws-sdk-dynamodb/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-dynamodb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9732a58386ce1f23570d855ad31f9b82267fda03804b2d82e6836ad4adafc314
|
4
|
+
data.tar.gz: a6737eb792168f02a7b13dfb5bdc78a126e21f46b0920418bfaac20aa0080567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef35d1e54b8163aaa187dcc2ec1a317649e3f73186360b0a52e2093a040079b44a7063dd548e73be3b848bf4f57dae953514e18e4e7014ec0c292eee309f1fcf
|
7
|
+
data.tar.gz: cb5cf9b05dd1fe27b307d12fd4eb12de81f6eb7b245d11d1d653438ffd7b1a7e5aee2130f5a0380259a756c670366c773c8fa5bc12d77289ab9426f1da15997b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
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.
|
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-
|
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
|