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

Stratosphere.Pinpoint.App

Documentation

data App Source #

Instances

Instances details
ToJSON App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

Show App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

Methods

showsPrec :: Int -> App -> ShowS #

show :: App -> String #

showList :: [App] -> ShowS #

Eq App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

Methods

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

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

ToResourceProperties App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

Property "Name" App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

Associated Types

type PropertyType "Name" App 
Instance details

Defined in Stratosphere.Pinpoint.App

type PropertyType "Name" App = Value Text

Methods

set :: PropertyType "Name" App -> App -> App #

Property "Tags" App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

Associated Types

type PropertyType "Tags" App 
Instance details

Defined in Stratosphere.Pinpoint.App

type PropertyType "Tags" App = Object

Methods

set :: PropertyType "Tags" App -> App -> App #

type PropertyType "Name" App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

type PropertyType "Name" App = Value Text
type PropertyType "Tags" App Source # 
Instance details

Defined in Stratosphere.Pinpoint.App

type PropertyType "Tags" App = Object