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

GetECSServiceRecommendationsResponse

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

§Properties

§
ecsServiceRecommendations?: ECSServiceRecommendation[] | null
[src]

An array of objects that describe the Amazon ECS service recommendations.

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

An array of objects that describe errors of the request.

§
nextToken?: string | null
[src]

The token to advance to the next page of Amazon ECS service recommendations.