Values.StopJobRequestSourceThe request structure for the stop job request.
type nonrec t = {appId : AppId.t;The unique ID for an Amplify app.
*)branchName : BranchName.t;The name of the branch to use for the stop job request.
*)jobId : JobId.t;The unique id for the job.
*)}