Module Values.TerminateRecoveryInstancesRequestSource

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

Sourcetype nonrec t = {
  1. recoveryInstanceIDs : RecoveryInstancesForTerminationRequest.t;
    (*

    The IDs of the Recovery Instances that should be terminated.

    *)
}
Sourceval context_ : string
Sourceval make : recoveryInstanceIDs:RecoveryInstancesForTerminationRequest.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of RecoveryInstanceID.t ] list ]) 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