Module Values.DescribeCapacityReservationOutputSource

Describes the capacity reservation status for the specified load balancer.

Sourcetype describeCapacityReservationResult = {
  1. lastModifiedTime : LastModifiedTime.t option;
    (*

    The last time the capacity reservation was modified.

    *)
  2. decreaseRequestsRemaining : DecreaseRequestsRemaining.t option;
    (*

    The amount of daily capacity decreases remaining.

    *)
  3. minimumLoadBalancerCapacity : MinimumLoadBalancerCapacity.t option;
    (*

    The requested minimum capacity reservation for the load balancer

    *)
  4. capacityReservationState : ZonalCapacityReservationStates.t option;
    (*

    The state of the capacity reservation.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeCapacityReservationResult : describeCapacityReservationResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?lastModifiedTime:??? -> ?decreaseRequestsRemaining:??? -> ?minimumLoadBalancerCapacity:??? -> ?capacityReservationState:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `LoadBalancerNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `LoadBalancerNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t