twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Account

Contents

Synopsis

Resource

data AccountSID Source #

Instances

Eq AccountSID Source # 
Data AccountSID Source # 

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 Source # 
Read AccountSID Source # 
Show AccountSID Source # 
Generic AccountSID Source # 

Associated Types

type Rep AccountSID :: * -> * #

ToJSON AccountSID Source # 
FromJSON AccountSID Source # 
SID AccountSID Source # 
Get1 AccountSID Account Source # 
Monad m => MonadReader (Credentials, AccountSID) (TwilioT m) # 
type Rep AccountSID Source # 
type Rep AccountSID = D1 (MetaData "AccountSID" "Twilio.Types.SID" "twilio-0.1.3.2-GnUkC92cKSV9Q4YYqnxTsL" True) (C1 (MetaCons "AccountSID" PrefixI True) (S1 (MetaSel (Just Symbol "getAccountSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

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

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

Types