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.4/services/sesv2.ts?docs=full";

A summary of the import job.

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

§Properties

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

The date and time when the import job was created.

§
FailedRecordsCount?: number | null
[src]

The number of records that failed processing because of invalid input or other reasons.

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

The current number of records processed.