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

SearchIndexResponse

import type { SearchIndexResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface SearchIndexResponse {
nextToken?: string | null;
thingGroups?: ThingGroupDocument[] | null;
things?: ThingDocument[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token used to get the next set of results, or null if there are no additional results.

§
thingGroups?: ThingGroupDocument[] | null
[src]

The thing groups that match the search query.

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

The things that match the search query.