Skip to content

Commit 8af753d

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Added a new API response field which determines if there is an action required from the customer regarding their cluster.
1 parent 6ff4444 commit 8af753d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-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": "Added a new API response field which determines if there is an action required from the customer regarding their cluster."
6+
}

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,11 @@
24132413
"shape" : "StorageMode",
24142414
"locationName" : "storageMode",
24152415
"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 "
24162421
}
24172422
},
24182423
"documentation": "\n <p>Returns information about a cluster.</p>\n "
@@ -2712,6 +2717,11 @@
27122717
"shape" : "StorageMode",
27132718
"locationName" : "storageMode",
27142719
"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 "
27152725
}
27162726
},
27172727
"required": [
@@ -3543,6 +3553,11 @@
35433553
},
35443554
"documentation" : "\n <p>Returns information about a cluster operation.</p>"
35453555
},
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+
},
35463561
"DeleteClusterRequest": {
35473562
"type": "structure",
35483563
"members": {

0 commit comments

Comments
 (0)