Module Values_1.GetJobDocumentRequestSource

Gets a job document. Requires permission to access the GetJobDocument action.

Sourcetype nonrec t = {
  1. jobId : Values_0.JobId.t;
    (*

    The unique identifier you assigned to this job when it was created.

    *)
  2. beforeSubstitution : Values_0.BeforeSubstitutionFlag.t option;
    (*

    Provides a view of the job document before and after the substitution parameters have been resolved with their exact values.

    *)
}
Sourceval context_ : string
Sourceval make : ?beforeSubstitution:??? -> jobId:Values_0.JobId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.BeforeSubstitutionFlag.t | `String of Values_0.JobId.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