stratosphere-iottwinmaker-1.0.0: Stratosphere integration for AWS IoTTwinMaker.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoTTwinMaker.Entity

Documentation

data PropertyProperty Source #

Instances

Instances details
ToJSON PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

Show PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

Eq PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

ToResourceProperties PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

Property "Definition" PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

Associated Types

type PropertyType "Definition" PropertyProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

Property "Value" PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

type PropertyType "Definition" PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

type PropertyType "Value" PropertyProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyProperty

data DataValueProperty Source #

Instances

Instances details
ToJSON DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Show DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Eq DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

ToResourceProperties DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "BooleanValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "BooleanValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "DoubleValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "DoubleValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "Expression" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "Expression" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "IntegerValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "IntegerValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "ListValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "ListValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "LongValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "LongValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "MapValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "RelationshipValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "RelationshipValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Property "StringValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

Associated Types

type PropertyType "StringValue" DataValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "BooleanValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "DoubleValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "Expression" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "IntegerValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "ListValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "LongValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "MapValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "RelationshipValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

type PropertyType "StringValue" DataValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataValueProperty

data StatusProperty Source #

Instances

Instances details
ToJSON StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

Show StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

Eq StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

ToResourceProperties StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

Property "Error" StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

Associated Types

type PropertyType "Error" StatusProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

Property "State" StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

Associated Types

type PropertyType "State" StatusProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

type PropertyType "Error" StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

type PropertyType "State" StatusProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.StatusProperty

data ComponentProperty Source #

Instances

Instances details
ToJSON ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Show ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Eq ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

ToResourceProperties ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Property "ComponentName" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Associated Types

type PropertyType "ComponentName" ComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "ComponentName" ComponentProperty = Value Text
Property "ComponentTypeId" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Associated Types

type PropertyType "ComponentTypeId" ComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "ComponentTypeId" ComponentProperty = Value Text
Property "DefinedIn" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Associated Types

type PropertyType "DefinedIn" ComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Property "Description" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Associated Types

type PropertyType "Description" ComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Property "Properties" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Associated Types

type PropertyType "Properties" ComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Property "PropertyGroups" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Associated Types

type PropertyType "PropertyGroups" ComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

Property "Status" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "ComponentName" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "ComponentName" ComponentProperty = Value Text
type PropertyType "ComponentTypeId" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "ComponentTypeId" ComponentProperty = Value Text
type PropertyType "DefinedIn" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "Description" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "Properties" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "PropertyGroups" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

type PropertyType "Status" ComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ComponentProperty

data CompositeComponentProperty Source #

Instances

Instances details
ToJSON CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Show CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Eq CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

ToResourceProperties CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "ComponentName" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "ComponentPath" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "ComponentTypeId" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Associated Types

type PropertyType "ComponentTypeId" CompositeComponentProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "Description" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "Properties" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "PropertyGroups" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

Property "Status" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "ComponentName" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "ComponentPath" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "ComponentTypeId" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "Description" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "Properties" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "PropertyGroups" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

type PropertyType "Status" CompositeComponentProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.CompositeComponentProperty

data PropertyGroupProperty Source #

Instances

Instances details
ToJSON PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

Show PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

Eq PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

ToResourceProperties PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

Property "GroupType" PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

Associated Types

type PropertyType "GroupType" PropertyGroupProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

Property "PropertyNames" PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

Associated Types

type PropertyType "PropertyNames" PropertyGroupProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

type PropertyType "GroupType" PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

type PropertyType "PropertyNames" PropertyGroupProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.PropertyGroupProperty

data DataTypeProperty Source #

Instances

Instances details
ToJSON DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Show DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Eq DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

ToResourceProperties DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Property "AllowedValues" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Associated Types

type PropertyType "AllowedValues" DataTypeProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Property "NestedType" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Associated Types

type PropertyType "NestedType" DataTypeProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Property "Relationship" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Associated Types

type PropertyType "Relationship" DataTypeProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Property "Type" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Associated Types

type PropertyType "Type" DataTypeProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Property "UnitOfMeasure" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

Associated Types

type PropertyType "UnitOfMeasure" DataTypeProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

type PropertyType "UnitOfMeasure" DataTypeProperty = Value Text
type PropertyType "AllowedValues" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

type PropertyType "NestedType" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

type PropertyType "Relationship" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

type PropertyType "Type" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

type PropertyType "UnitOfMeasure" DataTypeProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty

type PropertyType "UnitOfMeasure" DataTypeProperty = Value Text

data RelationshipProperty Source #

Instances

Instances details
ToJSON RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

Show RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

Eq RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

ToResourceProperties RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

Property "RelationshipType" RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

Associated Types

type PropertyType "RelationshipType" RelationshipProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

type PropertyType "RelationshipType" RelationshipProperty = Value Text
Property "TargetComponentTypeId" RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

Associated Types

type PropertyType "TargetComponentTypeId" RelationshipProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

type PropertyType "TargetComponentTypeId" RelationshipProperty = Value Text
type PropertyType "RelationshipType" RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

type PropertyType "RelationshipType" RelationshipProperty = Value Text
type PropertyType "TargetComponentTypeId" RelationshipProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty

type PropertyType "TargetComponentTypeId" RelationshipProperty = Value Text

data RelationshipValueProperty Source #

Instances

Instances details
ToJSON RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

Show RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

Eq RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

ToResourceProperties RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

Property "TargetComponentName" RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

Associated Types

type PropertyType "TargetComponentName" RelationshipValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

type PropertyType "TargetComponentName" RelationshipValueProperty = Value Text
Property "TargetEntityId" RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

Associated Types

type PropertyType "TargetEntityId" RelationshipValueProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

type PropertyType "TargetComponentName" RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

type PropertyType "TargetComponentName" RelationshipValueProperty = Value Text
type PropertyType "TargetEntityId" RelationshipValueProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty

data ErrorProperty Source #

Constructors

ErrorProperty 

Instances

Instances details
ToJSON ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

Show ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

Eq ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

ToResourceProperties ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

Property "Code" ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

Associated Types

type PropertyType "Code" ErrorProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

Property "Message" ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

Associated Types

type PropertyType "Message" ErrorProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

type PropertyType "Code" ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

type PropertyType "Message" ErrorProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.ErrorProperty

data DefinitionProperty Source #

Instances

Instances details
ToJSON DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Show DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Eq DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

ToResourceProperties DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "Configuration" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "Configuration" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "DataType" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "DefaultValue" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "DefaultValue" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "IsExternalId" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsExternalId" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "IsFinal" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsFinal" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "IsImported" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsImported" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "IsInherited" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsInherited" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Property "IsRequiredInEntity" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsRequiredInEntity" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsRequiredInEntity" DefinitionProperty = Value Bool
Property "IsStoredExternally" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsStoredExternally" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsStoredExternally" DefinitionProperty = Value Bool
Property "IsTimeSeries" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

Associated Types

type PropertyType "IsTimeSeries" DefinitionProperty 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "Configuration" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "DataType" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "DefaultValue" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsExternalId" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsFinal" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsImported" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsInherited" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsRequiredInEntity" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsRequiredInEntity" DefinitionProperty = Value Bool
type PropertyType "IsStoredExternally" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

type PropertyType "IsStoredExternally" DefinitionProperty = Value Bool
type PropertyType "IsTimeSeries" DefinitionProperty Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty

data Entity Source #

Constructors

Entity

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-entity.html

Instances

Instances details
ToJSON Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Show Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Eq Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Methods

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

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

ToResourceProperties Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Property "Components" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "Components" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Methods

set :: PropertyType "Components" Entity -> Entity -> Entity #

Property "CompositeComponents" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "CompositeComponents" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Methods

set :: PropertyType "CompositeComponents" Entity -> Entity -> Entity #

Property "Description" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "Description" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "Description" Entity = Value Text

Methods

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

Property "EntityId" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "EntityId" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "EntityId" Entity = Value Text

Methods

set :: PropertyType "EntityId" Entity -> Entity -> Entity #

Property "EntityName" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "EntityName" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "EntityName" Entity = Value Text

Methods

set :: PropertyType "EntityName" Entity -> Entity -> Entity #

Property "ParentEntityId" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "ParentEntityId" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "ParentEntityId" Entity = Value Text

Methods

set :: PropertyType "ParentEntityId" Entity -> Entity -> Entity #

Property "Tags" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "Tags" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Methods

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

Property "WorkspaceId" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

Associated Types

type PropertyType "WorkspaceId" Entity 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "WorkspaceId" Entity = Value Text

Methods

set :: PropertyType "WorkspaceId" Entity -> Entity -> Entity #

type PropertyType "Components" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "CompositeComponents" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "Description" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "Description" Entity = Value Text
type PropertyType "EntityId" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "EntityId" Entity = Value Text
type PropertyType "EntityName" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "EntityName" Entity = Value Text
type PropertyType "ParentEntityId" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "ParentEntityId" Entity = Value Text
type PropertyType "Tags" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "WorkspaceId" Entity Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Entity

type PropertyType "WorkspaceId" Entity = Value Text