aws-sdk-dynamodb 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a29c7d04016d4b5b0577262f03cc89fe91aaaa8
4
- data.tar.gz: bdc53c73f6db7ac2c1010b0070f6e0d42e5087d2
3
+ metadata.gz: cb1608eaf675a2677b194678a917e65d537986a5
4
+ data.tar.gz: 9f13b2c1b50ac5904ec238eb5025111772485b8f
5
5
  SHA512:
6
- metadata.gz: 2b7075c7078996a6d0cb4dbd61a5ef52c9b791fb50e1d98b2183aa5220d485eb850ed1701f95995e61ec90ad4aba864fb798eebebd8fe0743e46795af9cfe365
7
- data.tar.gz: c5ec5f2e66e1aea0cf3cd72d25b1953ead68b7032350d335e574ef2f623ce8924c7d92b89900f63b9d0aeba350c512d4f434201cc83a85883915fd0148322c13
6
+ metadata.gz: fba8cf3bd95178dd789c2fc6da9ae7593a97caad18f2ed31e75b8ea1f9a3fb9b700a1eb8f16f2975d12a9ac40578662205a1c06fd6945cf1c17d640d9f1567c5
7
+ data.tar.gz: 969494f30f96192ec6953a14518ccc09156b9feeb3cd62ca710025c173271eb859461532fdd3c535776352c6853a1f76e418561ca6ea6a0599bc895787801b0d
@@ -44,6 +44,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
44
44
  # @service
45
45
  module Aws::DynamoDB
46
46
 
47
- GEM_VERSION = '1.43.0'
47
+ GEM_VERSION = '1.44.0'
48
48
 
49
49
  end
@@ -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 (3)
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.43.0'
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.43.0
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-17 00:00:00.000000000 Z
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