Values.ApplicationAggregatedStatusSourceApplication aggregated status.
type nonrec t = {lastUpdateDateTime : ISO8601DatetimeString.t option;Application aggregated status last update dateTime.
*)healthStatus : ApplicationHealthStatus.t option;Application aggregated status health status.
*)progressStatus : ApplicationProgressStatus.t option;Application aggregated status progress status.
*)totalSourceServers : PositiveInteger.t option;Application aggregated status total source servers amount.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of PositiveInteger.t
| `String of ISO8601DatetimeString.t ])
list ]