File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
services/kafka/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +21
-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" : " Added a new API response field which determines if there is an action required from the customer regarding their cluster."
6
+ }
Original file line number Diff line number Diff line change 2413
2413
"shape" : " StorageMode" ,
2414
2414
"locationName" : " storageMode" ,
2415
2415
"documentation" : " \n <p>This controls storage mode for supported storage tiers.</p>\n "
2416
+ },
2417
+ "CustomerActionStatus" : {
2418
+ "shape" : " CustomerActionStatus" ,
2419
+ "locationName" : " customerActionStatus" ,
2420
+ "documentation" : " \n <p>Determines if there is an action required from the customer.</p>\n "
2416
2421
}
2417
2422
},
2418
2423
"documentation" : " \n <p>Returns information about a cluster.</p>\n "
2712
2717
"shape" : " StorageMode" ,
2713
2718
"locationName" : " storageMode" ,
2714
2719
"documentation" : " \n <p>This controls storage mode for supported storage tiers.</p>\n "
2720
+ },
2721
+ "CustomerActionStatus" : {
2722
+ "shape" : " CustomerActionStatus" ,
2723
+ "locationName" : " customerActionStatus" ,
2724
+ "documentation" : " \n <p>Determines if there is an action required from the customer.</p>\n "
2715
2725
}
2716
2726
},
2717
2727
"required" : [
3543
3553
},
3544
3554
"documentation" : " \n <p>Returns information about a cluster operation.</p>"
3545
3555
},
3556
+ "CustomerActionStatus" : {
3557
+ "type" : " string" ,
3558
+ "documentation" : " \n <p>A type of an action required from the customer.</p>" ,
3559
+ "enum" : [ " CRITICAL_ACTION_REQUIRED" , " ACTION_RECOMMENDED" , " NONE" ]
3560
+ },
3546
3561
"DeleteClusterRequest" : {
3547
3562
"type" : " structure" ,
3548
3563
"members" : {
You can’t perform that action at this time.
0 commit comments