Smaws_Client_RDS.ModifyCertificatesOverride the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or remove the override.
By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS.
You might need to override the default certificate in the following situations:
For more information about rotating your SSL/TLS certificate for RDS DB engines, see Rotating Your SSL/TLS Certificate in the Amazon RDS User Guide.
For more information about rotating your SSL/TLS certificate for Aurora DB engines, see Rotating Your SSL/TLS Certificate 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.modify_certificates_message ->
(Types.modify_certificates_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CertificateNotFoundFault of Types.certificate_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_certificates_message ->
(Types.modify_certificates_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CertificateNotFoundFault of Types.certificate_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result