View Source AWS.TrustedAdvisor (aws-elixir v1.0.4)
TrustedAdvisor Public API
Link to this section Summary
Functions
Update one or more exclusion status for a list of recommendation resources
Get a specific recommendation within an AWS Organizations organization.
Get a specific Recommendation
List a filterable set of Checks
Lists the accounts that own the resources for an organization aggregate recommendation.
List Resources of a Recommendation within an Organization.
List a filterable set of Recommendations within an Organization.
List Resources of a Recommendation
List a filterable set of Recommendations
Update the lifecycle of a Recommendation within an Organization.
Update the lifecyle of a Recommendation.
Link to this section Functions
batch_update_recommendation_resource_exclusion(client, input, options \\ [])
View SourceUpdate one or more exclusion status for a list of recommendation resources
get_organization_recommendation(client, organization_recommendation_identifier, options \\ [])
View SourceGet a specific recommendation within an AWS Organizations organization.
This API supports only prioritized recommendations.
get_recommendation(client, recommendation_identifier, options \\ [])
View SourceGet a specific Recommendation
list_checks(client, aws_service \\ nil, language \\ nil, max_results \\ nil, next_token \\ nil, pillar \\ nil, source \\ nil, options \\ [])
View SourceList a filterable set of Checks
list_organization_recommendation_accounts(client, organization_recommendation_identifier, affected_account_id \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the accounts that own the resources for an organization aggregate recommendation.
This API only supports prioritized recommendations.
list_organization_recommendation_resources(client, organization_recommendation_identifier, affected_account_id \\ nil, exclusion_status \\ nil, max_results \\ nil, next_token \\ nil, region_code \\ nil, status \\ nil, options \\ [])
View SourceList Resources of a Recommendation within an Organization.
This API only supports prioritized recommendations.
list_organization_recommendations(client, after_last_updated_at \\ nil, aws_service \\ nil, before_last_updated_at \\ nil, check_identifier \\ nil, max_results \\ nil, next_token \\ nil, pillar \\ nil, source \\ nil, status \\ nil, type \\ nil, options \\ [])
View SourceList a filterable set of Recommendations within an Organization.
This API only supports prioritized recommendations.
list_recommendation_resources(client, recommendation_identifier, exclusion_status \\ nil, max_results \\ nil, next_token \\ nil, region_code \\ nil, status \\ nil, options \\ [])
View SourceList Resources of a Recommendation
list_recommendations(client, after_last_updated_at \\ nil, aws_service \\ nil, before_last_updated_at \\ nil, check_identifier \\ nil, max_results \\ nil, next_token \\ nil, pillar \\ nil, source \\ nil, status \\ nil, type \\ nil, options \\ [])
View SourceList a filterable set of Recommendations
update_organization_recommendation_lifecycle(client, organization_recommendation_identifier, input, options \\ [])
View SourceUpdate the lifecycle of a Recommendation within an Organization.
This API only supports prioritized recommendations.
update_recommendation_lifecycle(client, recommendation_identifier, input, options \\ [])
View SourceUpdate the lifecyle of a Recommendation.
This API only supports prioritized recommendations.