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

ListSavingsPlansPurchaseRecommendationGenerationRequest

import type { ListSavingsPlansPurchaseRecommendationGenerationRequest } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
interface ListSavingsPlansPurchaseRecommendationGenerationRequest {
GenerationStatus?: GenerationStatus | null;
NextPageToken?: string | null;
PageSize?: number | null;
RecommendationIds?: string[] | null;
}

§Properties

§
GenerationStatus?: GenerationStatus | null
[src]

The status of the recommendation generation.

§
NextPageToken?: string | null
[src]

The token to retrieve the next set of results.

§
PageSize?: number | null
[src]

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

§
RecommendationIds?: string[] | null
[src]

The IDs for each specific recommendation.