Values_2.DescribeThemePermissionsRequestSourceDescribes the read and write permissions for a theme.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the theme that you're describing.
*)themeId : Values_0.ShortRestrictiveResourceId.t;The ID for the theme that you want to describe permissions for.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
themeId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]