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

ImportDestinationType

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

The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

type ImportDestinationType = "SUPPRESSION_LIST" | "CONTACT_LIST" | cmnP.UnexpectedEnumValue;

§Type

§
"SUPPRESSION_LIST" | "CONTACT_LIST" | cmnP.UnexpectedEnumValue
[src]