stratosphere-iotevents-1.0.0: Stratosphere integration for AWS IoTEvents.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoTEvents.Input

Documentation

data Input Source #

Instances

Instances details
ToJSON Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Show Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

Eq Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Methods

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

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

ToResourceProperties Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Property "InputDefinition" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Associated Types

type PropertyType "InputDefinition" Input 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "InputDefinition" Input = InputDefinitionProperty

Methods

set :: PropertyType "InputDefinition" Input -> Input -> Input #

Property "InputDescription" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Associated Types

type PropertyType "InputDescription" Input 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "InputDescription" Input = Value Text

Methods

set :: PropertyType "InputDescription" Input -> Input -> Input #

Property "InputName" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Associated Types

type PropertyType "InputName" Input 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "InputName" Input = Value Text

Methods

set :: PropertyType "InputName" Input -> Input -> Input #

Property "Tags" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

Associated Types

type PropertyType "Tags" Input 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "Tags" Input = [Tag]

Methods

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

type PropertyType "InputDefinition" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "InputDefinition" Input = InputDefinitionProperty
type PropertyType "InputDescription" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "InputDescription" Input = Value Text
type PropertyType "InputName" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "InputName" Input = Value Text
type PropertyType "Tags" Input Source # 
Instance details

Defined in Stratosphere.IoTEvents.Input

type PropertyType "Tags" Input = [Tag]