module Network.Google.YouTubeAnalytics.Types
(
youTubeAnalyticsService
, youTubeScope
, youTubeAnalyticsReadOnlyScope
, youTubePartnerScope
, youTubeAnalyticsMonetaryReadOnlyScope
, youTubeReadOnlyScope
, GroupContentDetails
, groupContentDetails
, gcdItemType
, gcdItemCount
, Group
, group'
, gEtag
, gSnippet
, gKind
, gContentDetails
, gId
, GroupItemResource
, groupItemResource
, girKind
, girId
, ResultTableColumnHeadersItem
, resultTableColumnHeadersItem
, rtchiColumnType
, rtchiName
, rtchiDataType
, ResultTable
, resultTable
, rtKind
, rtRows
, rtColumnHeaders
, BatchReportDefinition
, batchReportDefinition
, brdStatus
, brdKind
, brdName
, brdId
, brdType
, BatchReport
, batchReport
, brTimeUpdated
, brKind
, brReportId
, brTimeSpan
, brOutputs
, brId
, GroupSnippet
, groupSnippet
, gsPublishedAt
, gsTitle
, GroupItem
, groupItem
, giEtag
, giKind
, giResource
, giGroupId
, giId
, BatchReportDefinitionList
, batchReportDefinitionList
, brdlKind
, brdlItems
, BatchReportList
, batchReportList
, brlKind
, brlItems
, BatchReportOutputsItem
, batchReportOutputsItem
, broiFormat
, broiDownloadURL
, broiType
, BatchReportTimeSpan
, batchReportTimeSpan
, brtsStartTime
, brtsEndTime
, GroupItemListResponse
, groupItemListResponse
, gilrEtag
, gilrKind
, gilrItems
, GroupListResponse
, groupListResponse
, glrEtag
, glrNextPageToken
, glrKind
, glrItems
) where
import Network.Google.Prelude
import Network.Google.YouTubeAnalytics.Types.Product
import Network.Google.YouTubeAnalytics.Types.Sum
youTubeAnalyticsService :: ServiceConfig
youTubeAnalyticsService
= defaultService (ServiceId "youtubeAnalytics:v1")
"www.googleapis.com"
youTubeScope :: Proxy '["https://www.googleapis.com/auth/youtube"]
youTubeScope = Proxy;
youTubeAnalyticsReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/yt-analytics.readonly"]
youTubeAnalyticsReadOnlyScope = Proxy;
youTubePartnerScope :: Proxy '["https://www.googleapis.com/auth/youtubepartner"]
youTubePartnerScope = Proxy;
youTubeAnalyticsMonetaryReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/yt-analytics-monetary.readonly"]
youTubeAnalyticsMonetaryReadOnlyScope = Proxy;
youTubeReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/youtube.readonly"]
youTubeReadOnlyScope = Proxy;