Module Values_4.UpdateInterruptibleCapacityReservationAllocationRequestSource

Modifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.

Sourcetype nonrec t = {
  1. capacityReservationId : Values_0.CapacityReservationId.t;
    (*

    The ID of the source Capacity Reservation containing the interruptible allocation to modify.

    *)
  2. targetInstanceCount : Values_0.Integer.t;
    (*

    The new number of instances to allocate. Enter a higher number to add more capacity to share, or a lower number to reclaim capacity to your source Capacity Reservation.

    *)
  3. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> capacityReservationId:Values_0.CapacityReservationId.t -> targetInstanceCount:Values_0.Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_0.Integer.t | `String of Values_0.CapacityReservationId.t ]) 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