Values.ParticipatingServerSourceRepresents a server participating in an asynchronous Job.
type nonrec t = {sourceServerID : SourceServerID.t option;The Source Server ID of a participating server.
*)recoveryInstanceID : RecoveryInstanceID.t option;The Recovery Instance ID of a participating server.
*)launchStatus : LaunchStatus.t option;The launch status of a participating server.
*)launchActionsStatus : LaunchActionsStatus.t option;The post-launch action runs of a participating server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SourceServerID.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LaunchActionRunId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of LaunchActionOrder.t
| `Map of
([> `String of LaunchActionParameterName.t ]
* [> `Structure of
(string
* [> `Enum of string
| `String of
LaunchActionParameterValue.t ])
list ])
list
| `String of LaunchActionId.t ])
list ])
list ]
list
| `String of ISO8601DatetimeString.t ])
list ])
list ]