Values.AcknowledgeThirdPartyJobInputSourceRepresents the input of an AcknowledgeThirdPartyJob action.
type nonrec t = {jobId : ThirdPartyJobId.t;The unique system-generated ID of the job.
*)nonce : Nonce.t;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 GetThirdPartyJobDetails request.
*)clientToken : ClientToken.t;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.
*)}