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

SavingsPlansPurchaseRecommendation

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

Contains your request parameters, Savings Plan Recommendations Summary, and Details.

interface SavingsPlansPurchaseRecommendation {
AccountScope?: AccountScope | null;
LookbackPeriodInDays?: LookbackPeriodInDays | null;
PaymentOption?: PaymentOption | null;
SavingsPlansPurchaseRecommendationDetails?: SavingsPlansPurchaseRecommendationDetail[] | null;
SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary | null;
SavingsPlansType?: SupportedSavingsPlansType | null;
TermInYears?: TermInYears | null;
}

§Properties

§
AccountScope?: AccountScope | null
[src]

The account scope that you want your recommendations for. Amazon Web Services calculates recommendations that include the management account and member accounts if the value is set to PAYER. If the value is LINKED, recommendations are calculated for individual member accounts only.

§
LookbackPeriodInDays?: LookbackPeriodInDays | null
[src]

The lookback period in days that's used to generate the recommendation.

§
PaymentOption?: PaymentOption | null
[src]

The payment option that's used to generate the recommendation.

§
SavingsPlansPurchaseRecommendationDetails?: SavingsPlansPurchaseRecommendationDetail[] | null
[src]

Details for the Savings Plans that we recommend that you purchase to cover existing Savings Plans eligible workloads.

§
SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary | null
[src]

Summary metrics for your Savings Plans Recommendations.

§
SavingsPlansType?: SupportedSavingsPlansType | null
[src]

The requested Savings Plans recommendation type.

§
TermInYears?: TermInYears | null
[src]

The Savings Plans recommendation term in years. It's used to generate the recommendation.