Module Values.DeleteCertificateRequestSource

Deletes the certificate that's specified in the CertificateId parameter.

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

    The identifier of the certificate object that you are deleting.

    *)
}
Sourceval context_ : string
Sourceval make : certificateId:CertificateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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