Values_7.CreateInterruptibleCapacityReservationAllocationRequestSourceCreates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation. This helps you make unused capacity available for other workloads within your account while maintaining control to reclaim it.
type nonrec t = {capacityReservationId : Values_0.CapacityReservationId.t;The ID of the source Capacity Reservation from which to create the interruptible Capacity Reservation. Your Capacity Reservation must be in active state with no end date set and have available capacity for allocation.
*)instanceCount : Values_0.Integer.t;The number of instances to allocate from your source reservation. You can only allocate available instances (also called unused capacity).
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)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.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to apply to the interruptible Capacity Reservation during creation.
*)}val make :
?clientToken:??? ->
?dryRun:??? ->
?tagSpecifications:??? ->
capacityReservationId:Values_0.CapacityReservationId.t ->
instanceCount:Values_0.Integer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `String of Values_0.CapacityReservationId.t ])
list ]