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.LiveChatBans.Delete

Contents

Description

Removes a chat ban.

See: YouTube Data API Reference for youtube.liveChatBans.delete.

Synopsis

REST Resource

type LiveChatBansDeleteResource = "youtube" :> ("v3" :> ("liveChat" :> ("bans" :> (QueryParam "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))) Source #

A resource alias for youtube.liveChatBans.delete method which the LiveChatBansDelete request conforms to.

Creating a Request

liveChatBansDelete Source #

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

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

data LiveChatBansDelete Source #

Removes a chat ban.

See: liveChatBansDelete smart constructor.

Instances

Eq LiveChatBansDelete Source # 
Data LiveChatBansDelete Source # 

Methods

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

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

toConstr :: LiveChatBansDelete -> Constr #

dataTypeOf :: LiveChatBansDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LiveChatBansDelete Source # 
Generic LiveChatBansDelete Source # 
GoogleRequest LiveChatBansDelete Source # 
type Rep LiveChatBansDelete Source # 
type Rep LiveChatBansDelete = D1 (MetaData "LiveChatBansDelete" "Network.Google.Resource.YouTube.LiveChatBans.Delete" "gogol-youtube-0.1.0-8YXXHGFWPJC4XWVMAKZOnQ" True) (C1 (MetaCons "LiveChatBansDelete'" PrefixI True) (S1 (MetaSel (Just Symbol "_lcbdId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes LiveChatBansDelete Source # 
type Scopes LiveChatBansDelete = (:) Symbol "https://www.googleapis.com/auth/youtube" ((:) Symbol "https://www.googleapis.com/auth/youtube.force-ssl" ([] Symbol))
type Rs LiveChatBansDelete Source # 

Request Lenses

lcbdId :: Lens' LiveChatBansDelete Text Source #

The id parameter identifies the chat ban to remove. The value uniquely identifies both the ban and the chat.