Values.GetThirdPartyJobDetailsInputSourceRepresents the input of a GetThirdPartyJobDetails action.
type nonrec t = {jobId : ThirdPartyJobId.t;The unique system-generated ID used for identifying the job.
*)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.
*)}