| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.Types.EventConfigurationItem
Description
Synopsis
- data EventConfigurationItem = EventConfigurationItem' {}
- newEventConfigurationItem :: EventConfigurationItem
- eventConfigurationItem_events :: Lens' EventConfigurationItem (Maybe EventNotificationItemConfigurations)
- eventConfigurationItem_identifier :: Lens' EventConfigurationItem (Maybe Text)
- eventConfigurationItem_identifierType :: Lens' EventConfigurationItem (Maybe IdentifierType)
- eventConfigurationItem_partnerType :: Lens' EventConfigurationItem (Maybe EventNotificationPartnerType)
Documentation
data EventConfigurationItem Source #
Event configuration object for a single resource.
See: newEventConfigurationItem smart constructor.
Constructors
| EventConfigurationItem' | |
Fields
| |
Instances
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_events :: Lens' EventConfigurationItem (Maybe EventNotificationItemConfigurations) Source #
Undocumented member.
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.