Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListBatchJobExecutionsRequest

Hierarchy

Properties

applicationId: undefined | string

The unique identifier of the application.

executionIds?: string[]

The unique identifier of each batch job execution.

jobName?: string

The name of each batch job execution.

maxResults?: number

The maximum number of batch job executions to return.

nextToken?: string

A pagination token to control the number of batch job executions displayed in the list.

startedAfter?: Date

The time after which the batch job executions started.

startedBefore?: Date

The time before the batch job executions started.

status?: string

The status of the batch job executions.