Module Values_0.UpdateCertificateRequestSource

The input for the UpdateCertificate operation.

Sourcetype nonrec t = {
  1. certificateId : CertificateId.t;
    (*

    The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : certificateId:CertificateId.t -> newStatus:CertificateStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of CertificateId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t