Values.CancelHarvestJobRequestSourceCancels an in-progress harvest job.
type nonrec t = {channelGroupName : ResourceName.t;The name of the channel group containing the channel from which the harvest job is running.
*)channelName : ResourceName.t;The name of the channel from which the harvest job is running.
*)originEndpointName : ResourceName.t;The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.
*)harvestJobName : ResourceName.t;The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.
*)eTag : EntityTag.t option;The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.
*)}val make :
?eTag:??? ->
channelGroupName:ResourceName.t ->
channelName:ResourceName.t ->
originEndpointName:ResourceName.t ->
harvestJobName:ResourceName.t ->
unit ->
t