Smaws_Client_AppStream.EnableUserEnables 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidAccountStatusException of Types.invalid_account_status_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.enable_user_request ->
(Types.enable_user_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidAccountStatusException of Types.invalid_account_status_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.enable_user_request ->
(Types.enable_user_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidAccountStatusException of Types.invalid_account_status_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result