Skip to content

Commit 023bd02

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Fix for FleetActivityStatus and FleetStateCode enum
1 parent 0548eaf commit 023bd02

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"description": "Fix for FleetActivityStatus and FleetStateCode enum"
5+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15977,8 +15977,8 @@
1597715977
"type":"string",
1597815978
"enum":[
1597915979
"error",
15980-
"pending-fulfillment",
15981-
"pending-termination",
15980+
"pending_fulfillment",
15981+
"pending_termination",
1598215982
"fulfilled"
1598315983
]
1598415984
},
@@ -16303,8 +16303,8 @@
1630316303
"active",
1630416304
"deleted",
1630516305
"failed",
16306-
"deleted-running",
16307-
"deleted-terminating",
16306+
"deleted_running",
16307+
"deleted_terminating",
1630816308
"modifying"
1630916309
]
1631016310
},

0 commit comments

Comments
 (0)