aws-sdk-dynamodb 1.67.0 → 1.68.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +4 -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: 97f6b144f04fae76f714c5c9fd5408fb6693dd67eae297ff6e04d84110f90d62
|
|
4
|
+
data.tar.gz: 725580524b672d63f0a61159060abc6e91d9b6074d53d5b5c361815b65885203
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7519ed0d13b5c83a5e9dea46c33f3fd9125d7f5fcc01bf790ba7d4a5fb069407fc3a675cc5c018d1a280693432254046d12b26483479647e1d492062f9903ec
|
|
7
|
+
data.tar.gz: 1ba380b879de7ecffde002ea1a50366209f4dd83451d30d48bbb869d206495a738ae698b625b24806833dce3501e0e94823cac561be54ff25512ede883206e97
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -125,7 +125,9 @@ module Aws::DynamoDB
|
|
|
125
125
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
126
126
|
# are very aggressive. Construct and pass an instance of
|
|
127
127
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
128
|
-
# enable retries and extended timeouts.
|
|
128
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
129
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
130
|
+
# to true.
|
|
129
131
|
#
|
|
130
132
|
# @option options [required, String] :region
|
|
131
133
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -7255,7 +7257,7 @@ module Aws::DynamoDB
|
|
|
7255
7257
|
params: params,
|
|
7256
7258
|
config: config)
|
|
7257
7259
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
7258
|
-
context[:gem_version] = '1.
|
|
7260
|
+
context[:gem_version] = '1.68.0'
|
|
7259
7261
|
Seahorse::Client::Request.new(handlers, context)
|
|
7260
7262
|
end
|
|
7261
7263
|
|
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.68.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: 2021-11-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|