stratosphere-evidently-1.0.0: Stratosphere integration for AWS Evidently.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Evidently.Segment

Documentation

data Segment Source #

Instances

Instances details
ToJSON Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Show Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Eq Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Methods

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

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

ToResourceProperties Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Property "Description" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Associated Types

type PropertyType "Description" Segment 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Description" Segment = Value Text

Methods

set :: PropertyType "Description" Segment -> Segment -> Segment #

Property "Name" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Associated Types

type PropertyType "Name" Segment 
Instance details

Defined in Stratosphere.Evidently.Segment

Methods

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

Property "Pattern" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Associated Types

type PropertyType "Pattern" Segment 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Pattern" Segment = Value Text

Methods

set :: PropertyType "Pattern" Segment -> Segment -> Segment #

Property "Tags" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

Associated Types

type PropertyType "Tags" Segment 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Tags" Segment = [Tag]

Methods

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

type PropertyType "Description" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Description" Segment = Value Text
type PropertyType "Name" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Pattern" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Pattern" Segment = Value Text
type PropertyType "Tags" Segment Source # 
Instance details

Defined in Stratosphere.Evidently.Segment

type PropertyType "Tags" Segment = [Tag]