Values_4.MoveCapacityReservationInstancesRequestSourceMove available capacity from a source Capacity Reservation to a destination Capacity Reservation. The source Capacity Reservation and the destination Capacity Reservation must be active, owned by your Amazon Web Services account, and share the following: Instance type Platform Availability Zone Tenancy Placement group Capacity Reservation end time - At specific time or Manually.
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 move capacity.
*)destinationCapacityReservationId : Values_0.CapacityReservationId.t;The ID of the Capacity Reservation that you want to move capacity into.
*)instanceCount : Values_0.Integer.t;The number of instances that you want to move from the source Capacity Reservation.
*)}val make :
?dryRun:??? ->
?clientToken:??? ->
sourceCapacityReservationId:Values_0.CapacityReservationId.t ->
destinationCapacityReservationId: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
| `String of Values_0.String_.t ])
list ]