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
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
DryRun | string | Checks 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. | |
VolumeId | string | The ID of the volume. | |
clientToken | string | 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. | |
jobId | string | The unique system-generated ID of the job for which you want to confirm receipt. | |
nonce | string | A 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. |