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

ListGatewaysRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return for each paginated request.

Default: 50

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.