Module Values.GetInvoiceUnitRequestSource

This retrieves the invoice unit definition.

Sourcetype nonrec t = {
  1. invoiceUnitArn : InvoiceUnitArnString.t;
    (*

    The ARN to identify an invoice unit. This information can't be modified or deleted.

    *)
  2. asOf : AsOfTimestamp.t option;
    (*

    The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOf time is set to before it was deleted. If an AsOf is not provided, the default value is the current time.

    *)
}
Sourceval context_ : string
Sourceval make : ?asOf:??? -> invoiceUnitArn:InvoiceUnitArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InvoiceUnitArnString.t | `Timestamp of AsOfTimestamp.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