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.Types.SIDs

Contents

Description

This module defines all of the SIDs (string identifiers) for Twilio resources in a single place.

Synopsis

Documentation

newtype AccountSID #

Constructors

AccountSID 

Fields

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))))

newtype AddressSID #

Constructors

AddressSID 

Fields

Instances

Bounded AddressSID # 
Eq AddressSID # 
Data AddressSID # 

Methods

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

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

toConstr :: AddressSID -> Constr #

dataTypeOf :: AddressSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord AddressSID # 
Read AddressSID # 
Show AddressSID # 
Ix AddressSID # 
IsString AddressSID # 
Generic AddressSID # 

Associated Types

type Rep AddressSID :: * -> * #

NFData AddressSID # 

Methods

rnf :: AddressSID -> () #

ToJSON AddressSID # 

Methods

toJSON :: AddressSID -> Value

toEncoding :: AddressSID -> Encoding

toJSONList :: [AddressSID] -> Value

toEncodingList :: [AddressSID] -> Encoding

FromJSON AddressSID # 

Methods

parseJSON :: Value -> Parser AddressSID

parseJSONList :: Value -> Parser [AddressSID]

Hashable AddressSID # 
IsSID AddressSID # 

Methods

getSID :: AddressSID -> Text #

parseSID :: Text -> Maybe AddressSID #

Get1 AddressSID Address # 

Methods

get1 :: MonadThrow m => AddressSID -> TwilioT m Address #

type Rep AddressSID # 
type Rep AddressSID = D1 (MetaData "AddressSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "AddressSID" PrefixI True) (S1 (MetaSel (Just Symbol "getAddressSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID A D))))

newtype APIKeySID #

Constructors

APIKeySID 

Fields

Instances

Bounded APIKeySID # 
Eq APIKeySID # 
Data APIKeySID # 

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 # 
Read APIKeySID # 
Show APIKeySID # 
Ix APIKeySID # 
IsString APIKeySID # 
Generic APIKeySID # 

Associated Types

type Rep APIKeySID :: * -> * #

NFData APIKeySID # 

Methods

rnf :: APIKeySID -> () #

ToJSON APIKeySID # 

Methods

toJSON :: APIKeySID -> Value

toEncoding :: APIKeySID -> Encoding

toJSONList :: [APIKeySID] -> Value

toEncodingList :: [APIKeySID] -> Encoding

FromJSON APIKeySID # 

Methods

parseJSON :: Value -> Parser APIKeySID

parseJSONList :: Value -> Parser [APIKeySID]

Hashable APIKeySID # 
IsSID APIKeySID # 

Methods

getSID :: APIKeySID -> Text #

parseSID :: Text -> Maybe APIKeySID #

Get1 APIKeySID APIKey # 

Methods

get1 :: MonadThrow m => APIKeySID -> TwilioT m APIKey #

type Rep APIKeySID # 
type Rep APIKeySID = D1 (MetaData "APIKeySID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "APIKeySID" PrefixI True) (S1 (MetaSel (Just Symbol "getAPIKeySID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID S K))))

newtype ApplicationSID #

Constructors

ApplicationSID 

Fields

Instances

Bounded ApplicationSID # 
Eq ApplicationSID # 
Data ApplicationSID # 

Methods

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

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

toConstr :: ApplicationSID -> Constr #

dataTypeOf :: ApplicationSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ApplicationSID # 
Read ApplicationSID # 
Show ApplicationSID # 
Ix ApplicationSID # 
IsString ApplicationSID # 
Generic ApplicationSID # 

Associated Types

type Rep ApplicationSID :: * -> * #

NFData ApplicationSID # 

Methods

rnf :: ApplicationSID -> () #

ToJSON ApplicationSID # 

Methods

toJSON :: ApplicationSID -> Value

toEncoding :: ApplicationSID -> Encoding

toJSONList :: [ApplicationSID] -> Value

toEncodingList :: [ApplicationSID] -> Encoding

FromJSON ApplicationSID # 

Methods

parseJSON :: Value -> Parser ApplicationSID

parseJSONList :: Value -> Parser [ApplicationSID]

Hashable ApplicationSID # 
IsSID ApplicationSID # 

Methods

getSID :: ApplicationSID -> Text #

parseSID :: Text -> Maybe ApplicationSID #

Get1 ApplicationSID Application # 

Methods

get1 :: MonadThrow m => ApplicationSID -> TwilioT m Application #

type Rep ApplicationSID # 
type Rep ApplicationSID = D1 (MetaData "ApplicationSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "ApplicationSID" PrefixI True) (S1 (MetaSel (Just Symbol "getApplicationSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID A P))))

newtype CallSID #

Constructors

CallSID 

Fields

Instances

Bounded CallSID # 
Eq CallSID # 

Methods

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

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

Data CallSID # 

Methods

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

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

toConstr :: CallSID -> Constr #

dataTypeOf :: CallSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CallSID # 
Read CallSID # 
Show CallSID # 
Ix CallSID # 
IsString CallSID # 

Methods

fromString :: String -> CallSID #

Generic CallSID # 

Associated Types

type Rep CallSID :: * -> * #

Methods

from :: CallSID -> Rep CallSID x #

to :: Rep CallSID x -> CallSID #

NFData CallSID # 

Methods

rnf :: CallSID -> () #

ToJSON CallSID # 

Methods

toJSON :: CallSID -> Value

toEncoding :: CallSID -> Encoding

toJSONList :: [CallSID] -> Value

toEncodingList :: [CallSID] -> Encoding

FromJSON CallSID # 

Methods

parseJSON :: Value -> Parser CallSID

parseJSONList :: Value -> Parser [CallSID]

Hashable CallSID # 

Methods

hashWithSalt :: Int -> CallSID -> Int

hash :: CallSID -> Int

IsSID CallSID # 

Methods

getSID :: CallSID -> Text #

parseSID :: Text -> Maybe CallSID #

Get1 CallSID Call # 

Methods

get1 :: MonadThrow m => CallSID -> TwilioT m Call #

Get1 CallSID Feedback # 

Methods

get1 :: MonadThrow m => CallSID -> TwilioT m Feedback #

Get2 ConferenceSID CallSID Participant # 

Methods

get2 :: MonadThrow m => ConferenceSID -> CallSID -> TwilioT m Participant #

Get2 QueueSID CallSID Member # 

Methods

get2 :: MonadThrow m => QueueSID -> CallSID -> TwilioT m Member #

type Rep CallSID # 
type Rep CallSID = D1 (MetaData "CallSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "CallSID" PrefixI True) (S1 (MetaSel (Just Symbol "getCallSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID C A))))

newtype ConferenceSID #

Constructors

ConferenceSID 

Fields

Instances

Bounded ConferenceSID # 
Eq ConferenceSID # 
Data ConferenceSID # 

Methods

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

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

toConstr :: ConferenceSID -> Constr #

dataTypeOf :: ConferenceSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ConferenceSID # 
Read ConferenceSID # 
Show ConferenceSID # 
Ix ConferenceSID # 
IsString ConferenceSID # 
Generic ConferenceSID # 

Associated Types

type Rep ConferenceSID :: * -> * #

NFData ConferenceSID # 

Methods

rnf :: ConferenceSID -> () #

ToJSON ConferenceSID # 

Methods

toJSON :: ConferenceSID -> Value

toEncoding :: ConferenceSID -> Encoding

toJSONList :: [ConferenceSID] -> Value

toEncodingList :: [ConferenceSID] -> Encoding

FromJSON ConferenceSID # 

Methods

parseJSON :: Value -> Parser ConferenceSID

parseJSONList :: Value -> Parser [ConferenceSID]

Hashable ConferenceSID # 
IsSID ConferenceSID # 

Methods

getSID :: ConferenceSID -> Text #

parseSID :: Text -> Maybe ConferenceSID #

Get1 ConferenceSID Conference # 

Methods

get1 :: MonadThrow m => ConferenceSID -> TwilioT m Conference #

Get1 ConferenceSID Participants # 

Methods

get1 :: MonadThrow m => ConferenceSID -> TwilioT m Participants #

Get2 ConferenceSID CallSID Participant # 

Methods

get2 :: MonadThrow m => ConferenceSID -> CallSID -> TwilioT m Participant #

type Rep ConferenceSID # 
type Rep ConferenceSID = D1 (MetaData "ConferenceSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "ConferenceSID" PrefixI True) (S1 (MetaSel (Just Symbol "getConferenceSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID C O))))

newtype ConnectAppSID #

Constructors

ConnectAppSID 

Fields

Instances

Bounded ConnectAppSID # 
Eq ConnectAppSID # 
Data ConnectAppSID # 

Methods

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

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

toConstr :: ConnectAppSID -> Constr #

dataTypeOf :: ConnectAppSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ConnectAppSID # 
Read ConnectAppSID # 
Show ConnectAppSID # 
Ix ConnectAppSID # 
IsString ConnectAppSID # 
Generic ConnectAppSID # 

Associated Types

type Rep ConnectAppSID :: * -> * #

NFData ConnectAppSID # 

Methods

rnf :: ConnectAppSID -> () #

ToJSON ConnectAppSID # 

Methods

toJSON :: ConnectAppSID -> Value

toEncoding :: ConnectAppSID -> Encoding

toJSONList :: [ConnectAppSID] -> Value

toEncodingList :: [ConnectAppSID] -> Encoding

FromJSON ConnectAppSID # 

Methods

parseJSON :: Value -> Parser ConnectAppSID

parseJSONList :: Value -> Parser [ConnectAppSID]

Hashable ConnectAppSID # 
IsSID ConnectAppSID # 

Methods

getSID :: ConnectAppSID -> Text #

parseSID :: Text -> Maybe ConnectAppSID #

Get1 ConnectAppSID AuthorizedConnectApp # 

Methods

get1 :: MonadThrow m => ConnectAppSID -> TwilioT m AuthorizedConnectApp #

Get1 ConnectAppSID ConnectApp # 

Methods

get1 :: MonadThrow m => ConnectAppSID -> TwilioT m ConnectApp #

type Rep ConnectAppSID # 
type Rep ConnectAppSID = D1 (MetaData "ConnectAppSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "ConnectAppSID" PrefixI True) (S1 (MetaSel (Just Symbol "getConnectAppSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID C N))))

newtype CredentialSID #

Constructors

CredentialSID 

Fields

Instances

Bounded CredentialSID # 
Eq CredentialSID # 
Data CredentialSID # 

Methods

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

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

toConstr :: CredentialSID -> Constr #

dataTypeOf :: CredentialSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CredentialSID # 
Read CredentialSID # 
Show CredentialSID # 
Ix CredentialSID # 
IsString CredentialSID # 
Generic CredentialSID # 

Associated Types

type Rep CredentialSID :: * -> * #

NFData CredentialSID # 

Methods

rnf :: CredentialSID -> () #

ToJSON CredentialSID # 

Methods

toJSON :: CredentialSID -> Value

toEncoding :: CredentialSID -> Encoding

toJSONList :: [CredentialSID] -> Value

toEncodingList :: [CredentialSID] -> Encoding

FromJSON CredentialSID # 

Methods

parseJSON :: Value -> Parser CredentialSID

parseJSONList :: Value -> Parser [CredentialSID]

Hashable CredentialSID # 
IsSID CredentialSID # 

Methods

getSID :: CredentialSID -> Text #

parseSID :: Text -> Maybe CredentialSID #

type Rep CredentialSID # 
type Rep CredentialSID = D1 (MetaData "CredentialSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "CredentialSID" PrefixI True) (S1 (MetaSel (Just Symbol "getCredentialSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID S C))))

newtype CredentialListSID #

Constructors

CredentialListSID 

Instances

Bounded CredentialListSID # 
Eq CredentialListSID # 
Data CredentialListSID # 

Methods

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

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

toConstr :: CredentialListSID -> Constr #

dataTypeOf :: CredentialListSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CredentialListSID # 
Read CredentialListSID # 
Show CredentialListSID # 
Ix CredentialListSID # 
IsString CredentialListSID # 
Generic CredentialListSID # 
NFData CredentialListSID # 

Methods

rnf :: CredentialListSID -> () #

ToJSON CredentialListSID # 
FromJSON CredentialListSID # 

Methods

parseJSON :: Value -> Parser CredentialListSID

parseJSONList :: Value -> Parser [CredentialListSID]

Hashable CredentialListSID # 
IsSID CredentialListSID # 
type Rep CredentialListSID # 
type Rep CredentialListSID = D1 (MetaData "CredentialListSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "CredentialListSID" PrefixI True) (S1 (MetaSel (Just Symbol "getCredentialListSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID C L))))

newtype DomainSID #

Constructors

DomainSID 

Fields

Instances

Bounded DomainSID # 
Eq DomainSID # 
Data DomainSID # 

Methods

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

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

toConstr :: DomainSID -> Constr #

dataTypeOf :: DomainSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DomainSID # 
Read DomainSID # 
Show DomainSID # 
Ix DomainSID # 
IsString DomainSID # 
Generic DomainSID # 

Associated Types

type Rep DomainSID :: * -> * #

NFData DomainSID # 

Methods

rnf :: DomainSID -> () #

ToJSON DomainSID # 

Methods

toJSON :: DomainSID -> Value

toEncoding :: DomainSID -> Encoding

toJSONList :: [DomainSID] -> Value

toEncodingList :: [DomainSID] -> Encoding

FromJSON DomainSID # 

Methods

parseJSON :: Value -> Parser DomainSID

parseJSONList :: Value -> Parser [DomainSID]

Hashable DomainSID # 
IsSID DomainSID # 

Methods

getSID :: DomainSID -> Text #

parseSID :: Text -> Maybe DomainSID #

type Rep DomainSID # 
type Rep DomainSID = D1 (MetaData "DomainSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "DomainSID" PrefixI True) (S1 (MetaSel (Just Symbol "getDomainSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID S D))))

newtype FeedbackSummarySID #

Constructors

FeedbackSummarySID 

Instances

Bounded FeedbackSummarySID # 
Eq FeedbackSummarySID # 
Data FeedbackSummarySID # 

Methods

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

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

toConstr :: FeedbackSummarySID -> Constr #

dataTypeOf :: FeedbackSummarySID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord FeedbackSummarySID # 
Read FeedbackSummarySID # 
Show FeedbackSummarySID # 
Ix FeedbackSummarySID # 
IsString FeedbackSummarySID # 
Generic FeedbackSummarySID # 
NFData FeedbackSummarySID # 

Methods

rnf :: FeedbackSummarySID -> () #

ToJSON FeedbackSummarySID # 
FromJSON FeedbackSummarySID # 

Methods

parseJSON :: Value -> Parser FeedbackSummarySID

parseJSONList :: Value -> Parser [FeedbackSummarySID]

Hashable FeedbackSummarySID # 
IsSID FeedbackSummarySID # 
type Rep FeedbackSummarySID # 
type Rep FeedbackSummarySID = D1 (MetaData "FeedbackSummarySID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "FeedbackSummarySID" PrefixI True) (S1 (MetaSel (Just Symbol "getFeedbackSummarySID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID F S))))

newtype IPAccessControlListSID #

Instances

Bounded IPAccessControlListSID # 
Eq IPAccessControlListSID # 
Data IPAccessControlListSID # 

Methods

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

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

toConstr :: IPAccessControlListSID -> Constr #

dataTypeOf :: IPAccessControlListSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord IPAccessControlListSID # 
Read IPAccessControlListSID # 
Show IPAccessControlListSID # 
Ix IPAccessControlListSID # 
IsString IPAccessControlListSID # 
Generic IPAccessControlListSID # 
NFData IPAccessControlListSID # 

Methods

rnf :: IPAccessControlListSID -> () #

ToJSON IPAccessControlListSID # 
FromJSON IPAccessControlListSID # 

Methods

parseJSON :: Value -> Parser IPAccessControlListSID

parseJSONList :: Value -> Parser [IPAccessControlListSID]

Hashable IPAccessControlListSID # 
IsSID IPAccessControlListSID # 
type Rep IPAccessControlListSID # 
type Rep IPAccessControlListSID = D1 (MetaData "IPAccessControlListSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "IPAccessControlListSID" PrefixI True) (S1 (MetaSel (Just Symbol "getIPAccessControlListSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID A L))))

newtype IPAddressSID #

Constructors

IPAddressSID 

Fields

Instances

Bounded IPAddressSID # 
Eq IPAddressSID # 
Data IPAddressSID # 

Methods

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

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

toConstr :: IPAddressSID -> Constr #

dataTypeOf :: IPAddressSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord IPAddressSID # 
Read IPAddressSID # 
Show IPAddressSID # 
Ix IPAddressSID # 
IsString IPAddressSID # 
Generic IPAddressSID # 

Associated Types

type Rep IPAddressSID :: * -> * #

NFData IPAddressSID # 

Methods

rnf :: IPAddressSID -> () #

ToJSON IPAddressSID # 

Methods

toJSON :: IPAddressSID -> Value

toEncoding :: IPAddressSID -> Encoding

toJSONList :: [IPAddressSID] -> Value

toEncodingList :: [IPAddressSID] -> Encoding

FromJSON IPAddressSID # 

Methods

parseJSON :: Value -> Parser IPAddressSID

parseJSONList :: Value -> Parser [IPAddressSID]

Hashable IPAddressSID # 
IsSID IPAddressSID # 

Methods

getSID :: IPAddressSID -> Text #

parseSID :: Text -> Maybe IPAddressSID #

type Rep IPAddressSID # 
type Rep IPAddressSID = D1 (MetaData "IPAddressSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "IPAddressSID" PrefixI True) (S1 (MetaSel (Just Symbol "getIPAddressSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID I P))))

newtype MediaSID #

Constructors

MediaSID 

Fields

Instances

Bounded MediaSID # 
Eq MediaSID # 
Data MediaSID # 

Methods

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

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

toConstr :: MediaSID -> Constr #

dataTypeOf :: MediaSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MediaSID # 
Read MediaSID # 
Show MediaSID # 
Ix MediaSID # 
IsString MediaSID # 
Generic MediaSID # 

Associated Types

type Rep MediaSID :: * -> * #

Methods

from :: MediaSID -> Rep MediaSID x #

to :: Rep MediaSID x -> MediaSID #

NFData MediaSID # 

Methods

rnf :: MediaSID -> () #

ToJSON MediaSID # 

Methods

toJSON :: MediaSID -> Value

toEncoding :: MediaSID -> Encoding

toJSONList :: [MediaSID] -> Value

toEncodingList :: [MediaSID] -> Encoding

FromJSON MediaSID # 

Methods

parseJSON :: Value -> Parser MediaSID

parseJSONList :: Value -> Parser [MediaSID]

Hashable MediaSID # 
IsSID MediaSID # 

Methods

getSID :: MediaSID -> Text #

parseSID :: Text -> Maybe MediaSID #

Get2 MessageSID MediaSID Media # 

Methods

get2 :: MonadThrow m => MessageSID -> MediaSID -> TwilioT m Media #

type Rep MediaSID # 
type Rep MediaSID = D1 (MetaData "MediaSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "MediaSID" PrefixI True) (S1 (MetaSel (Just Symbol "getMediaSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID M E))))

newtype MessageSID #

Instances

Eq MessageSID # 
Data MessageSID # 

Methods

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

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

toConstr :: MessageSID -> Constr #

dataTypeOf :: MessageSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MessageSID # 
Read MessageSID # 
Show MessageSID # 
Generic MessageSID # 

Associated Types

type Rep MessageSID :: * -> * #

NFData MessageSID # 

Methods

rnf :: MessageSID -> () #

ToJSON MessageSID # 

Methods

toJSON :: MessageSID -> Value

toEncoding :: MessageSID -> Encoding

toJSONList :: [MessageSID] -> Value

toEncodingList :: [MessageSID] -> Encoding

FromJSON MessageSID # 

Methods

parseJSON :: Value -> Parser MessageSID

parseJSONList :: Value -> Parser [MessageSID]

Hashable MessageSID # 
IsSID MessageSID # 

Methods

getSID :: MessageSID -> Text #

parseSID :: Text -> Maybe MessageSID #

Get1 MessageSID Message # 

Methods

get1 :: MonadThrow m => MessageSID -> TwilioT m Message #

Get1 MessageSID MediaList # 

Methods

get1 :: MonadThrow m => MessageSID -> TwilioT m MediaList #

Get2 MessageSID MediaSID Media # 

Methods

get2 :: MonadThrow m => MessageSID -> MediaSID -> TwilioT m Media #

type Rep MessageSID # 
type Rep MessageSID = D1 (MetaData "MessageSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "MessageSID" PrefixI True) (S1 (MetaSel (Just Symbol "getMessageSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Either SMSMessageSID MMSMessageSID))))

newtype MMSMessageSID #

Constructors

MMSMessageSID 

Fields

Instances

Bounded MMSMessageSID # 
Eq MMSMessageSID # 
Data MMSMessageSID # 

Methods

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

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

toConstr :: MMSMessageSID -> Constr #

dataTypeOf :: MMSMessageSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MMSMessageSID # 
Read MMSMessageSID # 
Show MMSMessageSID # 
Ix MMSMessageSID # 
IsString MMSMessageSID # 
Generic MMSMessageSID # 

Associated Types

type Rep MMSMessageSID :: * -> * #

NFData MMSMessageSID # 

Methods

rnf :: MMSMessageSID -> () #

ToJSON MMSMessageSID # 

Methods

toJSON :: MMSMessageSID -> Value

toEncoding :: MMSMessageSID -> Encoding

toJSONList :: [MMSMessageSID] -> Value

toEncodingList :: [MMSMessageSID] -> Encoding

FromJSON MMSMessageSID # 

Methods

parseJSON :: Value -> Parser MMSMessageSID

parseJSONList :: Value -> Parser [MMSMessageSID]

Hashable MMSMessageSID # 
IsSID MMSMessageSID # 

Methods

getSID :: MMSMessageSID -> Text #

parseSID :: Text -> Maybe MMSMessageSID #

type Rep MMSMessageSID # 
type Rep MMSMessageSID = D1 (MetaData "MMSMessageSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "MMSMessageSID" PrefixI True) (S1 (MetaSel (Just Symbol "getMMSMessageSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID M M))))

newtype PhoneNumberSID #

Constructors

PhoneNumberSID 

Fields

Instances

Bounded PhoneNumberSID # 
Eq PhoneNumberSID # 
Data PhoneNumberSID # 

Methods

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

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

toConstr :: PhoneNumberSID -> Constr #

dataTypeOf :: PhoneNumberSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord PhoneNumberSID # 
Read PhoneNumberSID # 
Show PhoneNumberSID # 
Ix PhoneNumberSID # 
IsString PhoneNumberSID # 
Generic PhoneNumberSID # 

Associated Types

type Rep PhoneNumberSID :: * -> * #

NFData PhoneNumberSID # 

Methods

rnf :: PhoneNumberSID -> () #

ToJSON PhoneNumberSID # 

Methods

toJSON :: PhoneNumberSID -> Value

toEncoding :: PhoneNumberSID -> Encoding

toJSONList :: [PhoneNumberSID] -> Value

toEncodingList :: [PhoneNumberSID] -> Encoding

FromJSON PhoneNumberSID # 

Methods

parseJSON :: Value -> Parser PhoneNumberSID

parseJSONList :: Value -> Parser [PhoneNumberSID]

Hashable PhoneNumberSID # 
IsSID PhoneNumberSID # 

Methods

getSID :: PhoneNumberSID -> Text #

parseSID :: Text -> Maybe PhoneNumberSID #

Get1 PhoneNumberSID IncomingPhoneNumber # 

Methods

get1 :: MonadThrow m => PhoneNumberSID -> TwilioT m IncomingPhoneNumber #

Get1 PhoneNumberSID OutgoingCallerID # 

Methods

get1 :: MonadThrow m => PhoneNumberSID -> TwilioT m OutgoingCallerID #

type Rep PhoneNumberSID # 
type Rep PhoneNumberSID = D1 (MetaData "PhoneNumberSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "PhoneNumberSID" PrefixI True) (S1 (MetaSel (Just Symbol "getPhoneNumberSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID P N))))

newtype QueueSID #

Constructors

QueueSID 

Fields

Instances

Bounded QueueSID # 
Eq QueueSID # 
Data QueueSID # 

Methods

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

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

toConstr :: QueueSID -> Constr #

dataTypeOf :: QueueSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord QueueSID # 
Read QueueSID # 
Show QueueSID # 
Ix QueueSID # 
IsString QueueSID # 
Generic QueueSID # 

Associated Types

type Rep QueueSID :: * -> * #

Methods

from :: QueueSID -> Rep QueueSID x #

to :: Rep QueueSID x -> QueueSID #

NFData QueueSID # 

Methods

rnf :: QueueSID -> () #

ToJSON QueueSID # 

Methods

toJSON :: QueueSID -> Value

toEncoding :: QueueSID -> Encoding

toJSONList :: [QueueSID] -> Value

toEncodingList :: [QueueSID] -> Encoding

FromJSON QueueSID # 

Methods

parseJSON :: Value -> Parser QueueSID

parseJSONList :: Value -> Parser [QueueSID]

Hashable QueueSID # 
IsSID QueueSID # 

Methods

getSID :: QueueSID -> Text #

parseSID :: Text -> Maybe QueueSID #

Get1 QueueSID Queue # 

Methods

get1 :: MonadThrow m => QueueSID -> TwilioT m Queue #

Get1 QueueSID Member # 

Methods

get1 :: MonadThrow m => QueueSID -> TwilioT m Member #

Get1 QueueSID Members # 

Methods

get1 :: MonadThrow m => QueueSID -> TwilioT m Members #

Get2 QueueSID CallSID Member # 

Methods

get2 :: MonadThrow m => QueueSID -> CallSID -> TwilioT m Member #

type Rep QueueSID # 
type Rep QueueSID = D1 (MetaData "QueueSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "QueueSID" PrefixI True) (S1 (MetaSel (Just Symbol "getQueueSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID Q U))))

newtype RecordingSID #

Constructors

RecordingSID 

Fields

Instances

Bounded RecordingSID # 
Eq RecordingSID # 
Data RecordingSID # 

Methods

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

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

toConstr :: RecordingSID -> Constr #

dataTypeOf :: RecordingSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord RecordingSID # 
Read RecordingSID # 
Show RecordingSID # 
Ix RecordingSID # 
IsString RecordingSID # 
Generic RecordingSID # 

Associated Types

type Rep RecordingSID :: * -> * #

NFData RecordingSID # 

Methods

rnf :: RecordingSID -> () #

ToJSON RecordingSID # 

Methods

toJSON :: RecordingSID -> Value

toEncoding :: RecordingSID -> Encoding

toJSONList :: [RecordingSID] -> Value

toEncodingList :: [RecordingSID] -> Encoding

FromJSON RecordingSID # 

Methods

parseJSON :: Value -> Parser RecordingSID

parseJSONList :: Value -> Parser [RecordingSID]

Hashable RecordingSID # 
IsSID RecordingSID # 

Methods

getSID :: RecordingSID -> Text #

parseSID :: Text -> Maybe RecordingSID #

Get1 RecordingSID Recording # 

Methods

get1 :: MonadThrow m => RecordingSID -> TwilioT m Recording #

type Rep RecordingSID # 
type Rep RecordingSID = D1 (MetaData "RecordingSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "RecordingSID" PrefixI True) (S1 (MetaSel (Just Symbol "getRecordingSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID R E))))

newtype ShortCodeSID #

Constructors

ShortCodeSID 

Fields

Instances

Bounded ShortCodeSID # 
Eq ShortCodeSID # 
Data ShortCodeSID # 

Methods

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

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

toConstr :: ShortCodeSID -> Constr #

dataTypeOf :: ShortCodeSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ShortCodeSID # 
Read ShortCodeSID # 
Show ShortCodeSID # 
Ix ShortCodeSID # 
IsString ShortCodeSID # 
Generic ShortCodeSID # 

Associated Types

type Rep ShortCodeSID :: * -> * #

NFData ShortCodeSID # 

Methods

rnf :: ShortCodeSID -> () #

ToJSON ShortCodeSID # 

Methods

toJSON :: ShortCodeSID -> Value

toEncoding :: ShortCodeSID -> Encoding

toJSONList :: [ShortCodeSID] -> Value

toEncodingList :: [ShortCodeSID] -> Encoding

FromJSON ShortCodeSID # 

Methods

parseJSON :: Value -> Parser ShortCodeSID

parseJSONList :: Value -> Parser [ShortCodeSID]

Hashable ShortCodeSID # 
IsSID ShortCodeSID # 

Methods

getSID :: ShortCodeSID -> Text #

parseSID :: Text -> Maybe ShortCodeSID #

Get1 ShortCodeSID ShortCode # 

Methods

get1 :: MonadThrow m => ShortCodeSID -> TwilioT m ShortCode #

type Rep ShortCodeSID # 
type Rep ShortCodeSID = D1 (MetaData "ShortCodeSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "ShortCodeSID" PrefixI True) (S1 (MetaSel (Just Symbol "getShortCodeSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID S C))))

newtype SMSMessageSID #

Constructors

SMSMessageSID 

Fields

Instances

Bounded SMSMessageSID # 
Eq SMSMessageSID # 
Data SMSMessageSID # 

Methods

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

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

toConstr :: SMSMessageSID -> Constr #

dataTypeOf :: SMSMessageSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SMSMessageSID # 
Read SMSMessageSID # 
Show SMSMessageSID # 
Ix SMSMessageSID # 
IsString SMSMessageSID # 
Generic SMSMessageSID # 

Associated Types

type Rep SMSMessageSID :: * -> * #

NFData SMSMessageSID # 

Methods

rnf :: SMSMessageSID -> () #

ToJSON SMSMessageSID # 

Methods

toJSON :: SMSMessageSID -> Value

toEncoding :: SMSMessageSID -> Encoding

toJSONList :: [SMSMessageSID] -> Value

toEncodingList :: [SMSMessageSID] -> Encoding

FromJSON SMSMessageSID # 

Methods

parseJSON :: Value -> Parser SMSMessageSID

parseJSONList :: Value -> Parser [SMSMessageSID]

Hashable SMSMessageSID # 
IsSID SMSMessageSID # 

Methods

getSID :: SMSMessageSID -> Text #

parseSID :: Text -> Maybe SMSMessageSID #

type Rep SMSMessageSID # 
type Rep SMSMessageSID = D1 (MetaData "SMSMessageSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "SMSMessageSID" PrefixI True) (S1 (MetaSel (Just Symbol "getSMSMessageSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID S M))))

newtype TranscriptionSID #

Constructors

TranscriptionSID 

Fields

Instances

Bounded TranscriptionSID # 
Eq TranscriptionSID # 
Data TranscriptionSID # 

Methods

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

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

toConstr :: TranscriptionSID -> Constr #

dataTypeOf :: TranscriptionSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TranscriptionSID # 
Read TranscriptionSID # 
Show TranscriptionSID # 
Ix TranscriptionSID # 
IsString TranscriptionSID # 
Generic TranscriptionSID # 
NFData TranscriptionSID # 

Methods

rnf :: TranscriptionSID -> () #

ToJSON TranscriptionSID # 
FromJSON TranscriptionSID # 

Methods

parseJSON :: Value -> Parser TranscriptionSID

parseJSONList :: Value -> Parser [TranscriptionSID]

Hashable TranscriptionSID # 
IsSID TranscriptionSID # 
Get1 TranscriptionSID Transcription # 

Methods

get1 :: MonadThrow m => TranscriptionSID -> TwilioT m Transcription #

type Rep TranscriptionSID # 
type Rep TranscriptionSID = D1 (MetaData "TranscriptionSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "TranscriptionSID" PrefixI True) (S1 (MetaSel (Just Symbol "getTranscriptionSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID T R))))

newtype UsageTriggerSID #

Constructors

UsageTriggerSID 

Fields

Instances

Bounded UsageTriggerSID # 
Eq UsageTriggerSID # 
Data UsageTriggerSID # 

Methods

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

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

toConstr :: UsageTriggerSID -> Constr #

dataTypeOf :: UsageTriggerSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord UsageTriggerSID # 
Read UsageTriggerSID # 
Show UsageTriggerSID # 
Ix UsageTriggerSID # 
IsString UsageTriggerSID # 
Generic UsageTriggerSID # 
NFData UsageTriggerSID # 

Methods

rnf :: UsageTriggerSID -> () #

ToJSON UsageTriggerSID # 

Methods

toJSON :: UsageTriggerSID -> Value

toEncoding :: UsageTriggerSID -> Encoding

toJSONList :: [UsageTriggerSID] -> Value

toEncodingList :: [UsageTriggerSID] -> Encoding

FromJSON UsageTriggerSID # 

Methods

parseJSON :: Value -> Parser UsageTriggerSID

parseJSONList :: Value -> Parser [UsageTriggerSID]

Hashable UsageTriggerSID # 
IsSID UsageTriggerSID # 

Methods

getSID :: UsageTriggerSID -> Text #

parseSID :: Text -> Maybe UsageTriggerSID #

Get1 UsageTriggerSID UsageTrigger # 

Methods

get1 :: MonadThrow m => UsageTriggerSID -> TwilioT m UsageTrigger #

type Rep UsageTriggerSID # 
type Rep UsageTriggerSID = D1 (MetaData "UsageTriggerSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "UsageTriggerSID" PrefixI True) (S1 (MetaSel (Just Symbol "getUsageTriggerSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID U T))))

newtype MessagingServiceSID #

Instances

Bounded MessagingServiceSID # 
Eq MessagingServiceSID # 
Data MessagingServiceSID # 

Methods

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

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

toConstr :: MessagingServiceSID -> Constr #

dataTypeOf :: MessagingServiceSID -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MessagingServiceSID # 
Read MessagingServiceSID # 
Show MessagingServiceSID # 
Ix MessagingServiceSID # 
IsString MessagingServiceSID # 
Generic MessagingServiceSID # 
NFData MessagingServiceSID # 

Methods

rnf :: MessagingServiceSID -> () #

ToJSON MessagingServiceSID # 
FromJSON MessagingServiceSID # 

Methods

parseJSON :: Value -> Parser MessagingServiceSID

parseJSONList :: Value -> Parser [MessagingServiceSID]

Hashable MessagingServiceSID # 
IsSID MessagingServiceSID # 
type Rep MessagingServiceSID # 
type Rep MessagingServiceSID = D1 (MetaData "MessagingServiceSID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "MessagingServiceSID" PrefixI True) (S1 (MetaSel (Just Symbol "getMessagingServiceSID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID M G))))

Smart Constructors