aws_sdk_artifact/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 `GetAccountSettings` operation.
5pub mod get_account_settings;
6
7/// Types for the `GetReport` operation.
8pub mod get_report;
9
10/// Types for the `GetReportMetadata` operation.
11pub mod get_report_metadata;
12
13/// Types for the `GetTermForReport` operation.
14pub mod get_term_for_report;
15
16/// Types for the `ListCustomerAgreements` operation.
17pub mod list_customer_agreements;
18
19/// Types for the `ListReports` operation.
20pub mod list_reports;
21
22/// Types for the `PutAccountSettings` operation.
23pub mod put_account_settings;