Skip to content

Commit 66ceb88

Browse files
author
AWS
committed
Amazon EMR Update: Added RECONFIGURING to the InstanceFleetState convenience enum.
1 parent f406edb commit 66ceb88

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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": "Amazon EMR",
4+
"contributor": "",
5+
"description": "Added RECONFIGURING to the InstanceFleetState convenience enum."
6+
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,6 +2787,7 @@
27872787
"BOOTSTRAPPING",
27882788
"RUNNING",
27892789
"RESIZING",
2790+
"RECONFIGURING",
27902791
"SUSPENDED",
27912792
"TERMINATING",
27922793
"TERMINATED"

0 commit comments

Comments
 (0)