Values_4.UpdateInterruptibleCapacityReservationAllocationResultSourceModifies 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 = {interruptibleCapacityReservationId : Values_0.CapacityReservationId.t option;The ID of the interruptible Capacity Reservation that was modified.
*)sourceCapacityReservationId : Values_0.CapacityReservationId.t option;The ID of the source Capacity Reservation to which capacity was reclaimed or from which capacity was allocated.
*)instanceCount : Values_0.Integer.t option;The current number of instances allocated to the interruptible reservation.
*)targetInstanceCount : Values_0.Integer.t option;The requested number of instances for the interruptible Capacity Reservation.
*)status : Values_1.InterruptibleCapacityReservationAllocationStatus.t option;The current status of the allocation (updating during reclamation, active when complete).
*)interruptionType : Values_1.InterruptionType.t option;The interruption type for the interruptible reservation.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.CapacityReservationId.t ])
list ]