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

ContactList

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

A list that contains contacts that have subscribed to a particular topic or topics.

interface ContactList {
ContactListName?: string | null;
LastUpdatedTimestamp?: Date | number | null;
}

§Properties

§
ContactListName?: string | null
[src]

The name of the contact list.

§
LastUpdatedTimestamp?: Date | number | null
[src]

A timestamp noting the last time the contact list was updated.