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

ContactListDestination

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

An object that contains details about the action of a contact list.

interface ContactListDestination {
ContactListImportAction: ContactListImportAction;
ContactListName: string;
}

§Properties

§
ContactListImportAction: ContactListImportAction
[src]

The type of action to perform on the addresses. The following are the possible values:

  • PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the contact list.
§
ContactListName: string
[src]

The name of the contact list.