Values_1.DeleteCertificateRequestSourceThe input for the DeleteCertificate 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.)
*)forceDelete : Values_0.ForceDelete.t option;Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.ForceDelete.t
| `String of Values_0.CertificateId.t ])
list ]