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

ListAlarmsRequest

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

§Properties

§
alarmModelName: string
[src]

The name of the alarm model.

§
maxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
nextToken?: string | null
[src]

The token that you can use to return the next set of results.