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

ListContactsFilter

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

A filter that can be applied to a list of contacts.

interface ListContactsFilter {
FilteredStatus?: SubscriptionStatus | null;
TopicFilter?: TopicFilter | null;
}

§Properties

§
FilteredStatus?: SubscriptionStatus | null
[src]

The status by which you are filtering: OPT_IN or OPT_OUT.

§
TopicFilter?: TopicFilter | null
[src]

Used for filtering by a specific topic preference.