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

DescribeDetectorRequest

import type { DescribeDetectorRequest } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
interface DescribeDetectorRequest {
detectorModelName: string;
keyValue?: string | null;
}

§Properties

§
detectorModelName: string
[src]

The name of the detector model whose detectors (instances) you want information about.

§
keyValue?: string | null
[src]

A filter used to limit results to detectors (instances) created because of the given key ID.