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

CreateImportJobRequest

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

Represents a request to create an import job from a data source for a data destination.

interface CreateImportJobRequest {
ImportDataSource: ImportDataSource;
ImportDestination: ImportDestination;
}

§Properties

§
ImportDataSource: ImportDataSource
[src]

The data source for the import job.

§
ImportDestination: ImportDestination
[src]

The destination for the import job.