File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
services/kafka/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +22
-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" : " Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK"
6
+ }
Original file line number Diff line number Diff line change 3569
3569
},
3570
3570
"documentation" : " \n <p>Returns information about a cluster operation.</p>"
3571
3571
},
3572
+ "ControllerNodeInfo" : {
3573
+ "type" : " structure" ,
3574
+ "members" : {
3575
+ "Endpoints" : {
3576
+ "shape" : " __listOf__string" ,
3577
+ "locationName" : " endpoints" ,
3578
+ "documentation" : " \n <p>Endpoints for accessing the Controller.</p>\n "
3579
+ }
3580
+ },
3581
+ "documentation" : " \n <p>Controller node information.</p>\n "
3582
+ },
3572
3583
"CustomerActionStatus" : {
3573
3584
"type" : " string" ,
3574
3585
"documentation" : " \n <p>A type of an action required from the customer.</p>" ,
5373
5384
"locationName" : " brokerNodeInfo" ,
5374
5385
"documentation" : " \n <p>The broker node info.</p>\n "
5375
5386
},
5387
+ "ControllerNodeInfo" : {
5388
+ "shape" : " ControllerNodeInfo" ,
5389
+ "locationName" : " controllerNodeInfo" ,
5390
+ "documentation" : " \n <p>The ControllerNodeInfo.</p>\n "
5391
+ },
5376
5392
"InstanceType" : {
5377
5393
"shape" : " __string" ,
5378
5394
"locationName" : " instanceType" ,
You can’t perform that action at this time.
0 commit comments