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

GetAutoScalingGroupRecommendationsResponse

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

§Properties

§
autoScalingGroupRecommendations?: AutoScalingGroupRecommendation[] | null
[src]

An array of objects that describe Auto Scaling group recommendations.

§
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 unsupported Auto Scaling group.

§
nextToken?: string | null
[src]

The token to use to advance to the next page of Auto Scaling group recommendations.

This value is null when there are no more pages of Auto Scaling group recommendations to return.