Values_1.CreateRefreshScheduleRequestSourceCreates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.
type nonrec t = {dataSetId : ResourceId.t;The ID of the dataset.
*)awsAccountId : AwsAccountId.t;The Amazon Web Services account ID.
*)schedule : RefreshSchedule.t;The refresh schedule.
*)}val make :
dataSetId:ResourceId.t ->
awsAccountId:AwsAccountId.t ->
schedule:RefreshSchedule.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of DayOfMonth.t ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]