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

DeleteDynamicThingGroupRequest

import type { DeleteDynamicThingGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DeleteDynamicThingGroupRequest {
expectedVersion?: number | null;
thingGroupName: string;
}

§Properties

§
expectedVersion?: number | null
[src]

The expected version of the dynamic thing group to delete.

§
thingGroupName: string
[src]

The name of the dynamic thing group to delete.