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

GetContactResponse

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

§Properties

§
AttributesData?: string | null
[src]

The attribute data attached to a contact.

§
ContactListName?: string | null
[src]

The name of the contact list to which the contact belongs.

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

A timestamp noting when the contact was created.

§
EmailAddress?: string | null
[src]

The contact's email addres.

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

A timestamp noting the last time the contact's information was updated.

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

The default topic preferences applied to the contact.

§
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.