Smaws_Client_DirectoryService.EnableDirectoryDataAccess
Enables access to directory data via the Directory Service Data API for the specified directory. For more information, see Directory Service Data API Reference.
val request :
Smaws_Lib.Context.t ->
Types.enable_directory_data_access_request ->
(Types.enable_directory_data_access_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
| `DirectoryInDesiredStateException of
Types.directory_in_desired_state_exception
| `DirectoryUnavailableException of Types.directory_unavailable_exception
| `ServiceException of Types.service_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result