Values_2.DescribeTopicPermissionsRequestSourceDescribes the permissions of a topic.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the topic that you want described.
*)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.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]