Values_1.AcceptCertificateTransferRequestSourceThe input for the AcceptCertificateTransfer operation.
type nonrec t = {certificateId : Values_0.CertificateId.t;The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
*)setAsActive : Values_0.SetAsActive.t option;Specifies whether the certificate is active.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.SetAsActive.t
| `String of Values_0.CertificateId.t ])
list ]