AcknowledgeJob
Source:
src/AWS/CodePipeline/AcknowledgeJob.ts
Runtime binding for codepipeline:AcknowledgeJob — confirms receipt of a
job returned by PollForJobs so the pipeline knows a worker has claimed
it. Used for custom actions only; the nonce must be the one returned
with the polled job.
CodePipeline job operations do not support resource-level permissions, so
the grant is on *. The binding takes no resource — job ids come from
polling.
Job Workers
Section titled “Job Workers”const acknowledgeJob = yield* AWS.CodePipeline.AcknowledgeJob();
const { status } = yield* acknowledgeJob({ jobId, nonce });