twilio-0.3.0.0: 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.Account

Contents

Description

 

Synopsis

Resource

data Account #

Instances

data AccountSID #

Instances

Bounded AccountSID # 
Eq AccountSID # 
Data AccountSID # 

Methods

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

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

toConstr :: AccountSID -> Constr #

dataTypeOf :: AccountSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord AccountSID # 
Read AccountSID # 
Show AccountSID # 
Ix AccountSID # 
IsString AccountSID # 
Generic AccountSID # 

Associated Types

type Rep AccountSID :: * -> * #

NFData AccountSID # 

Methods

rnf :: AccountSID -> () #

ToJSON AccountSID # 

Methods

toJSON :: AccountSID -> Value

toEncoding :: AccountSID -> Encoding

toJSONList :: [AccountSID] -> Value

toEncodingList :: [AccountSID] -> Encoding

FromJSON AccountSID # 

Methods

parseJSON :: Value -> Parser AccountSID

parseJSONList :: Value -> Parser [AccountSID]

Hashable AccountSID # 
IsSID AccountSID # 

Methods

getSID :: AccountSID -> Text #

parseSID :: Text -> Maybe AccountSID #

Get1 AccountSID Account # 

Methods

get1 :: MonadThrow m => AccountSID -> TwilioT m Account #

Monad m => MonadReader (Credentials, AccountSID) (TwilioT m) 
type Rep AccountSID # 
type Rep AccountSID = D1 (MetaData "AccountSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "AccountSID" PrefixI True) (S1 (MetaSel (Just Symbol "getAccountSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID A C))))

get :: MonadThrow m => AccountSID -> TwilioT m Account #

suspend :: Monad m => AccountSID -> TwilioT m () #

Suspends a subaccount by POST-ing the parameter status with the value Suspended.

close :: Monad m => AccountSID -> TwilioT m () #

Types

data Type #

Constructors

Full 
Trial 

Instances

Bounded Type # 
Enum Type # 

Methods

succ :: Type -> Type #

pred :: Type -> Type #

toEnum :: Int -> Type #

fromEnum :: Type -> Int #

enumFrom :: Type -> [Type] #

enumFromThen :: Type -> Type -> [Type] #

enumFromTo :: Type -> Type -> [Type] #

enumFromThenTo :: Type -> Type -> Type -> [Type] #

Eq Type # 

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Ord Type # 

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

(>=) :: Type -> Type -> Bool #

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type # 
Show Type # 

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

FromJSON Type # 

Methods

parseJSON :: Value -> Parser Type

parseJSONList :: Value -> Parser [Type]