Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TrustedAdvisor

import { TrustedAdvisor } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/trustedadvisor.ts?docs=full";
class TrustedAdvisor {
constructor(apiFactory: client.ApiFactory);
async getOrganizationRecommendation(params: GetOrganizationRecommendationRequest, opts?: client.RequestOptions): Promise<GetOrganizationRecommendationResponse>;
async getRecommendation(params: GetRecommendationRequest, opts?: client.RequestOptions): Promise<GetRecommendationResponse>;
async listChecks(params?: ListChecksRequest, opts?: client.RequestOptions): Promise<ListChecksResponse>;
async listOrganizationRecommendationAccounts(params: ListOrganizationRecommendationAccountsRequest, opts?: client.RequestOptions): Promise<ListOrganizationRecommendationAccountsResponse>;
async listOrganizationRecommendationResources(params: ListOrganizationRecommendationResourcesRequest, opts?: client.RequestOptions): Promise<ListOrganizationRecommendationResourcesResponse>;
async listOrganizationRecommendations(params?: ListOrganizationRecommendationsRequest, opts?: client.RequestOptions): Promise<ListOrganizationRecommendationsResponse>;
async listRecommendationResources(params: ListRecommendationResourcesRequest, opts?: client.RequestOptions): Promise<ListRecommendationResourcesResponse>;
async listRecommendations(params?: ListRecommendationsRequest, opts?: client.RequestOptions): Promise<ListRecommendationsResponse>;
async updateOrganizationRecommendationLifecycle(params: UpdateOrganizationRecommendationLifecycleRequest, opts?: client.RequestOptions): Promise<void>;
async updateRecommendationLifecycle(params: UpdateRecommendationLifecycleRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new TrustedAdvisor(apiFactory: client.ApiFactory)
[src]

§Methods

§

Update one or more exclusion status for a list of recommendation resources

§

Get a specific recommendation within an AWS Organizations organization. This API supports only prioritized recommendations.

§

Get a specific Recommendation

§
listChecks(params?: ListChecksRequest, opts?: client.RequestOptions): Promise<ListChecksResponse>
[src]

List a filterable set of Checks

§

Lists the accounts that own the resources for an organization aggregate recommendation. This API only supports prioritized recommendations.

§

List Resources of a Recommendation within an Organization. This API only supports prioritized recommendations.

§

List a filterable set of Recommendations within an Organization. This API only supports prioritized recommendations.

§

List Resources of a Recommendation

§

List a filterable set of Recommendations

§
updateOrganizationRecommendationLifecycle(params: UpdateOrganizationRecommendationLifecycleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Update the lifecycle of a Recommendation within an Organization. This API only supports prioritized recommendations.

§
updateRecommendationLifecycle(params: UpdateRecommendationLifecycleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Update the lifecyle of a Recommendation. This API only supports prioritized recommendations.

§Static Properties