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

GetContactListResponse

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

§Properties

§
ContactListName?: string | null
[src]

The name of the contact list.

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

A timestamp noting when the contact list was created.

§
Description?: string | null
[src]

A description of what the contact list is about.

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

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

§
Tags?: Tag[] | null
[src]

The tags associated with a contact list.

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

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