Values.StartRecoveryRequestSourceLaunches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.
type nonrec t = {sourceServers : StartRecoveryRequestSourceServers.t;The Source Servers that we want to start a Recovery Job for.
*)isDrill : Boolean.t option;Whether this Source Server Recovery operation is a drill or not.
*)}val make :
?isDrill:??? ->
?tags:??? ->
sourceServers:StartRecoveryRequestSourceServers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of SourceServerID.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list ])
list ]