v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.

post/#X-Amz-Target=CodePipeline_20150709.AcknowledgeJob

Headers

X-Amz-Target'CodePipeline_20150709.AcknowledgeJob' required

Request body

jobIdstring required

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

noncestring required

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

Response

Success

status'Created' | 'Queued' | 'Dispatched' | 'InProgress' | 'TimedOut' | 'Succeeded' | 'Failed'

Whether the job worker has received the specified job.

All 39 operations