v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Confirms a job worker has received the specified job. Used for partner actions only.

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

Headers

X-Amz-Target'CodePipeline_20150709.AcknowledgeThirdPartyJob' required

Request body

jobIdstring required

The unique system-generated ID of the job.

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 to a <a>GetThirdPartyJobDetails</a> request.

clientTokenstring required

The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

Response

Success

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

The status information for the third party job, if any.