Values_2.DescribeAccountCustomPermissionRequestSourceDescribes the custom permissions profile that is applied to an account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account for which you want to describe the applied custom permissions profile.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]