Module Values.GetInvoicePDFRequestSource

Returns a URL to download the invoice document and supplemental documents associated with an invoice. The URLs are pre-signed and have expiration time. For special cases like Brazil, where Amazon Web Services generated invoice identifiers and government provided identifiers do not match, use the Amazon Web Services generated invoice identifier when making API requests. To grant IAM permission to use this operation, the caller needs the invoicing:GetInvoicePDF policy action.

Sourcetype nonrec t = {
  1. invoiceId : StringWithoutNewLine.t;
    (*

    Your unique invoice ID.

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