aws_sdk_invoicing/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchGetInvoiceProfile` operation.
5pub mod batch_get_invoice_profile;
6
7/// Types for the `CreateInvoiceUnit` operation.
8pub mod create_invoice_unit;
9
10/// Types for the `DeleteInvoiceUnit` operation.
11pub mod delete_invoice_unit;
12
13/// Types for the `GetInvoiceUnit` operation.
14pub mod get_invoice_unit;
15
16/// Types for the `ListInvoiceSummaries` operation.
17pub mod list_invoice_summaries;
18
19/// Types for the `ListInvoiceUnits` operation.
20pub mod list_invoice_units;
21
22/// Types for the `ListTagsForResource` operation.
23pub mod list_tags_for_resource;
24
25/// Types for the `TagResource` operation.
26pub mod tag_resource;
27
28/// Types for the `UntagResource` operation.
29pub mod untag_resource;
30
31/// Types for the `UpdateInvoiceUnit` operation.
32pub mod update_invoice_unit;