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

ReservationPurchaseRecommendationSummary

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

A summary about this recommendation, such as the currency code, the amount that Amazon Web Services estimates that you could save, and the total amount of reservation to purchase.

interface ReservationPurchaseRecommendationSummary {
CurrencyCode?: string | null;
TotalEstimatedMonthlySavingsAmount?: string | null;
TotalEstimatedMonthlySavingsPercentage?: string | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code used for this recommendation.

§
TotalEstimatedMonthlySavingsAmount?: string | null
[src]

The total amount that Amazon Web Services estimates that this recommendation could save you in a month.

§
TotalEstimatedMonthlySavingsPercentage?: string | null
[src]

The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.