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

ListSavingsPlansPurchaseRecommendationGenerationResponse

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

§Properties

§
GenerationSummaryList?: GenerationSummary[] | null
[src]

The list of historical recommendation generations.

§
NextPageToken?: string | null
[src]

The token to retrieve the next set of results.