gogol-youtube-0.1.0: Google YouTube Data SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.YouTube.LiveStreams.List

Contents

Description

Returns a list of video streams that match the API request parameters.

See: YouTube Data API Reference for youtube.liveStreams.list.

Synopsis

REST Resource

type LiveStreamsListResource = "youtube" :> ("v3" :> ("liveStreams" :> (QueryParam "part" Text :> (QueryParam "mine" Bool :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "onBehalfOfContentOwnerChannel" Text :> (QueryParam "id" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] LiveStreamListResponse)))))))))) Source #

A resource alias for youtube.liveStreams.list method which the LiveStreamsList request conforms to.

Creating a Request

liveStreamsList Source #

Creates a value of LiveStreamsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data LiveStreamsList Source #

Returns a list of video streams that match the API request parameters.

See: liveStreamsList smart constructor.

Instances

Eq LiveStreamsList Source # 
Data LiveStreamsList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LiveStreamsList -> c LiveStreamsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LiveStreamsList #

toConstr :: LiveStreamsList -> Constr #

dataTypeOf :: LiveStreamsList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LiveStreamsList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LiveStreamsList) #

gmapT :: (forall b. Data b => b -> b) -> LiveStreamsList -> LiveStreamsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LiveStreamsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LiveStreamsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> LiveStreamsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LiveStreamsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LiveStreamsList -> m LiveStreamsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LiveStreamsList -> m LiveStreamsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LiveStreamsList -> m LiveStreamsList #

Show LiveStreamsList Source # 
Generic LiveStreamsList Source # 
GoogleRequest LiveStreamsList Source # 
type Rep LiveStreamsList Source # 
type Rep LiveStreamsList = D1 (MetaData "LiveStreamsList" "Network.Google.Resource.YouTube.LiveStreams.List" "gogol-youtube-0.1.0-8YXXHGFWPJC4XWVMAKZOnQ" False) (C1 (MetaCons "LiveStreamsList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lslPart") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_lslMine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_lslOnBehalfOfContentOwner") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lslOnBehalfOfContentOwnerChannel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lslId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lslMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word32)))))))
type Scopes LiveStreamsList Source # 
type Scopes LiveStreamsList = (:) Symbol "https://www.googleapis.com/auth/youtube" ((:) Symbol "https://www.googleapis.com/auth/youtube.force-ssl" ((:) Symbol "https://www.googleapis.com/auth/youtube.readonly" ([] Symbol)))
type Rs LiveStreamsList Source # 

Request Lenses

lslPart :: Lens' LiveStreamsList Text Source #

The part parameter specifies a comma-separated list of one or more liveStream resource properties that the API response will include. The part names that you can include in the parameter value are id, snippet, cdn, and status.

lslMine :: Lens' LiveStreamsList (Maybe Bool) Source #

The mine parameter can be used to instruct the API to only return streams owned by the authenticated user. Set the parameter value to true to only retrieve your own streams.

lslOnBehalfOfContentOwner :: Lens' LiveStreamsList (Maybe Text) Source #

Note: This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.

lslOnBehalfOfContentOwnerChannel :: Lens' LiveStreamsList (Maybe Text) Source #

This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter. In addition, the request must be authorized using a CMS account that is linked to the content owner that the onBehalfOfContentOwner parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value specifies must be linked to the content owner that the onBehalfOfContentOwner parameter specifies. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and perform actions on behalf of the channel specified in the parameter value, without having to provide authentication credentials for each separate channel.

lslId :: Lens' LiveStreamsList (Maybe Text) Source #

The id parameter specifies a comma-separated list of YouTube stream IDs that identify the streams being retrieved. In a liveStream resource, the id property specifies the stream's ID.

lslPageToken :: Lens' LiveStreamsList (Maybe Text) Source #

The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.

lslMaxResults :: Lens' LiveStreamsList Word32 Source #

The maxResults parameter specifies the maximum number of items that should be returned in the result set.