Module Values_4.MoveCapacityReservationInstancesRequestSource

Move 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
  3. sourceCapacityReservationId : Values_0.CapacityReservationId.t;
    (*

    The ID of the Capacity Reservation from which you want to move capacity.

    *)
  4. destinationCapacityReservationId : Values_0.CapacityReservationId.t;
    (*

    The ID of the Capacity Reservation that you want to move capacity into.

    *)
  5. instanceCount : Values_0.Integer.t;
    (*

    The number of instances that you want to move from the source Capacity Reservation.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?clientToken:??? -> sourceCapacityReservationId:Values_0.CapacityReservationId.t -> destinationCapacityReservationId:Values_0.CapacityReservationId.t -> instanceCount:Values_0.Integer.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t