Skip to content

Commit e164bb4

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: AWS MSK support for Broker Removal.
1 parent fcb9d61 commit e164bb4

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
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": "AWS MSK support for Broker Removal."
6+
}

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,22 @@
21042104
"DEFAULT"
21052105
]
21062106
},
2107+
"BrokerCountUpdateInfo" : {
2108+
"type" : "structure",
2109+
"members" : {
2110+
"CreatedBrokerIds" : {
2111+
"shape" : "__listOf__double",
2112+
"locationName" : "createdBrokerIds",
2113+
"documentation": "\n <p>Kafka Broker IDs of brokers being created.</p>\n "
2114+
},
2115+
"DeletedBrokerIds" : {
2116+
"shape" : "__listOf__double",
2117+
"locationName" : "deletedBrokerIds",
2118+
"documentation": "\n <p>Kafka Broker IDs of brokers being deleted.</p>\n "
2119+
}
2120+
},
2121+
"documentation": "\n <p>Information regarding UpdateBrokerCount.</p>\n "
2122+
},
21072123
"BrokerEBSVolumeInfo": {
21082124
"type": "structure",
21092125
"members": {
@@ -5030,6 +5046,11 @@
50305046
"shape" : "StorageMode",
50315047
"locationName" : "storageMode",
50325048
"documentation" : "\n <p>This controls storage mode for supported storage tiers.</p>\n "
5049+
},
5050+
"BrokerCountUpdateInfo" : {
5051+
"shape": "BrokerCountUpdateInfo",
5052+
"locationName" : "brokerCountUpdateInfo",
5053+
"documentation" : "\n <p>Describes brokers being changed during a broker count update.</p>\n "
50335054
}
50345055
},
50355056
"documentation": "\n <p>Information about cluster attributes that can be updated via update APIs.</p>\n "
@@ -6591,6 +6612,12 @@
65916612
"shape" : "UnprocessedScramSecret"
65926613
}
65936614
},
6615+
"__listOf__double" : {
6616+
"type" : "list",
6617+
"member" : {
6618+
"shape" : "__double"
6619+
}
6620+
},
65946621
"__listOf__string": {
65956622
"type": "list",
65966623
"member": {

0 commit comments

Comments
 (0)