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

AcknowledgeAlarmActionRequest

import type { AcknowledgeAlarmActionRequest } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Information needed to acknowledge the alarm.

interface AcknowledgeAlarmActionRequest {
alarmModelName: string;
keyValue?: string | null;
note?: string | null;
requestId: string;
}

§Properties

§
alarmModelName: string
[src]

The name of the alarm model.

§
keyValue?: string | null
[src]

The value of the key used as a filter to select only the alarms associated with the key.

§
note?: string | null
[src]

The note that you can leave when you acknowledge the alarm.

§
requestId: string
[src]

The request ID. Each ID must be unique within each batch.