Values.TerminateTargetInstancesRequestSourceStarts 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.
type nonrec t = {sourceServerIDs : TerminateTargetInstancesRequestSourceServerIDs.t;Terminate Target instance by Source Server IDs.
*)accountID : AccountID.t option;Terminate Target instance by Account ID
*)}val make :
?tags:??? ->
?accountID:??? ->
sourceServerIDs:TerminateTargetInstancesRequestSourceServerIDs.t ->
unit ->
tval 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 ]