libZSservicesZSamazonka-ioteventsZSamazonka-iotevents
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTEvents.Types.Input

Description

 
Synopsis

Documentation

data Input Source #

Information about the input.

See: newInput smart constructor.

Constructors

Input' 

Fields

Instances

Instances details
Eq Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

Methods

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

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

Read Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

Show Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

Generic Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

Associated Types

type Rep Input :: Type -> Type #

Methods

from :: Input -> Rep Input x #

to :: Rep Input x -> Input #

NFData Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

Methods

rnf :: Input -> () #

Hashable Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

Methods

hashWithSalt :: Int -> Input -> Int #

hash :: Input -> Int #

FromJSON Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

type Rep Input Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.Input

type Rep Input = D1 ('MetaData "Input" "Amazonka.IoTEvents.Types.Input" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "Input'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDefinition)) :*: S1 ('MetaSel ('Just "inputConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputConfiguration))))

newInput :: Input Source #

Create a value of Input with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputDefinition:Input', input_inputDefinition - The definition of the input.

$sel:inputConfiguration:Input', input_inputConfiguration - Information about the configuration of an input.

input_inputDefinition :: Lens' Input (Maybe InputDefinition) Source #

The definition of the input.

input_inputConfiguration :: Lens' Input (Maybe InputConfiguration) Source #

Information about the configuration of an input.