Module Values.StartFailbackLaunchRequestSource

Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.

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

    The IDs of the Recovery Instance whose failback launch we want to request.

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

    The tags to be associated with the failback launch Job.

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