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

ListImportJobsRequest

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

Represents a request to list all of the import jobs for a data destination within the specified maximum number of import jobs.

interface ListImportJobsRequest {
ImportDestinationType?: ImportDestinationType | null;
NextToken?: string | null;
PageSize?: number | null;
}

§Properties

§
ImportDestinationType?: ImportDestinationType | null
[src]

The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

§
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.

§
PageSize?: number | null
[src]

Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses.