Values_2.DescribeCustomPermissionsRequestSourceDescribes a custom permissions profile.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the custom permissions profile that you want described.
*)customPermissionsName : Values_1.CustomPermissionsName.t;The name of the custom permissions profile to describe.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
customPermissionsName:Values_1.CustomPermissionsName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]