{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.WebmasterTools.Types
(
webmasterToolsService
, webmastersScope
, webmastersReadOnlyScope
, WmxSitemapContent
, wmxSitemapContent
, wscIndexed
, wscType
, wscSubmitted
, APIdimensionFilterGroup
, apidimensionFilterGroup
, afgFilters
, afgGroupType
, URLSampleDetails
, urlSampleDetails
, usdLinkedFromURLs
, usdContainingSitemaps
, URLCrawlErrorsSamplesMarkAsFixedCategory (..)
, URLCrawlErrorCountsPerType
, urlCrawlErrorCountsPerType
, ucecptPlatform
, ucecptEntries
, ucecptCategory
, URLCrawlErrorsSamplesGetPlatform (..)
, APIDataRow
, apiDataRow
, adrImpressions
, adrKeys
, adrCtr
, adrClicks
, adrPosition
, APIdimensionFilter
, apidimensionFilter
, afOperator
, afDimension
, afExpression
, URLCrawlErrorsSamplesMarkAsFixedPlatform (..)
, URLCrawlErrorsSamplesGetCategory (..)
, URLCrawlErrorCount
, urlCrawlErrorCount
, ucecCount
, ucecTimestamp
, URLCrawlErrorscountsQueryPlatform (..)
, SearchAnalyticsQueryResponse
, searchAnalyticsQueryResponse
, saqrRows
, saqrResponseAggregationType
, URLCrawlErrorsSamplesListCategory (..)
, URLCrawlErrorsSamplesListResponse
, urlCrawlErrorsSamplesListResponse
, uceslrURLCrawlErrorSample
, URLCrawlErrorsCountsQueryResponse
, urlCrawlErrorsCountsQueryResponse
, ucecqrCountPerTypes
, URLCrawlErrorsSample
, urlCrawlErrorsSample
, ucesResponseCode
, ucesURLDetails
, ucesLastCrawled
, ucesPageURL
, ucesFirstDetected
, WmxSitemap
, wmxSitemap
, wsContents
, wsPath
, wsIsSitemapsIndex
, wsLastSubmitted
, wsWarnings
, wsLastDownloaded
, wsIsPending
, wsType
, wsErrors
, SitemapsListResponse
, sitemapsListResponse
, slrSitemap
, SearchAnalyticsQueryRequest
, searchAnalyticsQueryRequest
, saqrAggregationType
, saqrRowLimit
, saqrEndDate
, saqrSearchType
, saqrDimensionFilterGroups
, saqrStartDate
, saqrStartRow
, saqrDimensions
, URLCrawlErrorsSamplesListPlatform (..)
, SitesListResponse
, sitesListResponse
, slrSiteEntry
, WmxSite
, wmxSite
, wsPermissionLevel
, wsSiteURL
, URLCrawlErrorscountsQueryCategory (..)
) where
import Network.Google.Prelude
import Network.Google.WebmasterTools.Types.Product
import Network.Google.WebmasterTools.Types.Sum
webmasterToolsService :: ServiceConfig
webmasterToolsService
= defaultService (ServiceId "webmasters:v3")
"www.googleapis.com"
webmastersScope :: Proxy '["https://www.googleapis.com/auth/webmasters"]
webmastersScope = Proxy;
webmastersReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/webmasters.readonly"]
webmastersReadOnlyScope = Proxy;