Values.LifecycleExecutionStateSourceThe current state of the runtime instance of the lifecycle policy.
type nonrec t = {status : LifecycleExecutionStatus.t option;The runtime status of the lifecycle execution.
*)reason : NonEmptyString.t option;The reason for the current status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]