aws_sdk_pi/
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 `CreatePerformanceAnalysisReport` operation.
5pub mod create_performance_analysis_report;
6
7/// Types for the `DeletePerformanceAnalysisReport` operation.
8pub mod delete_performance_analysis_report;
9
10/// Types for the `DescribeDimensionKeys` operation.
11pub mod describe_dimension_keys;
12
13/// Types for the `GetDimensionKeyDetails` operation.
14pub mod get_dimension_key_details;
15
16/// Types for the `GetPerformanceAnalysisReport` operation.
17pub mod get_performance_analysis_report;
18
19/// Types for the `GetResourceMetadata` operation.
20pub mod get_resource_metadata;
21
22/// Types for the `GetResourceMetrics` operation.
23pub mod get_resource_metrics;
24
25/// Types for the `ListAvailableResourceDimensions` operation.
26pub mod list_available_resource_dimensions;
27
28/// Types for the `ListAvailableResourceMetrics` operation.
29pub mod list_available_resource_metrics;
30
31/// Types for the `ListPerformanceAnalysisReports` operation.
32pub mod list_performance_analysis_reports;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `TagResource` operation.
38pub mod tag_resource;
39
40/// Types for the `UntagResource` operation.
41pub mod untag_resource;