Values_1.CapacityReservationStatusSourceDescribes the availability of capacity for a Capacity Reservation.
type nonrec t = {capacityReservationId : Values_0.CapacityReservationId.t option;The ID of the Capacity Reservation.
*)totalCapacity : Values_0.Integer.t option;The combined amount of Available and Unavailable capacity in the Capacity Reservation.
*)totalAvailableCapacity : Values_0.Integer.t option;The remaining capacity. Indicates the amount of resources that can be launched into the Capacity Reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.CapacityReservationId.t ])
list ]