Module Values_1.DeleteRefreshScheduleRequestSource

Deletes a refresh schedule from a dataset.

Sourcetype nonrec t = {
  1. dataSetId : ResourceId.t;
    (*

    The ID of the dataset.

    *)
  2. awsAccountId : AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  3. scheduleId : Values_0.String_.t;
    (*

    The ID of the refresh schedule.

    *)
}
Sourceval context_ : string
Sourceval make : dataSetId:ResourceId.t -> awsAccountId:AwsAccountId.t -> scheduleId:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t