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