Values.DisableDirectoryDataAccessResultSourceDeactivates access to directory data via the Directory Service Data API for the specified directory. For more information, see Directory Service Data API Reference.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t| `DirectoryInDesiredStateException of DirectoryInDesiredStateException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `DirectoryInDesiredStateException of DirectoryInDesiredStateException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `DirectoryInDesiredStateException of DirectoryInDesiredStateException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]