Values.EnableUserRequestSourceEnables a user in the user pool. After being enabled, users can sign in to WorkSpaces Applications and open applications from the stacks to which they are assigned.
type nonrec t = {userName : Username.t;The email address of the user. Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.
*)authenticationType : AuthenticationType.t;The authentication type for the user. You must specify USERPOOL.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of Username.t ]) list ]