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

DisassociateClientDeviceFromCoreDeviceEntry

import type { DisassociateClientDeviceFromCoreDeviceEntry } from "https://aws-api.deno.dev/v0.3/services/greengrassv2.ts?docs=full";

Contains a request to disassociate a client device from a core device. The BatchDisassociateClientDeviceWithCoreDevice operation consumes a list of these requests.

interface DisassociateClientDeviceFromCoreDeviceEntry {
thingName: string;
}

§Properties

§
thingName: string
[src]

The name of the IoT thing that represents the client device to disassociate.