stratosphere-iotanalytics-1.0.0: Stratosphere integration for AWS IoTAnalytics.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoTAnalytics.Channel

Documentation

data Channel Source #

Instances

Instances details
ToJSON Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Show Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Eq Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Methods

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

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

ToResourceProperties Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Property "ChannelName" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Associated Types

type PropertyType "ChannelName" Channel 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

type PropertyType "ChannelName" Channel = Value Text

Methods

set :: PropertyType "ChannelName" Channel -> Channel -> Channel #

Property "ChannelStorage" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Associated Types

type PropertyType "ChannelStorage" Channel 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Methods

set :: PropertyType "ChannelStorage" Channel -> Channel -> Channel #

Property "RetentionPeriod" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Associated Types

type PropertyType "RetentionPeriod" Channel 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Methods

set :: PropertyType "RetentionPeriod" Channel -> Channel -> Channel #

Property "Tags" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

Associated Types

type PropertyType "Tags" Channel 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

type PropertyType "Tags" Channel = [Tag]

Methods

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

type PropertyType "ChannelName" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

type PropertyType "ChannelName" Channel = Value Text
type PropertyType "ChannelStorage" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

type PropertyType "RetentionPeriod" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

type PropertyType "Tags" Channel Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Channel

type PropertyType "Tags" Channel = [Tag]