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.IotEventsInputIdentifier

Description

 
Synopsis

Documentation

data IotEventsInputIdentifier Source #

The identifier of the input routed to AWS IoT Events.

See: newIotEventsInputIdentifier smart constructor.

Constructors

IotEventsInputIdentifier' 

Fields

Instances

Instances details
Eq IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

Read IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

Show IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

Generic IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

Associated Types

type Rep IotEventsInputIdentifier :: Type -> Type #

NFData IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

Hashable IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

ToJSON IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

type Rep IotEventsInputIdentifier Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.IotEventsInputIdentifier

type Rep IotEventsInputIdentifier = D1 ('MetaData "IotEventsInputIdentifier" "Amazonka.IoTEvents.Types.IotEventsInputIdentifier" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "IotEventsInputIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIotEventsInputIdentifier Source #

Create a value of IotEventsInputIdentifier 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:inputName:IotEventsInputIdentifier', iotEventsInputIdentifier_inputName - The name of the input routed to AWS IoT Events.

iotEventsInputIdentifier_inputName :: Lens' IotEventsInputIdentifier Text Source #

The name of the input routed to AWS IoT Events.