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/apprunner.ts?docs=full";
interface ListServicesResponse {
NextToken?: string | null;
ServiceSummaryList: ServiceSummary[];
}

§Properties

§
NextToken?: string | null
[src]

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

§
ServiceSummaryList: ServiceSummary[]
[src]

A list of service summary information records. In a paginated request, the request returns up to MaxResults records for each call.