File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
services/kafka/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Managed Streaming for Kafka" ,
4
+ "contributor" : " " ,
5
+ "description" : " AWS MSK support for Broker Removal."
6
+ }
Original file line number Diff line number Diff line change 2104
2104
" DEFAULT"
2105
2105
]
2106
2106
},
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
+ },
2107
2123
"BrokerEBSVolumeInfo" : {
2108
2124
"type" : " structure" ,
2109
2125
"members" : {
5030
5046
"shape" : " StorageMode" ,
5031
5047
"locationName" : " storageMode" ,
5032
5048
"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 "
5033
5054
}
5034
5055
},
5035
5056
"documentation" : " \n <p>Information about cluster attributes that can be updated via update APIs.</p>\n "
6591
6612
"shape" : " UnprocessedScramSecret"
6592
6613
}
6593
6614
},
6615
+ "__listOf__double" : {
6616
+ "type" : " list" ,
6617
+ "member" : {
6618
+ "shape" : " __double"
6619
+ }
6620
+ },
6594
6621
"__listOf__string" : {
6595
6622
"type" : " list" ,
6596
6623
"member" : {
You can’t perform that action at this time.
0 commit comments