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.

Represents the input of a PollForJobs action.

Hierarchy

Properties

actionTypeId: undefined | ActionTypeId

Represents information about an action type.

maxBatchSize?: number

The maximum number of jobs to return in a poll for jobs call.

queryParam?: Record<string, string>

A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value are returned.