Values_2.UpdateTopicRefreshScheduleRequestSourceUpdates a topic refresh schedule.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to update.
*)topicId : Values_1.TopicId.t;The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)datasetId : Values_0.String_.t;The ID of the dataset.
*)refreshSchedule : Values_1.TopicRefreshSchedule.t;The definition of a refresh schedule.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
topicId:Values_1.TopicId.t ->
datasetId:Values_0.String_.t ->
refreshSchedule:Values_1.TopicRefreshSchedule.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.AwsAccountId.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of Values_0.LimitedString.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]