Values_2.UpdateRefreshScheduleRequestSourceUpdates a refresh schedule for a dataset.
type nonrec t = {dataSetId : Values_1.ResourceId.t;The ID of the dataset.
*)awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)schedule : Values_1.RefreshSchedule.t;The refresh schedule.
*)}val make :
dataSetId:Values_1.ResourceId.t ->
awsAccountId:Values_1.AwsAccountId.t ->
schedule:Values_1.RefreshSchedule.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.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 string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]