@aws-sdk/client-sesv2

ListExportJobsCommandInput Interface

The input for ListExportJobsCommand.

Members

Name
Type
Details
ExportSourceType ExportSourceType | undefined

A value used to list export jobs that have a certain ExportSourceType.

JobStatus JobStatus | undefined

A value used to list export jobs that have a certain JobStatus.

NextToken string | undefined

The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

PageSize number | undefined

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

Full Signature

export interface ListExportJobsCommandInput extends ListExportJobsRequest