Values.DescribeCapacityReservationOutputSourceDescribes the capacity reservation status for the specified load balancer.
type describeCapacityReservationResult = {lastModifiedTime : LastModifiedTime.t option;The last time the capacity reservation was modified.
*)decreaseRequestsRemaining : DecreaseRequestsRemaining.t option;The amount of daily capacity decreases remaining.
*)minimumLoadBalancerCapacity : MinimumLoadBalancerCapacity.t option;The requested minimum capacity reservation for the load balancer
*)capacityReservationState : ZonalCapacityReservationStates.t option;The state of the capacity reservation.
*)}and t = {describeCapacityReservationResult : describeCapacityReservationResult;responseMetaData : responseMetaData;}type error = [ | `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LoadBalancerNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LoadBalancerNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of DecreaseRequestsRemaining.t
| `List of
[> `Structure of
(string
* [> `Double of CapacityUnitsDouble.t
| `String of ZoneName.t
| `Structure of
(string
* [> `Enum of string
| `String of StateReason.t ])
list ])
list ]
list
| `Structure of
(string * [> `Integer of CapacityUnits.t ]) list
| `Timestamp of LastModifiedTime.t ])
list ])
list ]