Values_1.DeleteUserProfileRequestSourceDeletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.
type nonrec t = {domainId : Values_0.DomainId.t;The domain ID.
*)userProfileName : Values_0.UserProfileName.t;The user profile name.
*)}val make :
domainId:Values_0.DomainId.t ->
userProfileName:Values_0.UserProfileName.t ->
unit ->
t