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

UpdateContactRequest

import type { UpdateContactRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";
interface UpdateContactRequest {
AttributesData?: string | null;
ContactListName: string;
EmailAddress: string;
TopicPreferences?: TopicPreference[] | null;
UnsubscribeAll?: boolean | null;
}

§Properties

§
AttributesData?: string | null
[src]

The attribute data attached to a contact.

§
ContactListName: string
[src]

The name of the contact list.

§
EmailAddress: string
[src]

The contact's email addres.

§
TopicPreferences?: TopicPreference[] | null
[src]

The contact's preference for being opted-in to or opted-out of a topic.

§
UnsubscribeAll?: boolean | null
[src]

A boolean value status noting if the contact is unsubscribed from all contact list topics.