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

AssociateProactiveEngagementDetailsRequest

import type { AssociateProactiveEngagementDetailsRequest } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface AssociateProactiveEngagementDetailsRequest {
EmergencyContactList: EmergencyContact[];
}

§Properties

§
EmergencyContactList: EmergencyContact[]
[src]

A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support.

To enable proactive engagement, the contact list must include at least one phone number.

Note: The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings and then provide it here.