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

GetAlarmsRequest

import type { GetAlarmsRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetAlarmsRequest {
alarmName?: string | null;
monitoredResourceName?: string | null;
pageToken?: string | null;
}

§Properties

§
alarmName?: string | null
[src]

The name of the alarm.

Specify an alarm name to return information about a specific alarm.

§
monitoredResourceName?: string | null
[src]

The name of the Lightsail resource being monitored by the alarm.

Specify a monitored resource name to return information about all alarms for a specific resource.

§
pageToken?: string | null
[src]

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetAlarms request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.