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

DeleteAlertManagerDefinitionRequest

import type { DeleteAlertManagerDefinitionRequest } from "https://aws-api.deno.dev/v0.3/services/amp.ts?docs=full";

Represents the input of a DeleteAlertManagerDefinition operation.

interface DeleteAlertManagerDefinitionRequest {
clientToken?: string | null;
workspaceId: string;
}

§Properties

§
clientToken?: string | null
[src]

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

§
workspaceId: string
[src]

The ID of the workspace in which to delete the alert manager definition.