stratosphere-iot-1.0.0: Stratosphere integration for AWS IoT.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoT.Thing

Documentation

data Thing Source #

Instances

Instances details
ToJSON Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

Show Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

Methods

showsPrec :: Int -> Thing -> ShowS #

show :: Thing -> String #

showList :: [Thing] -> ShowS #

Eq Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

Methods

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

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

ToResourceProperties Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

Property "AttributePayload" Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

Associated Types

type PropertyType "AttributePayload" Thing 
Instance details

Defined in Stratosphere.IoT.Thing

type PropertyType "AttributePayload" Thing = AttributePayloadProperty

Methods

set :: PropertyType "AttributePayload" Thing -> Thing -> Thing #

Property "ThingName" Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

Associated Types

type PropertyType "ThingName" Thing 
Instance details

Defined in Stratosphere.IoT.Thing

type PropertyType "ThingName" Thing = Value Text

Methods

set :: PropertyType "ThingName" Thing -> Thing -> Thing #

type PropertyType "AttributePayload" Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

type PropertyType "AttributePayload" Thing = AttributePayloadProperty
type PropertyType "ThingName" Thing Source # 
Instance details

Defined in Stratosphere.IoT.Thing

type PropertyType "ThingName" Thing = Value Text