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

ImportJobSummary

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

A summary of the import job.

interface ImportJobSummary {
CreatedTimestamp?: Date | number | null;
ImportDestination?: ImportDestination | null;
JobId?: string | null;
JobStatus?: JobStatus | null;
}

§Properties

§
CreatedTimestamp?: Date | number | null
[src]

The date and time when the import job was created.

§
ImportDestination?: ImportDestination | null
[src]
§
JobId?: string | null
[src]
§
JobStatus?: JobStatus | null
[src]