Module Values_2.DescribeAutomationJobRequestSource

Retrieves the status and details of a specified automation job, including its status and outputs.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the automation job.

    *)
  2. automationGroupId : Values_1.AutomateId.t;
    (*

    The ID of the automation group that contains the automation.

    *)
  3. automationId : Values_1.AutomateId.t;
    (*

    The ID of the automation that the job belongs to.

    *)
  4. 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.

    *)
  5. 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.

    *)
  6. jobId : Values_1.AutomateId.t;
    (*

    The ID of the automation job to describe.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeInputPayload:??? -> ?includeOutputPayload:??? -> awsAccountId:Values_1.AwsAccountId.t -> automationGroupId:Values_1.AutomateId.t -> automationId:Values_1.AutomateId.t -> jobId:Values_1.AutomateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_1.AwsAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t