aws-sdk-dynamodb 1.91.0 → 1.92.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-dynamodb/client.rb +5 -1
- data/lib/aws-sdk-dynamodb.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: 28be9d53d076526f477ce1a55119335c4094942384ce310b18851e7f8849ff3d
|
|
4
|
+
data.tar.gz: 4d368d2eb8fffe18528ebb3e5ddf3a59bb9284d3d930dc50d9f6ae7a3eb29c5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f2bfe0e4c77f50c8579a300e49d97bcef1f42a489de5314e9f4da855cb6ba636d43a6ffedfa580f589e127f7c0c640910390bbb08c7c8c79f88b305a994c33a
|
|
7
|
+
data.tar.gz: cd991b09a3b012ac7038c48fef6f23d43e265a9aee47b85cd2ee976546193129edf4a2f9b0696a5dec2f02ef166523bed5d5f8848a99e0a23e5f69d58dff4661
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -228,6 +228,10 @@ module Aws::DynamoDB
|
|
|
228
228
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
229
229
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
230
230
|
#
|
|
231
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
232
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
233
|
+
# variables and the shared configuration file.
|
|
234
|
+
#
|
|
231
235
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
232
236
|
# The log formatter.
|
|
233
237
|
#
|
|
@@ -7802,7 +7806,7 @@ module Aws::DynamoDB
|
|
|
7802
7806
|
params: params,
|
|
7803
7807
|
config: config)
|
|
7804
7808
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
7805
|
-
context[:gem_version] = '1.
|
|
7809
|
+
context[:gem_version] = '1.92.0'
|
|
7806
7810
|
Seahorse::Client::Request.new(handlers, context)
|
|
7807
7811
|
end
|
|
7808
7812
|
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
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.92.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
|