Smaws_Client_DirectoryService.UnshareDirectory
Stops the directory sharing between the directory owner and consumer accounts.
val request :
Smaws_Lib.Context.t ->
Types.unshare_directory_request ->
(Types.unshare_directory_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `DirectoryNotSharedException of Types.directory_not_shared_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InvalidTargetException of Types.invalid_target_exception
| `ServiceException of Types.service_exception ])
Stdlib.result