Smaws_Client_DirectoryService.ListCertificates
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.
val request :
Smaws_Lib.Context.t ->
Types.list_certificates_request ->
(Types.list_certificates_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClientException of Types.client_exception
| `DirectoryDoesNotExistException of
Types.directory_does_not_exist_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result