codepipeline_acknowledge_third_party_job: Confirms a job worker has received the specified job

View source: R/codepipeline_operations.R

codepipeline_acknowledge_third_party_jobR Documentation

Confirms a job worker has received the specified job

Description

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

See https://www.paws-r-sdk.com/docs/codepipeline_acknowledge_third_party_job/ for full documentation.

Usage

codepipeline_acknowledge_third_party_job(jobId, nonce, clientToken)

Arguments

jobId

[required] The unique system-generated ID of the job.

nonce

[required] 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 to a get_third_party_job_details request.

clientToken

[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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.