Skip to content

Commit

Permalink
Regenerating gogol-youtube from latest service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed May 10, 2016
1 parent ce42607 commit 90016c1
Show file tree
Hide file tree
Showing 5 changed files with 676 additions and 180 deletions.
43 changes: 42 additions & 1 deletion gogol-youtube/gen/Network/Google/YouTube.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
-- Programmatic access to YouTube features.
-- Supports core YouTube features, such as uploading videos, creating and
-- managing playlists, searching for content, and much more.
--
-- /See:/ <https://developers.google.com/youtube/v3 YouTube Data API Reference>
module Network.Google.YouTube
Expand Down Expand Up @@ -327,6 +328,11 @@ module Network.Google.YouTube
, acdrSeedResourceId
, acdrReason

-- ** LiveChatMessageRetractedDetails
, LiveChatMessageRetractedDetails
, liveChatMessageRetractedDetails
, lcmrdRetractedMessageId

-- ** ContentRatingRcnofRating
, ContentRatingRcnofRating (..)

Expand Down Expand Up @@ -378,6 +384,9 @@ module Network.Google.YouTube
, piId
, piTiming

-- ** LiveChatUserBannedMessageDetailsBanType
, LiveChatUserBannedMessageDetailsBanType (..)

-- ** VideoProcessingDetailsProcessingFailureReason
, VideoProcessingDetailsProcessingFailureReason (..)

Expand Down Expand Up @@ -505,6 +514,16 @@ module Network.Google.YouTube
, varrlrVisitorId
, varrlrEventId

-- ** CdnSettingsResolution
, CdnSettingsResolution (..)

-- ** LiveChatUserBannedMessageDetails
, LiveChatUserBannedMessageDetails
, liveChatUserBannedMessageDetails
, lcubmdBanType
, lcubmdBannedUserDetails
, lcubmdBanDurationSeconds

-- ** SearchResultSnippetLiveBroadcastContent
, SearchResultSnippetLiveBroadcastContent (..)

Expand All @@ -516,10 +535,12 @@ module Network.Google.YouTube
, lbcdClosedCaptionsType
, lbcdEnableEmbed
, lbcdStartWithSlate
, lbcdProjection
, lbcdMonitorStream
, lbcdBoundStreamId
, lbcdRecordFromStart
, lbcdEnableClosedCaptions
, lbcdBoundStreamLastUpdateTimeMs
, lbcdEnableDvr

-- ** ContentRatingAnatelRating
Expand Down Expand Up @@ -575,6 +596,7 @@ module Network.Google.YouTube
, vcdDimension
, vcdCaption
, vcdRegionRestriction
, vcdProjection
, vcdDuration
, vcdContentRating
, vcdLicensedContent
Expand Down Expand Up @@ -1075,9 +1097,12 @@ module Network.Google.YouTube
-- ** LiveChatMessageSnippet
, LiveChatMessageSnippet
, liveChatMessageSnippet
, lcmsMessageDeletedDetails
, lcmsLiveChatId
, lcmsPublishedAt
, lcmsUserBannedDetails
, lcmsTextMessageDetails
, lcmsMessageRetractedDetails
, lcmsType
, lcmsAuthorChannelId
, lcmsFanFundingEventDetails
Expand Down Expand Up @@ -1307,6 +1332,11 @@ module Network.Google.YouTube
, sKind
, sId

-- ** LiveChatMessageDeletedDetails
, LiveChatMessageDeletedDetails
, liveChatMessageDeletedDetails
, lcmddDeletedMessageId

-- ** ContentRatingYtRating
, ContentRatingYtRating (..)

Expand All @@ -1333,7 +1363,9 @@ module Network.Google.YouTube
, CdnSettings
, cdnSettings
, csIngestionInfo
, csFrameRate
, csFormat
, csResolution
, csIngestionType

-- ** VideoContentDetailsCaption
Expand Down Expand Up @@ -1402,6 +1434,9 @@ module Network.Google.YouTube
, activityContentDetailsBulletin
, acdbResourceId

-- ** LiveBroadcastContentDetailsProjection
, LiveBroadcastContentDetailsProjection (..)

-- ** CaptionSnippetStatus
, CaptionSnippetStatus (..)

Expand Down Expand Up @@ -1487,6 +1522,9 @@ module Network.Google.YouTube
-- ** ContentRatingEcbmctRating
, ContentRatingEcbmctRating (..)

-- ** VideoContentDetailsProjection
, VideoContentDetailsProjection (..)

-- ** ContentRatingGrfilmRating
, ContentRatingGrfilmRating (..)

Expand Down Expand Up @@ -1916,6 +1954,9 @@ module Network.Google.YouTube
, csIsEasyReader
, csAudioTrackType

-- ** CdnSettingsFrameRate
, CdnSettingsFrameRate (..)

-- ** Comment
, Comment
, comment
Expand Down
40 changes: 40 additions & 0 deletions gogol-youtube/gen/Network/Google/YouTube/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ module Network.Google.YouTube.Types
, acdrSeedResourceId
, acdrReason

-- * LiveChatMessageRetractedDetails
, LiveChatMessageRetractedDetails
, liveChatMessageRetractedDetails
, lcmrdRetractedMessageId

-- * ContentRatingRcnofRating
, ContentRatingRcnofRating (..)

Expand Down Expand Up @@ -156,6 +161,9 @@ module Network.Google.YouTube.Types
, piId
, piTiming

-- * LiveChatUserBannedMessageDetailsBanType
, LiveChatUserBannedMessageDetailsBanType (..)

-- * VideoProcessingDetailsProcessingFailureReason
, VideoProcessingDetailsProcessingFailureReason (..)

Expand Down Expand Up @@ -283,6 +291,16 @@ module Network.Google.YouTube.Types
, varrlrVisitorId
, varrlrEventId

-- * CdnSettingsResolution
, CdnSettingsResolution (..)

-- * LiveChatUserBannedMessageDetails
, LiveChatUserBannedMessageDetails
, liveChatUserBannedMessageDetails
, lcubmdBanType
, lcubmdBannedUserDetails
, lcubmdBanDurationSeconds

-- * SearchResultSnippetLiveBroadcastContent
, SearchResultSnippetLiveBroadcastContent (..)

Expand All @@ -294,10 +312,12 @@ module Network.Google.YouTube.Types
, lbcdClosedCaptionsType
, lbcdEnableEmbed
, lbcdStartWithSlate
, lbcdProjection
, lbcdMonitorStream
, lbcdBoundStreamId
, lbcdRecordFromStart
, lbcdEnableClosedCaptions
, lbcdBoundStreamLastUpdateTimeMs
, lbcdEnableDvr

-- * ContentRatingAnatelRating
Expand Down Expand Up @@ -353,6 +373,7 @@ module Network.Google.YouTube.Types
, vcdDimension
, vcdCaption
, vcdRegionRestriction
, vcdProjection
, vcdDuration
, vcdContentRating
, vcdLicensedContent
Expand Down Expand Up @@ -853,9 +874,12 @@ module Network.Google.YouTube.Types
-- * LiveChatMessageSnippet
, LiveChatMessageSnippet
, liveChatMessageSnippet
, lcmsMessageDeletedDetails
, lcmsLiveChatId
, lcmsPublishedAt
, lcmsUserBannedDetails
, lcmsTextMessageDetails
, lcmsMessageRetractedDetails
, lcmsType
, lcmsAuthorChannelId
, lcmsFanFundingEventDetails
Expand Down Expand Up @@ -1085,6 +1109,11 @@ module Network.Google.YouTube.Types
, sKind
, sId

-- * LiveChatMessageDeletedDetails
, LiveChatMessageDeletedDetails
, liveChatMessageDeletedDetails
, lcmddDeletedMessageId

-- * ContentRatingYtRating
, ContentRatingYtRating (..)

Expand All @@ -1111,7 +1140,9 @@ module Network.Google.YouTube.Types
, CdnSettings
, cdnSettings
, csIngestionInfo
, csFrameRate
, csFormat
, csResolution
, csIngestionType

-- * VideoContentDetailsCaption
Expand Down Expand Up @@ -1180,6 +1211,9 @@ module Network.Google.YouTube.Types
, activityContentDetailsBulletin
, acdbResourceId

-- * LiveBroadcastContentDetailsProjection
, LiveBroadcastContentDetailsProjection (..)

-- * CaptionSnippetStatus
, CaptionSnippetStatus (..)

Expand Down Expand Up @@ -1265,6 +1299,9 @@ module Network.Google.YouTube.Types
-- * ContentRatingEcbmctRating
, ContentRatingEcbmctRating (..)

-- * VideoContentDetailsProjection
, VideoContentDetailsProjection (..)

-- * ContentRatingGrfilmRating
, ContentRatingGrfilmRating (..)

Expand Down Expand Up @@ -1694,6 +1731,9 @@ module Network.Google.YouTube.Types
, csIsEasyReader
, csAudioTrackType

-- * CdnSettingsFrameRate
, CdnSettingsFrameRate (..)

-- * Comment
, Comment
, comment
Expand Down
Loading

0 comments on commit 90016c1

Please sign in to comment.