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

UpdateDetectorModelRequest

import type { UpdateDetectorModelRequest } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface UpdateDetectorModelRequest {
detectorModelDefinition: DetectorModelDefinition;
detectorModelDescription?: string | null;
detectorModelName: string;
evaluationMethod?: EvaluationMethod | null;
roleArn: string;
}

§Properties

§
detectorModelDefinition: DetectorModelDefinition
[src]

Information that defines how a detector operates.

§
detectorModelDescription?: string | null
[src]

A brief description of the detector model.

§
detectorModelName: string
[src]

The name of the detector model that is updated.

§
evaluationMethod?: EvaluationMethod | null
[src]

Information about the order in which events are evaluated and how actions are executed.

§
roleArn: string
[src]

The ARN of the role that grants permission to AWS IoT Events to perform its operations.