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

SearchThingsResponse

import type { SearchThingsResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface SearchThingsResponse {
nextToken?: string | null;
things?: Thing[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The string to specify as nextToken when you request the next page of results.

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

An array of things in the result set.