Smaws_Client_DirectoryService.DisableClientAuthenticationDisables alternative client authentication methods for the specified directory.
val error_to_string : 
  [ Smaws_Lib.Protocols.AwsJson.error
  | `AccessDeniedException of Types.access_denied_exception
  | `ClientException of Types.client_exception
  | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception
  | `InvalidClientAuthStatusException of
    Types.invalid_client_auth_status_exception
  | `ServiceException of Types.service_exception
  | `UnsupportedOperationException of Types.unsupported_operation_exception ] ->
  stringval request : 
  'http_type Smaws_Lib.Context.t ->
  Types.disable_client_authentication_request ->
  (Types.disable_client_authentication_result,
    [> Smaws_Lib.Protocols.AwsJson.error
    | `AccessDeniedException of Types.access_denied_exception
    | `ClientException of Types.client_exception
    | `DirectoryDoesNotExistException of
      Types.directory_does_not_exist_exception
    | `InvalidClientAuthStatusException of
      Types.invalid_client_auth_status_exception
    | `ServiceException of Types.service_exception
    | `UnsupportedOperationException of Types.unsupported_operation_exception ])
    Stdlib.result