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

ListServicesByNamespaceResponse

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

§Properties

§
nextToken?: string | null
[src]

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

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

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