aws-sdk-dynamodbstreams 1.18.0 → 1.19.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: d5c850f11b0786b3d13b3b18941bbff0802b5c1554d37d1495c153d73e0ae450
4
- data.tar.gz: ee9b346de9bd1e76fa006b20bd0290114c2de54b7a1f3ff84443ae57ec439d73
3
+ metadata.gz: a15214320c6b3d464cec63ed7d1f970acd610788effc4b9ac52a6839566a05c2
4
+ data.tar.gz: dc5082fb0648a5b1660f1097ae691abe7ec8a0063e449da32b8b740074027106
5
5
  SHA512:
6
- metadata.gz: 6aea388e5ffd1ecad0822a36178c7c2247f0944c1e163baeb2d297d83b133969fc93bf7d3b92e8dfef73e170de8232c30ff9ba4a62b3ce69ed03840ec63a92dd
7
- data.tar.gz: a2bbab57571c05998f1eb94cc2a92dc9104cb064acf08a0f1f843104b531343fcd36e62a3ca610c9644732b55bdb4e4b91bc904f57f1bdc9f0bf93c618d3ef21
6
+ metadata.gz: 3b3df67eb403dad22269c7b33be3dbac58b755c14ef2a1bb0c3d1db2ccd2999f11ebcb9040b49eed1b24e3faa98e55b91b1c4e4cd5331dc29660b1870e8958e0
7
+ data.tar.gz: 032bd4c208ff719b209d48bb4b9b94578eef832857f9c0e9d91e52176fdf0d0bfe227a239be4904d5aa7dfa4ab5e5a851f1003f80bcbf5a09e4d3ea2d68139d0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
45
45
  # @service
46
46
  module Aws::DynamoDBStreams
47
47
 
48
- GEM_VERSION = '1.18.0'
48
+ GEM_VERSION = '1.19.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::DynamoDBStreams
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -768,7 +768,7 @@ module Aws::DynamoDBStreams
768
768
  params: params,
769
769
  config: config)
770
770
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
771
- context[:gem_version] = '1.18.0'
771
+ context[:gem_version] = '1.19.0'
772
772
  Seahorse::Client::Request.new(handlers, context)
773
773
  end
774
774
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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-07 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