Values.SessionSummarySourceThe summary of a session.
type nonrec t = {sessionId : SessionId.t option;The session ID.
*)fleetId : FleetId.t option;The fleet ID.
*)workerId : WorkerId.t option;The worker ID.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)lifecycleStatus : SessionLifecycleStatus.t option;The life cycle status for the session.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)targetLifecycleStatus : SessionLifecycleTargetStatus.t option;The target life cycle status for the session.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SessionId.t
| `Timestamp of StartedAt.t ])
list ]