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

GetImportJobResponse

import type { GetImportJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sesv2.ts";
interface GetImportJobResponse {
CompletedTimestamp?: Date | number | null;
CreatedTimestamp?: Date | number | null;
FailedRecordsCount?: number | null;
FailureInfo?: FailureInfo | null;
ImportDataSource?: ImportDataSource | null;
ImportDestination?: ImportDestination | null;
JobId?: string | null;
JobStatus?: JobStatus | null;
ProcessedRecordsCount?: number | null;
}

§Properties

§
CompletedTimestamp?: Date | number | null
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
FailedRecordsCount?: number | null
[src]
§
FailureInfo?: FailureInfo | null
[src]
§
ImportDataSource?: ImportDataSource | null
[src]
§
ImportDestination?: ImportDestination | null
[src]
§
JobId?: string | null
[src]
§
JobStatus?: JobStatus | null
[src]
§
ProcessedRecordsCount?: number | null
[src]