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

UpdateContactChannelRequest

import type { UpdateContactChannelRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface UpdateContactChannelRequest {
ContactChannelId: string;
DeliveryAddress?: ContactChannelAddress | null;
Name?: string | null;
}

§Properties

§
ContactChannelId: string
[src]

The Amazon Resource Name (ARN) of the contact channel you want to update.

§
DeliveryAddress?: ContactChannelAddress | null
[src]

The details that Incident Manager uses when trying to engage the contact channel.

§
Name?: string | null
[src]

The name of the contact channel.