Module Values.ResetDistributionCacheRequestSource

Deletes currently cached content from your Amazon Lightsail content delivery network (CDN) distribution. After resetting the cache, the next time a content request is made, your distribution pulls, serves, and caches it from the origin.

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

    The name of the distribution for which to reset cache. Use the GetDistributions action to get a list of distribution names that you can specify.

    *)
}
Sourceval make : ?distributionName:??? -> 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