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

GetECSServiceRecommendationsRequest

import type { GetECSServiceRecommendationsRequest } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface GetECSServiceRecommendationsRequest {
accountIds?: string[] | null;
filters?: ECSServiceRecommendationFilter[] | null;
maxResults?: number | null;
nextToken?: string | null;
serviceArns?: string[] | null;
}

§Properties

§
accountIds?: string[] | null
[src]

Return the Amazon ECS service recommendations to the specified Amazon Web Services account IDs.

If your account is the management account or the delegated administrator of an organization, use this parameter to return the Amazon ECS service recommendations to specific member accounts.

You can only specify one account ID per request.

§

An array of objects to specify a filter that returns a more specific list of Amazon ECS service recommendations.

§
maxResults?: number | null
[src]

The maximum number of Amazon ECS service recommendations to return with a single request.

To retrieve the remaining results, make another request with the returned nextToken value.

§
nextToken?: string | null
[src]

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

§
serviceArns?: string[] | null
[src]

The ARN that identifies the Amazon ECS service.

The following is the format of the ARN:

arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name