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

ListSuiteDefinitionsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at once.

§
nextToken?: string | null
[src]

A token used to get the next set of results.