Values_7.CreateCapacityReservationBySplittingRequestSourceCreate a new Capacity Reservation by splitting the capacity of the source Capacity Reservation. The new Capacity Reservation will have the same attributes as the source Capacity Reservation except for tags. The source Capacity Reservation must be active and owned by your Amazon Web Services account.
type nonrec t = {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. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
*)sourceCapacityReservationId : Values_0.CapacityReservationId.t;The ID of the Capacity Reservation from which you want to split the capacity.
*)instanceCount : Values_0.Integer.t;The number of instances to split from the source Capacity Reservation.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to apply to the new Capacity Reservation.
*)}val make :
?dryRun:??? ->
?clientToken:??? ->
?tagSpecifications:??? ->
sourceCapacityReservationId: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.String_.t ])
list ]