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

DissociateEntityFromThingRequest

import type { DissociateEntityFromThingRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface DissociateEntityFromThingRequest {
entityType: EntityType;
thingName: string;
}

§Properties

§
entityType: EntityType
[src]

The entity type from which to disassociate the thing.

§
thingName: string
[src]

The name of the thing to disassociate.