stratosphere-pinpoint-1.0.0: Stratosphere integration for AWS Pinpoint.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Pinpoint.SMSChannel

Documentation

data SMSChannel Source #

Instances

Instances details
ToJSON SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Show SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Eq SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

ToResourceProperties SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Property "ApplicationId" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Associated Types

type PropertyType "ApplicationId" SMSChannel 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "ApplicationId" SMSChannel = Value Text

Methods

set :: PropertyType "ApplicationId" SMSChannel -> SMSChannel -> SMSChannel #

Property "Enabled" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Associated Types

type PropertyType "Enabled" SMSChannel 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Methods

set :: PropertyType "Enabled" SMSChannel -> SMSChannel -> SMSChannel #

Property "SenderId" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Associated Types

type PropertyType "SenderId" SMSChannel 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "SenderId" SMSChannel = Value Text

Methods

set :: PropertyType "SenderId" SMSChannel -> SMSChannel -> SMSChannel #

Property "ShortCode" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

Associated Types

type PropertyType "ShortCode" SMSChannel 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "ShortCode" SMSChannel = Value Text

Methods

set :: PropertyType "ShortCode" SMSChannel -> SMSChannel -> SMSChannel #

type PropertyType "ApplicationId" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "ApplicationId" SMSChannel = Value Text
type PropertyType "Enabled" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "SenderId" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "SenderId" SMSChannel = Value Text
type PropertyType "ShortCode" SMSChannel Source # 
Instance details

Defined in Stratosphere.Pinpoint.SMSChannel

type PropertyType "ShortCode" SMSChannel = Value Text