aws-sdk-keyspaces 1.47.0 → 1.48.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: ca2567484d89c66131f33013432ac1fc4044ab4b6710253ee81148603dffa029
4
- data.tar.gz: aa71c19815d685f291a1cca424dd56a690e87bbc16377d26f797308f13e16300
3
+ metadata.gz: 9000154e14f10340f907142398f47f15c9e973acc630d975f4af9fa884078a94
4
+ data.tar.gz: 83888c60a60d8f00d591f24612ab9532345256d4b693a3faf37f77c0b2ea514e
5
5
  SHA512:
6
- metadata.gz: c99de95bd3d66f4ec14747f526e900611188aeaa5bc47470505b20ab3854334b61a33fe88b5fc27341ad6f1da39431484af9c077a9f68daa5658a6d2188e1616
7
- data.tar.gz: 6d7049e3d6053e02d8830a8d8387a96c469368d029500b528b0e23fb3bd004c4b99d344f9eeb5060f37454ca366d1e3cd9604fa1c9a262055c84609c9e47277b
6
+ metadata.gz: 2b876f00b69109167775143fbc583ee72ce9064c96e8c70eab1016095ecd795fdf10f09ca07d786f7cbfa8aafca25c33ec46c7c67bc186aba5535a5f9ec6588a
7
+ data.tar.gz: ed3b71f8668fa8b69c9e3363368d8e4eb8aace202379e6e859f9f49d54c0cf910f18dddd7398f8e4ca085e9fbad66cae8e9d915648d5ef75a5e99e32f9efe8e9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.47.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -2264,7 +2264,7 @@ module Aws::Keyspaces
2264
2264
  tracer: tracer
2265
2265
  )
2266
2266
  context[:gem_name] = 'aws-sdk-keyspaces'
2267
- context[:gem_version] = '1.47.0'
2267
+ context[:gem_version] = '1.48.0'
2268
2268
  Seahorse::Client::Request.new(handlers, context)
2269
2269
  end
2270
2270
 
@@ -13,22 +13,22 @@ module Aws::Keyspaces
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.47.0'
58
+ GEM_VERSION = '1.48.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.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services