Module Values.TerminateTargetInstancesRequestSource

Starts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.

Sourcetype nonrec t = {
  1. sourceServerIDs : TerminateTargetInstancesRequestSourceServerIDs.t;
    (*

    Terminate Target instance by Source Server IDs.

    *)
  2. tags : TagsMap.t option;
    (*

    Terminate Target instance by Tags.

    *)
  3. accountID : AccountID.t option;
    (*

    Terminate Target instance by Account ID

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?accountID:??? -> sourceServerIDs:TerminateTargetInstancesRequestSourceServerIDs.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SourceServerID.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of AccountID.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