Values_0.UpdateCertificateRequestSourceThe input for the UpdateCertificate operation.
type nonrec t = {certificateId : CertificateId.t;The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
*)newStatus : CertificateStatus.t;The new status. Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use. Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CertificateId.t ]) list ]