Values.DescribeDirectoryDataAccessResultSourceObtains status of directory data access enablement through the Directory Service Data API for the specified directory.
type nonrec t = {dataAccessStatus : DataAccessStatus.t option;The current status of data access through the Directory Service Data API.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.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
| `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
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]