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

DeleteThingRequest

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

The input for the DeleteThing operation.

interface DeleteThingRequest {
expectedVersion?: number | null;
thingName: string;
}

§Properties

§
expectedVersion?: number | null
[src]

The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing request is rejected with a VersionConflictException.

§
thingName: string
[src]

The name of the thing to delete.