| Copyright | (C) 2017- Mark Andrus Roberts |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Mark Andrus Roberts <markandrusroberts@gmail.com> |
| Stability | provisional |
| Safe Haskell | None |
| Language | Haskell98 |
Twilio.Types.SIDs
Contents
Description
This module defines all of the SIDs (string identifiers) for Twilio resources in a single place.
- newtype AccountSID = AccountSID {
- getAccountSID :: (SID A C)
- newtype AddressSID = AddressSID {
- getAddressSID :: (SID A D)
- newtype APIKeySID = APIKeySID {
- getAPIKeySID :: (SID S K)
- newtype ApplicationSID = ApplicationSID {
- getApplicationSID :: (SID A P)
- newtype CallSID = CallSID {
- getCallSID :: (SID C A)
- newtype ConferenceSID = ConferenceSID {
- getConferenceSID :: (SID C O)
- newtype ConnectAppSID = ConnectAppSID {
- getConnectAppSID :: (SID C N)
- newtype CredentialSID = CredentialSID {
- getCredentialSID :: (SID S C)
- newtype CredentialListSID = CredentialListSID {
- getCredentialListSID :: (SID C L)
- newtype DomainSID = DomainSID {
- getDomainSID :: (SID S D)
- newtype FeedbackSummarySID = FeedbackSummarySID {
- getFeedbackSummarySID :: (SID F S)
- newtype IPAccessControlListSID = IPAccessControlListSID {
- getIPAccessControlListSID :: (SID A L)
- newtype IPAddressSID = IPAddressSID {
- getIPAddressSID :: (SID I P)
- newtype MediaSID = MediaSID {
- getMediaSID :: (SID M E)
- newtype MessageSID = MessageSID {}
- newtype MMSMessageSID = MMSMessageSID {
- getMMSMessageSID :: (SID M M)
- newtype PhoneNumberSID = PhoneNumberSID {
- getPhoneNumberSID :: (SID P N)
- newtype QueueSID = QueueSID {
- getQueueSID :: (SID Q U)
- newtype RecordingSID = RecordingSID {
- getRecordingSID :: (SID R E)
- newtype ShortCodeSID = ShortCodeSID {
- getShortCodeSID :: (SID S C)
- newtype SMSMessageSID = SMSMessageSID {
- getSMSMessageSID :: (SID S M)
- newtype TranscriptionSID = TranscriptionSID {
- getTranscriptionSID :: (SID T R)
- newtype UsageTriggerSID = UsageTriggerSID {
- getUsageTriggerSID :: (SID U T)
- newtype MessagingServiceSID = MessagingServiceSID {
- getMessagingServiceSID :: (SID M G)
- mkAccountSID :: Word64 -> Word64 -> AccountSID
- mkAddressSID :: Word64 -> Word64 -> AddressSID
- mkAPIKeySID :: Word64 -> Word64 -> APIKeySID
- mkApplicationSID :: Word64 -> Word64 -> ApplicationSID
- mkCallSID :: Word64 -> Word64 -> CallSID
- mkConferenceSID :: Word64 -> Word64 -> ConferenceSID
- mkConnectAppSID :: Word64 -> Word64 -> ConnectAppSID
- mkCredentialSID :: Word64 -> Word64 -> CredentialSID
- mkCredentialListSID :: Word64 -> Word64 -> CredentialListSID
- mkDomainSID :: Word64 -> Word64 -> DomainSID
- mkFeedbackSummarySID :: Word64 -> Word64 -> FeedbackSummarySID
- mkIPAccessControlListSID :: Word64 -> Word64 -> IPAccessControlListSID
- mkIPAddressSID :: Word64 -> Word64 -> IPAddressSID
- mkMediaSID :: Word64 -> Word64 -> MediaSID
- mkMMSMessageSID :: Word64 -> Word64 -> MMSMessageSID
- mkPhoneNumberSID :: Word64 -> Word64 -> PhoneNumberSID
- mkQueueSID :: Word64 -> Word64 -> QueueSID
- mkRecordingSID :: Word64 -> Word64 -> RecordingSID
- mkShortCodeSID :: Word64 -> Word64 -> ShortCodeSID
- mkSMSMessageSID :: Word64 -> Word64 -> SMSMessageSID
- mkTranscriptionSID :: Word64 -> Word64 -> TranscriptionSID
- mkUsageTriggerSID :: Word64 -> Word64 -> UsageTriggerSID
- mkMessagingServiceSID :: Word64 -> Word64 -> MessagingServiceSID
- module Twilio.Types.SID
Documentation
newtype AccountSID Source #
Constructors
| AccountSID | |
Fields
| |
Instances
newtype AddressSID Source #
Constructors
| AddressSID | |
Fields
| |
Instances
Constructors
| APIKeySID | |
Fields
| |
Instances
newtype ApplicationSID Source #
Constructors
| ApplicationSID | |
Fields
| |
Instances
Constructors
| CallSID | |
Fields
| |
Instances
newtype ConferenceSID Source #
Constructors
| ConferenceSID | |
Fields
| |
Instances
newtype ConnectAppSID Source #
Constructors
| ConnectAppSID | |
Fields
| |
Instances
newtype CredentialSID Source #
Constructors
| CredentialSID | |
Fields
| |
Instances
newtype CredentialListSID Source #
Constructors
| CredentialListSID | |
Fields
| |
Instances
Constructors
| DomainSID | |
Fields
| |
Instances
newtype FeedbackSummarySID Source #
Constructors
| FeedbackSummarySID | |
Fields
| |
Instances
newtype IPAccessControlListSID Source #
Constructors
| IPAccessControlListSID | |
Fields
| |
Instances
newtype IPAddressSID Source #
Constructors
| IPAddressSID | |
Fields
| |
Instances
Constructors
| MediaSID | |
Fields
| |
Instances
newtype MessageSID Source #
Constructors
| MessageSID | |
Fields | |
Instances
newtype MMSMessageSID Source #
Constructors
| MMSMessageSID | |
Fields
| |
Instances
newtype PhoneNumberSID Source #
Constructors
| PhoneNumberSID | |
Fields
| |
Instances
Constructors
| QueueSID | |
Fields
| |
Instances
newtype RecordingSID Source #
Constructors
| RecordingSID | |
Fields
| |
Instances
newtype ShortCodeSID Source #
Constructors
| ShortCodeSID | |
Fields
| |
Instances
newtype SMSMessageSID Source #
Constructors
| SMSMessageSID | |
Fields
| |
Instances
newtype TranscriptionSID Source #
Constructors
| TranscriptionSID | |
Fields
| |
Instances
newtype UsageTriggerSID Source #
Constructors
| UsageTriggerSID | |
Fields
| |
Instances
newtype MessagingServiceSID Source #
Constructors
| MessagingServiceSID | |
Fields
| |
Instances
Smart Constructors
mkAccountSID :: Word64 -> Word64 -> AccountSID Source #
mkAddressSID :: Word64 -> Word64 -> AddressSID Source #
mkApplicationSID :: Word64 -> Word64 -> ApplicationSID Source #
mkConferenceSID :: Word64 -> Word64 -> ConferenceSID Source #
mkConnectAppSID :: Word64 -> Word64 -> ConnectAppSID Source #
mkCredentialSID :: Word64 -> Word64 -> CredentialSID Source #
mkCredentialListSID :: Word64 -> Word64 -> CredentialListSID Source #
mkIPAddressSID :: Word64 -> Word64 -> IPAddressSID Source #
mkMMSMessageSID :: Word64 -> Word64 -> MMSMessageSID Source #
mkPhoneNumberSID :: Word64 -> Word64 -> PhoneNumberSID Source #
mkRecordingSID :: Word64 -> Word64 -> RecordingSID Source #
mkShortCodeSID :: Word64 -> Word64 -> ShortCodeSID Source #
mkSMSMessageSID :: Word64 -> Word64 -> SMSMessageSID Source #
mkTranscriptionSID :: Word64 -> Word64 -> TranscriptionSID Source #
mkUsageTriggerSID :: Word64 -> Word64 -> UsageTriggerSID Source #
module Twilio.Types.SID