Skip to content

Commit 4ba55f5

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: This release adds three new V2 APIs. CreateClusterV2 for creating both provisioned and serverless clusters. DescribeClusterV2 for getting information about provisioned and serverless clusters and ListClustersV2 for listing all clusters (both provisioned and serverless) in your account.
1 parent 4f16432 commit 4ba55f5

File tree

3 files changed

+533
-7
lines changed

3 files changed

+533
-7
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Managed Streaming for Kafka",
4+
"contributor": "",
5+
"description": "This release adds three new V2 APIs. CreateClusterV2 for creating both provisioned and serverless clusters. DescribeClusterV2 for getting information about provisioned and serverless clusters and ListClustersV2 for listing all clusters (both provisioned and serverless) in your account."
6+
}

services/kafka/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "MaxResults",
77
"result_key": "ClusterInfoList"
88
},
9+
"ListClustersV2": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "ClusterInfoList"
14+
},
915
"ListConfigurations": {
1016
"input_token": "NextToken",
1117
"output_token": "NextToken",

0 commit comments

Comments
 (0)