aws-sdk-dynamodb 1.43.0 → 1.44.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/lib/aws-sdk-dynamodb.rb +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb1608eaf675a2677b194678a917e65d537986a5
|
|
4
|
+
data.tar.gz: 9f13b2c1b50ac5904ec238eb5025111772485b8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fba8cf3bd95178dd789c2fc6da9ae7593a97caad18f2ed31e75b8ea1f9a3fb9b700a1eb8f16f2975d12a9ac40578662205a1c06fd6945cf1c17d640d9f1567c5
|
|
7
|
+
data.tar.gz: 969494f30f96192ec6953a14518ccc09156b9feeb3cd62ca710025c173271eb859461532fdd3c535776352c6853a1f76e418561ca6ea6a0599bc895787801b0d
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
|
@@ -190,7 +190,7 @@ module Aws::DynamoDB
|
|
|
190
190
|
#
|
|
191
191
|
# @see https://www.awsarchitectureblog.com/2015/03/backoff.html
|
|
192
192
|
#
|
|
193
|
-
# @option options [Integer] :retry_limit (
|
|
193
|
+
# @option options [Integer] :retry_limit (10)
|
|
194
194
|
# The maximum number of times to retry failed requests. Only
|
|
195
195
|
# ~ 500 level server errors and certain ~ 400 level client errors
|
|
196
196
|
# are retried. Generally, these are throttling errors, data
|
|
@@ -6561,7 +6561,7 @@ module Aws::DynamoDB
|
|
|
6561
6561
|
params: params,
|
|
6562
6562
|
config: config)
|
|
6563
6563
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
6564
|
-
context[:gem_version] = '1.
|
|
6564
|
+
context[:gem_version] = '1.44.0'
|
|
6565
6565
|
Seahorse::Client::Request.new(handlers, context)
|
|
6566
6566
|
end
|
|
6567
6567
|
|
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.44.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: 2020-02
|
|
11
|
+
date: 2020-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|