Module Values.GetTaxRegistrationDocumentRequestSource

Downloads your tax documents to the Amazon S3 bucket that you specify in your request.

Sourcetype nonrec t = {
  1. destinationS3Location : DestinationS3Location.t option;
    (*

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

    *)
  2. taxDocumentMetadata : TaxDocumentMetadata.t;
    (*

    The metadata for your tax document.

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