Values.S3GeneratedManifestDescriptorSourceDescribes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.
type nonrec t = {format : GeneratedManifestFormat.t option;The format of the generated manifest.
*)location : JobManifestLocation.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of S3KeyArnString.t ]) list ])
list ]