Values.WaveAggregatedStatusSourceWave aggregated status.
type nonrec t = {lastUpdateDateTime : ISO8601DatetimeString.t option;Wave aggregated status last update dateTime.
*)replicationStartedDateTime : ISO8601DatetimeString.t option;DateTime marking when the first source server in the wave started replication.
*)healthStatus : WaveHealthStatus.t option;Wave aggregated status health status.
*)progressStatus : WaveProgressStatus.t option;Wave aggregated status progress status.
*)totalApplications : PositiveInteger.t option;Wave aggregated status total applications amount.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of PositiveInteger.t
| `String of ISO8601DatetimeString.t ])
list ]