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

UpdateContactListRequest

import type { UpdateContactListRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";
interface UpdateContactListRequest {
ContactListName: string;
Description?: string | null;
Topics?: Topic[] | null;
}

§Properties

§
ContactListName: string
[src]

The name of the contact list.

§
Description?: string | null
[src]

A description of what the contact list is about.

§
Topics?: Topic[] | null
[src]

An interest group, theme, or label within a list. A contact list can have multiple topics.