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

ActivateContactChannelRequest

import type { ActivateContactChannelRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface ActivateContactChannelRequest {
ActivationCode: string;
ContactChannelId: string;
}

§Properties

§
ActivationCode: string
[src]

The code sent to the contact channel when it was created in the contact.

§
ContactChannelId: string
[src]

The Amazon Resource Name (ARN) of the contact channel.