Module Values.DestinationS3LocationSource

The location of the Amazon S3 bucket that you specify to download your tax documents to.

Sourcetype nonrec t = {
  1. bucket : S3BucketName.t;
    (*

    The name of your Amazon S3 bucket that you specify to download your tax documents to.

    *)
  2. prefix : S3Prefix.t option;
    (*

    The Amazon S3 object prefix that you specify for your tax document file.

    *)
}
Sourceval context_ : string
Sourceval make : ?prefix:??? -> bucket:S3BucketName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3BucketName.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