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

BatchDisassociateClientDeviceFromCoreDeviceRequest

import type { BatchDisassociateClientDeviceFromCoreDeviceRequest } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface BatchDisassociateClientDeviceFromCoreDeviceRequest {
coreDeviceThingName: string;
}

§Properties

§
coreDeviceThingName: string
[src]

The name of the core device. This is also the name of the IoT thing.

§

The list of client devices to disassociate.