Values.TerminateRecoveryInstancesRequestSourceInitiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will delete the Recovery Instances from the Elastic Disaster Recovery service.
type nonrec t = {recoveryInstanceIDs : RecoveryInstancesForTerminationRequest.t;The IDs of the Recovery Instances that should be terminated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of RecoveryInstanceID.t ] list ]) list ]