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

SavingsPlansPurchaseRecommendationSummary

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

Summary metrics for your Savings Plans Purchase Recommendations.

interface SavingsPlansPurchaseRecommendationSummary {
CurrencyCode?: string | null;
CurrentOnDemandSpend?: string | null;
DailyCommitmentToPurchase?: string | null;
EstimatedMonthlySavingsAmount?: string | null;
EstimatedOnDemandCostWithCurrentCommitment?: string | null;
EstimatedROI?: string | null;
EstimatedSavingsAmount?: string | null;
EstimatedSavingsPercentage?: string | null;
EstimatedTotalCost?: string | null;
HourlyCommitmentToPurchase?: string | null;
TotalRecommendationCount?: string | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code that Amazon Web Services used to generate the recommendations and present potential savings.

§
CurrentOnDemandSpend?: string | null
[src]

The current total on demand spend of the applicable usage types over the lookback period.

§
DailyCommitmentToPurchase?: string | null
[src]

The recommended Savings Plans cost on a daily (24 hourly) basis.

§
EstimatedMonthlySavingsAmount?: string | null
[src]

The estimated monthly savings amount that's based on the recommended Savings Plans purchase.

§
EstimatedOnDemandCostWithCurrentCommitment?: string | null
[src]

The estimated On-Demand costs you expect with no additional commitment. It's based on your usage of the selected time period and the Savings Plans you own.

§
EstimatedROI?: string | null
[src]

The estimated return on investment that's based on the recommended Savings Plans and estimated savings.

§
EstimatedSavingsAmount?: string | null
[src]

The estimated total savings over the lookback period, based on the purchase of the recommended Savings Plans.

§
EstimatedSavingsPercentage?: string | null
[src]

The estimated savings relative to the total cost of On-Demand usage, over the lookback period. This is calculated as estimatedSavingsAmount/ CurrentOnDemandSpend*100.

§
EstimatedTotalCost?: string | null
[src]

The estimated total cost of the usage after purchasing the recommended Savings Plans. This is a sum of the cost of Savings Plans during this term, and the remaining On-Demand usage.

§
HourlyCommitmentToPurchase?: string | null
[src]

The recommended hourly commitment that's based on the recommendation parameters.

§
TotalRecommendationCount?: string | null
[src]

The aggregate number of Savings Plans recommendations that exist for your account.