Values_1.CancelCertificateTransferRequestSourceThe input for the CancelCertificateTransfer 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.)
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CertificateId.t ]) list ]