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

DeleteDetectorRequest

import type { DeleteDetectorRequest } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Information used to delete the detector model.

interface DeleteDetectorRequest {
detectorModelName: string;
keyValue?: string | null;
messageId: string;
}

§Properties

§
detectorModelName: string
[src]

The name of the detector model that was used to create the detector instance.

§
keyValue?: string | null
[src]

The value of the key used to identify the detector.

§
messageId: string
[src]

The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique within each batch sent.