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

UpdateAlarmModelRequest

import type { UpdateAlarmModelRequest } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface UpdateAlarmModelRequest {
alarmCapabilities?: AlarmCapabilities | null;
alarmEventActions?: AlarmEventActions | null;
alarmModelDescription?: string | null;
alarmModelName: string;
alarmNotification?: AlarmNotification | null;
alarmRule: AlarmRule;
roleArn: string;
severity?: number | null;
}

§Properties

§
alarmCapabilities?: AlarmCapabilities | null
[src]

Contains the configuration information of alarm state changes.

§
alarmEventActions?: AlarmEventActions | null
[src]

Contains information about one or more alarm actions.

§
alarmModelDescription?: string | null
[src]

The description of the alarm model.

§
alarmModelName: string
[src]

The name of the alarm model.

§
alarmNotification?: AlarmNotification | null
[src]

Contains information about one or more notification actions.

§
alarmRule: AlarmRule
[src]

Defines when your alarm is invoked.

§
roleArn: string
[src]

The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.

§
severity?: number | null
[src]

A non-negative integer that reflects the severity level of the alarm.