Values.DisableUserRequestSourceDisables the specified user in the user pool. Users can't sign in to WorkSpaces Applications until they are re-enabled. This action does not delete the user.
type nonrec t = {userName : Username.t;The email address of the user. Users' email addresses are case-sensitive.
*)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 ]