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

Stratosphere.Evidently.Feature

Documentation

data Feature Source #

Instances

Instances details
ToJSON Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Show Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Eq Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Methods

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

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

ToResourceProperties Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Property "DefaultVariation" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "DefaultVariation" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "DefaultVariation" Feature = Value Text

Methods

set :: PropertyType "DefaultVariation" Feature -> Feature -> Feature #

Property "Description" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "Description" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Description" Feature = Value Text

Methods

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

Property "EntityOverrides" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "EntityOverrides" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "EntityOverrides" Feature = [EntityOverrideProperty]

Methods

set :: PropertyType "EntityOverrides" Feature -> Feature -> Feature #

Property "EvaluationStrategy" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "EvaluationStrategy" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "EvaluationStrategy" Feature = Value Text

Methods

set :: PropertyType "EvaluationStrategy" Feature -> Feature -> Feature #

Property "Name" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "Name" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

Methods

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

Property "Project" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "Project" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Project" Feature = Value Text

Methods

set :: PropertyType "Project" Feature -> Feature -> Feature #

Property "Tags" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "Tags" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Tags" Feature = [Tag]

Methods

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

Property "Variations" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

Associated Types

type PropertyType "Variations" Feature 
Instance details

Defined in Stratosphere.Evidently.Feature

Methods

set :: PropertyType "Variations" Feature -> Feature -> Feature #

type PropertyType "DefaultVariation" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "DefaultVariation" Feature = Value Text
type PropertyType "Description" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Description" Feature = Value Text
type PropertyType "EntityOverrides" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "EntityOverrides" Feature = [EntityOverrideProperty]
type PropertyType "EvaluationStrategy" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "EvaluationStrategy" Feature = Value Text
type PropertyType "Name" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Project" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Project" Feature = Value Text
type PropertyType "Tags" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature

type PropertyType "Tags" Feature = [Tag]
type PropertyType "Variations" Feature Source # 
Instance details

Defined in Stratosphere.Evidently.Feature