Values_1.DeleteRefreshScheduleRequestSourceDeletes a refresh schedule from a dataset.
type nonrec t = {dataSetId : ResourceId.t;The ID of the dataset.
*)awsAccountId : AwsAccountId.t;The Amazon Web Services account ID.
*)scheduleId : Values_0.String_.t;The ID of the refresh schedule.
*)}val make :
dataSetId:ResourceId.t ->
awsAccountId:AwsAccountId.t ->
scheduleId:Values_0.String_.t ->
unit ->
t