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

GetRecommendationSummariesResponse

import type { GetRecommendationSummariesResponse } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface GetRecommendationSummariesResponse {
nextToken?: string | null;
recommendationSummaries?: RecommendationSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to advance to the next page of recommendation summaries.

This value is null when there are no more pages of recommendation summaries to return.

§
recommendationSummaries?: RecommendationSummary[] | null
[src]

An array of objects that summarize a recommendation.