Values_2.UpdateUserCustomPermissionRequestSourceUpdates a custom permissions profile for a user.
type nonrec t = {userName : UserName.t;The username of the user that you want to update custom permissions for.
*)awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the custom permission configuration that you want to update.
*)namespace : Values_0.Namespace.t;The namespace that the user belongs to.
*)customPermissionsName : Values_1.CustomPermissionsName.t;The name of the custom permissions that you want to update.
*)}val make :
userName:UserName.t ->
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
customPermissionsName:Values_1.CustomPermissionsName.t ->
unit ->
t