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

UpdateContactRequest

import type { UpdateContactRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface UpdateContactRequest {
ContactId: string;
DisplayName?: string | null;
Plan?: Plan | null;
}

§Properties

§
ContactId: string
[src]

The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.

§
DisplayName?: string | null
[src]

The full name of the contact or escalation plan.

§
Plan?: Plan | null
[src]

A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts.