Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EventInfoMap = EventInfoMap' {}
- newEventInfoMap :: EventInfoMap
- eventInfoMap_eventDescription :: Lens' EventInfoMap (Maybe Text)
- eventInfoMap_severity :: Lens' EventInfoMap (Maybe Text)
- eventInfoMap_eventCategories :: Lens' EventInfoMap (Maybe [Text])
- eventInfoMap_eventId :: Lens' EventInfoMap (Maybe Text)
Documentation
data EventInfoMap Source #
Describes event information.
See: newEventInfoMap
smart constructor.
Instances
newEventInfoMap :: EventInfoMap Source #
Create a value of EventInfoMap
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:eventDescription:EventInfoMap'
, eventInfoMap_eventDescription
- The description of an Amazon Redshift event.
$sel:severity:EventInfoMap'
, eventInfoMap_severity
- The severity of the event.
Values: ERROR, INFO
$sel:eventCategories:EventInfoMap'
, eventInfoMap_eventCategories
- The category of an Amazon Redshift event.
$sel:eventId:EventInfoMap'
, eventInfoMap_eventId
- The identifier of an Amazon Redshift event.
eventInfoMap_eventDescription :: Lens' EventInfoMap (Maybe Text) Source #
The description of an Amazon Redshift event.
eventInfoMap_severity :: Lens' EventInfoMap (Maybe Text) Source #
The severity of the event.
Values: ERROR, INFO
eventInfoMap_eventCategories :: Lens' EventInfoMap (Maybe [Text]) Source #
The category of an Amazon Redshift event.
eventInfoMap_eventId :: Lens' EventInfoMap (Maybe Text) Source #
The identifier of an Amazon Redshift event.