Skip to content

Commit c1ee0ef

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
1 parent c565330 commit c1ee0ef

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Remove non-functional enum variants for FleetCapacityReservationUsageStrategy"
6+
}

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30376,11 +30376,7 @@
3037630376
},
3037730377
"FleetCapacityReservationUsageStrategy":{
3037830378
"type":"string",
30379-
"enum":[
30380-
"use-capacity-reservations-first",
30381-
"use-capacity-reservations-only",
30382-
"none"
30383-
]
30379+
"enum":["use-capacity-reservations-first"]
3038430380
},
3038530381
"FleetData":{
3038630382
"type":"structure",

0 commit comments

Comments
 (0)