aws-sdk-dynamodb 1.24.0 → 1.25.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: 8b30e4fbb617945666e681a826a25937e01c48fa
|
|
4
|
+
data.tar.gz: 37ff1a2797fe12f548dfc619651b2eccb5519440
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6012abf7bea8937872ce46fbc1e7598060e50763f764b24d1dc5e082b3f802c36c5bc66e5339a121e75439f9a8dc9c945343b78ae8f776282f75c7b758bd36c
|
|
7
|
+
data.tar.gz: dbf8786bcfc4f208266c5a70e2120baf1caba1f98991c905c08819e1f9e31fe7dfc4830cbc48fc3d984b83b7cfd62a11ab37228e693ab6e79d77d72713109e53
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
|
@@ -5753,7 +5753,7 @@ module Aws::DynamoDB
|
|
|
5753
5753
|
params: params,
|
|
5754
5754
|
config: config)
|
|
5755
5755
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
5756
|
-
context[:gem_version] = '1.
|
|
5756
|
+
context[:gem_version] = '1.25.0'
|
|
5757
5757
|
Seahorse::Client::Request.new(handlers, context)
|
|
5758
5758
|
end
|
|
5759
5759
|
|
|
@@ -5770,7 +5770,7 @@ module Aws::DynamoDB
|
|
|
5770
5770
|
# In between attempts, the waiter will sleep.
|
|
5771
5771
|
#
|
|
5772
5772
|
# # polls in a loop, sleeping between attempts
|
|
5773
|
-
# client.
|
|
5773
|
+
# client.wait_until(waiter_name, params)
|
|
5774
5774
|
#
|
|
5775
5775
|
# ## Configuration
|
|
5776
5776
|
#
|
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.25.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-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|