Values_1.DescribeJobResponseSourceDescribes a job. Requires permission to access the DescribeJob action.
type nonrec t = {documentSource : Values_0.JobDocumentSource.t option;An S3 link to the job document.
*)job : Values_0.Job.t option;Information about the job.
*)}type nonrec error = [ | `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.JobDocumentSource.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of
[> `String of string
| `Structure of
(string
* [> `Double of float
| `Enum of string
| `Integer of int
| `String of string ])
list ]
list
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Double of float
| `Integer of int
| `Structure of (string * [> `Integer of int ]) list ])
list ])
list
| `Timestamp of string ])
list ])
list ]