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

ListServicesResponse

import type { ListServicesResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface ListServicesResponse {
nextToken?: string | null;
serviceArns?: string[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListServices request. When the results of a ListServices request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

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

The list of full ARN entries for each service that's associated with the specified cluster.