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

GetReservationPurchaseRecommendationRequest

import type { GetReservationPurchaseRecommendationRequest } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetReservationPurchaseRecommendationRequest {
AccountId?: string | null;
AccountScope?: AccountScope | null;
Filter?: Expression | null;
LookbackPeriodInDays?: LookbackPeriodInDays | null;
NextPageToken?: string | null;
PageSize?: number | null;
PaymentOption?: PaymentOption | null;
Service: string;
ServiceSpecification?: ServiceSpecification | null;
TermInYears?: TermInYears | null;
}

§Properties

§
AccountId?: string | null
[src]

The account ID that is associated with the recommendation.

§
AccountScope?: AccountScope | null
[src]

The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including 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.

§
Filter?: Expression | null
[src]
§
LookbackPeriodInDays?: LookbackPeriodInDays | null
[src]

The number of previous days that you want Amazon Web Services to consider when it calculates your recommendations.

§
NextPageToken?: string | null
[src]

The pagination token that indicates the next set of results that you want to retrieve.

§
PageSize?: number | null
[src]

The number of recommendations that you want returned in a single response object.

§
PaymentOption?: PaymentOption | null
[src]

The reservation purchase option that you want recommendations for.

§
Service: string
[src]

The specific service that you want recommendations for.

§
ServiceSpecification?: ServiceSpecification | null
[src]

The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.

§
TermInYears?: TermInYears | null
[src]

The reservation term that you want recommendations for.