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

ListImportJobsResponse

import type { ListImportJobsResponse } 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 ListImportJobsResponse {
ImportJobs?: ImportJobSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ImportJobs?: ImportJobSummary[] | null
[src]

A list of the import job summaries.

§
NextToken?: string | null
[src]

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.