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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d29b5f99220b8c3cca1fa4e8c89c4bd7053dc8ca10310a8d9db8a70b46975921
4
- data.tar.gz: 49f74cfbadf20373e01cc8993423bcbb9fba4dda46303c5068a4f615ba524f09
3
+ metadata.gz: 503c41d7c6684b170c00120fa71b74ab9347a49cb7926f83a45a1292a1a8af17
4
+ data.tar.gz: 90f988c93b1d8b072fc214c5b0df3f92d367f4462a2af3f66ebe065ff8f93ad2
5
5
  SHA512:
6
- metadata.gz: b4ce78fd6f0176619d8bfd2f1be9c77afbff3e9374780d436383039adb0da9417a5996b35be912a2846551fc613eb8e1335cd0cc94ba6b50139e74d70e1c0833
7
- data.tar.gz: 94bbf89315e2c21b057e2d261788b6b25404384bd1296c78d1ff7ca66f39e4d7664a888631e6fc1d52b526c8daeb701f300bcec4a87501eba6b01788c8b72fbd
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.55.0
1
+ 1.56.0
@@ -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.55.0'
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kafka/customizations'
52
52
  # @!group service
53
53
  module Aws::Kafka
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  end
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.55.0
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-04-27 00:00:00.000000000 Z
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