aws-sdk-kafka 1.55.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kafka/client.rb +3 -3
- data/lib/aws-sdk-kafka/client_api.rb +1 -1
- data/lib/aws-sdk-kafka.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 503c41d7c6684b170c00120fa71b74ab9347a49cb7926f83a45a1292a1a8af17
|
4
|
+
data.tar.gz: 90f988c93b1d8b072fc214c5b0df3f92d367f4462a2af3f66ebe065ff8f93ad2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6f021c0db4a68d285377c7b2b1ed715e91ebe0c441b10d4346d0c1464b87ba5caef101697a02339fe1f65906cae77b8b156675accb307e3998b4086213618f5
|
7
|
+
data.tar.gz: 329a814fc816b5f7f78a1bf77a433e36bb69c1cdb83a20a30cc8b74190a5cf0d19c02abc6de353c08541efe617486adf5681a61aef41fc678b70a37e2dc827aa
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2023-05-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
|
8
|
+
|
4
9
|
1.55.0 (2023-04-27)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
data/lib/aws-sdk-kafka/client.rb
CHANGED
@@ -2098,7 +2098,7 @@ module Aws::Kafka
|
|
2098
2098
|
req.send_request(options)
|
2099
2099
|
end
|
2100
2100
|
|
2101
|
-
# @option params [String] :cluster_arn
|
2101
|
+
# @option params [required, String] :cluster_arn
|
2102
2102
|
#
|
2103
2103
|
# @option params [required, String] :vpc_connection_arn
|
2104
2104
|
#
|
@@ -2107,7 +2107,7 @@ module Aws::Kafka
|
|
2107
2107
|
# @example Request syntax with placeholder values
|
2108
2108
|
#
|
2109
2109
|
# resp = client.reject_client_vpc_connection({
|
2110
|
-
# cluster_arn: "__string",
|
2110
|
+
# cluster_arn: "__string", # required
|
2111
2111
|
# vpc_connection_arn: "__string", # required
|
2112
2112
|
# })
|
2113
2113
|
#
|
@@ -2809,7 +2809,7 @@ module Aws::Kafka
|
|
2809
2809
|
params: params,
|
2810
2810
|
config: config)
|
2811
2811
|
context[:gem_name] = 'aws-sdk-kafka'
|
2812
|
-
context[:gem_version] = '1.
|
2812
|
+
context[:gem_version] = '1.56.0'
|
2813
2813
|
Seahorse::Client::Request.new(handlers, context)
|
2814
2814
|
end
|
2815
2815
|
|
@@ -779,7 +779,7 @@ module Aws::Kafka
|
|
779
779
|
RebootBrokerResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
|
780
780
|
RebootBrokerResponse.struct_class = Types::RebootBrokerResponse
|
781
781
|
|
782
|
-
RejectClientVpcConnectionRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location: "uri", location_name: "clusterArn"))
|
782
|
+
RejectClientVpcConnectionRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
|
783
783
|
RejectClientVpcConnectionRequest.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "vpcConnectionArn"))
|
784
784
|
RejectClientVpcConnectionRequest.struct_class = Types::RejectClientVpcConnectionRequest
|
785
785
|
|
data/lib/aws-sdk-kafka.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|