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

Stratosphere.IoT.TopicRule

Documentation

data TopicRule Source #

Instances

Instances details
ToJSON TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

Show TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

Eq TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

ToResourceProperties TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

Property "RuleName" TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

Associated Types

type PropertyType "RuleName" TopicRule 
Instance details

Defined in Stratosphere.IoT.TopicRule

type PropertyType "RuleName" TopicRule = Value Text

Methods

set :: PropertyType "RuleName" TopicRule -> TopicRule -> TopicRule #

Property "Tags" TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

Associated Types

type PropertyType "Tags" TopicRule 
Instance details

Defined in Stratosphere.IoT.TopicRule

type PropertyType "Tags" TopicRule = [Tag]
Property "TopicRulePayload" TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

Associated Types

type PropertyType "TopicRulePayload" TopicRule 
Instance details

Defined in Stratosphere.IoT.TopicRule

Methods

set :: PropertyType "TopicRulePayload" TopicRule -> TopicRule -> TopicRule #

type PropertyType "RuleName" TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

type PropertyType "RuleName" TopicRule = Value Text
type PropertyType "Tags" TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule

type PropertyType "Tags" TopicRule = [Tag]
type PropertyType "TopicRulePayload" TopicRule Source # 
Instance details

Defined in Stratosphere.IoT.TopicRule