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

TopicPreference

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

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

interface TopicPreference {
SubscriptionStatus: SubscriptionStatus;
TopicName: string;
}

§Properties

§
SubscriptionStatus: SubscriptionStatus
[src]

The contact's subscription status to a topic which is either OPT_IN or OPT_OUT.

§
TopicName: string
[src]

The name of the topic.