aws-sdk-kafka 1.45.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,7 @@ module Aws::Kafka
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AmazonMskCluster = Shapes::StructureShape.new(name: 'AmazonMskCluster')
16
17
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
17
18
  BatchAssociateScramSecretRequest = Shapes::StructureShape.new(name: 'BatchAssociateScramSecretRequest')
18
19
  BatchAssociateScramSecretResponse = Shapes::StructureShape.new(name: 'BatchAssociateScramSecretResponse')
@@ -26,12 +27,17 @@ module Aws::Kafka
26
27
  BrokerSoftwareInfo = Shapes::StructureShape.new(name: 'BrokerSoftwareInfo')
27
28
  ClientAuthentication = Shapes::StructureShape.new(name: 'ClientAuthentication')
28
29
  ClientBroker = Shapes::StringShape.new(name: 'ClientBroker')
30
+ ClientVpcConnection = Shapes::StructureShape.new(name: 'ClientVpcConnection')
29
31
  CloudWatchLogs = Shapes::StructureShape.new(name: 'CloudWatchLogs')
30
32
  Cluster = Shapes::StructureShape.new(name: 'Cluster')
31
33
  ClusterInfo = Shapes::StructureShape.new(name: 'ClusterInfo')
32
34
  ClusterOperationInfo = Shapes::StructureShape.new(name: 'ClusterOperationInfo')
33
35
  ClusterOperationStep = Shapes::StructureShape.new(name: 'ClusterOperationStep')
34
36
  ClusterOperationStepInfo = Shapes::StructureShape.new(name: 'ClusterOperationStepInfo')
37
+ ClusterOperationV2 = Shapes::StructureShape.new(name: 'ClusterOperationV2')
38
+ ClusterOperationV2Provisioned = Shapes::StructureShape.new(name: 'ClusterOperationV2Provisioned')
39
+ ClusterOperationV2Serverless = Shapes::StructureShape.new(name: 'ClusterOperationV2Serverless')
40
+ ClusterOperationV2Summary = Shapes::StructureShape.new(name: 'ClusterOperationV2Summary')
35
41
  ClusterState = Shapes::StringShape.new(name: 'ClusterState')
36
42
  ClusterType = Shapes::StringShape.new(name: 'ClusterType')
37
43
  CompatibleKafkaVersion = Shapes::StructureShape.new(name: 'CompatibleKafkaVersion')
@@ -41,18 +47,32 @@ module Aws::Kafka
41
47
  ConfigurationState = Shapes::StringShape.new(name: 'ConfigurationState')
42
48
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
43
49
  ConnectivityInfo = Shapes::StructureShape.new(name: 'ConnectivityInfo')
50
+ ConsumerGroupReplication = Shapes::StructureShape.new(name: 'ConsumerGroupReplication')
51
+ ConsumerGroupReplicationUpdate = Shapes::StructureShape.new(name: 'ConsumerGroupReplicationUpdate')
44
52
  CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
45
53
  CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
46
54
  CreateClusterV2Request = Shapes::StructureShape.new(name: 'CreateClusterV2Request')
47
55
  CreateClusterV2Response = Shapes::StructureShape.new(name: 'CreateClusterV2Response')
48
56
  CreateConfigurationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationRequest')
49
57
  CreateConfigurationResponse = Shapes::StructureShape.new(name: 'CreateConfigurationResponse')
58
+ CreateReplicatorRequest = Shapes::StructureShape.new(name: 'CreateReplicatorRequest')
59
+ CreateReplicatorResponse = Shapes::StructureShape.new(name: 'CreateReplicatorResponse')
60
+ CreateVpcConnectionRequest = Shapes::StructureShape.new(name: 'CreateVpcConnectionRequest')
61
+ CreateVpcConnectionResponse = Shapes::StructureShape.new(name: 'CreateVpcConnectionResponse')
62
+ DeleteClusterPolicyRequest = Shapes::StructureShape.new(name: 'DeleteClusterPolicyRequest')
63
+ DeleteClusterPolicyResponse = Shapes::StructureShape.new(name: 'DeleteClusterPolicyResponse')
50
64
  DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
51
65
  DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
52
66
  DeleteConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationRequest')
53
67
  DeleteConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationResponse')
68
+ DeleteReplicatorRequest = Shapes::StructureShape.new(name: 'DeleteReplicatorRequest')
69
+ DeleteReplicatorResponse = Shapes::StructureShape.new(name: 'DeleteReplicatorResponse')
70
+ DeleteVpcConnectionRequest = Shapes::StructureShape.new(name: 'DeleteVpcConnectionRequest')
71
+ DeleteVpcConnectionResponse = Shapes::StructureShape.new(name: 'DeleteVpcConnectionResponse')
54
72
  DescribeClusterOperationRequest = Shapes::StructureShape.new(name: 'DescribeClusterOperationRequest')
55
73
  DescribeClusterOperationResponse = Shapes::StructureShape.new(name: 'DescribeClusterOperationResponse')
74
+ DescribeClusterOperationV2Request = Shapes::StructureShape.new(name: 'DescribeClusterOperationV2Request')
75
+ DescribeClusterOperationV2Response = Shapes::StructureShape.new(name: 'DescribeClusterOperationV2Response')
56
76
  DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
57
77
  DescribeClusterResponse = Shapes::StructureShape.new(name: 'DescribeClusterResponse')
58
78
  DescribeClusterV2Request = Shapes::StructureShape.new(name: 'DescribeClusterV2Request')
@@ -61,6 +81,10 @@ module Aws::Kafka
61
81
  DescribeConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationResponse')
62
82
  DescribeConfigurationRevisionRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRevisionRequest')
63
83
  DescribeConfigurationRevisionResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationRevisionResponse')
84
+ DescribeReplicatorRequest = Shapes::StructureShape.new(name: 'DescribeReplicatorRequest')
85
+ DescribeReplicatorResponse = Shapes::StructureShape.new(name: 'DescribeReplicatorResponse')
86
+ DescribeVpcConnectionRequest = Shapes::StructureShape.new(name: 'DescribeVpcConnectionRequest')
87
+ DescribeVpcConnectionResponse = Shapes::StructureShape.new(name: 'DescribeVpcConnectionResponse')
64
88
  EBSStorageInfo = Shapes::StructureShape.new(name: 'EBSStorageInfo')
65
89
  EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
66
90
  EncryptionInTransit = Shapes::StructureShape.new(name: 'EncryptionInTransit')
@@ -72,16 +96,26 @@ module Aws::Kafka
72
96
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
73
97
  GetBootstrapBrokersRequest = Shapes::StructureShape.new(name: 'GetBootstrapBrokersRequest')
74
98
  GetBootstrapBrokersResponse = Shapes::StructureShape.new(name: 'GetBootstrapBrokersResponse')
99
+ GetClusterPolicyRequest = Shapes::StructureShape.new(name: 'GetClusterPolicyRequest')
100
+ GetClusterPolicyResponse = Shapes::StructureShape.new(name: 'GetClusterPolicyResponse')
75
101
  GetCompatibleKafkaVersionsRequest = Shapes::StructureShape.new(name: 'GetCompatibleKafkaVersionsRequest')
76
102
  GetCompatibleKafkaVersionsResponse = Shapes::StructureShape.new(name: 'GetCompatibleKafkaVersionsResponse')
77
103
  Iam = Shapes::StructureShape.new(name: 'Iam')
78
104
  InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
79
105
  JmxExporter = Shapes::StructureShape.new(name: 'JmxExporter')
80
106
  JmxExporterInfo = Shapes::StructureShape.new(name: 'JmxExporterInfo')
107
+ KafkaCluster = Shapes::StructureShape.new(name: 'KafkaCluster')
108
+ KafkaClusterClientVpcConfig = Shapes::StructureShape.new(name: 'KafkaClusterClientVpcConfig')
109
+ KafkaClusterDescription = Shapes::StructureShape.new(name: 'KafkaClusterDescription')
110
+ KafkaClusterSummary = Shapes::StructureShape.new(name: 'KafkaClusterSummary')
81
111
  KafkaVersion = Shapes::StructureShape.new(name: 'KafkaVersion')
82
112
  KafkaVersionStatus = Shapes::StringShape.new(name: 'KafkaVersionStatus')
113
+ ListClientVpcConnectionsRequest = Shapes::StructureShape.new(name: 'ListClientVpcConnectionsRequest')
114
+ ListClientVpcConnectionsResponse = Shapes::StructureShape.new(name: 'ListClientVpcConnectionsResponse')
83
115
  ListClusterOperationsRequest = Shapes::StructureShape.new(name: 'ListClusterOperationsRequest')
84
116
  ListClusterOperationsResponse = Shapes::StructureShape.new(name: 'ListClusterOperationsResponse')
117
+ ListClusterOperationsV2Request = Shapes::StructureShape.new(name: 'ListClusterOperationsV2Request')
118
+ ListClusterOperationsV2Response = Shapes::StructureShape.new(name: 'ListClusterOperationsV2Response')
85
119
  ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
86
120
  ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
87
121
  ListClustersV2Request = Shapes::StructureShape.new(name: 'ListClustersV2Request')
@@ -94,10 +128,14 @@ module Aws::Kafka
94
128
  ListKafkaVersionsResponse = Shapes::StructureShape.new(name: 'ListKafkaVersionsResponse')
95
129
  ListNodesRequest = Shapes::StructureShape.new(name: 'ListNodesRequest')
96
130
  ListNodesResponse = Shapes::StructureShape.new(name: 'ListNodesResponse')
131
+ ListReplicatorsRequest = Shapes::StructureShape.new(name: 'ListReplicatorsRequest')
132
+ ListReplicatorsResponse = Shapes::StructureShape.new(name: 'ListReplicatorsResponse')
97
133
  ListScramSecretsRequest = Shapes::StructureShape.new(name: 'ListScramSecretsRequest')
98
134
  ListScramSecretsResponse = Shapes::StructureShape.new(name: 'ListScramSecretsResponse')
99
135
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
100
136
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
137
+ ListVpcConnectionsRequest = Shapes::StructureShape.new(name: 'ListVpcConnectionsRequest')
138
+ ListVpcConnectionsResponse = Shapes::StructureShape.new(name: 'ListVpcConnectionsResponse')
101
139
  LoggingInfo = Shapes::StructureShape.new(name: 'LoggingInfo')
102
140
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
103
141
  MutableClusterInfo = Shapes::StructureShape.new(name: 'MutableClusterInfo')
@@ -112,9 +150,20 @@ module Aws::Kafka
112
150
  PrometheusInfo = Shapes::StructureShape.new(name: 'PrometheusInfo')
113
151
  Provisioned = Shapes::StructureShape.new(name: 'Provisioned')
114
152
  ProvisionedRequest = Shapes::StructureShape.new(name: 'ProvisionedRequest')
153
+ ProvisionedThroughput = Shapes::StructureShape.new(name: 'ProvisionedThroughput')
115
154
  PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
155
+ PutClusterPolicyRequest = Shapes::StructureShape.new(name: 'PutClusterPolicyRequest')
156
+ PutClusterPolicyResponse = Shapes::StructureShape.new(name: 'PutClusterPolicyResponse')
116
157
  RebootBrokerRequest = Shapes::StructureShape.new(name: 'RebootBrokerRequest')
117
158
  RebootBrokerResponse = Shapes::StructureShape.new(name: 'RebootBrokerResponse')
159
+ RejectClientVpcConnectionRequest = Shapes::StructureShape.new(name: 'RejectClientVpcConnectionRequest')
160
+ RejectClientVpcConnectionResponse = Shapes::StructureShape.new(name: 'RejectClientVpcConnectionResponse')
161
+ ReplicationInfo = Shapes::StructureShape.new(name: 'ReplicationInfo')
162
+ ReplicationInfoDescription = Shapes::StructureShape.new(name: 'ReplicationInfoDescription')
163
+ ReplicationInfoSummary = Shapes::StructureShape.new(name: 'ReplicationInfoSummary')
164
+ ReplicationStateInfo = Shapes::StructureShape.new(name: 'ReplicationStateInfo')
165
+ ReplicatorState = Shapes::StringShape.new(name: 'ReplicatorState')
166
+ ReplicatorSummary = Shapes::StructureShape.new(name: 'ReplicatorSummary')
118
167
  S3 = Shapes::StructureShape.new(name: 'S3')
119
168
  Sasl = Shapes::StructureShape.new(name: 'Sasl')
120
169
  Scram = Shapes::StructureShape.new(name: 'Scram')
@@ -125,9 +174,13 @@ module Aws::Kafka
125
174
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
126
175
  StateInfo = Shapes::StructureShape.new(name: 'StateInfo')
127
176
  StorageInfo = Shapes::StructureShape.new(name: 'StorageInfo')
177
+ StorageMode = Shapes::StringShape.new(name: 'StorageMode')
128
178
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
179
+ TargetCompressionType = Shapes::StringShape.new(name: 'TargetCompressionType')
129
180
  Tls = Shapes::StructureShape.new(name: 'Tls')
130
181
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
182
+ TopicReplication = Shapes::StructureShape.new(name: 'TopicReplication')
183
+ TopicReplicationUpdate = Shapes::StructureShape.new(name: 'TopicReplicationUpdate')
131
184
  Unauthenticated = Shapes::StructureShape.new(name: 'Unauthenticated')
132
185
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
133
186
  UnprocessedScramSecret = Shapes::StructureShape.new(name: 'UnprocessedScramSecret')
@@ -148,9 +201,25 @@ module Aws::Kafka
148
201
  UpdateConnectivityResponse = Shapes::StructureShape.new(name: 'UpdateConnectivityResponse')
149
202
  UpdateMonitoringRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringRequest')
150
203
  UpdateMonitoringResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringResponse')
204
+ UpdateReplicationInfoRequest = Shapes::StructureShape.new(name: 'UpdateReplicationInfoRequest')
205
+ UpdateReplicationInfoResponse = Shapes::StructureShape.new(name: 'UpdateReplicationInfoResponse')
151
206
  UpdateSecurityRequest = Shapes::StructureShape.new(name: 'UpdateSecurityRequest')
152
207
  UpdateSecurityResponse = Shapes::StructureShape.new(name: 'UpdateSecurityResponse')
208
+ UpdateStorageRequest = Shapes::StructureShape.new(name: 'UpdateStorageRequest')
209
+ UpdateStorageResponse = Shapes::StructureShape.new(name: 'UpdateStorageResponse')
210
+ UserIdentity = Shapes::StructureShape.new(name: 'UserIdentity')
211
+ UserIdentityType = Shapes::StringShape.new(name: 'UserIdentityType')
153
212
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
213
+ VpcConnection = Shapes::StructureShape.new(name: 'VpcConnection')
214
+ VpcConnectionInfo = Shapes::StructureShape.new(name: 'VpcConnectionInfo')
215
+ VpcConnectionInfoServerless = Shapes::StructureShape.new(name: 'VpcConnectionInfoServerless')
216
+ VpcConnectionState = Shapes::StringShape.new(name: 'VpcConnectionState')
217
+ VpcConnectivity = Shapes::StructureShape.new(name: 'VpcConnectivity')
218
+ VpcConnectivityClientAuthentication = Shapes::StructureShape.new(name: 'VpcConnectivityClientAuthentication')
219
+ VpcConnectivityIam = Shapes::StructureShape.new(name: 'VpcConnectivityIam')
220
+ VpcConnectivitySasl = Shapes::StructureShape.new(name: 'VpcConnectivitySasl')
221
+ VpcConnectivityScram = Shapes::StructureShape.new(name: 'VpcConnectivityScram')
222
+ VpcConnectivityTls = Shapes::StructureShape.new(name: 'VpcConnectivityTls')
154
223
  ZookeeperNodeInfo = Shapes::StructureShape.new(name: 'ZookeeperNodeInfo')
155
224
  __blob = Shapes::BlobShape.new(name: '__blob')
156
225
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
@@ -159,25 +228,45 @@ module Aws::Kafka
159
228
  __integerMin1Max15 = Shapes::IntegerShape.new(name: '__integerMin1Max15')
160
229
  __integerMin1Max16384 = Shapes::IntegerShape.new(name: '__integerMin1Max16384')
161
230
  __listOfBrokerEBSVolumeInfo = Shapes::ListShape.new(name: '__listOfBrokerEBSVolumeInfo')
231
+ __listOfClientVpcConnection = Shapes::ListShape.new(name: '__listOfClientVpcConnection')
162
232
  __listOfCluster = Shapes::ListShape.new(name: '__listOfCluster')
163
233
  __listOfClusterInfo = Shapes::ListShape.new(name: '__listOfClusterInfo')
164
234
  __listOfClusterOperationInfo = Shapes::ListShape.new(name: '__listOfClusterOperationInfo')
165
235
  __listOfClusterOperationStep = Shapes::ListShape.new(name: '__listOfClusterOperationStep')
236
+ __listOfClusterOperationV2Summary = Shapes::ListShape.new(name: '__listOfClusterOperationV2Summary')
166
237
  __listOfCompatibleKafkaVersion = Shapes::ListShape.new(name: '__listOfCompatibleKafkaVersion')
167
238
  __listOfConfiguration = Shapes::ListShape.new(name: '__listOfConfiguration')
168
239
  __listOfConfigurationRevision = Shapes::ListShape.new(name: '__listOfConfigurationRevision')
240
+ __listOfKafkaCluster = Shapes::ListShape.new(name: '__listOfKafkaCluster')
241
+ __listOfKafkaClusterDescription = Shapes::ListShape.new(name: '__listOfKafkaClusterDescription')
242
+ __listOfKafkaClusterSummary = Shapes::ListShape.new(name: '__listOfKafkaClusterSummary')
169
243
  __listOfKafkaVersion = Shapes::ListShape.new(name: '__listOfKafkaVersion')
170
244
  __listOfNodeInfo = Shapes::ListShape.new(name: '__listOfNodeInfo')
245
+ __listOfReplicationInfo = Shapes::ListShape.new(name: '__listOfReplicationInfo')
246
+ __listOfReplicationInfoDescription = Shapes::ListShape.new(name: '__listOfReplicationInfoDescription')
247
+ __listOfReplicationInfoSummary = Shapes::ListShape.new(name: '__listOfReplicationInfoSummary')
248
+ __listOfReplicatorSummary = Shapes::ListShape.new(name: '__listOfReplicatorSummary')
171
249
  __listOfUnprocessedScramSecret = Shapes::ListShape.new(name: '__listOfUnprocessedScramSecret')
172
250
  __listOfVpcConfig = Shapes::ListShape.new(name: '__listOfVpcConfig')
251
+ __listOfVpcConnection = Shapes::ListShape.new(name: '__listOfVpcConnection')
173
252
  __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
253
+ __listOf__stringMax249 = Shapes::ListShape.new(name: '__listOf__stringMax249')
254
+ __listOf__stringMax256 = Shapes::ListShape.new(name: '__listOf__stringMax256')
174
255
  __long = Shapes::IntegerShape.new(name: '__long')
175
256
  __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
176
257
  __string = Shapes::StringShape.new(name: '__string')
258
+ __stringMax1024 = Shapes::StringShape.new(name: '__stringMax1024')
259
+ __stringMax249 = Shapes::StringShape.new(name: '__stringMax249')
260
+ __stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
177
261
  __stringMin1Max128 = Shapes::StringShape.new(name: '__stringMin1Max128')
262
+ __stringMin1Max128Pattern09AZaZ09AZaZ0 = Shapes::StringShape.new(name: '__stringMin1Max128Pattern09AZaZ09AZaZ0')
178
263
  __stringMin1Max64 = Shapes::StringShape.new(name: '__stringMin1Max64')
179
264
  __stringMin5Max32 = Shapes::StringShape.new(name: '__stringMin5Max32')
180
265
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
266
+ __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
267
+
268
+ AmazonMskCluster.add_member(:msk_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "mskClusterArn"))
269
+ AmazonMskCluster.struct_class = Types::AmazonMskCluster
181
270
 
182
271
  BadRequestException.add_member(:invalid_parameter, Shapes::ShapeRef.new(shape: __string, location_name: "invalidParameter"))
183
272
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -200,7 +289,8 @@ module Aws::Kafka
200
289
  BatchDisassociateScramSecretResponse.struct_class = Types::BatchDisassociateScramSecretResponse
201
290
 
202
291
  BrokerEBSVolumeInfo.add_member(:kafka_broker_node_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "kafkaBrokerNodeId"))
203
- BrokerEBSVolumeInfo.add_member(:volume_size_gb, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "volumeSizeGB"))
292
+ BrokerEBSVolumeInfo.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "provisionedThroughput"))
293
+ BrokerEBSVolumeInfo.add_member(:volume_size_gb, Shapes::ShapeRef.new(shape: __integer, location_name: "volumeSizeGB"))
204
294
  BrokerEBSVolumeInfo.struct_class = Types::BrokerEBSVolumeInfo
205
295
 
206
296
  BrokerLogs.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogs, location_name: "cloudWatchLogs"))
@@ -214,6 +304,7 @@ module Aws::Kafka
214
304
  BrokerNodeGroupInfo.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
215
305
  BrokerNodeGroupInfo.add_member(:storage_info, Shapes::ShapeRef.new(shape: StorageInfo, location_name: "storageInfo"))
216
306
  BrokerNodeGroupInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
307
+ BrokerNodeGroupInfo.add_member(:zone_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "zoneIds"))
217
308
  BrokerNodeGroupInfo.struct_class = Types::BrokerNodeGroupInfo
218
309
 
219
310
  BrokerNodeInfo.add_member(:attached_eni_id, Shapes::ShapeRef.new(shape: __string, location_name: "attachedENIId"))
@@ -234,6 +325,13 @@ module Aws::Kafka
234
325
  ClientAuthentication.add_member(:unauthenticated, Shapes::ShapeRef.new(shape: Unauthenticated, location_name: "unauthenticated"))
235
326
  ClientAuthentication.struct_class = Types::ClientAuthentication
236
327
 
328
+ ClientVpcConnection.add_member(:authentication, Shapes::ShapeRef.new(shape: __string, location_name: "authentication"))
329
+ ClientVpcConnection.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
330
+ ClientVpcConnection.add_member(:state, Shapes::ShapeRef.new(shape: VpcConnectionState, location_name: "state"))
331
+ ClientVpcConnection.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "vpcConnectionArn"))
332
+ ClientVpcConnection.add_member(:owner, Shapes::ShapeRef.new(shape: __string, location_name: "owner"))
333
+ ClientVpcConnection.struct_class = Types::ClientVpcConnection
334
+
237
335
  CloudWatchLogs.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabled"))
238
336
  CloudWatchLogs.add_member(:log_group, Shapes::ShapeRef.new(shape: __string, location_name: "logGroup"))
239
337
  CloudWatchLogs.struct_class = Types::CloudWatchLogs
@@ -269,6 +367,7 @@ module Aws::Kafka
269
367
  ClusterInfo.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
270
368
  ClusterInfo.add_member(:zookeeper_connect_string, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectString"))
271
369
  ClusterInfo.add_member(:zookeeper_connect_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectStringTls"))
370
+ ClusterInfo.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
272
371
  ClusterInfo.struct_class = Types::ClusterInfo
273
372
 
274
373
  ClusterOperationInfo.add_member(:client_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestId"))
@@ -282,6 +381,7 @@ module Aws::Kafka
282
381
  ClusterOperationInfo.add_member(:operation_type, Shapes::ShapeRef.new(shape: __string, location_name: "operationType"))
283
382
  ClusterOperationInfo.add_member(:source_cluster_info, Shapes::ShapeRef.new(shape: MutableClusterInfo, location_name: "sourceClusterInfo"))
284
383
  ClusterOperationInfo.add_member(:target_cluster_info, Shapes::ShapeRef.new(shape: MutableClusterInfo, location_name: "targetClusterInfo"))
384
+ ClusterOperationInfo.add_member(:vpc_connection_info, Shapes::ShapeRef.new(shape: VpcConnectionInfo, location_name: "vpcConnectionInfo"))
285
385
  ClusterOperationInfo.struct_class = Types::ClusterOperationInfo
286
386
 
287
387
  ClusterOperationStep.add_member(:step_info, Shapes::ShapeRef.new(shape: ClusterOperationStepInfo, location_name: "stepInfo"))
@@ -291,6 +391,35 @@ module Aws::Kafka
291
391
  ClusterOperationStepInfo.add_member(:step_status, Shapes::ShapeRef.new(shape: __string, location_name: "stepStatus"))
292
392
  ClusterOperationStepInfo.struct_class = Types::ClusterOperationStepInfo
293
393
 
394
+ ClusterOperationV2.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
395
+ ClusterOperationV2.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
396
+ ClusterOperationV2.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "startTime"))
397
+ ClusterOperationV2.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "endTime"))
398
+ ClusterOperationV2.add_member(:operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "operationArn"))
399
+ ClusterOperationV2.add_member(:operation_state, Shapes::ShapeRef.new(shape: __string, location_name: "operationState"))
400
+ ClusterOperationV2.add_member(:operation_type, Shapes::ShapeRef.new(shape: __string, location_name: "operationType"))
401
+ ClusterOperationV2.add_member(:provisioned, Shapes::ShapeRef.new(shape: ClusterOperationV2Provisioned, location_name: "provisioned"))
402
+ ClusterOperationV2.add_member(:serverless, Shapes::ShapeRef.new(shape: ClusterOperationV2Serverless, location_name: "serverless"))
403
+ ClusterOperationV2.struct_class = Types::ClusterOperationV2
404
+
405
+ ClusterOperationV2Provisioned.add_member(:operation_steps, Shapes::ShapeRef.new(shape: __listOfClusterOperationStep, location_name: "operationSteps"))
406
+ ClusterOperationV2Provisioned.add_member(:source_cluster_info, Shapes::ShapeRef.new(shape: MutableClusterInfo, location_name: "sourceClusterInfo"))
407
+ ClusterOperationV2Provisioned.add_member(:target_cluster_info, Shapes::ShapeRef.new(shape: MutableClusterInfo, location_name: "targetClusterInfo"))
408
+ ClusterOperationV2Provisioned.add_member(:vpc_connection_info, Shapes::ShapeRef.new(shape: VpcConnectionInfo, location_name: "vpcConnectionInfo"))
409
+ ClusterOperationV2Provisioned.struct_class = Types::ClusterOperationV2Provisioned
410
+
411
+ ClusterOperationV2Serverless.add_member(:vpc_connection_info, Shapes::ShapeRef.new(shape: VpcConnectionInfoServerless, location_name: "vpcConnectionInfo"))
412
+ ClusterOperationV2Serverless.struct_class = Types::ClusterOperationV2Serverless
413
+
414
+ ClusterOperationV2Summary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
415
+ ClusterOperationV2Summary.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
416
+ ClusterOperationV2Summary.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "startTime"))
417
+ ClusterOperationV2Summary.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "endTime"))
418
+ ClusterOperationV2Summary.add_member(:operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "operationArn"))
419
+ ClusterOperationV2Summary.add_member(:operation_state, Shapes::ShapeRef.new(shape: __string, location_name: "operationState"))
420
+ ClusterOperationV2Summary.add_member(:operation_type, Shapes::ShapeRef.new(shape: __string, location_name: "operationType"))
421
+ ClusterOperationV2Summary.struct_class = Types::ClusterOperationV2Summary
422
+
294
423
  CompatibleKafkaVersion.add_member(:source_version, Shapes::ShapeRef.new(shape: __string, location_name: "sourceVersion"))
295
424
  CompatibleKafkaVersion.add_member(:target_versions, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "targetVersions"))
296
425
  CompatibleKafkaVersion.struct_class = Types::CompatibleKafkaVersion
@@ -318,8 +447,21 @@ module Aws::Kafka
318
447
  ConflictException.struct_class = Types::ConflictException
319
448
 
320
449
  ConnectivityInfo.add_member(:public_access, Shapes::ShapeRef.new(shape: PublicAccess, location_name: "publicAccess"))
450
+ ConnectivityInfo.add_member(:vpc_connectivity, Shapes::ShapeRef.new(shape: VpcConnectivity, location_name: "vpcConnectivity"))
321
451
  ConnectivityInfo.struct_class = Types::ConnectivityInfo
322
452
 
453
+ ConsumerGroupReplication.add_member(:consumer_groups_to_exclude, Shapes::ShapeRef.new(shape: __listOf__stringMax256, location_name: "consumerGroupsToExclude"))
454
+ ConsumerGroupReplication.add_member(:consumer_groups_to_replicate, Shapes::ShapeRef.new(shape: __listOf__stringMax256, required: true, location_name: "consumerGroupsToReplicate"))
455
+ ConsumerGroupReplication.add_member(:detect_and_copy_new_consumer_groups, Shapes::ShapeRef.new(shape: __boolean, location_name: "detectAndCopyNewConsumerGroups"))
456
+ ConsumerGroupReplication.add_member(:synchronise_consumer_group_offsets, Shapes::ShapeRef.new(shape: __boolean, location_name: "synchroniseConsumerGroupOffsets"))
457
+ ConsumerGroupReplication.struct_class = Types::ConsumerGroupReplication
458
+
459
+ ConsumerGroupReplicationUpdate.add_member(:consumer_groups_to_exclude, Shapes::ShapeRef.new(shape: __listOf__stringMax256, required: true, location_name: "consumerGroupsToExclude"))
460
+ ConsumerGroupReplicationUpdate.add_member(:consumer_groups_to_replicate, Shapes::ShapeRef.new(shape: __listOf__stringMax256, required: true, location_name: "consumerGroupsToReplicate"))
461
+ ConsumerGroupReplicationUpdate.add_member(:detect_and_copy_new_consumer_groups, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "detectAndCopyNewConsumerGroups"))
462
+ ConsumerGroupReplicationUpdate.add_member(:synchronise_consumer_group_offsets, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "synchroniseConsumerGroupOffsets"))
463
+ ConsumerGroupReplicationUpdate.struct_class = Types::ConsumerGroupReplicationUpdate
464
+
323
465
  CreateClusterRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
324
466
  CreateClusterRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
325
467
  CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __stringMin1Max64, required: true, location_name: "clusterName"))
@@ -331,6 +473,7 @@ module Aws::Kafka
331
473
  CreateClusterRequest.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: __integerMin1Max15, required: true, location_name: "numberOfBrokerNodes"))
332
474
  CreateClusterRequest.add_member(:open_monitoring, Shapes::ShapeRef.new(shape: OpenMonitoringInfo, location_name: "openMonitoring"))
333
475
  CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
476
+ CreateClusterRequest.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
334
477
  CreateClusterRequest.struct_class = Types::CreateClusterRequest
335
478
 
336
479
  CreateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
@@ -363,6 +506,42 @@ module Aws::Kafka
363
506
  CreateConfigurationResponse.add_member(:state, Shapes::ShapeRef.new(shape: ConfigurationState, location_name: "state"))
364
507
  CreateConfigurationResponse.struct_class = Types::CreateConfigurationResponse
365
508
 
509
+ CreateReplicatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMax1024, location_name: "description"))
510
+ CreateReplicatorRequest.add_member(:kafka_clusters, Shapes::ShapeRef.new(shape: __listOfKafkaCluster, required: true, location_name: "kafkaClusters"))
511
+ CreateReplicatorRequest.add_member(:replication_info_list, Shapes::ShapeRef.new(shape: __listOfReplicationInfo, required: true, location_name: "replicationInfoList"))
512
+ CreateReplicatorRequest.add_member(:replicator_name, Shapes::ShapeRef.new(shape: __stringMin1Max128Pattern09AZaZ09AZaZ0, required: true, location_name: "replicatorName"))
513
+ CreateReplicatorRequest.add_member(:service_execution_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "serviceExecutionRoleArn"))
514
+ CreateReplicatorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
515
+ CreateReplicatorRequest.struct_class = Types::CreateReplicatorRequest
516
+
517
+ CreateReplicatorResponse.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorArn"))
518
+ CreateReplicatorResponse.add_member(:replicator_name, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorName"))
519
+ CreateReplicatorResponse.add_member(:replicator_state, Shapes::ShapeRef.new(shape: ReplicatorState, location_name: "replicatorState"))
520
+ CreateReplicatorResponse.struct_class = Types::CreateReplicatorResponse
521
+
522
+ CreateVpcConnectionRequest.add_member(:target_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "targetClusterArn"))
523
+ CreateVpcConnectionRequest.add_member(:authentication, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "authentication"))
524
+ CreateVpcConnectionRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "vpcId"))
525
+ CreateVpcConnectionRequest.add_member(:client_subnets, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "clientSubnets"))
526
+ CreateVpcConnectionRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "securityGroups"))
527
+ CreateVpcConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
528
+ CreateVpcConnectionRequest.struct_class = Types::CreateVpcConnectionRequest
529
+
530
+ CreateVpcConnectionResponse.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, location_name: "vpcConnectionArn"))
531
+ CreateVpcConnectionResponse.add_member(:state, Shapes::ShapeRef.new(shape: VpcConnectionState, location_name: "state"))
532
+ CreateVpcConnectionResponse.add_member(:authentication, Shapes::ShapeRef.new(shape: __string, location_name: "authentication"))
533
+ CreateVpcConnectionResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: __string, location_name: "vpcId"))
534
+ CreateVpcConnectionResponse.add_member(:client_subnets, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "clientSubnets"))
535
+ CreateVpcConnectionResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
536
+ CreateVpcConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
537
+ CreateVpcConnectionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
538
+ CreateVpcConnectionResponse.struct_class = Types::CreateVpcConnectionResponse
539
+
540
+ DeleteClusterPolicyRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
541
+ DeleteClusterPolicyRequest.struct_class = Types::DeleteClusterPolicyRequest
542
+
543
+ DeleteClusterPolicyResponse.struct_class = Types::DeleteClusterPolicyResponse
544
+
366
545
  DeleteClusterRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
367
546
  DeleteClusterRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "currentVersion"))
368
547
  DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
@@ -378,12 +557,33 @@ module Aws::Kafka
378
557
  DeleteConfigurationResponse.add_member(:state, Shapes::ShapeRef.new(shape: ConfigurationState, location_name: "state"))
379
558
  DeleteConfigurationResponse.struct_class = Types::DeleteConfigurationResponse
380
559
 
560
+ DeleteReplicatorRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "currentVersion"))
561
+ DeleteReplicatorRequest.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "replicatorArn"))
562
+ DeleteReplicatorRequest.struct_class = Types::DeleteReplicatorRequest
563
+
564
+ DeleteReplicatorResponse.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorArn"))
565
+ DeleteReplicatorResponse.add_member(:replicator_state, Shapes::ShapeRef.new(shape: ReplicatorState, location_name: "replicatorState"))
566
+ DeleteReplicatorResponse.struct_class = Types::DeleteReplicatorResponse
567
+
568
+ DeleteVpcConnectionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
569
+ DeleteVpcConnectionRequest.struct_class = Types::DeleteVpcConnectionRequest
570
+
571
+ DeleteVpcConnectionResponse.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, location_name: "vpcConnectionArn"))
572
+ DeleteVpcConnectionResponse.add_member(:state, Shapes::ShapeRef.new(shape: VpcConnectionState, location_name: "state"))
573
+ DeleteVpcConnectionResponse.struct_class = Types::DeleteVpcConnectionResponse
574
+
381
575
  DescribeClusterOperationRequest.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterOperationArn"))
382
576
  DescribeClusterOperationRequest.struct_class = Types::DescribeClusterOperationRequest
383
577
 
384
578
  DescribeClusterOperationResponse.add_member(:cluster_operation_info, Shapes::ShapeRef.new(shape: ClusterOperationInfo, location_name: "clusterOperationInfo"))
385
579
  DescribeClusterOperationResponse.struct_class = Types::DescribeClusterOperationResponse
386
580
 
581
+ DescribeClusterOperationV2Request.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterOperationArn"))
582
+ DescribeClusterOperationV2Request.struct_class = Types::DescribeClusterOperationV2Request
583
+
584
+ DescribeClusterOperationV2Response.add_member(:cluster_operation_info, Shapes::ShapeRef.new(shape: ClusterOperationV2, location_name: "clusterOperationInfo"))
585
+ DescribeClusterOperationV2Response.struct_class = Types::DescribeClusterOperationV2Response
586
+
387
587
  DescribeClusterRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
388
588
  DescribeClusterRequest.struct_class = Types::DescribeClusterRequest
389
589
 
@@ -419,6 +619,39 @@ module Aws::Kafka
419
619
  DescribeConfigurationRevisionResponse.add_member(:server_properties, Shapes::ShapeRef.new(shape: __blob, location_name: "serverProperties"))
420
620
  DescribeConfigurationRevisionResponse.struct_class = Types::DescribeConfigurationRevisionResponse
421
621
 
622
+ DescribeReplicatorRequest.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "replicatorArn"))
623
+ DescribeReplicatorRequest.struct_class = Types::DescribeReplicatorRequest
624
+
625
+ DescribeReplicatorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
626
+ DescribeReplicatorResponse.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
627
+ DescribeReplicatorResponse.add_member(:is_replicator_reference, Shapes::ShapeRef.new(shape: __boolean, location_name: "isReplicatorReference"))
628
+ DescribeReplicatorResponse.add_member(:kafka_clusters, Shapes::ShapeRef.new(shape: __listOfKafkaClusterDescription, location_name: "kafkaClusters"))
629
+ DescribeReplicatorResponse.add_member(:replication_info_list, Shapes::ShapeRef.new(shape: __listOfReplicationInfoDescription, location_name: "replicationInfoList"))
630
+ DescribeReplicatorResponse.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorArn"))
631
+ DescribeReplicatorResponse.add_member(:replicator_description, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorDescription"))
632
+ DescribeReplicatorResponse.add_member(:replicator_name, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorName"))
633
+ DescribeReplicatorResponse.add_member(:replicator_resource_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorResourceArn"))
634
+ DescribeReplicatorResponse.add_member(:replicator_state, Shapes::ShapeRef.new(shape: ReplicatorState, location_name: "replicatorState"))
635
+ DescribeReplicatorResponse.add_member(:service_execution_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "serviceExecutionRoleArn"))
636
+ DescribeReplicatorResponse.add_member(:state_info, Shapes::ShapeRef.new(shape: ReplicationStateInfo, location_name: "stateInfo"))
637
+ DescribeReplicatorResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
638
+ DescribeReplicatorResponse.struct_class = Types::DescribeReplicatorResponse
639
+
640
+ DescribeVpcConnectionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
641
+ DescribeVpcConnectionRequest.struct_class = Types::DescribeVpcConnectionRequest
642
+
643
+ DescribeVpcConnectionResponse.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, location_name: "vpcConnectionArn"))
644
+ DescribeVpcConnectionResponse.add_member(:target_cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "targetClusterArn"))
645
+ DescribeVpcConnectionResponse.add_member(:state, Shapes::ShapeRef.new(shape: VpcConnectionState, location_name: "state"))
646
+ DescribeVpcConnectionResponse.add_member(:authentication, Shapes::ShapeRef.new(shape: __string, location_name: "authentication"))
647
+ DescribeVpcConnectionResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: __string, location_name: "vpcId"))
648
+ DescribeVpcConnectionResponse.add_member(:subnets, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "subnets"))
649
+ DescribeVpcConnectionResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
650
+ DescribeVpcConnectionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
651
+ DescribeVpcConnectionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
652
+ DescribeVpcConnectionResponse.struct_class = Types::DescribeVpcConnectionResponse
653
+
654
+ EBSStorageInfo.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "provisionedThroughput"))
422
655
  EBSStorageInfo.add_member(:volume_size, Shapes::ShapeRef.new(shape: __integerMin1Max16384, location_name: "volumeSize"))
423
656
  EBSStorageInfo.struct_class = Types::EBSStorageInfo
424
657
 
@@ -459,8 +692,18 @@ module Aws::Kafka
459
692
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringTls"))
460
693
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslScram"))
461
694
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslIam"))
695
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_vpc_connectivity_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringVpcConnectivityTls"))
696
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_vpc_connectivity_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringVpcConnectivitySaslScram"))
697
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_vpc_connectivity_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringVpcConnectivitySaslIam"))
462
698
  GetBootstrapBrokersResponse.struct_class = Types::GetBootstrapBrokersResponse
463
699
 
700
+ GetClusterPolicyRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
701
+ GetClusterPolicyRequest.struct_class = Types::GetClusterPolicyRequest
702
+
703
+ GetClusterPolicyResponse.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
704
+ GetClusterPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "policy"))
705
+ GetClusterPolicyResponse.struct_class = Types::GetClusterPolicyResponse
706
+
464
707
  GetCompatibleKafkaVersionsRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "clusterArn"))
465
708
  GetCompatibleKafkaVersionsRequest.struct_class = Types::GetCompatibleKafkaVersionsRequest
466
709
 
@@ -480,10 +723,36 @@ module Aws::Kafka
480
723
  JmxExporterInfo.add_member(:enabled_in_broker, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabledInBroker"))
481
724
  JmxExporterInfo.struct_class = Types::JmxExporterInfo
482
725
 
726
+ KafkaCluster.add_member(:amazon_msk_cluster, Shapes::ShapeRef.new(shape: AmazonMskCluster, required: true, location_name: "amazonMskCluster"))
727
+ KafkaCluster.add_member(:vpc_config, Shapes::ShapeRef.new(shape: KafkaClusterClientVpcConfig, required: true, location_name: "vpcConfig"))
728
+ KafkaCluster.struct_class = Types::KafkaCluster
729
+
730
+ KafkaClusterClientVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
731
+ KafkaClusterClientVpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
732
+ KafkaClusterClientVpcConfig.struct_class = Types::KafkaClusterClientVpcConfig
733
+
734
+ KafkaClusterDescription.add_member(:amazon_msk_cluster, Shapes::ShapeRef.new(shape: AmazonMskCluster, location_name: "amazonMskCluster"))
735
+ KafkaClusterDescription.add_member(:kafka_cluster_alias, Shapes::ShapeRef.new(shape: __string, location_name: "kafkaClusterAlias"))
736
+ KafkaClusterDescription.add_member(:vpc_config, Shapes::ShapeRef.new(shape: KafkaClusterClientVpcConfig, location_name: "vpcConfig"))
737
+ KafkaClusterDescription.struct_class = Types::KafkaClusterDescription
738
+
739
+ KafkaClusterSummary.add_member(:amazon_msk_cluster, Shapes::ShapeRef.new(shape: AmazonMskCluster, location_name: "amazonMskCluster"))
740
+ KafkaClusterSummary.add_member(:kafka_cluster_alias, Shapes::ShapeRef.new(shape: __string, location_name: "kafkaClusterAlias"))
741
+ KafkaClusterSummary.struct_class = Types::KafkaClusterSummary
742
+
483
743
  KafkaVersion.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "version"))
484
744
  KafkaVersion.add_member(:status, Shapes::ShapeRef.new(shape: KafkaVersionStatus, location_name: "status"))
485
745
  KafkaVersion.struct_class = Types::KafkaVersion
486
746
 
747
+ ListClientVpcConnectionsRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
748
+ ListClientVpcConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
749
+ ListClientVpcConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
750
+ ListClientVpcConnectionsRequest.struct_class = Types::ListClientVpcConnectionsRequest
751
+
752
+ ListClientVpcConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
753
+ ListClientVpcConnectionsResponse.add_member(:client_vpc_connections, Shapes::ShapeRef.new(shape: __listOfClientVpcConnection, location_name: "clientVpcConnections"))
754
+ ListClientVpcConnectionsResponse.struct_class = Types::ListClientVpcConnectionsResponse
755
+
487
756
  ListClusterOperationsRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
488
757
  ListClusterOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
489
758
  ListClusterOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
@@ -493,6 +762,15 @@ module Aws::Kafka
493
762
  ListClusterOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
494
763
  ListClusterOperationsResponse.struct_class = Types::ListClusterOperationsResponse
495
764
 
765
+ ListClusterOperationsV2Request.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
766
+ ListClusterOperationsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
767
+ ListClusterOperationsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
768
+ ListClusterOperationsV2Request.struct_class = Types::ListClusterOperationsV2Request
769
+
770
+ ListClusterOperationsV2Response.add_member(:cluster_operation_info_list, Shapes::ShapeRef.new(shape: __listOfClusterOperationV2Summary, location_name: "clusterOperationInfoList"))
771
+ ListClusterOperationsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
772
+ ListClusterOperationsV2Response.struct_class = Types::ListClusterOperationsV2Response
773
+
496
774
  ListClustersRequest.add_member(:cluster_name_filter, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "clusterNameFilter"))
497
775
  ListClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
498
776
  ListClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
@@ -546,6 +824,15 @@ module Aws::Kafka
546
824
  ListNodesResponse.add_member(:node_info_list, Shapes::ShapeRef.new(shape: __listOfNodeInfo, location_name: "nodeInfoList"))
547
825
  ListNodesResponse.struct_class = Types::ListNodesResponse
548
826
 
827
+ ListReplicatorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
828
+ ListReplicatorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
829
+ ListReplicatorsRequest.add_member(:replicator_name_filter, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "replicatorNameFilter"))
830
+ ListReplicatorsRequest.struct_class = Types::ListReplicatorsRequest
831
+
832
+ ListReplicatorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
833
+ ListReplicatorsResponse.add_member(:replicators, Shapes::ShapeRef.new(shape: __listOfReplicatorSummary, location_name: "replicators"))
834
+ ListReplicatorsResponse.struct_class = Types::ListReplicatorsResponse
835
+
549
836
  ListScramSecretsRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
550
837
  ListScramSecretsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
551
838
  ListScramSecretsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
@@ -561,6 +848,14 @@ module Aws::Kafka
561
848
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
562
849
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
563
850
 
851
+ ListVpcConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
852
+ ListVpcConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
853
+ ListVpcConnectionsRequest.struct_class = Types::ListVpcConnectionsRequest
854
+
855
+ ListVpcConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
856
+ ListVpcConnectionsResponse.add_member(:vpc_connections, Shapes::ShapeRef.new(shape: __listOfVpcConnection, location_name: "vpcConnections"))
857
+ ListVpcConnectionsResponse.struct_class = Types::ListVpcConnectionsResponse
858
+
564
859
  LoggingInfo.add_member(:broker_logs, Shapes::ShapeRef.new(shape: BrokerLogs, required: true, location_name: "brokerLogs"))
565
860
  LoggingInfo.struct_class = Types::LoggingInfo
566
861
 
@@ -575,6 +870,7 @@ module Aws::Kafka
575
870
  MutableClusterInfo.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
576
871
  MutableClusterInfo.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
577
872
  MutableClusterInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
873
+ MutableClusterInfo.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
578
874
  MutableClusterInfo.struct_class = Types::MutableClusterInfo
579
875
 
580
876
  NodeExporter.add_member(:enabled_in_broker, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabledInBroker"))
@@ -619,6 +915,7 @@ module Aws::Kafka
619
915
  Provisioned.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: __integerMin1Max15, required: true, location_name: "numberOfBrokerNodes"))
620
916
  Provisioned.add_member(:zookeeper_connect_string, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectString"))
621
917
  Provisioned.add_member(:zookeeper_connect_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectStringTls"))
918
+ Provisioned.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
622
919
  Provisioned.struct_class = Types::Provisioned
623
920
 
624
921
  ProvisionedRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
@@ -630,11 +927,24 @@ module Aws::Kafka
630
927
  ProvisionedRequest.add_member(:kafka_version, Shapes::ShapeRef.new(shape: __stringMin1Max128, required: true, location_name: "kafkaVersion"))
631
928
  ProvisionedRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "loggingInfo"))
632
929
  ProvisionedRequest.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: __integerMin1Max15, required: true, location_name: "numberOfBrokerNodes"))
930
+ ProvisionedRequest.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
633
931
  ProvisionedRequest.struct_class = Types::ProvisionedRequest
634
932
 
933
+ ProvisionedThroughput.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
934
+ ProvisionedThroughput.add_member(:volume_throughput, Shapes::ShapeRef.new(shape: __integer, location_name: "volumeThroughput"))
935
+ ProvisionedThroughput.struct_class = Types::ProvisionedThroughput
936
+
635
937
  PublicAccess.add_member(:type, Shapes::ShapeRef.new(shape: __string, location_name: "type"))
636
938
  PublicAccess.struct_class = Types::PublicAccess
637
939
 
940
+ PutClusterPolicyRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
941
+ PutClusterPolicyRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
942
+ PutClusterPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "policy"))
943
+ PutClusterPolicyRequest.struct_class = Types::PutClusterPolicyRequest
944
+
945
+ PutClusterPolicyResponse.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
946
+ PutClusterPolicyResponse.struct_class = Types::PutClusterPolicyResponse
947
+
638
948
  RebootBrokerRequest.add_member(:broker_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "brokerIds"))
639
949
  RebootBrokerRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
640
950
  RebootBrokerRequest.struct_class = Types::RebootBrokerRequest
@@ -643,6 +953,45 @@ module Aws::Kafka
643
953
  RebootBrokerResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
644
954
  RebootBrokerResponse.struct_class = Types::RebootBrokerResponse
645
955
 
956
+ RejectClientVpcConnectionRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
957
+ RejectClientVpcConnectionRequest.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "vpcConnectionArn"))
958
+ RejectClientVpcConnectionRequest.struct_class = Types::RejectClientVpcConnectionRequest
959
+
960
+ RejectClientVpcConnectionResponse.struct_class = Types::RejectClientVpcConnectionResponse
961
+
962
+ ReplicationInfo.add_member(:consumer_group_replication, Shapes::ShapeRef.new(shape: ConsumerGroupReplication, required: true, location_name: "consumerGroupReplication"))
963
+ ReplicationInfo.add_member(:source_kafka_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceKafkaClusterArn"))
964
+ ReplicationInfo.add_member(:target_compression_type, Shapes::ShapeRef.new(shape: TargetCompressionType, required: true, location_name: "targetCompressionType"))
965
+ ReplicationInfo.add_member(:target_kafka_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "targetKafkaClusterArn"))
966
+ ReplicationInfo.add_member(:topic_replication, Shapes::ShapeRef.new(shape: TopicReplication, required: true, location_name: "topicReplication"))
967
+ ReplicationInfo.struct_class = Types::ReplicationInfo
968
+
969
+ ReplicationInfoDescription.add_member(:consumer_group_replication, Shapes::ShapeRef.new(shape: ConsumerGroupReplication, location_name: "consumerGroupReplication"))
970
+ ReplicationInfoDescription.add_member(:source_kafka_cluster_alias, Shapes::ShapeRef.new(shape: __string, location_name: "sourceKafkaClusterAlias"))
971
+ ReplicationInfoDescription.add_member(:target_compression_type, Shapes::ShapeRef.new(shape: TargetCompressionType, location_name: "targetCompressionType"))
972
+ ReplicationInfoDescription.add_member(:target_kafka_cluster_alias, Shapes::ShapeRef.new(shape: __string, location_name: "targetKafkaClusterAlias"))
973
+ ReplicationInfoDescription.add_member(:topic_replication, Shapes::ShapeRef.new(shape: TopicReplication, location_name: "topicReplication"))
974
+ ReplicationInfoDescription.struct_class = Types::ReplicationInfoDescription
975
+
976
+ ReplicationInfoSummary.add_member(:source_kafka_cluster_alias, Shapes::ShapeRef.new(shape: __string, location_name: "sourceKafkaClusterAlias"))
977
+ ReplicationInfoSummary.add_member(:target_kafka_cluster_alias, Shapes::ShapeRef.new(shape: __string, location_name: "targetKafkaClusterAlias"))
978
+ ReplicationInfoSummary.struct_class = Types::ReplicationInfoSummary
979
+
980
+ ReplicationStateInfo.add_member(:code, Shapes::ShapeRef.new(shape: __string, location_name: "code"))
981
+ ReplicationStateInfo.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
982
+ ReplicationStateInfo.struct_class = Types::ReplicationStateInfo
983
+
984
+ ReplicatorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
985
+ ReplicatorSummary.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
986
+ ReplicatorSummary.add_member(:is_replicator_reference, Shapes::ShapeRef.new(shape: __boolean, location_name: "isReplicatorReference"))
987
+ ReplicatorSummary.add_member(:kafka_clusters_summary, Shapes::ShapeRef.new(shape: __listOfKafkaClusterSummary, location_name: "kafkaClustersSummary"))
988
+ ReplicatorSummary.add_member(:replication_info_summary_list, Shapes::ShapeRef.new(shape: __listOfReplicationInfoSummary, location_name: "replicationInfoSummaryList"))
989
+ ReplicatorSummary.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorArn"))
990
+ ReplicatorSummary.add_member(:replicator_name, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorName"))
991
+ ReplicatorSummary.add_member(:replicator_resource_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorResourceArn"))
992
+ ReplicatorSummary.add_member(:replicator_state, Shapes::ShapeRef.new(shape: ReplicatorState, location_name: "replicatorState"))
993
+ ReplicatorSummary.struct_class = Types::ReplicatorSummary
994
+
646
995
  S3.add_member(:bucket, Shapes::ShapeRef.new(shape: __string, location_name: "bucket"))
647
996
  S3.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabled"))
648
997
  S3.add_member(:prefix, Shapes::ShapeRef.new(shape: __string, location_name: "prefix"))
@@ -692,6 +1041,20 @@ module Aws::Kafka
692
1041
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
693
1042
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
694
1043
 
1044
+ TopicReplication.add_member(:copy_access_control_lists_for_topics, Shapes::ShapeRef.new(shape: __boolean, location_name: "copyAccessControlListsForTopics"))
1045
+ TopicReplication.add_member(:copy_topic_configurations, Shapes::ShapeRef.new(shape: __boolean, location_name: "copyTopicConfigurations"))
1046
+ TopicReplication.add_member(:detect_and_copy_new_topics, Shapes::ShapeRef.new(shape: __boolean, location_name: "detectAndCopyNewTopics"))
1047
+ TopicReplication.add_member(:topics_to_exclude, Shapes::ShapeRef.new(shape: __listOf__stringMax249, location_name: "topicsToExclude"))
1048
+ TopicReplication.add_member(:topics_to_replicate, Shapes::ShapeRef.new(shape: __listOf__stringMax249, required: true, location_name: "topicsToReplicate"))
1049
+ TopicReplication.struct_class = Types::TopicReplication
1050
+
1051
+ TopicReplicationUpdate.add_member(:copy_access_control_lists_for_topics, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "copyAccessControlListsForTopics"))
1052
+ TopicReplicationUpdate.add_member(:copy_topic_configurations, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "copyTopicConfigurations"))
1053
+ TopicReplicationUpdate.add_member(:detect_and_copy_new_topics, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "detectAndCopyNewTopics"))
1054
+ TopicReplicationUpdate.add_member(:topics_to_exclude, Shapes::ShapeRef.new(shape: __listOf__stringMax249, required: true, location_name: "topicsToExclude"))
1055
+ TopicReplicationUpdate.add_member(:topics_to_replicate, Shapes::ShapeRef.new(shape: __listOf__stringMax249, required: true, location_name: "topicsToReplicate"))
1056
+ TopicReplicationUpdate.struct_class = Types::TopicReplicationUpdate
1057
+
695
1058
  Unauthenticated.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
696
1059
  Unauthenticated.struct_class = Types::Unauthenticated
697
1060
 
@@ -783,6 +1146,18 @@ module Aws::Kafka
783
1146
  UpdateMonitoringResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
784
1147
  UpdateMonitoringResponse.struct_class = Types::UpdateMonitoringResponse
785
1148
 
1149
+ UpdateReplicationInfoRequest.add_member(:consumer_group_replication, Shapes::ShapeRef.new(shape: ConsumerGroupReplicationUpdate, location_name: "consumerGroupReplication"))
1150
+ UpdateReplicationInfoRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
1151
+ UpdateReplicationInfoRequest.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "replicatorArn"))
1152
+ UpdateReplicationInfoRequest.add_member(:source_kafka_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceKafkaClusterArn"))
1153
+ UpdateReplicationInfoRequest.add_member(:target_kafka_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "targetKafkaClusterArn"))
1154
+ UpdateReplicationInfoRequest.add_member(:topic_replication, Shapes::ShapeRef.new(shape: TopicReplicationUpdate, location_name: "topicReplication"))
1155
+ UpdateReplicationInfoRequest.struct_class = Types::UpdateReplicationInfoRequest
1156
+
1157
+ UpdateReplicationInfoResponse.add_member(:replicator_arn, Shapes::ShapeRef.new(shape: __string, location_name: "replicatorArn"))
1158
+ UpdateReplicationInfoResponse.add_member(:replicator_state, Shapes::ShapeRef.new(shape: ReplicatorState, location_name: "replicatorState"))
1159
+ UpdateReplicationInfoResponse.struct_class = Types::UpdateReplicationInfoResponse
1160
+
786
1161
  UpdateSecurityRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
787
1162
  UpdateSecurityRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
788
1163
  UpdateSecurityRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
@@ -793,10 +1168,65 @@ module Aws::Kafka
793
1168
  UpdateSecurityResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
794
1169
  UpdateSecurityResponse.struct_class = Types::UpdateSecurityResponse
795
1170
 
1171
+ UpdateStorageRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
1172
+ UpdateStorageRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
1173
+ UpdateStorageRequest.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "provisionedThroughput"))
1174
+ UpdateStorageRequest.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
1175
+ UpdateStorageRequest.add_member(:volume_size_gb, Shapes::ShapeRef.new(shape: __integer, location_name: "volumeSizeGB"))
1176
+ UpdateStorageRequest.struct_class = Types::UpdateStorageRequest
1177
+
1178
+ UpdateStorageResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
1179
+ UpdateStorageResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
1180
+ UpdateStorageResponse.struct_class = Types::UpdateStorageResponse
1181
+
1182
+ UserIdentity.add_member(:type, Shapes::ShapeRef.new(shape: UserIdentityType, location_name: "type"))
1183
+ UserIdentity.add_member(:principal_id, Shapes::ShapeRef.new(shape: __string, location_name: "principalId"))
1184
+ UserIdentity.struct_class = Types::UserIdentity
1185
+
796
1186
  VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
797
1187
  VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
798
1188
  VpcConfig.struct_class = Types::VpcConfig
799
1189
 
1190
+ VpcConnection.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "vpcConnectionArn"))
1191
+ VpcConnection.add_member(:target_cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "targetClusterArn"))
1192
+ VpcConnection.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
1193
+ VpcConnection.add_member(:authentication, Shapes::ShapeRef.new(shape: __string, location_name: "authentication"))
1194
+ VpcConnection.add_member(:vpc_id, Shapes::ShapeRef.new(shape: __string, location_name: "vpcId"))
1195
+ VpcConnection.add_member(:state, Shapes::ShapeRef.new(shape: VpcConnectionState, location_name: "state"))
1196
+ VpcConnection.struct_class = Types::VpcConnection
1197
+
1198
+ VpcConnectionInfo.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, location_name: "vpcConnectionArn"))
1199
+ VpcConnectionInfo.add_member(:owner, Shapes::ShapeRef.new(shape: __string, location_name: "owner"))
1200
+ VpcConnectionInfo.add_member(:user_identity, Shapes::ShapeRef.new(shape: UserIdentity, location_name: "userIdentity"))
1201
+ VpcConnectionInfo.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
1202
+ VpcConnectionInfo.struct_class = Types::VpcConnectionInfo
1203
+
1204
+ VpcConnectionInfoServerless.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
1205
+ VpcConnectionInfoServerless.add_member(:owner, Shapes::ShapeRef.new(shape: __string, location_name: "owner"))
1206
+ VpcConnectionInfoServerless.add_member(:user_identity, Shapes::ShapeRef.new(shape: UserIdentity, location_name: "userIdentity"))
1207
+ VpcConnectionInfoServerless.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, location_name: "vpcConnectionArn"))
1208
+ VpcConnectionInfoServerless.struct_class = Types::VpcConnectionInfoServerless
1209
+
1210
+ VpcConnectivity.add_member(:client_authentication, Shapes::ShapeRef.new(shape: VpcConnectivityClientAuthentication, location_name: "clientAuthentication"))
1211
+ VpcConnectivity.struct_class = Types::VpcConnectivity
1212
+
1213
+ VpcConnectivityClientAuthentication.add_member(:sasl, Shapes::ShapeRef.new(shape: VpcConnectivitySasl, location_name: "sasl"))
1214
+ VpcConnectivityClientAuthentication.add_member(:tls, Shapes::ShapeRef.new(shape: VpcConnectivityTls, location_name: "tls"))
1215
+ VpcConnectivityClientAuthentication.struct_class = Types::VpcConnectivityClientAuthentication
1216
+
1217
+ VpcConnectivityIam.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
1218
+ VpcConnectivityIam.struct_class = Types::VpcConnectivityIam
1219
+
1220
+ VpcConnectivitySasl.add_member(:scram, Shapes::ShapeRef.new(shape: VpcConnectivityScram, location_name: "scram"))
1221
+ VpcConnectivitySasl.add_member(:iam, Shapes::ShapeRef.new(shape: VpcConnectivityIam, location_name: "iam"))
1222
+ VpcConnectivitySasl.struct_class = Types::VpcConnectivitySasl
1223
+
1224
+ VpcConnectivityScram.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
1225
+ VpcConnectivityScram.struct_class = Types::VpcConnectivityScram
1226
+
1227
+ VpcConnectivityTls.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
1228
+ VpcConnectivityTls.struct_class = Types::VpcConnectivityTls
1229
+
800
1230
  ZookeeperNodeInfo.add_member(:attached_eni_id, Shapes::ShapeRef.new(shape: __string, location_name: "attachedENIId"))
801
1231
  ZookeeperNodeInfo.add_member(:client_vpc_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "clientVpcIpAddress"))
802
1232
  ZookeeperNodeInfo.add_member(:endpoints, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "endpoints"))
@@ -806,6 +1236,8 @@ module Aws::Kafka
806
1236
 
807
1237
  __listOfBrokerEBSVolumeInfo.member = Shapes::ShapeRef.new(shape: BrokerEBSVolumeInfo)
808
1238
 
1239
+ __listOfClientVpcConnection.member = Shapes::ShapeRef.new(shape: ClientVpcConnection)
1240
+
809
1241
  __listOfCluster.member = Shapes::ShapeRef.new(shape: Cluster)
810
1242
 
811
1243
  __listOfClusterInfo.member = Shapes::ShapeRef.new(shape: ClusterInfo)
@@ -814,22 +1246,44 @@ module Aws::Kafka
814
1246
 
815
1247
  __listOfClusterOperationStep.member = Shapes::ShapeRef.new(shape: ClusterOperationStep)
816
1248
 
1249
+ __listOfClusterOperationV2Summary.member = Shapes::ShapeRef.new(shape: ClusterOperationV2Summary)
1250
+
817
1251
  __listOfCompatibleKafkaVersion.member = Shapes::ShapeRef.new(shape: CompatibleKafkaVersion)
818
1252
 
819
1253
  __listOfConfiguration.member = Shapes::ShapeRef.new(shape: Configuration)
820
1254
 
821
1255
  __listOfConfigurationRevision.member = Shapes::ShapeRef.new(shape: ConfigurationRevision)
822
1256
 
1257
+ __listOfKafkaCluster.member = Shapes::ShapeRef.new(shape: KafkaCluster)
1258
+
1259
+ __listOfKafkaClusterDescription.member = Shapes::ShapeRef.new(shape: KafkaClusterDescription)
1260
+
1261
+ __listOfKafkaClusterSummary.member = Shapes::ShapeRef.new(shape: KafkaClusterSummary)
1262
+
823
1263
  __listOfKafkaVersion.member = Shapes::ShapeRef.new(shape: KafkaVersion)
824
1264
 
825
1265
  __listOfNodeInfo.member = Shapes::ShapeRef.new(shape: NodeInfo)
826
1266
 
1267
+ __listOfReplicationInfo.member = Shapes::ShapeRef.new(shape: ReplicationInfo)
1268
+
1269
+ __listOfReplicationInfoDescription.member = Shapes::ShapeRef.new(shape: ReplicationInfoDescription)
1270
+
1271
+ __listOfReplicationInfoSummary.member = Shapes::ShapeRef.new(shape: ReplicationInfoSummary)
1272
+
1273
+ __listOfReplicatorSummary.member = Shapes::ShapeRef.new(shape: ReplicatorSummary)
1274
+
827
1275
  __listOfUnprocessedScramSecret.member = Shapes::ShapeRef.new(shape: UnprocessedScramSecret)
828
1276
 
829
1277
  __listOfVpcConfig.member = Shapes::ShapeRef.new(shape: VpcConfig)
830
1278
 
1279
+ __listOfVpcConnection.member = Shapes::ShapeRef.new(shape: VpcConnection)
1280
+
831
1281
  __listOf__string.member = Shapes::ShapeRef.new(shape: __string)
832
1282
 
1283
+ __listOf__stringMax249.member = Shapes::ShapeRef.new(shape: __stringMax249)
1284
+
1285
+ __listOf__stringMax256.member = Shapes::ShapeRef.new(shape: __stringMax256)
1286
+
833
1287
  __mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
834
1288
  __mapOf__string.value = Shapes::ShapeRef.new(shape: __string)
835
1289
 
@@ -912,6 +1366,37 @@ module Aws::Kafka
912
1366
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
913
1367
  end)
914
1368
 
1369
+ api.add_operation(:create_replicator, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "CreateReplicator"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/replication/v1/replicators"
1373
+ o.input = Shapes::ShapeRef.new(shape: CreateReplicatorRequest)
1374
+ o.output = Shapes::ShapeRef.new(shape: CreateReplicatorResponse)
1375
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1380
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1383
+ end)
1384
+
1385
+ api.add_operation(:create_vpc_connection, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "CreateVpcConnection"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/v1/vpc-connection"
1389
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcConnectionRequest)
1390
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcConnectionResponse)
1391
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1394
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1395
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1396
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1397
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1398
+ end)
1399
+
915
1400
  api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
916
1401
  o.name = "DeleteCluster"
917
1402
  o.http_method = "DELETE"
@@ -936,6 +1421,33 @@ module Aws::Kafka
936
1421
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
937
1422
  end)
938
1423
 
1424
+ api.add_operation(:delete_replicator, Seahorse::Model::Operation.new.tap do |o|
1425
+ o.name = "DeleteReplicator"
1426
+ o.http_method = "DELETE"
1427
+ o.http_request_uri = "/replication/v1/replicators/{replicatorArn}"
1428
+ o.input = Shapes::ShapeRef.new(shape: DeleteReplicatorRequest)
1429
+ o.output = Shapes::ShapeRef.new(shape: DeleteReplicatorResponse)
1430
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1432
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1434
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1435
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1436
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1437
+ end)
1438
+
1439
+ api.add_operation(:delete_vpc_connection, Seahorse::Model::Operation.new.tap do |o|
1440
+ o.name = "DeleteVpcConnection"
1441
+ o.http_method = "DELETE"
1442
+ o.http_request_uri = "/v1/vpc-connection/{arn}"
1443
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcConnectionRequest)
1444
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcConnectionResponse)
1445
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1446
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1447
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1448
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1449
+ end)
1450
+
939
1451
  api.add_operation(:describe_cluster, Seahorse::Model::Operation.new.tap do |o|
940
1452
  o.name = "DescribeCluster"
941
1453
  o.http_method = "GET"
@@ -975,6 +1487,21 @@ module Aws::Kafka
975
1487
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
976
1488
  end)
977
1489
 
1490
+ api.add_operation(:describe_cluster_operation_v2, Seahorse::Model::Operation.new.tap do |o|
1491
+ o.name = "DescribeClusterOperationV2"
1492
+ o.http_method = "GET"
1493
+ o.http_request_uri = "/api/v2/operations/{clusterOperationArn}"
1494
+ o.input = Shapes::ShapeRef.new(shape: DescribeClusterOperationV2Request)
1495
+ o.output = Shapes::ShapeRef.new(shape: DescribeClusterOperationV2Response)
1496
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1497
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1503
+ end)
1504
+
978
1505
  api.add_operation(:describe_configuration, Seahorse::Model::Operation.new.tap do |o|
979
1506
  o.name = "DescribeConfiguration"
980
1507
  o.http_method = "GET"
@@ -1003,6 +1530,35 @@ module Aws::Kafka
1003
1530
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1004
1531
  end)
1005
1532
 
1533
+ api.add_operation(:describe_replicator, Seahorse::Model::Operation.new.tap do |o|
1534
+ o.name = "DescribeReplicator"
1535
+ o.http_method = "GET"
1536
+ o.http_request_uri = "/replication/v1/replicators/{replicatorArn}"
1537
+ o.input = Shapes::ShapeRef.new(shape: DescribeReplicatorRequest)
1538
+ o.output = Shapes::ShapeRef.new(shape: DescribeReplicatorResponse)
1539
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1540
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1546
+ end)
1547
+
1548
+ api.add_operation(:describe_vpc_connection, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "DescribeVpcConnection"
1550
+ o.http_method = "GET"
1551
+ o.http_request_uri = "/v1/vpc-connection/{arn}"
1552
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcConnectionRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcConnectionResponse)
1554
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1560
+ end)
1561
+
1006
1562
  api.add_operation(:batch_disassociate_scram_secret, Seahorse::Model::Operation.new.tap do |o|
1007
1563
  o.name = "BatchDisassociateScramSecret"
1008
1564
  o.http_method = "PATCH"
@@ -1064,6 +1620,27 @@ module Aws::Kafka
1064
1620
  )
1065
1621
  end)
1066
1622
 
1623
+ api.add_operation(:list_cluster_operations_v2, Seahorse::Model::Operation.new.tap do |o|
1624
+ o.name = "ListClusterOperationsV2"
1625
+ o.http_method = "GET"
1626
+ o.http_request_uri = "/api/v2/clusters/{clusterArn}/operations"
1627
+ o.input = Shapes::ShapeRef.new(shape: ListClusterOperationsV2Request)
1628
+ o.output = Shapes::ShapeRef.new(shape: ListClusterOperationsV2Response)
1629
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1636
+ o[:pager] = Aws::Pager.new(
1637
+ limit_key: "max_results",
1638
+ tokens: {
1639
+ "next_token" => "next_token"
1640
+ }
1641
+ )
1642
+ end)
1643
+
1067
1644
  api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
1068
1645
  o.name = "ListClusters"
1069
1646
  o.http_method = "GET"
@@ -1175,6 +1752,27 @@ module Aws::Kafka
1175
1752
  )
1176
1753
  end)
1177
1754
 
1755
+ api.add_operation(:list_replicators, Seahorse::Model::Operation.new.tap do |o|
1756
+ o.name = "ListReplicators"
1757
+ o.http_method = "GET"
1758
+ o.http_request_uri = "/replication/v1/replicators"
1759
+ o.input = Shapes::ShapeRef.new(shape: ListReplicatorsRequest)
1760
+ o.output = Shapes::ShapeRef.new(shape: ListReplicatorsResponse)
1761
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1762
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1765
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1766
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1768
+ o[:pager] = Aws::Pager.new(
1769
+ limit_key: "max_results",
1770
+ tokens: {
1771
+ "next_token" => "next_token"
1772
+ }
1773
+ )
1774
+ end)
1775
+
1178
1776
  api.add_operation(:list_scram_secrets, Seahorse::Model::Operation.new.tap do |o|
1179
1777
  o.name = "ListScramSecrets"
1180
1778
  o.http_method = "GET"
@@ -1207,6 +1805,96 @@ module Aws::Kafka
1207
1805
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1208
1806
  end)
1209
1807
 
1808
+ api.add_operation(:list_client_vpc_connections, Seahorse::Model::Operation.new.tap do |o|
1809
+ o.name = "ListClientVpcConnections"
1810
+ o.http_method = "GET"
1811
+ o.http_request_uri = "/v1/clusters/{clusterArn}/client-vpc-connections"
1812
+ o.input = Shapes::ShapeRef.new(shape: ListClientVpcConnectionsRequest)
1813
+ o.output = Shapes::ShapeRef.new(shape: ListClientVpcConnectionsResponse)
1814
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1815
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1816
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1818
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1819
+ o[:pager] = Aws::Pager.new(
1820
+ limit_key: "max_results",
1821
+ tokens: {
1822
+ "next_token" => "next_token"
1823
+ }
1824
+ )
1825
+ end)
1826
+
1827
+ api.add_operation(:list_vpc_connections, Seahorse::Model::Operation.new.tap do |o|
1828
+ o.name = "ListVpcConnections"
1829
+ o.http_method = "GET"
1830
+ o.http_request_uri = "/v1/vpc-connections"
1831
+ o.input = Shapes::ShapeRef.new(shape: ListVpcConnectionsRequest)
1832
+ o.output = Shapes::ShapeRef.new(shape: ListVpcConnectionsResponse)
1833
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1834
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1835
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1836
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1837
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1838
+ o[:pager] = Aws::Pager.new(
1839
+ limit_key: "max_results",
1840
+ tokens: {
1841
+ "next_token" => "next_token"
1842
+ }
1843
+ )
1844
+ end)
1845
+
1846
+ api.add_operation(:reject_client_vpc_connection, Seahorse::Model::Operation.new.tap do |o|
1847
+ o.name = "RejectClientVpcConnection"
1848
+ o.http_method = "PUT"
1849
+ o.http_request_uri = "/v1/clusters/{clusterArn}/client-vpc-connection"
1850
+ o.input = Shapes::ShapeRef.new(shape: RejectClientVpcConnectionRequest)
1851
+ o.output = Shapes::ShapeRef.new(shape: RejectClientVpcConnectionResponse)
1852
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1853
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1857
+ end)
1858
+
1859
+ api.add_operation(:delete_cluster_policy, Seahorse::Model::Operation.new.tap do |o|
1860
+ o.name = "DeleteClusterPolicy"
1861
+ o.http_method = "DELETE"
1862
+ o.http_request_uri = "/v1/clusters/{clusterArn}/policy"
1863
+ o.input = Shapes::ShapeRef.new(shape: DeleteClusterPolicyRequest)
1864
+ o.output = Shapes::ShapeRef.new(shape: DeleteClusterPolicyResponse)
1865
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1866
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1868
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1869
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1870
+ end)
1871
+
1872
+ api.add_operation(:get_cluster_policy, Seahorse::Model::Operation.new.tap do |o|
1873
+ o.name = "GetClusterPolicy"
1874
+ o.http_method = "GET"
1875
+ o.http_request_uri = "/v1/clusters/{clusterArn}/policy"
1876
+ o.input = Shapes::ShapeRef.new(shape: GetClusterPolicyRequest)
1877
+ o.output = Shapes::ShapeRef.new(shape: GetClusterPolicyResponse)
1878
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1879
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1880
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1881
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1882
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1883
+ end)
1884
+
1885
+ api.add_operation(:put_cluster_policy, Seahorse::Model::Operation.new.tap do |o|
1886
+ o.name = "PutClusterPolicy"
1887
+ o.http_method = "PUT"
1888
+ o.http_request_uri = "/v1/clusters/{clusterArn}/policy"
1889
+ o.input = Shapes::ShapeRef.new(shape: PutClusterPolicyRequest)
1890
+ o.output = Shapes::ShapeRef.new(shape: PutClusterPolicyResponse)
1891
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1896
+ end)
1897
+
1210
1898
  api.add_operation(:reboot_broker, Seahorse::Model::Operation.new.tap do |o|
1211
1899
  o.name = "RebootBroker"
1212
1900
  o.http_method = "PUT"
@@ -1355,6 +2043,21 @@ module Aws::Kafka
1355
2043
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1356
2044
  end)
1357
2045
 
2046
+ api.add_operation(:update_replication_info, Seahorse::Model::Operation.new.tap do |o|
2047
+ o.name = "UpdateReplicationInfo"
2048
+ o.http_method = "PUT"
2049
+ o.http_request_uri = "/replication/v1/replicators/{replicatorArn}/replication-info"
2050
+ o.input = Shapes::ShapeRef.new(shape: UpdateReplicationInfoRequest)
2051
+ o.output = Shapes::ShapeRef.new(shape: UpdateReplicationInfoResponse)
2052
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2053
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2054
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2055
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2056
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2057
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2058
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2059
+ end)
2060
+
1358
2061
  api.add_operation(:update_security, Seahorse::Model::Operation.new.tap do |o|
1359
2062
  o.name = "UpdateSecurity"
1360
2063
  o.http_method = "PATCH"
@@ -1369,6 +2072,21 @@ module Aws::Kafka
1369
2072
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1370
2073
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1371
2074
  end)
2075
+
2076
+ api.add_operation(:update_storage, Seahorse::Model::Operation.new.tap do |o|
2077
+ o.name = "UpdateStorage"
2078
+ o.http_method = "PUT"
2079
+ o.http_request_uri = "/v1/clusters/{clusterArn}/storage"
2080
+ o.input = Shapes::ShapeRef.new(shape: UpdateStorageRequest)
2081
+ o.output = Shapes::ShapeRef.new(shape: UpdateStorageResponse)
2082
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2083
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2084
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2085
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2086
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2087
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2088
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2089
+ end)
1372
2090
  end
1373
2091
 
1374
2092
  end