cloudflare-api-0.1.0.0: Haskell bindings for the Cloudflare API
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Cloudflare.DNS.DNSSEC

Synopsis

Documentation

getDNSSEC :: CloudflareAuth -> Text -> IO (Either String (ResultResponse DNSECDetails)) Source #

Get the DNSSEC settings for a zone

editDNSSEC :: CloudflareAuth -> Text -> EditDNSSECStatus -> IO (Either String (ResultResponse DNSSEC)) Source #

Edit DNSSEC settings for a zone

data EditDNSSECStatus Source #

Edit DNSSEC settings for a zone, fields set to Nothing will not be changed

Constructors

EditDNSSECStatus 

Fields

dnssecStatusToText :: DNSSECStatus -> Text Source #

Text representation of DNSSECStatus