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

GetLambdaFunctionRecommendationsResponse

import type { GetLambdaFunctionRecommendationsResponse } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface GetLambdaFunctionRecommendationsResponse {
lambdaFunctionRecommendations?: LambdaFunctionRecommendation[] | null;
nextToken?: string | null;
}

§Properties

§
lambdaFunctionRecommendations?: LambdaFunctionRecommendation[] | null
[src]

An array of objects that describe function recommendations.

§
nextToken?: string | null
[src]

The token to use to advance to the next page of function recommendations.

This value is null when there are no more pages of function recommendations to return.