Module Values.DetachCertificateFromDistributionRequestSource

Detaches an SSL/TLS certificate from your Amazon Lightsail content delivery network (CDN) distribution. After the certificate is detached, your distribution stops accepting traffic for all of the domains that are associated with the certificate.

Sourcetype nonrec t = {
  1. distributionName : ResourceName.t;
    (*

    The name of the distribution from which to detach the certificate. Use the GetDistributions action to get a list of distribution names that you can specify.

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