Smaws_Client_DirectoryService.EnableLDAPS
Activates the switch for the specific directory to always use LDAP secure calls.
val request :
Smaws_Lib.Context.t ->
Types.enable_ldaps_request ->
(Types.enable_ldaps_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `DirectoryDoesNotExistException of
Types.directory_does_not_exist_exception
| `DirectoryUnavailableException of Types.directory_unavailable_exception
| `InvalidLDAPSStatusException of Types.invalid_ldaps_status_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `NoAvailableCertificateException of
Types.no_available_certificate_exception
| `ServiceException of Types.service_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result