aws-sdk-dynamodb 1.34.0 → 1.35.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +1 -8
- 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: a93949efb7d279de7418668e670a26ed5b00131a
|
4
|
+
data.tar.gz: 2046c942e2dd85046982ca785fcb5b3b6233ceb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40b69b7abd924a685aebf9b500b13d00302ba75e05ae6fc912d00ddf2904ef7ccd8e3a743b3411b7a7d46e045916bd7520cdc1be5621e27e797530f7f7c7ee47
|
7
|
+
data.tar.gz: c405badc7b589c60f41253d7fe14822d274e3c21e74273dd53ae97d601a54bf78b8b59fce9c7cba7fd7561f6eca4271ef6a7db40820ff7ddd3918738d4b8d5ca
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
@@ -190,13 +190,6 @@ module Aws::DynamoDB
|
|
190
190
|
#
|
191
191
|
# @see https://www.awsarchitectureblog.com/2015/03/backoff.html
|
192
192
|
#
|
193
|
-
# @option options [Integer] :retry_limit (10)
|
194
|
-
# The maximum number of times to retry failed requests. Only
|
195
|
-
# ~ 500 level server errors and certain ~ 400 level client errors
|
196
|
-
# are retried. Generally, these are throttling errors, data
|
197
|
-
# checksum errors, networking errors, timeout errors and auth
|
198
|
-
# errors from expired credentials.
|
199
|
-
#
|
200
193
|
# @option options [Integer] :retry_limit (3)
|
201
194
|
# The maximum number of times to retry failed requests. Only
|
202
195
|
# ~ 500 level server errors and certain ~ 400 level client errors
|
@@ -5844,7 +5837,7 @@ module Aws::DynamoDB
|
|
5844
5837
|
params: params,
|
5845
5838
|
config: config)
|
5846
5839
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
5847
|
-
context[:gem_version] = '1.
|
5840
|
+
context[:gem_version] = '1.35.0'
|
5848
5841
|
Seahorse::Client::Request.new(handlers, context)
|
5849
5842
|
end
|
5850
5843
|
|
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.35.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: 2019-
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|