Expand description
Data structures used by operation inputs/outputs.
Modules§
- Builders
- Error types that AWS Invoicing can respond with.
Structs§
An optional input to the list API. If multiple filters are specified, the returned list will be a configuration that match all of the provided filters. Supported filter types are
InvoiceReceivers
,Names
, andAccounts
.Contains high-level information about the invoice receiver.
An invoice unit is a set of mutually exclusive accounts that correspond to your business entity. Invoice units allow you separate Amazon Web Services account costs and configures your invoice for each business entity going forward.
This is used to categorize the invoice unit. Values are Amazon Web Services account IDs. Currently, the only supported rule is
LINKED_ACCOUNT
.The details of the address associated with the receiver.
The tag structure that contains a tag key and value.
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Enums§
- When writing a match expression against
ValidationExceptionReason
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.