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 AcknowledgeJobCommandInputProtected

The input for AcknowledgeJobCommand.

Hierarchy

Properties

Properties

jobId: undefined | string

The unique system-generated ID of the job for which you want to confirm receipt.

nonce: undefined | string

A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response of the PollForJobs request that returned this job.