| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.CustomerProfiles.CalculatedAttributeDefinition
Documentation
data RangeProperty Source #
Constructors
| RangeProperty | |
Fields
| |
Instances
data ThresholdProperty Source #
Constructors
| ThresholdProperty | |
Instances
| ToJSON ThresholdProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ThresholdProperty Methods toJSON :: ThresholdProperty -> Value # toEncoding :: ThresholdProperty -> Encoding # toJSONList :: [ThresholdProperty] -> Value # toEncodingList :: [ThresholdProperty] -> Encoding # omitField :: ThresholdProperty -> Bool # | |||||
| Show ThresholdProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ThresholdProperty Methods showsPrec :: Int -> ThresholdProperty -> ShowS # show :: ThresholdProperty -> String # showList :: [ThresholdProperty] -> ShowS # | |||||
| Eq ThresholdProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ThresholdProperty Methods (==) :: ThresholdProperty -> ThresholdProperty -> Bool # (/=) :: ThresholdProperty -> ThresholdProperty -> Bool # | |||||
| ToResourceProperties ThresholdProperty Source # | |||||
| Property "Operator" ThresholdProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ThresholdProperty Associated Types
Methods set :: PropertyType "Operator" ThresholdProperty -> ThresholdProperty -> ThresholdProperty # | |||||
| Property "Value" ThresholdProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ThresholdProperty Associated Types
Methods set :: PropertyType "Value" ThresholdProperty -> ThresholdProperty -> ThresholdProperty # | |||||
| type PropertyType "Operator" ThresholdProperty Source # | |||||
| type PropertyType "Value" ThresholdProperty Source # | |||||
data ConditionsProperty Source #
Constructors
| ConditionsProperty | |
Fields
| |
Instances
| ToJSON ConditionsProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ConditionsProperty Methods toJSON :: ConditionsProperty -> Value # toEncoding :: ConditionsProperty -> Encoding # toJSONList :: [ConditionsProperty] -> Value # toEncodingList :: [ConditionsProperty] -> Encoding # omitField :: ConditionsProperty -> Bool # | |||||
| Show ConditionsProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ConditionsProperty Methods showsPrec :: Int -> ConditionsProperty -> ShowS # show :: ConditionsProperty -> String # showList :: [ConditionsProperty] -> ShowS # | |||||
| Eq ConditionsProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ConditionsProperty Methods (==) :: ConditionsProperty -> ConditionsProperty -> Bool # (/=) :: ConditionsProperty -> ConditionsProperty -> Bool # | |||||
| ToResourceProperties ConditionsProperty Source # | |||||
| Property "ObjectCount" ConditionsProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ConditionsProperty Associated Types
Methods set :: PropertyType "ObjectCount" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| Property "Range" ConditionsProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ConditionsProperty Associated Types
Methods set :: PropertyType "Range" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| Property "Threshold" ConditionsProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ConditionsProperty Associated Types
Methods set :: PropertyType "Threshold" ConditionsProperty -> ConditionsProperty -> ConditionsProperty # | |||||
| type PropertyType "ObjectCount" ConditionsProperty Source # | |||||
| type PropertyType "Range" ConditionsProperty Source # | |||||
| type PropertyType "Threshold" ConditionsProperty Source # | |||||
data ValueRangeProperty Source #
Constructors
| ValueRangeProperty | |
Instances
| ToJSON ValueRangeProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ValueRangeProperty Methods toJSON :: ValueRangeProperty -> Value # toEncoding :: ValueRangeProperty -> Encoding # toJSONList :: [ValueRangeProperty] -> Value # toEncodingList :: [ValueRangeProperty] -> Encoding # omitField :: ValueRangeProperty -> Bool # | |||||
| Show ValueRangeProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ValueRangeProperty Methods showsPrec :: Int -> ValueRangeProperty -> ShowS # show :: ValueRangeProperty -> String # showList :: [ValueRangeProperty] -> ShowS # | |||||
| Eq ValueRangeProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ValueRangeProperty Methods (==) :: ValueRangeProperty -> ValueRangeProperty -> Bool # (/=) :: ValueRangeProperty -> ValueRangeProperty -> Bool # | |||||
| ToResourceProperties ValueRangeProperty Source # | |||||
| Property "End" ValueRangeProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ValueRangeProperty Associated Types
Methods set :: PropertyType "End" ValueRangeProperty -> ValueRangeProperty -> ValueRangeProperty # | |||||
| Property "Start" ValueRangeProperty Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ValueRangeProperty Associated Types
Methods set :: PropertyType "Start" ValueRangeProperty -> ValueRangeProperty -> ValueRangeProperty # | |||||
| type PropertyType "End" ValueRangeProperty Source # | |||||
| type PropertyType "Start" ValueRangeProperty Source # | |||||
mkRangeProperty :: Value Text -> RangeProperty Source #
mkThresholdProperty :: Value Text -> Value Text -> ThresholdProperty Source #
data CalculatedAttributeDefinition Source #
Constructors
| CalculatedAttributeDefinition | |
Fields
| |
Instances
| ToJSON CalculatedAttributeDefinition Source # | |||||
| Show CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Methods showsPrec :: Int -> CalculatedAttributeDefinition -> ShowS # show :: CalculatedAttributeDefinition -> String # showList :: [CalculatedAttributeDefinition] -> ShowS # | |||||
| Eq CalculatedAttributeDefinition Source # | |||||
| ToResourceProperties CalculatedAttributeDefinition Source # | |||||
| Property "AttributeDetails" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "AttributeDetails" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "CalculatedAttributeName" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "CalculatedAttributeName" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "Conditions" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "Conditions" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "Description" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "Description" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "DisplayName" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "DisplayName" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "DomainName" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "DomainName" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "Statistic" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "Statistic" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "Tags" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "Tags" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| Property "UseHistoricalData" CalculatedAttributeDefinition Source # | |||||
Defined in Stratosphere.CustomerProfiles.CalculatedAttributeDefinition Associated Types
Methods set :: PropertyType "UseHistoricalData" CalculatedAttributeDefinition -> CalculatedAttributeDefinition -> CalculatedAttributeDefinition # | |||||
| type PropertyType "AttributeDetails" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "CalculatedAttributeName" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "Conditions" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "Description" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "DisplayName" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "DomainName" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "Statistic" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "Tags" CalculatedAttributeDefinition Source # | |||||
| type PropertyType "UseHistoricalData" CalculatedAttributeDefinition Source # | |||||