Values_4.UpdateInterruptibleCapacityReservationAllocationRequestSourceModifies the number of instances allocated to an interruptible reservation, allowing you to add more capacity or reclaim capacity to your source Capacity Reservation.
type nonrec t = {capacityReservationId : Values_0.CapacityReservationId.t;The ID of the source Capacity Reservation containing the interruptible allocation to modify.
*)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.
*)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.
*)}val make :
?dryRun:??? ->
capacityReservationId:Values_0.CapacityReservationId.t ->
targetInstanceCount:Values_0.Integer.t ->
unit ->
tval 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 ]