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

ListThingsResponse

import type { ListThingsResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The output from the ListThings operation.

interface ListThingsResponse {
nextToken?: string | null;
things?: ThingAttribute[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to get the next set of results. Will not be returned if operation has returned all results.

§
things?: ThingAttribute[] | null
[src]

The things.