Smaws_Client_DirectoryService.UpdateTrust
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
val request :
Smaws_Lib.Context.t ->
Types.update_trust_request ->
(Types.update_trust_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception ])
Stdlib.result