Values_2.TopicSummarySourceA topic summary.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the topic.
*)topicId : Values_1.TopicId.t option;The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)name : Values_1.ResourceName.t option;The name of the topic.
*)userExperienceVersion : Values_1.TopicUserExperienceVersion.t option;The user experience version of the topic.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.Arn.t ]) list ]