aws_sdk_trustedadvisor/operation.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `BatchUpdateRecommendationResourceExclusion` operation.
pub mod batch_update_recommendation_resource_exclusion;
/// Types for the `GetOrganizationRecommendation` operation.
pub mod get_organization_recommendation;
/// Types for the `GetRecommendation` operation.
pub mod get_recommendation;
/// Types for the `ListChecks` operation.
pub mod list_checks;
/// Types for the `ListOrganizationRecommendationAccounts` operation.
pub mod list_organization_recommendation_accounts;
/// Types for the `ListOrganizationRecommendationResources` operation.
pub mod list_organization_recommendation_resources;
/// Types for the `ListOrganizationRecommendations` operation.
pub mod list_organization_recommendations;
/// Types for the `ListRecommendationResources` operation.
pub mod list_recommendation_resources;
/// Types for the `ListRecommendations` operation.
pub mod list_recommendations;
/// Types for the `UpdateOrganizationRecommendationLifecycle` operation.
pub mod update_organization_recommendation_lifecycle;
/// Types for the `UpdateRecommendationLifecycle` operation.
pub mod update_recommendation_lifecycle;