Values.RenewalSummarySourceContains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.
type nonrec t = {renewalStatus : RenewalStatus.t option;The status of ACM's managed renewal of the certificate.
*)domainValidationOptions : DomainValidationList.t option;Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.
*)renewalStatusReason : FailureReason.t option;The reason that a renewal request was unsuccessful.
*)updatedAt : TStamp.t option;The time at which the renewal summary was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of DomainNameString.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `Timestamp of TStamp.t ])
list ]