Module Smaws_Client_DirectoryService.RegisterCertificate

Registers a certificate for a secure LDAP or client certificate authentication.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `CertificateAlreadyExistsException of Types.certificate_already_exists_exception | `CertificateLimitExceededException of Types.certificate_limit_exceeded_exception | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `DirectoryUnavailableException of Types.directory_unavailable_exception | `InvalidCertificateException of Types.invalid_certificate_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.register_certificate_request -> (Types.register_certificate_result, [> Smaws_Lib.Protocols.AwsJson.error | `CertificateAlreadyExistsException of Types.certificate_already_exists_exception | `CertificateLimitExceededException of Types.certificate_limit_exceeded_exception | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `DirectoryUnavailableException of Types.directory_unavailable_exception | `InvalidCertificateException of Types.invalid_certificate_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServiceException of Types.service_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ]) Stdlib.result