stratosphere-b2bi-1.0.0: Stratosphere integration for AWS B2BI.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.B2BI.Profile

Documentation

data Profile Source #

Instances

Instances details
ToJSON Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Show Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Eq Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Methods

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

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

ToResourceProperties Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Property "BusinessName" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Associated Types

type PropertyType "BusinessName" Profile 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "BusinessName" Profile = Value Text

Methods

set :: PropertyType "BusinessName" Profile -> Profile -> Profile #

Property "Email" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Associated Types

type PropertyType "Email" Profile 
Instance details

Defined in Stratosphere.B2BI.Profile

Methods

set :: PropertyType "Email" Profile -> Profile -> Profile #

Property "Logging" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Associated Types

type PropertyType "Logging" Profile 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Logging" Profile = Value Text

Methods

set :: PropertyType "Logging" Profile -> Profile -> Profile #

Property "Name" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Associated Types

type PropertyType "Name" Profile 
Instance details

Defined in Stratosphere.B2BI.Profile

Methods

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

Property "Phone" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Associated Types

type PropertyType "Phone" Profile 
Instance details

Defined in Stratosphere.B2BI.Profile

Methods

set :: PropertyType "Phone" Profile -> Profile -> Profile #

Property "Tags" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

Associated Types

type PropertyType "Tags" Profile 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Tags" Profile = [Tag]

Methods

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

type PropertyType "BusinessName" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "BusinessName" Profile = Value Text
type PropertyType "Email" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Logging" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Logging" Profile = Value Text
type PropertyType "Name" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Phone" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Tags" Profile Source # 
Instance details

Defined in Stratosphere.B2BI.Profile

type PropertyType "Tags" Profile = [Tag]