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

GetEntitiesRequest

import type { GetEntitiesRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface GetEntitiesRequest {
ids: string[];
namespaceVersion?: number | null;
}

§Properties

§
ids: string[]
[src]

An array of entity IDs.

The IDs should be in the following format.

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

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