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

ListTunnelsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at once.

§
nextToken?: string | null
[src]

A token to retrieve the next set of results.

§
thingName?: string | null
[src]

The name of the IoT thing associated with the destination device.