Values_2.TopicRefreshDetailsSourceThe details about the refresh of a topic.
type nonrec t = {refreshArn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the topic refresh.
*)refreshId : Values_1.ResourceId.t option;The ID of the refresh, which occurs as a result of topic creation or topic update.
*)refreshStatus : TopicRefreshStatus.t option;The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.Arn.t ]) list ]