Module Values_0.S3OutputLocationSource

An S3 bucket where you want to store the results of this request.

Sourcetype nonrec t = {
  1. outputS3Region : S3Region.t option;
    (*

    The Amazon Web Services Region of the S3 bucket.

    *)
  2. outputS3BucketName : S3BucketName.t option;
    (*

    The name of the S3 bucket.

    *)
  3. outputS3KeyPrefix : S3KeyPrefix.t option;
    (*

    The S3 bucket subfolder.

    *)
}
Sourceval make : ?outputS3Region:??? -> ?outputS3BucketName:??? -> ?outputS3KeyPrefix:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Region.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