Skip to content

Commit 8c540db

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
1 parent dfab5b0 commit 8c540db

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs"
6+
}

services/kafka/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4015,7 +4015,8 @@
40154015
"locationName": "nextToken",
40164016
"documentation": "\n <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.</p>\n "
40174017
}
4018-
}
4018+
},
4019+
"required": [ "ClusterArn" ]
40194020
},
40204021
"ListClientVpcConnectionsResponse": {
40214022
"type": "structure",
@@ -4079,7 +4080,7 @@
40794080
"documentation": "\n <p>The VPC connection ARN.</p>\n "
40804081
}
40814082
},
4082-
"required" : [ "VpcConnectionArn" ]
4083+
"required" : [ "VpcConnectionArn", "ClusterArn" ]
40834084
},
40844085
"RejectClientVpcConnectionResponse" : {
40854086
"type": "structure",

0 commit comments

Comments
 (0)