Values.GetTaskResponseSourceGets a task.
type nonrec t = {taskId : TaskId.t option;The task ID.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)runStatus : TaskRunStatus.t option;The run status for the task.
*)targetRunStatus : TaskTargetRunStatus.t option;The run status with which to start the task.
*)failureRetryCount : TaskRetryCount.t option;The number of times that the task failed and was retried.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)latestSessionActionId : SessionActionId.t option;The latest session action ID for the task.
*)parameters : TaskParameters.t option;The parameters for the task.
*)}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
| `Integer of TaskRetryCount.t
| `Map of
([> `String of String_.t ]
* [> `Structure of (string * [> `String of IntString.t ]) list ])
list
| `String of TaskId.t
| `Timestamp of CreatedAt.t ])
list ]