Values.GetJobRunOutputSourceThe details of the job run.
type nonrec t = {domainId : DomainId.t option;The ID of the domain.
*)id : String_.t option;The ID of the job run.
*)jobId : String_.t option;The ID of the job run.
*)jobType : JobType.t option;The type of the job run.
*)runMode : JobRunMode.t option;The mode of the job run.
*)details : JobRunDetails.t option;The details of the job run.
*)status : JobRunStatus.t option;The status of the job run.
*)error : JobRunError.t option;The error generated if the action is not completed successfully.
*)createdBy : String_.t option;The user who created the job run.
*)createdAt : Timestamp.t option;The timestamp of when the job run was created.
*)startTime : Timestamp.t option;The timestamp of when the job run started.
*)endTime : Timestamp.t option;The timestamp of when the job run ended.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Timestamp of Timestamp.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]