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

Stratosphere.IoTTwinMaker.Scene

Documentation

data Scene Source #

Instances

Instances details
ToJSON Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Show Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Methods

showsPrec :: Int -> Scene -> ShowS #

show :: Scene -> String #

showList :: [Scene] -> ShowS #

Eq Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Methods

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

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

ToResourceProperties Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Property "Capabilities" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "Capabilities" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "Capabilities" Scene = ValueList Text

Methods

set :: PropertyType "Capabilities" Scene -> Scene -> Scene #

Property "ContentLocation" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "ContentLocation" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "ContentLocation" Scene = Value Text

Methods

set :: PropertyType "ContentLocation" Scene -> Scene -> Scene #

Property "Description" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "Description" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "Description" Scene = Value Text

Methods

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

Property "SceneId" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "SceneId" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "SceneId" Scene = Value Text

Methods

set :: PropertyType "SceneId" Scene -> Scene -> Scene #

Property "SceneMetadata" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "SceneMetadata" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "SceneMetadata" Scene = Map Text (Value Text)

Methods

set :: PropertyType "SceneMetadata" Scene -> Scene -> Scene #

Property "Tags" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "Tags" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Methods

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

Property "WorkspaceId" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

Associated Types

type PropertyType "WorkspaceId" Scene 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "WorkspaceId" Scene = Value Text

Methods

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

type PropertyType "Capabilities" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "Capabilities" Scene = ValueList Text
type PropertyType "ContentLocation" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "ContentLocation" Scene = Value Text
type PropertyType "Description" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "Description" Scene = Value Text
type PropertyType "SceneId" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "SceneId" Scene = Value Text
type PropertyType "SceneMetadata" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "SceneMetadata" Scene = Map Text (Value Text)
type PropertyType "Tags" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "WorkspaceId" Scene Source # 
Instance details

Defined in Stratosphere.IoTTwinMaker.Scene

type PropertyType "WorkspaceId" Scene = Value Text