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

ListServicesInput

import type { ListServicesInput } from "https://aws-api.deno.dev/v0.3/services/proton.ts?docs=full";
interface ListServicesInput {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of services to list.

§
nextToken?: string | null
[src]

A token to indicate the location of the next service in the array of services, after the list of services that was previously requested.