Module Values.JobManifestGeneratorSource

Configures the type of the job's ManifestGenerator.

Sourcetype nonrec t = {
  1. s3JobManifestGenerator : S3JobManifestGenerator.t option;
    (*

    The S3 job ManifestGenerator's configuration details.

    *)
}
Sourceval make : ?s3JobManifestGenerator:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of AccountId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of NonEmptyKmsKeyArnString.t ]) list ]) list ] list | `Long of ObjectSizeGreaterThanBytes.t | `String of AccountId.t | `Structure of (string * [> `List of [> `String of NonEmptyMaxLength1024String.t ] list | `Structure of (string * [> `String of KmsKeyArnString.t ]) list ]) list | `Timestamp of ObjectCreationTime.t ]) list ]) 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