Module Values.ModifyCapacityReservationInputSource

Modifies the capacity reservation of the specified load balancer. When modifying capacity reservation, you must include at least one MinimumLoadBalancerCapacity or ResetCapacityReservation.

Sourcetype nonrec t = {
  1. loadBalancerArn : LoadBalancerArn.t;
    (*

    The Amazon Resource Name (ARN) of the load balancer.

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

    The minimum load balancer capacity reserved.

    *)
  3. resetCapacityReservation : ResetCapacityReservation.t option;
    (*

    Resets the capacity reservation.

    *)
}
Sourceval context_ : string
Sourceval make : ?minimumLoadBalancerCapacity:??? -> ?resetCapacityReservation:??? -> loadBalancerArn:LoadBalancerArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of ResetCapacityReservation.t | `String of LoadBalancerArn.t | `Structure of (string * [> `Integer of CapacityUnits.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