@aws-sdk/client-iot-events

UpdateDetectorModelCommandInput Interface

Members

Name
Type
Details
detectorModelDefinition RequiredDetectorModelDefinition | undefined

Information that defines how a detector operates.

detectorModelName Requiredstring | undefined

The name of the detector model that is updated.

roleArn Requiredstring | undefined

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

detectorModelDescription string | undefined

A brief description of the detector model.

evaluationMethod EvaluationMethod | undefined

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

Full Signature

export interface UpdateDetectorModelCommandInput extends UpdateDetectorModelRequest