aws_sdk_trustedadvisor/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 `BatchUpdateRecommendationResourceExclusion` operation.
5pub mod batch_update_recommendation_resource_exclusion;
6
7/// Types for the `GetOrganizationRecommendation` operation.
8pub mod get_organization_recommendation;
9
10/// Types for the `GetRecommendation` operation.
11pub mod get_recommendation;
12
13/// Types for the `ListChecks` operation.
14pub mod list_checks;
15
16/// Types for the `ListOrganizationRecommendationAccounts` operation.
17pub mod list_organization_recommendation_accounts;
18
19/// Types for the `ListOrganizationRecommendationResources` operation.
20pub mod list_organization_recommendation_resources;
21
22/// Types for the `ListOrganizationRecommendations` operation.
23pub mod list_organization_recommendations;
24
25/// Types for the `ListRecommendationResources` operation.
26pub mod list_recommendation_resources;
27
28/// Types for the `ListRecommendations` operation.
29pub mod list_recommendations;
30
31/// Types for the `UpdateOrganizationRecommendationLifecycle` operation.
32pub mod update_organization_recommendation_lifecycle;
33
34/// Types for the `UpdateRecommendationLifecycle` operation.
35pub mod update_recommendation_lifecycle;