aws-sdk-dynamodb 1.47.0 → 1.48.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad73cbe73eb88100e41e2167accf529f162678179e627421ed7c7a9c7df12810
|
|
4
|
+
data.tar.gz: 58f728b54a55eabb4ebdaa6cec23de59725e713dfd095d81c9e6aba43fe26ed8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72d78030ef1a1b01c6a64614c487cb6496863d9443db525d4a6e546de1f3742ca4b64d1aa659612f2db588253a3e7e12b61835b7b72580d6ffa9d1cc0360c428
|
|
7
|
+
data.tar.gz: d2bf67329e037682c9ba43ed0759be2d28d9ab79f141a72e126d7b2dd7c3ff0cf5e6a2d5359f23a43e004a4285bb858fcc879f1420715a9afa069775e5b1a981
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
|
@@ -188,7 +188,7 @@ module Aws::DynamoDB
|
|
|
188
188
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
189
189
|
#
|
|
190
190
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
191
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
191
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
192
192
|
#
|
|
193
193
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
194
194
|
# The log formatter.
|
|
@@ -6656,7 +6656,7 @@ module Aws::DynamoDB
|
|
|
6656
6656
|
params: params,
|
|
6657
6657
|
config: config)
|
|
6658
6658
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
6659
|
-
context[:gem_version] = '1.
|
|
6659
|
+
context[:gem_version] = '1.48.0'
|
|
6660
6660
|
Seahorse::Client::Request.new(handlers, context)
|
|
6661
6661
|
end
|
|
6662
6662
|
|
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.48.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-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|