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

ImportDestination

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

An object that contains details about the resource destination the import job is going to target.

interface ImportDestination {
ContactListDestination?: ContactListDestination | null;
SuppressionListDestination?: SuppressionListDestination | null;
}

§Properties

§
ContactListDestination?: ContactListDestination | null
[src]

An object that contains the action of the import job towards a contact list.

§
SuppressionListDestination?: SuppressionListDestination | null
[src]

An object that contains the action of the import job towards suppression list.