Skip to content

Commit 801c3a1

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Adding HEALING to ClusterState.
1 parent c6075bc commit 801c3a1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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": "Adding HEALING to ClusterState."
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@
14111411
"State": {
14121412
"shape": "ClusterState",
14131413
"locationName": "state",
1414-
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
1414+
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
14151415
},
14161416
"StateInfo" : {
14171417
"shape" : "StateInfo",
@@ -1531,6 +1531,7 @@
15311531
"CREATING",
15321532
"DELETING",
15331533
"FAILED",
1534+
"HEALING",
15341535
"MAINTENANCE",
15351536
"REBOOTING_BROKER",
15361537
"UPDATING"
@@ -1757,7 +1758,7 @@
17571758
"State": {
17581759
"shape": "ClusterState",
17591760
"locationName": "state",
1760-
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
1761+
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
17611762
}
17621763
}
17631764
},
@@ -1851,7 +1852,7 @@
18511852
"State": {
18521853
"shape": "ClusterState",
18531854
"locationName": "state",
1854-
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
1855+
"documentation": "\n <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>\n "
18551856
}
18561857
}
18571858
},

0 commit comments

Comments
 (0)