Values.StartFailbackLaunchRequestSourceInitiates 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.
type nonrec t = {recoveryInstanceIDs : StartFailbackRequestRecoveryInstanceIDs.t;The IDs of the Recovery Instance whose failback launch we want to request.
*)}val make :
?tags:??? ->
recoveryInstanceIDs:StartFailbackRequestRecoveryInstanceIDs.t ->
unit ->
tval 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 ]