Values.JobManifestSourceContains the configuration information for a job's manifest.
type nonrec t = {spec : JobManifestSpec.t;Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
*)location : JobManifestLocation.t;Contains the information required to locate the specified job's manifest. Manifests can't be imported from directory buckets. For more information, see Directory buckets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of S3KeyArnString.t ])
list ])
list ]