Smaws_Client_DirectoryService.RejectSharedDirectory
Rejects a directory sharing request that was sent from the directory owner account.
val request :
Smaws_Lib.Context.t ->
Types.reject_shared_directory_request ->
(Types.reject_shared_directory_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `DirectoryAlreadySharedException of
Types.directory_already_shared_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception ])
Stdlib.result