aws-sdk-dynamodb 1.143.0 → 1.144.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 +2 -3
- data/lib/aws-sdk-dynamodb.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba5aca242b047b53709e1bf9a5db2953613ddd1ea28da539dc3547835513e41b
|
4
|
+
data.tar.gz: e26aa8e912a84eca188d574b82ffba370a150ea1bb3234d7e56585568ba09b3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51c0fbeebef6b3bfcbdb2593b3d356813b9f3078d5ae0574cea85c5fff836e15442ef19a7e6013eb44d670b2ec98bbce04c5822c6351ba71180e2930c1efebc7
|
7
|
+
data.tar.gz: 499be8fcfd02ccd78c9f22662c84c7470cde6e3344dca25f3ad1b0aa90db4124301a6c83d21f81e0e9aae9914ae3a6c2d557972399bfbb4e4a852e11853add85
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.144.0
|
@@ -212,8 +212,7 @@ module Aws::DynamoDB
|
|
212
212
|
# accepted modes and the configuration defaults that are included.
|
213
213
|
#
|
214
214
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
215
|
-
#
|
216
|
-
# to default service endpoint when available.
|
215
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
217
216
|
#
|
218
217
|
# @option options [Boolean] :disable_request_compression (false)
|
219
218
|
# When set to 'true' the request body will not be compressed
|
@@ -8641,7 +8640,7 @@ module Aws::DynamoDB
|
|
8641
8640
|
tracer: tracer
|
8642
8641
|
)
|
8643
8642
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
8644
|
-
context[:gem_version] = '1.
|
8643
|
+
context[:gem_version] = '1.144.0'
|
8645
8644
|
Seahorse::Client::Request.new(handlers, context)
|
8646
8645
|
end
|
8647
8646
|
|
data/lib/aws-sdk-dynamodb.rb
CHANGED