(fetch-hosted-zone-id client dns-name)
Returns the first and most specific hosted zone that matchs dns-name.
For example, if dns-name is "www.example.com", this will first look for a hosted zone with a DNS name of "www.example.com" and return it if present. If not, this will look for a hosted zone with a DNS name of "example.com". If no matches are found, returns nil.
It is possible to have multiple hosted zone ids with the same DNS name, but only one will be returned.
Returns the first and most specific hosted zone that matchs dns-name. For example, if dns-name is "www.example.com", this will first look for a hosted zone with a DNS name of "www.example.com" and return it if present. If not, this will look for a hosted zone with a DNS name of "example.com". If no matches are found, returns nil. It is possible to have multiple hosted zone ids with the same DNS name, but only one will be returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close