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

Topic

import type { Topic } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

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

interface Topic {
DefaultSubscriptionStatus: SubscriptionStatus;
Description?: string | null;
DisplayName: string;
TopicName: string;
}

§Properties

§
DefaultSubscriptionStatus: SubscriptionStatus
[src]

The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.

§
Description?: string | null
[src]

A description of what the topic is about, which the contact will see.

§
DisplayName: string
[src]

The name of the topic the contact will see.

§
TopicName: string
[src]

The name of the topic.