| 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.AWSHealth.Types.EventDetails
Description
Documentation
data EventDetails Source #
Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetails operation.
See: newEventDetails smart constructor.
Constructors
| EventDetails' | |
Fields
| |
Instances
newEventDetails :: EventDetails Source #
Create a value of EventDetails 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:event:EventDetails', eventDetails_event - Summary information about the event.
$sel:eventDescription:EventDetails', eventDetails_eventDescription - The most recent description of the event.
$sel:eventMetadata:EventDetails', eventDetails_eventMetadata - Additional metadata about the event.
eventDetails_event :: Lens' EventDetails (Maybe Event) Source #
Summary information about the event.
eventDetails_eventDescription :: Lens' EventDetails (Maybe EventDescription) Source #
The most recent description of the event.
eventDetails_eventMetadata :: Lens' EventDetails (Maybe (HashMap Text Text)) Source #
Additional metadata about the event.