| 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.EC2.Types.HistoryRecordEntry
Description
Synopsis
- data HistoryRecordEntry = HistoryRecordEntry' {}
- newHistoryRecordEntry :: HistoryRecordEntry
- historyRecordEntry_eventInformation :: Lens' HistoryRecordEntry (Maybe EventInformation)
- historyRecordEntry_eventType :: Lens' HistoryRecordEntry (Maybe FleetEventType)
- historyRecordEntry_timestamp :: Lens' HistoryRecordEntry (Maybe UTCTime)
Documentation
data HistoryRecordEntry Source #
Describes an event in the history of an EC2 Fleet.
See: newHistoryRecordEntry smart constructor.
Constructors
| HistoryRecordEntry' | |
Fields
| |
Instances
newHistoryRecordEntry :: HistoryRecordEntry Source #
Create a value of HistoryRecordEntry 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:eventInformation:HistoryRecordEntry', historyRecordEntry_eventInformation - Information about the event.
$sel:eventType:HistoryRecordEntry', historyRecordEntry_eventType - The event type.
$sel:timestamp:HistoryRecordEntry', historyRecordEntry_timestamp - The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
historyRecordEntry_eventInformation :: Lens' HistoryRecordEntry (Maybe EventInformation) Source #
Information about the event.
historyRecordEntry_eventType :: Lens' HistoryRecordEntry (Maybe FleetEventType) Source #
The event type.
historyRecordEntry_timestamp :: Lens' HistoryRecordEntry (Maybe UTCTime) Source #
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).