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

PutAlertManagerDefinitionRequest

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

Represents the input of a PutAlertManagerDefinition operation.

interface PutAlertManagerDefinitionRequest {
clientToken?: string | null;
data: Uint8Array | string;
workspaceId: string;
}

§Properties

§
clientToken?: string | null
[src]

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

§
data: Uint8Array | string
[src]

The alert manager definition data.

§
workspaceId: string
[src]

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