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

RecommendationSummary

import type { RecommendationSummary } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";

A summary of a recommendation.

interface RecommendationSummary {
accountId?: string | null;
currentPerformanceRiskRatings?: CurrentPerformanceRiskRatings | null;
recommendationResourceType?: RecommendationSourceType | null;
savingsOpportunity?: SavingsOpportunity | null;
summaries?: Summary[] | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID of the recommendation summary.

§
currentPerformanceRiskRatings?: CurrentPerformanceRiskRatings | null
[src]

An object that describes the performance risk ratings for a given resource type.

§
recommendationResourceType?: RecommendationSourceType | null
[src]

The resource type that the recommendation summary applies to.

§
savingsOpportunity?: SavingsOpportunity | null
[src]

An object that describes the savings opportunity for a given resource type. Savings opportunity includes the estimated monthly savings amount and percentage.

§
summaries?: Summary[] | null
[src]

An array of objects that describe a recommendation summary.