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

ListStreamsRequest

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

§Properties

§
ascendingOrder?: boolean | null
[src]

Set to true to return the list of streams in ascending order.

§
maxResults?: number | null
[src]

The maximum number of results to return at a time.

§
nextToken?: string | null
[src]

A token used to get the next set of results.