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

DescribeDetectorModelRequest

import type { DescribeDetectorModelRequest } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface DescribeDetectorModelRequest {
detectorModelName: string;
detectorModelVersion?: string | null;
}

§Properties

§
detectorModelName: string
[src]

The name of the detector model.

§
detectorModelVersion?: string | null
[src]

The version of the detector model.