Values.GetSessionActionResponseSourceGets a session action for the job.
type nonrec t = {sessionActionId : SessionActionId.t option;The session action ID.
*)status : SessionActionStatus.t option;The status of the session action.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)workerUpdatedAt : Timestamp.t option;The Linux timestamp of the date and time the session action was last updated.
*)progressPercent : SessionActionProgressPercent.t option;The percentage completed for a session action.
*)manifests : TaskRunManifestPropertiesListResponse.t option;The list of manifest properties that describe file attachments for the task run.
*)sessionId : SessionId.t option;The session ID for the session action.
*)processExitCode : ProcessExitCode.t option;The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.
*)progressMessage : SessionActionProgressMessage.t option;The message that communicates the progress of the session action.
*)acquiredLimits : AcquiredLimits.t option;The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn't returned.
*)definition : SessionActionDefinition.t option;The session action definition.
*)}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
| `Float of SessionActionProgressPercent.t
| `Integer of ProcessExitCode.t
| `List of
[> `Structure of
(string
* [> `Integer of MinOneMaxInteger.t | `String of String_.t ])
list ]
list
| `String of SessionActionId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string * [> `String of IntString.t ]) list ])
list
| `String of EnvironmentId.t ])
list ])
list
| `Timestamp of StartedAt.t ])
list ]