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

DescribeAlarmsOutput

import type { DescribeAlarmsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface DescribeAlarmsOutput {
CompositeAlarms: CompositeAlarm[];
MetricAlarms: MetricAlarm[];
NextToken?: string | null;
}

§Properties

§
CompositeAlarms: CompositeAlarm[]
[src]

The information about any composite alarms returned by the operation.

§
MetricAlarms: MetricAlarm[]
[src]

The information about any metric alarms returned by the operation.

§
NextToken?: string | null
[src]

The token that marks the start of the next batch of returned results.