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

DeleteAlarmRequest

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

§Properties

§
alarmName: string
[src]

The name of the alarm to delete.