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

EntityType

import type { EntityType } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
type EntityType =
| "DEVICE"
| "SERVICE"
| "DEVICE_MODEL"
| "CAPABILITY"
| "STATE"
| "ACTION"
| "EVENT"
| "PROPERTY"
| "MAPPING"
| "ENUM"

§Type

§
"DEVICE" | "SERVICE" | "DEVICE_MODEL" | "CAPABILITY" | "STATE" | "ACTION" | "EVENT" | "PROPERTY" | "MAPPING" | "ENUM" | cmnP.UnexpectedEnumValue
[src]