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

GetEC2InstanceRecommendationsResponse

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

§Properties

§
errors?: GetRecommendationError[] | null
[src]

An array of objects that describe errors of the request.

For example, an error is returned if you request recommendations for an instance of an unsupported instance family.

§
instanceRecommendations?: InstanceRecommendation[] | null
[src]

An array of objects that describe instance recommendations.

§
nextToken?: string | null
[src]

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

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