Values.DescribeCertificatesResponseSourceProvides a description of the certificate.
type nonrec t = {marker : String_.t option;The pagination token.
*)certificates : CertificateList.t option;The Secure Sockets Layer (SSL) certificates associated with the replication instance.
*)}type nonrec error = [ | `ResourceNotFoundFault of ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Blob of CertificateWallet.t
| `Integer of IntegerOptional.t
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t ])
list ]