module Network.Google.DNS.Types
(
dNSService
, ndevClouddnsReadOnlyScope
, cloudPlatformReadOnlyScope
, ndevClouddnsReadwriteScope
, cloudPlatformScope
, ChangesListResponse
, changesListResponse
, clrNextPageToken
, clrChanges
, clrKind
, Project
, project
, pKind
, pId
, pNumber
, pQuota
, ChangesListSortBy (..)
, Change
, change
, cStatus
, cAdditions
, cStartTime
, cKind
, cDeletions
, cId
, ResourceRecordSetsListResponse
, resourceRecordSetsListResponse
, rrslrNextPageToken
, rrslrKind
, rrslrRrSets
, ChangeStatus (..)
, ResourceRecordSet
, resourceRecordSet
, rrsTtl
, rrsKind
, rrsName
, rrsType
, rrsRrDatas
, ManagedZone
, managedZone
, mzCreationTime
, mzKind
, mzNameServerSet
, mzName
, mzId
, mzDNSName
, mzDescription
, mzNameServers
, Quota
, quota
, qRrSetDeletionsPerChange
, qRrSetsPerManagedZone
, qKind
, qResourceRecordsPerRrSet
, qRrSetAdditionsPerChange
, qManagedZones
, qTotalRrDataSizePerChange
, ManagedZonesListResponse
, managedZonesListResponse
, mzlrNextPageToken
, mzlrKind
, mzlrManagedZones
) where
import Network.Google.DNS.Types.Product
import Network.Google.DNS.Types.Sum
import Network.Google.Prelude
dNSService :: ServiceConfig
dNSService
= defaultService (ServiceId "dns:v1")
"www.googleapis.com"
ndevClouddnsReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/ndev.clouddns.readonly"]
ndevClouddnsReadOnlyScope = Proxy;
cloudPlatformReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform.read-only"]
cloudPlatformReadOnlyScope = Proxy;
ndevClouddnsReadwriteScope :: Proxy '["https://www.googleapis.com/auth/ndev.clouddns.readwrite"]
ndevClouddnsReadwriteScope = Proxy;
cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
cloudPlatformScope = Proxy;