Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Filters
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
.- Invoice
Profile Contains high-level information about the invoice receiver.
- Invoice
Unit 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.
- Invoice
Unit Rule This is used to categorize the invoice unit. Values are Amazon Web Services account IDs. Currently, the only supported rule is
LINKED_ACCOUNT
.- Receiver
Address The details of the address associated with the receiver.
- Resource
Tag The tag structure that contains a tag key and value.
- Validation
Exception Field The input fails to satisfy the constraints specified by an Amazon Web Services service.
Enums§
- Validation
Exception Reason - 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.