Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.
See https://www.paws-r-sdk.com/docs/codepipeline_acknowledge_job/ for full documentation.
codepipeline_acknowledge_job(jobId, nonce)
[required] The unique system-generated ID of the job for which you want to confirm receipt.
[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 of the poll_for_jobs
request that returned this job.