| 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.RDS.Types.Event
Description
Synopsis
- data Event = Event' {
- date :: Maybe ISO8601
- eventCategories :: Maybe [Text]
- message :: Maybe Text
- sourceArn :: Maybe Text
- sourceIdentifier :: Maybe Text
- sourceType :: Maybe SourceType
- newEvent :: Event
- event_date :: Lens' Event (Maybe UTCTime)
- event_eventCategories :: Lens' Event (Maybe [Text])
- event_message :: Lens' Event (Maybe Text)
- event_sourceArn :: Lens' Event (Maybe Text)
- event_sourceIdentifier :: Lens' Event (Maybe Text)
- event_sourceType :: Lens' Event (Maybe SourceType)
Documentation
This data type is used as a response element in the DescribeEvents action.
See: newEvent smart constructor.
Constructors
| Event' | |
Fields
| |
Instances
Create a value of Event 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:date:Event', event_date - Specifies the date and time of the event.
$sel:eventCategories:Event', event_eventCategories - Specifies the category for the event.
$sel:message:Event', event_message - Provides the text of this event.
$sel:sourceArn:Event', event_sourceArn - The Amazon Resource Name (ARN) for the event.
$sel:sourceIdentifier:Event', event_sourceIdentifier - Provides the identifier for the source of the event.
$sel:sourceType:Event', event_sourceType - Specifies the source type for this event.
event_sourceIdentifier :: Lens' Event (Maybe Text) Source #
Provides the identifier for the source of the event.
event_sourceType :: Lens' Event (Maybe SourceType) Source #
Specifies the source type for this event.