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

Stratosphere.IoT.ThingType

Documentation

data ThingType Source #

Instances

Instances details
ToJSON ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Show ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Eq ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

ToResourceProperties ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Property "DeprecateThingType" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Associated Types

type PropertyType "DeprecateThingType" ThingType 
Instance details

Defined in Stratosphere.IoT.ThingType

type PropertyType "DeprecateThingType" ThingType = Value Bool

Methods

set :: PropertyType "DeprecateThingType" ThingType -> ThingType -> ThingType #

Property "Tags" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Associated Types

type PropertyType "Tags" ThingType 
Instance details

Defined in Stratosphere.IoT.ThingType

type PropertyType "Tags" ThingType = [Tag]
Property "ThingTypeName" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Associated Types

type PropertyType "ThingTypeName" ThingType 
Instance details

Defined in Stratosphere.IoT.ThingType

type PropertyType "ThingTypeName" ThingType = Value Text

Methods

set :: PropertyType "ThingTypeName" ThingType -> ThingType -> ThingType #

Property "ThingTypeProperties" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

Associated Types

type PropertyType "ThingTypeProperties" ThingType 
Instance details

Defined in Stratosphere.IoT.ThingType

Methods

set :: PropertyType "ThingTypeProperties" ThingType -> ThingType -> ThingType #

type PropertyType "DeprecateThingType" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

type PropertyType "DeprecateThingType" ThingType = Value Bool
type PropertyType "Tags" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

type PropertyType "Tags" ThingType = [Tag]
type PropertyType "ThingTypeName" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType

type PropertyType "ThingTypeName" ThingType = Value Text
type PropertyType "ThingTypeProperties" ThingType Source # 
Instance details

Defined in Stratosphere.IoT.ThingType