Acknowledge Third Party Job

GET {{baseUrl}}/?Action=AcknowledgeThirdPartyJob&DryRun=<string>&VolumeId=<string>&clientToken=<string>&jobId=<string>&nonce=<string>

Confirms a job worker has received the specified job.

Request Params

KeyDatatypeRequiredDescription
Actionstring
DryRunstringChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
VolumeIdstringThe ID of the volume.
clientTokenstringThe clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
jobIdstringThe unique system-generated ID of the job for which you want to confirm receipt.
noncestringA 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 of the PollForJobs request that returned this job.