Values.LifeCycleSourceLifecycle.
type nonrec t = {addedToServiceDateTime : ISO8601DatetimeString.t option;Lifecycle added to service data and time.
*)firstByteDateTime : ISO8601DatetimeString.t option;Lifecycle replication initiation date and time.
*)elapsedReplicationDuration : ISO8601DurationString.t option;Lifecycle elapsed time and duration.
*)lastSeenByServiceDateTime : ISO8601DatetimeString.t option;Lifecycle last seen date and time.
*)lastTest : LifeCycleLastTest.t option;Lifecycle last Test.
*)lastCutover : LifeCycleLastCutover.t option;Lifecycle last Cutover.
*)state : LifeCycleState.t option;Lifecycle state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ISO8601DatetimeString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of ISO8601DatetimeString.t ]) list ])
list ])
list ]