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

GetImportJobRequest

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

Represents a request for information about an import job using the import job ID.

interface GetImportJobRequest {
JobId: string;
}

§Properties

§
JobId: string
[src]

The ID of the import job.