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

ReservationPurchaseRecommendation

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

A specific reservation that Amazon Web Services recommends for purchase.

interface ReservationPurchaseRecommendation {
AccountScope?: AccountScope | null;
LookbackPeriodInDays?: LookbackPeriodInDays | null;
PaymentOption?: PaymentOption | null;
RecommendationDetails?: ReservationPurchaseRecommendationDetail[] | null;
RecommendationSummary?: ReservationPurchaseRecommendationSummary | null;
ServiceSpecification?: ServiceSpecification | null;
TermInYears?: TermInYears | null;
}

§Properties

§
AccountScope?: AccountScope | null
[src]

The account scope that Amazon Web Services recommends that you purchase this instance for. For example, you can purchase this reservation for an entire organization in Amazon Web Services Organizations.

§
LookbackPeriodInDays?: LookbackPeriodInDays | null
[src]

How many days of previous usage that Amazon Web Services considers when making this recommendation.

§
PaymentOption?: PaymentOption | null
[src]

The payment option for the reservation (for example, AllUpfront or NoUpfront).

§
RecommendationDetails?: ReservationPurchaseRecommendationDetail[] | null
[src]

Details about the recommended purchases.

§
RecommendationSummary?: ReservationPurchaseRecommendationSummary | null
[src]

A summary about the recommended purchase.

§
ServiceSpecification?: ServiceSpecification | null
[src]

Hardware specifications for the service that you want recommendations for.

§
TermInYears?: TermInYears | null
[src]

The term of the reservation that you want recommendations for, in years.