Module Values.IntermediateSourceConfigurationSource

The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.

Sourcetype nonrec t = {
  1. intermediateS3Path : S3Path.t;
    (*

    The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET

    *)
}
Sourceval context_ : string
Sourceval make : intermediateS3Path:S3Path.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Path.t ]) 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