Values_1.CancelIngestionRequestSourceCancels an ongoing ingestion of data into SPICE.
type nonrec t = {awsAccountId : AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_0.String_.t;The ID of the dataset used in the ingestion.
*)ingestionId : IngestionId.t;An ID for the ingestion.
*)}val make :
awsAccountId:AwsAccountId.t ->
dataSetId:Values_0.String_.t ->
ingestionId:IngestionId.t ->
unit ->
t