v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

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

Headers

X-Amz-Target'CodePipeline_20150709.PutThirdPartyJobSuccessResult' required

Request body

jobIdstring required

The ID of the job that successfully completed. This is the same ID returned from <code>PollForThirdPartyJobs</code>.

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.

continuationTokenstring

A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

Response

Success