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

CreateContactRequest

import type { CreateContactRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";
interface CreateContactRequest {
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 to which the contact should be added.

§
EmailAddress: string
[src]

The contact's email address.

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

The contact's preferences for being opted-in to or opted-out of topics.

§
UnsubscribeAll?: boolean | null
[src]

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