Values.GetSessionResponseSourceSession lifecycle/status fields, ordered after IDs in session shapes.
type nonrec t = {sessionId : SessionId.t option;The session ID.
*)fleetId : FleetId.t option;The fleet ID for the session.
*)workerId : WorkerId.t option;The worker ID for the session.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)lifecycleStatus : SessionLifecycleStatus.t option;The life cycle status of the session.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)targetLifecycleStatus : SessionLifecycleTargetStatus.t option;The life cycle status with which the session started.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)log : LogConfiguration.t option;The session log.
*)hostProperties : HostPropertiesResponse.t option;Provides the Amazon EC2 properties of the host.
*)workerLog : LogConfiguration.t option;The worker log for the session.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SessionId.t
| `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of LogDriver.t
| `Structure of
(string * [> `List of [> `String of IpV4Address.t ] list ])
list ])
list
| `Timestamp of StartedAt.t ])
list ]