Values_2.DescribeTopicRefreshScheduleRequestSourceDeletes a topic refresh schedule.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)topicId : Values_1.TopicId.t;The ID of the topic that contains the refresh schedule that you want to describe. 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.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
topicId:Values_1.TopicId.t ->
datasetId:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]