amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.EventConfigurationItem

Description

 
Synopsis

Documentation

data EventConfigurationItem Source #

Event configuration object for a single resource.

See: newEventConfigurationItem smart constructor.

Constructors

EventConfigurationItem' 

Fields

Instances

Instances details
FromJSON EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

Generic EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

Associated Types

type Rep EventConfigurationItem :: Type -> Type #

Read EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

Show EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

NFData EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

Methods

rnf :: EventConfigurationItem -> () #

Eq EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

Hashable EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

type Rep EventConfigurationItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.EventConfigurationItem

type Rep EventConfigurationItem = D1 ('MetaData "EventConfigurationItem" "Amazonka.IoTWireless.Types.EventConfigurationItem" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "EventConfigurationItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventNotificationItemConfigurations)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "identifierType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentifierType)) :*: S1 ('MetaSel ('Just "partnerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventNotificationPartnerType)))))

newEventConfigurationItem :: EventConfigurationItem Source #

Create a value of EventConfigurationItem 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:events:EventConfigurationItem', eventConfigurationItem_events - Undocumented member.

$sel:identifier:EventConfigurationItem', eventConfigurationItem_identifier - Resource identifier opted in for event messaging.

$sel:identifierType:EventConfigurationItem', eventConfigurationItem_identifierType - Identifier type of the particular resource identifier for event configuration.

$sel:partnerType:EventConfigurationItem', eventConfigurationItem_partnerType - Partner type of the resource if the identifier type is PartnerAccountId.

eventConfigurationItem_identifier :: Lens' EventConfigurationItem (Maybe Text) Source #

Resource identifier opted in for event messaging.

eventConfigurationItem_identifierType :: Lens' EventConfigurationItem (Maybe IdentifierType) Source #

Identifier type of the particular resource identifier for event configuration.

eventConfigurationItem_partnerType :: Lens' EventConfigurationItem (Maybe EventNotificationPartnerType) Source #

Partner type of the resource if the identifier type is PartnerAccountId.