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

DescribeAlarmModelResponse

import type { DescribeAlarmModelResponse } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface DescribeAlarmModelResponse {
alarmCapabilities?: AlarmCapabilities | null;
alarmEventActions?: AlarmEventActions | null;
alarmModelArn?: string | null;
alarmModelDescription?: string | null;
alarmModelName?: string | null;
alarmModelVersion?: string | null;
alarmNotification?: AlarmNotification | null;
alarmRule?: AlarmRule | null;
creationTime?: Date | number | null;
key?: string | null;
lastUpdateTime?: Date | number | null;
roleArn?: string | null;
severity?: number | null;
status?: AlarmModelVersionStatus | null;
statusMessage?: string | 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.

§
alarmModelArn?: string | null
[src]

The ARN of the alarm model. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.

§
alarmModelDescription?: string | null
[src]

The description of the alarm model.

§
alarmModelName?: string | null
[src]

The name of the alarm model.

§
alarmModelVersion?: string | null
[src]

The version of the alarm model.

§
alarmNotification?: AlarmNotification | null
[src]

Contains information about one or more notification actions.

§
alarmRule?: AlarmRule | null
[src]

Defines when your alarm is invoked.

§
creationTime?: Date | number | null
[src]

The time the alarm model was created, in the Unix epoch format.

§
key?: string | null
[src]

An input attribute used as a key to create an alarm. AWS IoT Events routes inputs associated with this key to the alarm.

§
lastUpdateTime?: Date | number | null
[src]

The time the alarm model was last updated, in the Unix epoch format.

§
roleArn?: string | null
[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.

§

The status of the alarm model. The status can be one of the following values:

  • ACTIVE - The alarm model is active and it's ready to evaluate data.
  • ACTIVATING - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.
  • INACTIVE - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.
  • FAILED - You couldn't create or update the alarm model. Check your alarm model information and try again.
§
statusMessage?: string | null
[src]

Contains information about the status of the alarm model.