aws-sdk-keyspacesstreams 1.7.0 → 1.8.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: cfcf76eacb1d65cdb7794f1e83b22ae4682adcb73157f662241746468fa55b28
4
- data.tar.gz: 7024f6a06bc9b5e43d54ada0d7a45011fc37a5b2588785dd9fac420b50e8fd5d
3
+ metadata.gz: e3ae09f62df00d7f8f96a081a279118a781eeeecc591d8fe07bed5afb8ec4968
4
+ data.tar.gz: 64fefeba65c4e21e8a26b6acf095c8c0d871f9dc4e903ad09060d7c557a49ef2
5
5
  SHA512:
6
- metadata.gz: ed55bd8398d9118d81230489676f2bd56354c0fd030645b21f57c276233e239a9aea5721e3bb1b53d04f3771dac4fe901936dfe8f0c6ac6925977efc1dbe5227
7
- data.tar.gz: b79eec2750cf9bd89a92d75e03bb2e14edbb0b36c3cc6a3d7b56ffb83bce5f7f7b3ac2385dab9e63daa33dc5ae0d0b5bc8ab423da6b98be7562dbca80231acaa
6
+ metadata.gz: b4be66520861dadecddf727fd5d6f87fea619981a4edd05f155f1d1563eb86f5b243594ff4dcdd9ddadb0cb3f49d0d150eaeeb78f487a67d7ad8ffa7427b95c6
7
+ data.tar.gz: 1de816c4cd2d52a9d5b11d090ef3c1ad4faa9d60def1d5aeae50c8297c3eb446e3c8b447266b43e9e0173c8a658b394d54835e4fe5a095900dbffcbb9eb216bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.7.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -988,7 +988,7 @@ module Aws::KeyspacesStreams
988
988
  tracer: tracer
989
989
  )
990
990
  context[:gem_name] = 'aws-sdk-keyspacesstreams'
991
- context[:gem_version] = '1.7.0'
991
+ context[:gem_version] = '1.8.0'
992
992
  Seahorse::Client::Request.new(handlers, context)
993
993
  end
994
994
 
@@ -13,17 +13,17 @@ module Aws::KeyspacesStreams
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -54,7 +54,7 @@ module Aws::KeyspacesStreams
54
54
  autoload :EndpointProvider, 'aws-sdk-keyspacesstreams/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-keyspacesstreams/endpoints'
56
56
 
57
- GEM_VERSION = '1.7.0'
57
+ GEM_VERSION = '1.8.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-keyspacesstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services