Smaws_Client_DirectoryService.EnableSso
Enables single sign-on for a directory. Single sign-on allows users in your directory to access certain Amazon Web Services services from a computer joined to the directory without having to enter their credentials separately.
val request :
Smaws_Lib.Context.t ->
Types.enable_sso_request ->
(Types.enable_sso_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthenticationFailedException of Types.authentication_failed_exception
| `ClientException of Types.client_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InsufficientPermissionsException of
Types.insufficient_permissions_exception
| `ServiceException of Types.service_exception ])
Stdlib.result