Values.WorkerSessionSummarySourceSummarizes the session for a particular worker.
type nonrec t = {sessionId : SessionId.t option;The session ID for the session action.
*)queueId : QueueId.t option;The queue ID for the queue associated to the worker.
*)jobId : JobId.t option;The job ID for the job associated with the worker's session.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)lifecycleStatus : SessionLifecycleStatus.t option;The life cycle status for the worker's session.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)targetLifecycleStatus : SessionLifecycleTargetStatus.t option;The life cycle status
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SessionId.t
| `Timestamp of StartedAt.t ])
list ]