aws-sdk-kafka 1.96.0 → 1.97.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: 338df6fa9b5466ec7cc978dce21ede49d4cb46ac42701d8b113a9ef82a341634
4
- data.tar.gz: d4fa41a5e56fd1180e010458bff8f3bb6f0e87f292b86c5d2ab7997349fa18c2
3
+ metadata.gz: 469d7251bafdb2e3a4bc4379871470992f465ae5fb1e5c26ed9fb3cc20e0eabf
4
+ data.tar.gz: f2f0806c744c1a85a7a5c44fa48582d7d239b4595677f50afaca6b382a33484b
5
5
  SHA512:
6
- metadata.gz: 77431860cc03e55cd0080a7f3175581fec863231399acc189d9cb14d7eeecbbd718cce36ab435c9b7262844d88732c0fe4c2615a91c7d1a5e0ba47ac90700000
7
- data.tar.gz: 7d6de6e5b17270a7ec6e9255ef746ef526b4b187a055e4819dd18ec5f226b9db0624126f9c4c630948701df3fc5068eb9fdfe65061d8a0d8b243a8e4b2602be0
6
+ metadata.gz: adc68b3cc3e539eca9d2b2639630328d8851d4f5f9ef2bd3c6e5d01f04003ed5e89a3ddf69a600afaf25ee0ca9a1f7c90ae22673d498e4145c21dc5c5e9917bb
7
+ data.tar.gz: 1c43edd6348826434743a1c9628fb3b46a1ca46ee4190743f4cd456ad8aa79e56918e9c8eb2e04f1be6f8641356ca96a87840d66d0dd2a78942a253920528718
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.96.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -3429,7 +3429,7 @@ module Aws::Kafka
3429
3429
  tracer: tracer
3430
3430
  )
3431
3431
  context[:gem_name] = 'aws-sdk-kafka'
3432
- context[:gem_version] = '1.96.0'
3432
+ context[:gem_version] = '1.97.0'
3433
3433
  Seahorse::Client::Request.new(handlers, context)
3434
3434
  end
3435
3435
 
@@ -13,22 +13,22 @@ module Aws::Kafka
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,
data/lib/aws-sdk-kafka.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Kafka
54
54
  autoload :EndpointProvider, 'aws-sdk-kafka/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kafka/endpoints'
56
56
 
57
- GEM_VERSION = '1.96.0'
57
+ GEM_VERSION = '1.97.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-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.97.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services