Values_2.DescribeTopicRefreshRequestSourceDescribes the status of a topic refresh.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the topic whose refresh you want to describe.
*)topicId : Values_1.TopicId.t;The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)refreshId : Values_1.ResourceId.t;The ID of the refresh, which is performed when the topic is created or updated.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
topicId:Values_1.TopicId.t ->
refreshId:Values_1.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]