Module Smaws_Client_DirectoryService.DeregisterCertificate

Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `CertificateDoesNotExistException of Types.certificate_does_not_exist_exception | `CertificateInUseException of Types.certificate_in_use_exception | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `DirectoryUnavailableException of Types.directory_unavailable_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServiceException of Types.service_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.deregister_certificate_request -> (Types.deregister_certificate_result, [> Smaws_Lib.Protocols.AwsJson.error | `CertificateDoesNotExistException of Types.certificate_does_not_exist_exception | `CertificateInUseException of Types.certificate_in_use_exception | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `DirectoryUnavailableException of Types.directory_unavailable_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServiceException of Types.service_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ]) Stdlib.result