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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59bad99fcb19eabbd5758cfeaf952171adf5ee919d1325d7be01ab64103bf6be
4
- data.tar.gz: ba250f63cc6f46d47de0673337c2a2f2f19f5782b48e7ff61cbf0a22d03c15af
3
+ metadata.gz: 13a5a5d283a96fd6c2961e41dda6ecb0ce038a90f4c61dc05bc8785b6da81d3f
4
+ data.tar.gz: 8153c4a3813a53819da32ce6eaf55c288f7abf4426e9d02653be35cb9e963e52
5
5
  SHA512:
6
- metadata.gz: 0e258aa061f3f9d62a4a683b422c16e438d58dbfb44788bbb2bc60bae1c3a193f45bbc3680a046203b5869de64f4d573192457724ee5237e3bbdaa2952edb5cb
7
- data.tar.gz: 8af26b9ddfbd71f08416216d4c42b18859b0df1c5cacdd730e222ef04c4956a95dbe69003b811a4354320e287e70c65525696dc74faf99ad2bc74faaead60580
6
+ metadata.gz: 3220dcd5669b543843196f78d6132f5cbfef7680cf8aa2c6f37982e8d417b46b115197dd7140e38816a2518acba502838d3d1dc96e434922e41b3efaed6736cd
7
+ data.tar.gz: 6ab0cce019e9d71535c70cc027a64b35d13621b08586d65e1eed0c7774ce276ef72e8ad211336af21b1a56948d955753c9b4d5ff6f2bcca89f9b5f6c15ecf065
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.39.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
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
- # Set to true to disable SDK automatically adding host prefix
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.39.0'
2227
+ context[:gem_version] = '1.40.0'
2229
2228
  Seahorse::Client::Request.new(handlers, context)
2230
2229
  end
2231
2230
 
@@ -55,7 +55,7 @@ module Aws::Keyspaces
55
55
  autoload :EndpointProvider, 'aws-sdk-keyspaces/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-keyspaces/endpoints'
57
57
 
58
- GEM_VERSION = '1.39.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-keyspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services