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

SearchEntitiesResponse

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

§Properties

§
descriptions?: EntityDescription[] | null
[src]

An array of descriptions for each entity returned in the search result.

§
nextToken?: string | null
[src]

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