Module Values.S3GeneratedManifestDescriptorSource

Describes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.

Sourcetype nonrec t = {
  1. format : GeneratedManifestFormat.t option;
    (*

    The format of the generated manifest.

    *)
  2. location : JobManifestLocation.t option;
}
Sourceval make : ?format:??? -> ?location:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of S3KeyArnString.t ]) list ]) 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