Values.ServerCertificateMetadataSourceContains information about a server certificate without its certificate body, certificate chain, and private key. This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.
type nonrec t = {path : PathType.t option;The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.
*)serverCertificateName : ServerCertificateNameType.t option;The name that identifies the server certificate.
*)serverCertificateId : IdType.t option;The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.
*)arn : ArnType.t option;The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
*)uploadDate : DateType.t option;The date when the server certificate was uploaded.
*)expiration : DateType.t option;The date on which the certificate is set to expire.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PathType.t | `Timestamp of DateType.t ]) list ]