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

DescribeAlarmRequest

import type { DescribeAlarmRequest } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
interface DescribeAlarmRequest {
alarmModelName: string;
keyValue?: string | null;
}

§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.