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

RightsizingRecommendationSummary

import type { RightsizingRecommendationSummary } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

The summary of rightsizing recommendations

interface RightsizingRecommendationSummary {
EstimatedTotalMonthlySavingsAmount?: string | null;
SavingsCurrencyCode?: string | null;
SavingsPercentage?: string | null;
TotalRecommendationCount?: string | null;
}

§Properties

§
EstimatedTotalMonthlySavingsAmount?: string | null
[src]

The estimated total savings resulting from modifications, on a monthly basis.

§
SavingsCurrencyCode?: string | null
[src]

The currency code that Amazon Web Services used to calculate the savings.

§
SavingsPercentage?: string | null
[src]

The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.

§
TotalRecommendationCount?: string | null
[src]

The total number of instance recommendations.