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

ListManagementOptions

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

An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.

interface ListManagementOptions {
ContactListName: string;
TopicName?: string | null;
}

§Properties

§
ContactListName: string
[src]

The name of the contact list.

§
TopicName?: string | null
[src]

The name of the topic.