Values_2.DescribeAutomationJobResponseSourceRetrieves the status and details of a specified automation job, including its status and outputs.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the automation job.
*)createdAt : Values_0.Timestamp.t option;The time that the automation job was created.
*)startedAt : Values_0.Timestamp.t option;The time that the automation job started running.
*)endedAt : Values_0.Timestamp.t option;The time that the automation job finished running.
*)jobStatus : Values_1.AutomationJobStatus.t option;The current status of the automation job.
*)inputPayload : SensitiveIOPayload.t option;The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.
*)outputPayload : SensitiveIOPayload.t option;The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `ThrottlingException of Values_1.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]