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