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

GetSavingsPlansPurchaseRecommendationRequest

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

§Properties

§
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]

You can filter your recommendations by Account ID with the LINKED_ACCOUNT dimension. To filter your recommendations by Account ID, specify Key as LINKED_ACCOUNT and Value as the comma-separated Acount ID(s) for which you want to see Savings Plans purchase recommendations.

For GetSavingsPlansPurchaseRecommendation, the Filter does not include CostCategories or Tags. It only includes Dimensions. With Dimensions, Key must be LINKED_ACCOUNT and Value can be a single Account ID or multiple comma-separated Account IDs for which you want to see Savings Plans Purchase Recommendations. AND and OR operators are not supported.

§
LookbackPeriodInDays: LookbackPeriodInDays
[src]

The lookback period used to generate the recommendation.

§
NextPageToken?: string | null
[src]

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

§
PageSize?: number | null
[src]

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

§
PaymentOption: PaymentOption
[src]

The payment option used to generate these recommendations.

§

The Savings Plans recommendation type requested.

§
TermInYears: TermInYears
[src]

The savings plan recommendation term used to generate these recommendations.