Values.CertificateMessageSourceReturns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this Amazon Web Services account.
type describeCertificatesResult = {certificates : CertificateList.t option;A list of certificates for this Amazon Web Services account.
*)marker : String_.t option;An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
*)}and t = {describeCertificatesResult : describeCertificatesResult;responseMetaData : responseMetaData;}type error = [ | `CertificateNotFoundFault of CertificateNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CertificateNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CertificateNotFoundFault of unit
| `Unknown_operation_error of string * string option ]