Module Values_1.DeleteCertificateRequestSource

The input for the DeleteCertificate operation.

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

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

    *)
  2. forceDelete : Values_0.ForceDelete.t option;
    (*

    Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.

    *)
}
Sourceval context_ : string
Sourceval make : ?forceDelete:??? -> certificateId:Values_0.CertificateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.ForceDelete.t | `String of Values_0.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