Smaws_Client_RDS.DescribeCertificatesLists the set of certificate authority (CA) certificates provided by Amazon RDS for this Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CertificateNotFoundFault of Types.certificate_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_certificates_message ->
(Types.certificate_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CertificateNotFoundFault of Types.certificate_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_certificates_message ->
(Types.certificate_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CertificateNotFoundFault of Types.certificate_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result