Values.GetTaxRegistrationDocumentResponseSourceDownloads your tax documents to the Amazon S3 bucket that you specify in your request.
type nonrec t = {destinationFilePath : DestinationFilePath.t option;The file path of the Amazon S3 bucket where you want to download your tax document to.
*)presignedS3Url : Url.t option;The Amazon S3 presigned URL of the tax registration document.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]