aws-sdk-keyspaces 1.39.0 → 1.40.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-keyspaces/client.rb +2 -3
- data/lib/aws-sdk-keyspaces.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: 13a5a5d283a96fd6c2961e41dda6ecb0ce038a90f4c61dc05bc8785b6da81d3f
|
4
|
+
data.tar.gz: 8153c4a3813a53819da32ce6eaf55c288f7abf4426e9d02653be35cb9e963e52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3220dcd5669b543843196f78d6132f5cbfef7680cf8aa2c6f37982e8d417b46b115197dd7140e38816a2518acba502838d3d1dc96e434922e41b3efaed6736cd
|
7
|
+
data.tar.gz: 6ab0cce019e9d71535c70cc027a64b35d13621b08586d65e1eed0c7774ce276ef72e8ad211336af21b1a56948d955753c9b4d5ff6f2bcca89f9b5f6c15ecf065
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -200,8 +200,7 @@ module Aws::Keyspaces
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2225,7 +2224,7 @@ module Aws::Keyspaces
|
|
2225
2224
|
tracer: tracer
|
2226
2225
|
)
|
2227
2226
|
context[:gem_name] = 'aws-sdk-keyspaces'
|
2228
|
-
context[:gem_version] = '1.
|
2227
|
+
context[:gem_version] = '1.40.0'
|
2229
2228
|
Seahorse::Client::Request.new(handlers, context)
|
2230
2229
|
end
|
2231
2230
|
|
data/lib/aws-sdk-keyspaces.rb
CHANGED