Values.LifeCycleSourceAn object representing the Source Server Lifecycle.
type nonrec t = {addedToServiceDateTime : ISO8601DatetimeString.t option;The date and time of when the Source Server was added to the service.
*)firstByteDateTime : ISO8601DatetimeString.t option;The date and time of the first byte that was replicated from the Source Server.
*)elapsedReplicationDuration : ISO8601DurationString.t option;The amount of time that the Source Server has been replicating for.
*)lastSeenByServiceDateTime : ISO8601DatetimeString.t option;The date and time this Source Server was last seen by the service.
*)lastLaunch : LifeCycleLastLaunch.t option;An object containing information regarding the last launch of the Source Server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ISO8601DatetimeString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string | `String of ISO8601DatetimeString.t ])
list ])
list ])
list ]