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

ListAlarmsResponse

import type { ListAlarmsResponse } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";
interface ListAlarmsResponse {
alarmSummaries?: AlarmSummary[] | null;
nextToken?: string | null;
}

§Properties

§
alarmSummaries?: AlarmSummary[] | null
[src]

A list that summarizes each alarm.

§
nextToken?: string | null
[src]

The token that you can use to return the next set of results, or null if there are no more results.