aws-sdk-dynamodbstreams 1.48.0 → 1.49.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodbstreams/client.rb +5 -1
- data/lib/aws-sdk-dynamodbstreams.rb +1 -1
- 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: 2a77e78cafa29c348bd509b4c278170a4e4bd0ff03d526d097903a2e338b3b09
|
|
4
|
+
data.tar.gz: c00436cfb8d01fccd32c1415847c2f3853b68184141c022bb5a8ac8c40f389f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73c056b32d307e45f1c74e54c67dc16e77cd32a34bedc6237b4fb88d7b755a0f2222bbe4f5b4e9c3aa7c1e656aaf63d469d8eed9bfd4730ccc8a58f160dd2ae7
|
|
7
|
+
data.tar.gz: 83a50f8d72410f8e62f18a29457e25695be05a389b44e0bbd16370dec9366a9e232365c4d2750f2d103f6e68461231f60d338dc8c6506acc09d16e8ccc4ed5be
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
|
@@ -218,6 +218,10 @@ module Aws::DynamoDBStreams
|
|
|
218
218
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
219
219
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
220
220
|
#
|
|
221
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
222
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
223
|
+
# variables and the shared configuration file.
|
|
224
|
+
#
|
|
221
225
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
222
226
|
# The log formatter.
|
|
223
227
|
#
|
|
@@ -850,7 +854,7 @@ module Aws::DynamoDBStreams
|
|
|
850
854
|
params: params,
|
|
851
855
|
config: config)
|
|
852
856
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
853
|
-
context[:gem_version] = '1.
|
|
857
|
+
context[:gem_version] = '1.49.0'
|
|
854
858
|
Seahorse::Client::Request.new(handlers, context)
|
|
855
859
|
end
|
|
856
860
|
|
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.
|
|
4
|
+
version: 1.49.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|