Skip to content

Commit

Permalink
Drop some fields from status API
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jul 9, 2024
1 parent 7b992b0 commit fa592a9
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions designs/odcr.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,11 @@ status:
availabilityZone: String
# Available Instance Count of the Capacity Reservation
availableInstanceCount: Integer
# The date and time at which the Capacity Reservation expires. When a Capacity
# The time at which the Capacity Reservation expires. When a Capacity
# Reservation expires, the reserved capacity is released and you can no longer
# launch instances into it. The Capacity Reservation's state changes to expired
# when it reaches its end date and time.
endDate: String | None
# Indicates the way in which the Capacity Reservation ends. A Capacity Reservation
# can have one of the following end types:
# * unlimited - The Capacity Reservation remains active until you explicitly
# cancel it.
# * limited - The Capacity Reservation expires automatically at a specified
# date and time.
endDateType: String
endTime: String | None
# ID of the Capacity Reservation
id: String
# Indicates the type of instance launches that the Capacity Reservation accepts. The options include:
Expand All @@ -129,15 +122,11 @@ status:
# Availability Zone), and explicitly target the Capacity
# Reservation. This ensures that only permitted instances can use
# the reserved capacity.
instanceMatchCriteria: String
# Instance Platform of the Capacity Reservation
instancePlatform: String
type: String
# Instance Type of the Capacity Reservation
instanceType: String
# Owner Id of the Capacity Reservation
ownerId: String
# The date and time at which the Capacity Reservation was started.
startDate: String
# Total Instance Count of the Capacity Reservation
totalInstanceCount: Integer
```
Expand Down

0 comments on commit fa592a9

Please sign in to comment.