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

ListServicesRequest

import type { ListServicesRequest } from "https://aws-api.deno.dev/v0.3/services/servicequotas.ts?docs=full";
interface ListServicesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

§
NextToken?: string | null
[src]

The token for the next page of results.