Module Values.DeleteCertificateRequestSource

Deletes an SSL/TLS certificate for your Amazon Lightsail content delivery network (CDN) distribution. Certificates that are currently attached to a distribution cannot be deleted. Use the DetachCertificateFromDistribution action to detach a certificate from a distribution.

Sourcetype nonrec t = {
  1. certificateName : CertificateName.t;
    (*

    The name of the certificate to delete. Use the GetCertificates action to get a list of certificate names that you can specify.

    *)
}
Sourceval context_ : string
Sourceval make : certificateName:CertificateName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CertificateName.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