aws-sdk-kafka 1.42.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,19 +27,24 @@ module Aws::Kafka
27
27
  ClientAuthentication = Shapes::StructureShape.new(name: 'ClientAuthentication')
28
28
  ClientBroker = Shapes::StringShape.new(name: 'ClientBroker')
29
29
  CloudWatchLogs = Shapes::StructureShape.new(name: 'CloudWatchLogs')
30
+ Cluster = Shapes::StructureShape.new(name: 'Cluster')
30
31
  ClusterInfo = Shapes::StructureShape.new(name: 'ClusterInfo')
31
32
  ClusterOperationInfo = Shapes::StructureShape.new(name: 'ClusterOperationInfo')
32
33
  ClusterOperationStep = Shapes::StructureShape.new(name: 'ClusterOperationStep')
33
34
  ClusterOperationStepInfo = Shapes::StructureShape.new(name: 'ClusterOperationStepInfo')
34
35
  ClusterState = Shapes::StringShape.new(name: 'ClusterState')
36
+ ClusterType = Shapes::StringShape.new(name: 'ClusterType')
35
37
  CompatibleKafkaVersion = Shapes::StructureShape.new(name: 'CompatibleKafkaVersion')
36
38
  Configuration = Shapes::StructureShape.new(name: 'Configuration')
37
39
  ConfigurationInfo = Shapes::StructureShape.new(name: 'ConfigurationInfo')
38
40
  ConfigurationRevision = Shapes::StructureShape.new(name: 'ConfigurationRevision')
39
41
  ConfigurationState = Shapes::StringShape.new(name: 'ConfigurationState')
40
42
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
43
+ ConnectivityInfo = Shapes::StructureShape.new(name: 'ConnectivityInfo')
41
44
  CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
42
45
  CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
46
+ CreateClusterV2Request = Shapes::StructureShape.new(name: 'CreateClusterV2Request')
47
+ CreateClusterV2Response = Shapes::StructureShape.new(name: 'CreateClusterV2Response')
43
48
  CreateConfigurationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationRequest')
44
49
  CreateConfigurationResponse = Shapes::StructureShape.new(name: 'CreateConfigurationResponse')
45
50
  DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
@@ -50,6 +55,8 @@ module Aws::Kafka
50
55
  DescribeClusterOperationResponse = Shapes::StructureShape.new(name: 'DescribeClusterOperationResponse')
51
56
  DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
52
57
  DescribeClusterResponse = Shapes::StructureShape.new(name: 'DescribeClusterResponse')
58
+ DescribeClusterV2Request = Shapes::StructureShape.new(name: 'DescribeClusterV2Request')
59
+ DescribeClusterV2Response = Shapes::StructureShape.new(name: 'DescribeClusterV2Response')
53
60
  DescribeConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRequest')
54
61
  DescribeConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeConfigurationResponse')
55
62
  DescribeConfigurationRevisionRequest = Shapes::StructureShape.new(name: 'DescribeConfigurationRevisionRequest')
@@ -77,6 +84,8 @@ module Aws::Kafka
77
84
  ListClusterOperationsResponse = Shapes::StructureShape.new(name: 'ListClusterOperationsResponse')
78
85
  ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
79
86
  ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
87
+ ListClustersV2Request = Shapes::StructureShape.new(name: 'ListClustersV2Request')
88
+ ListClustersV2Response = Shapes::StructureShape.new(name: 'ListClustersV2Response')
80
89
  ListConfigurationRevisionsRequest = Shapes::StructureShape.new(name: 'ListConfigurationRevisionsRequest')
81
90
  ListConfigurationRevisionsResponse = Shapes::StructureShape.new(name: 'ListConfigurationRevisionsResponse')
82
91
  ListConfigurationsRequest = Shapes::StructureShape.new(name: 'ListConfigurationsRequest')
@@ -101,11 +110,18 @@ module Aws::Kafka
101
110
  OpenMonitoringInfo = Shapes::StructureShape.new(name: 'OpenMonitoringInfo')
102
111
  Prometheus = Shapes::StructureShape.new(name: 'Prometheus')
103
112
  PrometheusInfo = Shapes::StructureShape.new(name: 'PrometheusInfo')
113
+ Provisioned = Shapes::StructureShape.new(name: 'Provisioned')
114
+ ProvisionedRequest = Shapes::StructureShape.new(name: 'ProvisionedRequest')
115
+ PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
104
116
  RebootBrokerRequest = Shapes::StructureShape.new(name: 'RebootBrokerRequest')
105
117
  RebootBrokerResponse = Shapes::StructureShape.new(name: 'RebootBrokerResponse')
106
118
  S3 = Shapes::StructureShape.new(name: 'S3')
107
119
  Sasl = Shapes::StructureShape.new(name: 'Sasl')
108
120
  Scram = Shapes::StructureShape.new(name: 'Scram')
121
+ Serverless = Shapes::StructureShape.new(name: 'Serverless')
122
+ ServerlessClientAuthentication = Shapes::StructureShape.new(name: 'ServerlessClientAuthentication')
123
+ ServerlessRequest = Shapes::StructureShape.new(name: 'ServerlessRequest')
124
+ ServerlessSasl = Shapes::StructureShape.new(name: 'ServerlessSasl')
109
125
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
110
126
  StateInfo = Shapes::StructureShape.new(name: 'StateInfo')
111
127
  StorageInfo = Shapes::StructureShape.new(name: 'StorageInfo')
@@ -128,10 +144,13 @@ module Aws::Kafka
128
144
  UpdateClusterKafkaVersionResponse = Shapes::StructureShape.new(name: 'UpdateClusterKafkaVersionResponse')
129
145
  UpdateConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationRequest')
130
146
  UpdateConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationResponse')
147
+ UpdateConnectivityRequest = Shapes::StructureShape.new(name: 'UpdateConnectivityRequest')
148
+ UpdateConnectivityResponse = Shapes::StructureShape.new(name: 'UpdateConnectivityResponse')
131
149
  UpdateMonitoringRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringRequest')
132
150
  UpdateMonitoringResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringResponse')
133
151
  UpdateSecurityRequest = Shapes::StructureShape.new(name: 'UpdateSecurityRequest')
134
152
  UpdateSecurityResponse = Shapes::StructureShape.new(name: 'UpdateSecurityResponse')
153
+ VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
135
154
  ZookeeperNodeInfo = Shapes::StructureShape.new(name: 'ZookeeperNodeInfo')
136
155
  __blob = Shapes::BlobShape.new(name: '__blob')
137
156
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
@@ -140,6 +159,7 @@ module Aws::Kafka
140
159
  __integerMin1Max15 = Shapes::IntegerShape.new(name: '__integerMin1Max15')
141
160
  __integerMin1Max16384 = Shapes::IntegerShape.new(name: '__integerMin1Max16384')
142
161
  __listOfBrokerEBSVolumeInfo = Shapes::ListShape.new(name: '__listOfBrokerEBSVolumeInfo')
162
+ __listOfCluster = Shapes::ListShape.new(name: '__listOfCluster')
143
163
  __listOfClusterInfo = Shapes::ListShape.new(name: '__listOfClusterInfo')
144
164
  __listOfClusterOperationInfo = Shapes::ListShape.new(name: '__listOfClusterOperationInfo')
145
165
  __listOfClusterOperationStep = Shapes::ListShape.new(name: '__listOfClusterOperationStep')
@@ -149,6 +169,7 @@ module Aws::Kafka
149
169
  __listOfKafkaVersion = Shapes::ListShape.new(name: '__listOfKafkaVersion')
150
170
  __listOfNodeInfo = Shapes::ListShape.new(name: '__listOfNodeInfo')
151
171
  __listOfUnprocessedScramSecret = Shapes::ListShape.new(name: '__listOfUnprocessedScramSecret')
172
+ __listOfVpcConfig = Shapes::ListShape.new(name: '__listOfVpcConfig')
152
173
  __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
153
174
  __long = Shapes::IntegerShape.new(name: '__long')
154
175
  __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
@@ -192,6 +213,7 @@ module Aws::Kafka
192
213
  BrokerNodeGroupInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: __stringMin5Max32, required: true, location_name: "instanceType"))
193
214
  BrokerNodeGroupInfo.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
194
215
  BrokerNodeGroupInfo.add_member(:storage_info, Shapes::ShapeRef.new(shape: StorageInfo, location_name: "storageInfo"))
216
+ BrokerNodeGroupInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
195
217
  BrokerNodeGroupInfo.struct_class = Types::BrokerNodeGroupInfo
196
218
 
197
219
  BrokerNodeInfo.add_member(:attached_eni_id, Shapes::ShapeRef.new(shape: __string, location_name: "attachedENIId"))
@@ -216,6 +238,19 @@ module Aws::Kafka
216
238
  CloudWatchLogs.add_member(:log_group, Shapes::ShapeRef.new(shape: __string, location_name: "logGroup"))
217
239
  CloudWatchLogs.struct_class = Types::CloudWatchLogs
218
240
 
241
+ Cluster.add_member(:active_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "activeOperationArn"))
242
+ Cluster.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
243
+ Cluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
244
+ Cluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __string, location_name: "clusterName"))
245
+ Cluster.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "creationTime"))
246
+ Cluster.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, location_name: "currentVersion"))
247
+ Cluster.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
248
+ Cluster.add_member(:state_info, Shapes::ShapeRef.new(shape: StateInfo, location_name: "stateInfo"))
249
+ Cluster.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
250
+ Cluster.add_member(:provisioned, Shapes::ShapeRef.new(shape: Provisioned, location_name: "provisioned"))
251
+ Cluster.add_member(:serverless, Shapes::ShapeRef.new(shape: Serverless, location_name: "serverless"))
252
+ Cluster.struct_class = Types::Cluster
253
+
219
254
  ClusterInfo.add_member(:active_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "activeOperationArn"))
220
255
  ClusterInfo.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, location_name: "brokerNodeGroupInfo"))
221
256
  ClusterInfo.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
@@ -282,6 +317,9 @@ module Aws::Kafka
282
317
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
283
318
  ConflictException.struct_class = Types::ConflictException
284
319
 
320
+ ConnectivityInfo.add_member(:public_access, Shapes::ShapeRef.new(shape: PublicAccess, location_name: "publicAccess"))
321
+ ConnectivityInfo.struct_class = Types::ConnectivityInfo
322
+
285
323
  CreateClusterRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
286
324
  CreateClusterRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
287
325
  CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __stringMin1Max64, required: true, location_name: "clusterName"))
@@ -300,6 +338,18 @@ module Aws::Kafka
300
338
  CreateClusterResponse.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
301
339
  CreateClusterResponse.struct_class = Types::CreateClusterResponse
302
340
 
341
+ CreateClusterV2Request.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __stringMin1Max64, required: true, location_name: "clusterName"))
342
+ CreateClusterV2Request.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
343
+ CreateClusterV2Request.add_member(:provisioned, Shapes::ShapeRef.new(shape: ProvisionedRequest, location_name: "provisioned"))
344
+ CreateClusterV2Request.add_member(:serverless, Shapes::ShapeRef.new(shape: ServerlessRequest, location_name: "serverless"))
345
+ CreateClusterV2Request.struct_class = Types::CreateClusterV2Request
346
+
347
+ CreateClusterV2Response.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
348
+ CreateClusterV2Response.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __string, location_name: "clusterName"))
349
+ CreateClusterV2Response.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
350
+ CreateClusterV2Response.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
351
+ CreateClusterV2Response.struct_class = Types::CreateClusterV2Response
352
+
303
353
  CreateConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
304
354
  CreateConfigurationRequest.add_member(:kafka_versions, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "kafkaVersions"))
305
355
  CreateConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
@@ -340,6 +390,12 @@ module Aws::Kafka
340
390
  DescribeClusterResponse.add_member(:cluster_info, Shapes::ShapeRef.new(shape: ClusterInfo, location_name: "clusterInfo"))
341
391
  DescribeClusterResponse.struct_class = Types::DescribeClusterResponse
342
392
 
393
+ DescribeClusterV2Request.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
394
+ DescribeClusterV2Request.struct_class = Types::DescribeClusterV2Request
395
+
396
+ DescribeClusterV2Response.add_member(:cluster_info, Shapes::ShapeRef.new(shape: Cluster, location_name: "clusterInfo"))
397
+ DescribeClusterV2Response.struct_class = Types::DescribeClusterV2Response
398
+
343
399
  DescribeConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
344
400
  DescribeConfigurationRequest.struct_class = Types::DescribeConfigurationRequest
345
401
 
@@ -397,6 +453,9 @@ module Aws::Kafka
397
453
  GetBootstrapBrokersRequest.struct_class = Types::GetBootstrapBrokersRequest
398
454
 
399
455
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerString"))
456
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_public_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringPublicSaslIam"))
457
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_public_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringPublicSaslScram"))
458
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_public_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringPublicTls"))
400
459
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringTls"))
401
460
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslScram"))
402
461
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslIam"))
@@ -443,6 +502,16 @@ module Aws::Kafka
443
502
  ListClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
444
503
  ListClustersResponse.struct_class = Types::ListClustersResponse
445
504
 
505
+ ListClustersV2Request.add_member(:cluster_name_filter, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "clusterNameFilter"))
506
+ ListClustersV2Request.add_member(:cluster_type_filter, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "clusterTypeFilter"))
507
+ ListClustersV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
508
+ ListClustersV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
509
+ ListClustersV2Request.struct_class = Types::ListClustersV2Request
510
+
511
+ ListClustersV2Response.add_member(:cluster_info_list, Shapes::ShapeRef.new(shape: __listOfCluster, location_name: "clusterInfoList"))
512
+ ListClustersV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
513
+ ListClustersV2Response.struct_class = Types::ListClustersV2Response
514
+
446
515
  ListConfigurationRevisionsRequest.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "arn"))
447
516
  ListConfigurationRevisionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
448
517
  ListConfigurationRevisionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
@@ -505,6 +574,7 @@ module Aws::Kafka
505
574
  MutableClusterInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "instanceType"))
506
575
  MutableClusterInfo.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
507
576
  MutableClusterInfo.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
577
+ MutableClusterInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
508
578
  MutableClusterInfo.struct_class = Types::MutableClusterInfo
509
579
 
510
580
  NodeExporter.add_member(:enabled_in_broker, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabledInBroker"))
@@ -539,6 +609,32 @@ module Aws::Kafka
539
609
  PrometheusInfo.add_member(:node_exporter, Shapes::ShapeRef.new(shape: NodeExporterInfo, location_name: "nodeExporter"))
540
610
  PrometheusInfo.struct_class = Types::PrometheusInfo
541
611
 
612
+ Provisioned.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
613
+ Provisioned.add_member(:current_broker_software_info, Shapes::ShapeRef.new(shape: BrokerSoftwareInfo, location_name: "currentBrokerSoftwareInfo"))
614
+ Provisioned.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
615
+ Provisioned.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
616
+ Provisioned.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: EnhancedMonitoring, location_name: "enhancedMonitoring"))
617
+ Provisioned.add_member(:open_monitoring, Shapes::ShapeRef.new(shape: OpenMonitoringInfo, location_name: "openMonitoring"))
618
+ Provisioned.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "loggingInfo"))
619
+ Provisioned.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: __integerMin1Max15, required: true, location_name: "numberOfBrokerNodes"))
620
+ Provisioned.add_member(:zookeeper_connect_string, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectString"))
621
+ Provisioned.add_member(:zookeeper_connect_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectStringTls"))
622
+ Provisioned.struct_class = Types::Provisioned
623
+
624
+ ProvisionedRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
625
+ ProvisionedRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
626
+ ProvisionedRequest.add_member(:configuration_info, Shapes::ShapeRef.new(shape: ConfigurationInfo, location_name: "configurationInfo"))
627
+ ProvisionedRequest.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
628
+ ProvisionedRequest.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: EnhancedMonitoring, location_name: "enhancedMonitoring"))
629
+ ProvisionedRequest.add_member(:open_monitoring, Shapes::ShapeRef.new(shape: OpenMonitoringInfo, location_name: "openMonitoring"))
630
+ ProvisionedRequest.add_member(:kafka_version, Shapes::ShapeRef.new(shape: __stringMin1Max128, required: true, location_name: "kafkaVersion"))
631
+ ProvisionedRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "loggingInfo"))
632
+ ProvisionedRequest.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: __integerMin1Max15, required: true, location_name: "numberOfBrokerNodes"))
633
+ ProvisionedRequest.struct_class = Types::ProvisionedRequest
634
+
635
+ PublicAccess.add_member(:type, Shapes::ShapeRef.new(shape: __string, location_name: "type"))
636
+ PublicAccess.struct_class = Types::PublicAccess
637
+
542
638
  RebootBrokerRequest.add_member(:broker_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "brokerIds"))
543
639
  RebootBrokerRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
544
640
  RebootBrokerRequest.struct_class = Types::RebootBrokerRequest
@@ -559,6 +655,20 @@ module Aws::Kafka
559
655
  Scram.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
560
656
  Scram.struct_class = Types::Scram
561
657
 
658
+ Serverless.add_member(:vpc_configs, Shapes::ShapeRef.new(shape: __listOfVpcConfig, required: true, location_name: "vpcConfigs"))
659
+ Serverless.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ServerlessClientAuthentication, location_name: "clientAuthentication"))
660
+ Serverless.struct_class = Types::Serverless
661
+
662
+ ServerlessClientAuthentication.add_member(:sasl, Shapes::ShapeRef.new(shape: ServerlessSasl, location_name: "sasl"))
663
+ ServerlessClientAuthentication.struct_class = Types::ServerlessClientAuthentication
664
+
665
+ ServerlessRequest.add_member(:vpc_configs, Shapes::ShapeRef.new(shape: __listOfVpcConfig, required: true, location_name: "vpcConfigs"))
666
+ ServerlessRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ServerlessClientAuthentication, location_name: "clientAuthentication"))
667
+ ServerlessRequest.struct_class = Types::ServerlessRequest
668
+
669
+ ServerlessSasl.add_member(:iam, Shapes::ShapeRef.new(shape: Iam, location_name: "iam"))
670
+ ServerlessSasl.struct_class = Types::ServerlessSasl
671
+
562
672
  ServiceUnavailableException.add_member(:invalid_parameter, Shapes::ShapeRef.new(shape: __string, location_name: "invalidParameter"))
563
673
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
564
674
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
@@ -653,6 +763,15 @@ module Aws::Kafka
653
763
  UpdateConfigurationResponse.add_member(:latest_revision, Shapes::ShapeRef.new(shape: ConfigurationRevision, location_name: "latestRevision"))
654
764
  UpdateConfigurationResponse.struct_class = Types::UpdateConfigurationResponse
655
765
 
766
+ UpdateConnectivityRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
767
+ UpdateConnectivityRequest.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, required: true, location_name: "connectivityInfo"))
768
+ UpdateConnectivityRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
769
+ UpdateConnectivityRequest.struct_class = Types::UpdateConnectivityRequest
770
+
771
+ UpdateConnectivityResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
772
+ UpdateConnectivityResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
773
+ UpdateConnectivityResponse.struct_class = Types::UpdateConnectivityResponse
774
+
656
775
  UpdateMonitoringRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
657
776
  UpdateMonitoringRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
658
777
  UpdateMonitoringRequest.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: EnhancedMonitoring, location_name: "enhancedMonitoring"))
@@ -674,6 +793,10 @@ module Aws::Kafka
674
793
  UpdateSecurityResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
675
794
  UpdateSecurityResponse.struct_class = Types::UpdateSecurityResponse
676
795
 
796
+ VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
797
+ VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
798
+ VpcConfig.struct_class = Types::VpcConfig
799
+
677
800
  ZookeeperNodeInfo.add_member(:attached_eni_id, Shapes::ShapeRef.new(shape: __string, location_name: "attachedENIId"))
678
801
  ZookeeperNodeInfo.add_member(:client_vpc_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "clientVpcIpAddress"))
679
802
  ZookeeperNodeInfo.add_member(:endpoints, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "endpoints"))
@@ -683,6 +806,8 @@ module Aws::Kafka
683
806
 
684
807
  __listOfBrokerEBSVolumeInfo.member = Shapes::ShapeRef.new(shape: BrokerEBSVolumeInfo)
685
808
 
809
+ __listOfCluster.member = Shapes::ShapeRef.new(shape: Cluster)
810
+
686
811
  __listOfClusterInfo.member = Shapes::ShapeRef.new(shape: ClusterInfo)
687
812
 
688
813
  __listOfClusterOperationInfo.member = Shapes::ShapeRef.new(shape: ClusterOperationInfo)
@@ -701,6 +826,8 @@ module Aws::Kafka
701
826
 
702
827
  __listOfUnprocessedScramSecret.member = Shapes::ShapeRef.new(shape: UnprocessedScramSecret)
703
828
 
829
+ __listOfVpcConfig.member = Shapes::ShapeRef.new(shape: VpcConfig)
830
+
704
831
  __listOf__string.member = Shapes::ShapeRef.new(shape: __string)
705
832
 
706
833
  __mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
@@ -755,6 +882,21 @@ module Aws::Kafka
755
882
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
756
883
  end)
757
884
 
885
+ api.add_operation(:create_cluster_v2, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "CreateClusterV2"
887
+ o.http_method = "POST"
888
+ o.http_request_uri = "/api/v2/clusters"
889
+ o.input = Shapes::ShapeRef.new(shape: CreateClusterV2Request)
890
+ o.output = Shapes::ShapeRef.new(shape: CreateClusterV2Response)
891
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
893
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
894
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
895
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
896
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
897
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
898
+ end)
899
+
758
900
  api.add_operation(:create_configuration, Seahorse::Model::Operation.new.tap do |o|
759
901
  o.name = "CreateConfiguration"
760
902
  o.http_method = "POST"
@@ -807,6 +949,19 @@ module Aws::Kafka
807
949
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
808
950
  end)
809
951
 
952
+ api.add_operation(:describe_cluster_v2, Seahorse::Model::Operation.new.tap do |o|
953
+ o.name = "DescribeClusterV2"
954
+ o.http_method = "GET"
955
+ o.http_request_uri = "/api/v2/clusters/{clusterArn}"
956
+ o.input = Shapes::ShapeRef.new(shape: DescribeClusterV2Request)
957
+ o.output = Shapes::ShapeRef.new(shape: DescribeClusterV2Response)
958
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
959
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
960
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
961
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
962
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
963
+ end)
964
+
810
965
  api.add_operation(:describe_cluster_operation, Seahorse::Model::Operation.new.tap do |o|
811
966
  o.name = "DescribeClusterOperation"
812
967
  o.http_method = "GET"
@@ -927,6 +1082,24 @@ module Aws::Kafka
927
1082
  )
928
1083
  end)
929
1084
 
1085
+ api.add_operation(:list_clusters_v2, Seahorse::Model::Operation.new.tap do |o|
1086
+ o.name = "ListClustersV2"
1087
+ o.http_method = "GET"
1088
+ o.http_request_uri = "/api/v2/clusters"
1089
+ o.input = Shapes::ShapeRef.new(shape: ListClustersV2Request)
1090
+ o.output = Shapes::ShapeRef.new(shape: ListClustersV2Response)
1091
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1095
+ o[:pager] = Aws::Pager.new(
1096
+ limit_key: "max_results",
1097
+ tokens: {
1098
+ "next_token" => "next_token"
1099
+ }
1100
+ )
1101
+ end)
1102
+
930
1103
  api.add_operation(:list_configuration_revisions, Seahorse::Model::Operation.new.tap do |o|
931
1104
  o.name = "ListConfigurationRevisions"
932
1105
  o.http_method = "GET"
@@ -1154,6 +1327,21 @@ module Aws::Kafka
1154
1327
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1155
1328
  end)
1156
1329
 
1330
+ api.add_operation(:update_connectivity, Seahorse::Model::Operation.new.tap do |o|
1331
+ o.name = "UpdateConnectivity"
1332
+ o.http_method = "PUT"
1333
+ o.http_request_uri = "/v1/clusters/{clusterArn}/connectivity"
1334
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectivityRequest)
1335
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectivityResponse)
1336
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1339
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1340
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1342
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1343
+ end)
1344
+
1157
1345
  api.add_operation(:update_monitoring, Seahorse::Model::Operation.new.tap do |o|
1158
1346
  o.name = "UpdateMonitoring"
1159
1347
  o.http_method = "PUT"