Values_2.DescribeAutomationJobRequestSourceRetrieves the status and details of a specified automation job, including its status and outputs.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the automation job.
*)automationGroupId : Values_1.AutomateId.t;The ID of the automation group that contains the automation.
*)automationId : Values_1.AutomateId.t;The ID of the automation that the job belongs to.
*)includeInputPayload : Values_0.Boolean.t option;A Boolean value that indicates whether to include the input payload in the response. If set to true, the input payload will be included. If set to false, the input payload will be returned as null.
*)includeOutputPayload : Values_0.Boolean.t option;A Boolean value that indicates whether to include the output payload in the response. If set to true, the output payload will be included. If set to false, the output payload will be returned as null.
*)jobId : Values_1.AutomateId.t;The ID of the automation job to describe.
*)}val make :
?includeInputPayload:??? ->
?includeOutputPayload:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
automationGroupId:Values_1.AutomateId.t ->
automationId:Values_1.AutomateId.t ->
jobId:Values_1.AutomateId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_1.AwsAccountId.t ])
list ]