twilio-0.2.0.1: Twilio REST API library for Haskell

Copyright(C) 2017- Mark Andrus Roberts
LicenseBSD-style (see the file LICENSE)
MaintainerMark Andrus Roberts <markandrusroberts@gmail.com>
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Twilio.APIKey

Contents

Description

 

Synopsis

Resource

data APIKeySID Source #

Instances

Bounded APIKeySID Source # 
Eq APIKeySID Source # 
Data APIKeySID Source # 

Methods

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

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

toConstr :: APIKeySID -> Constr #

dataTypeOf :: APIKeySID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord APIKeySID Source # 
Read APIKeySID Source # 
Show APIKeySID Source # 
Ix APIKeySID Source # 
IsString APIKeySID Source # 
Generic APIKeySID Source # 

Associated Types

type Rep APIKeySID :: * -> * #

Hashable APIKeySID Source # 
ToJSON APIKeySID Source # 
FromJSON APIKeySID Source # 
NFData APIKeySID Source # 

Methods

rnf :: APIKeySID -> () #

IsSID APIKeySID Source # 
Get1 APIKeySID APIKey Source # 
type Rep APIKeySID Source # 
type Rep APIKeySID = D1 * (MetaData "APIKeySID" "Twilio.Types.SIDs" "twilio-0.2.0.1-Cwy6vZAHYb886DlZ9eauoR" True) (C1 * (MetaCons "APIKeySID" PrefixI True) (S1 * (MetaSel (Just Symbol "getAPIKeySID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (SID S K))))