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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 352cb1e2b88f669ef6f17c746a6015768bc9c7c70845f4b5953458bdc8801639
4
- data.tar.gz: 68f5fdaf4044a40e6a816012e24ce8a915daee69167717dc56091e30814a6d4d
3
+ metadata.gz: ad73cbe73eb88100e41e2167accf529f162678179e627421ed7c7a9c7df12810
4
+ data.tar.gz: 58f728b54a55eabb4ebdaa6cec23de59725e713dfd095d81c9e6aba43fe26ed8
5
5
  SHA512:
6
- metadata.gz: 51150cc036ae4346161d49d405716e6e0bbdac91b7a0052db029110880b559c6b17847b8aff9c1b53dc8a0fab31c327d9434d7225198715a04a935ac2d5ef689
7
- data.tar.gz: 4eb2d351edeaadb89fe12434f065f4c55a854b3fdb407908ad7750d4ba81d0ccbe229f6eb464e07a40482ef30427b8a77b4349dd7472f28fe18895d446c779dd
6
+ metadata.gz: 72d78030ef1a1b01c6a64614c487cb6496863d9443db525d4a6e546de1f3742ca4b64d1aa659612f2db588253a3e7e12b61835b7b72580d6ffa9d1cc0360c428
7
+ data.tar.gz: d2bf67329e037682c9ba43ed0759be2d28d9ab79f141a72e126d7b2dd7c3ff0cf5e6a2d5359f23a43e004a4285bb858fcc879f1420715a9afa069775e5b1a981
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
47
47
  # @service
48
48
  module Aws::DynamoDB
49
49
 
50
- GEM_VERSION = '1.47.0'
50
+ GEM_VERSION = '1.48.0'
51
51
 
52
52
  end
@@ -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. Defaults to `false`.
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.47.0'
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.47.0
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-18 00:00:00.000000000 Z
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