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

SearchThingsRequest

import type { SearchThingsRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface SearchThingsRequest {
entityId: string;
maxResults?: number | null;
namespaceVersion?: number | null;
nextToken?: string | null;
}

§Properties

§
entityId: string
[src]

The ID of the entity to which the things are associated.

The IDs should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
§
maxResults?: number | null
[src]

The maximum number of results to return in the response.

§
namespaceVersion?: number | null
[src]

The version of the user's namespace. Defaults to the latest version of the user's namespace.

§
nextToken?: string | null
[src]

The string that specifies the next page of results. Use this when you're paginating results.