aws-sdk-dynamodbstreams 1.74.0 → 1.75.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 +2 -3
- data/lib/aws-sdk-dynamodbstreams.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: 433930288e92dd98acff41b4a777e357b294cff4ad3e3877351104154aa99a59
|
4
|
+
data.tar.gz: 8906f19fd7aa9f1a132ffcb607684392018ed15e0d50827d12fc27dba9be0f63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bfc23d2a9da57b0e6569464633e9a15220a123e4b83cd6278868c56ebbef4b23b63646ca587feeccf9fbc79654e9d6209f394250c5839610f7f04876006bf21
|
7
|
+
data.tar.gz: 1f9c68a58f947314567ab35c820ccc1b1381308edd6fce5a1aca15700c1ac1d7ba85afa2aee600a5008203a25d93be0e4b0a231a038fcc2954d05931716a8009
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
@@ -202,8 +202,7 @@ module Aws::DynamoDBStreams
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -938,7 +937,7 @@ module Aws::DynamoDBStreams
|
|
938
937
|
tracer: tracer
|
939
938
|
)
|
940
939
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
941
|
-
context[:gem_version] = '1.
|
940
|
+
context[:gem_version] = '1.75.0'
|
942
941
|
Seahorse::Client::Request.new(handlers, context)
|
943
942
|
end
|
944
943
|
|