Values.ServerCertificateSourceContains information about a server certificate. This data type is used as a response element in the GetServerCertificate operation.
type nonrec t = {serverCertificateMetadata : ServerCertificateMetadata.t option;The meta information of the server certificate, such as its name, path, ID, and ARN.
*)certificateBody : CertificateBodyType.t option;The contents of the public key certificate.
*)certificateChain : CertificateChainType.t option;The contents of the public key certificate chain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKeyType.t ]) list ]
list
| `String of CertificateBodyType.t
| `Structure of
(string * [> `String of PathType.t | `Timestamp of DateType.t ])
list ])
list ]