Module Values.DeleteRecoveryInstanceRequestSource

Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.

Sourcetype nonrec t = {
  1. recoveryInstanceID : RecoveryInstanceID.t;
    (*

    The ID of the Recovery Instance to be deleted.

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