| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IoTSiteWise.AssetModel.TransformProperty
Documentation
data ExpressionVariableProperty Source #
Constructors
| ExpressionVariableProperty | |
Fields
| |
Instances
data VariableValueProperty Source #
Constructors
| VariableValueProperty | |
Fields
| |
Instances
| ToJSON VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Methods toJSON :: VariableValueProperty -> Value # toEncoding :: VariableValueProperty -> Encoding # toJSONList :: [VariableValueProperty] -> Value # toEncodingList :: [VariableValueProperty] -> Encoding # omitField :: VariableValueProperty -> Bool # | |||||
| Show VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Methods showsPrec :: Int -> VariableValueProperty -> ShowS # show :: VariableValueProperty -> String # showList :: [VariableValueProperty] -> ShowS # | |||||
| Eq VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Methods (==) :: VariableValueProperty -> VariableValueProperty -> Bool # (/=) :: VariableValueProperty -> VariableValueProperty -> Bool # | |||||
| ToResourceProperties VariableValueProperty Source # | |||||
| Property "HierarchyExternalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "HierarchyExternalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "HierarchyId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "HierarchyId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "HierarchyLogicalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "HierarchyLogicalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyExternalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyExternalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyLogicalId" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyLogicalId" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| Property "PropertyPath" VariableValueProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.VariableValueProperty Associated Types
Methods set :: PropertyType "PropertyPath" VariableValueProperty -> VariableValueProperty -> VariableValueProperty # | |||||
| type PropertyType "HierarchyExternalId" VariableValueProperty Source # | |||||
| type PropertyType "HierarchyId" VariableValueProperty Source # | |||||
| type PropertyType "HierarchyLogicalId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyExternalId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyLogicalId" VariableValueProperty Source # | |||||
| type PropertyType "PropertyPath" VariableValueProperty Source # | |||||
data PropertyPathDefinitionProperty Source #
Constructors
| PropertyPathDefinitionProperty | |
Instances
| ToJSON PropertyPathDefinitionProperty Source # | |||||
| Show PropertyPathDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.PropertyPathDefinitionProperty Methods showsPrec :: Int -> PropertyPathDefinitionProperty -> ShowS # show :: PropertyPathDefinitionProperty -> String # showList :: [PropertyPathDefinitionProperty] -> ShowS # | |||||
| Eq PropertyPathDefinitionProperty Source # | |||||
| ToResourceProperties PropertyPathDefinitionProperty Source # | |||||
| Property "Name" PropertyPathDefinitionProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.PropertyPathDefinitionProperty Associated Types
Methods set :: PropertyType "Name" PropertyPathDefinitionProperty -> PropertyPathDefinitionProperty -> PropertyPathDefinitionProperty # | |||||
| type PropertyType "Name" PropertyPathDefinitionProperty Source # | |||||
mkExpressionVariableProperty :: Value Text -> VariableValueProperty -> ExpressionVariableProperty Source #
data TransformProperty Source #
Constructors
| TransformProperty | |
Fields | |
Instances
| ToJSON TransformProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TransformProperty Methods toJSON :: TransformProperty -> Value # toEncoding :: TransformProperty -> Encoding # toJSONList :: [TransformProperty] -> Value # toEncodingList :: [TransformProperty] -> Encoding # omitField :: TransformProperty -> Bool # | |||||
| Show TransformProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TransformProperty Methods showsPrec :: Int -> TransformProperty -> ShowS # show :: TransformProperty -> String # showList :: [TransformProperty] -> ShowS # | |||||
| Eq TransformProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TransformProperty Methods (==) :: TransformProperty -> TransformProperty -> Bool # (/=) :: TransformProperty -> TransformProperty -> Bool # | |||||
| ToResourceProperties TransformProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TransformProperty Methods toResourceProperties :: TransformProperty -> ResourceProperties # | |||||
| Property "Expression" TransformProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TransformProperty Associated Types
Methods set :: PropertyType "Expression" TransformProperty -> TransformProperty -> TransformProperty # | |||||
| Property "Variables" TransformProperty Source # | |||||
Defined in Stratosphere.IoTSiteWise.AssetModel.TransformProperty Associated Types
Methods set :: PropertyType "Variables" TransformProperty -> TransformProperty -> TransformProperty # | |||||
| type PropertyType "Expression" TransformProperty Source # | |||||
| type PropertyType "Variables" TransformProperty Source # | |||||