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

GetEBSVolumeRecommendationsResponse

import type { GetEBSVolumeRecommendationsResponse } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface GetEBSVolumeRecommendationsResponse {
errors?: GetRecommendationError[] | null;
nextToken?: string | null;
volumeRecommendations?: VolumeRecommendation[] | 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 unsupported volume.

§
nextToken?: string | null
[src]

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

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

§
volumeRecommendations?: VolumeRecommendation[] | null
[src]

An array of objects that describe volume recommendations.