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

CreateImportJobResponse

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

An HTTP 200 response if the request succeeds, or an error message if the request fails.

interface CreateImportJobResponse {
JobId?: string | null;
}

§Properties

§
JobId?: string | null
[src]

A string that represents the import job ID.