Values_0.CertificateProviderSummarySourceThe certificate provider summary.
type nonrec t = {certificateProviderName : CertificateProviderName.t option;The name of the certificate provider.
*)certificateProviderArn : CertificateProviderArn.t option;The ARN of the certificate provider.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CertificateProviderName.t ]) list ]