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 :: Service
dNSService
= defaultService (ServiceId "dns:v1")
"www.googleapis.com"
ndevClouddnsReadonlyScope :: OAuthScope
ndevClouddnsReadonlyScope = "https://www.googleapis.com/auth/ndev.clouddns.readonly";
cloudPlatformReadOnlyScope :: OAuthScope
cloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only";
ndevClouddnsReadwriteScope :: OAuthScope
ndevClouddnsReadwriteScope = "https://www.googleapis.com/auth/ndev.clouddns.readwrite";
cloudPlatformScope :: OAuthScope
cloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform";