Values.ZonalCapacityReservationStateSourceThe capacity reservation status for each Availability Zone.
type nonrec t = {state : CapacityReservationStatus.t option;The state of the capacity reservation.
*)availabilityZone : ZoneName.t option;Information about the Availability Zone.
*)effectiveCapacityUnits : CapacityUnitsDouble.t option;The number of effective capacity units.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of CapacityUnitsDouble.t
| `String of ZoneName.t
| `Structure of
(string * [> `Enum of string | `String of StateReason.t ]) list ])
list ]