| 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.HistoryRecord
Description
Documentation
data HistoryRecord Source #
Describes an event in the history of the Spot Fleet request.
See: newHistoryRecord smart constructor.
Constructors
| HistoryRecord' | |
Fields
| |
Instances
newHistoryRecord :: HistoryRecord Source #
Create a value of HistoryRecord 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:HistoryRecord', historyRecord_eventInformation - Information about the event.
$sel:eventType:HistoryRecord', historyRecord_eventType - The event type.
error- An error with the Spot Fleet request.fleetRequestChange- A change in the status or configuration of the Spot Fleet request.instanceChange- An instance was launched or terminated.Information- An informational event.
$sel:timestamp:HistoryRecord', historyRecord_timestamp - The date and time of the event, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
historyRecord_eventInformation :: Lens' HistoryRecord (Maybe EventInformation) Source #
Information about the event.
historyRecord_eventType :: Lens' HistoryRecord (Maybe EventType) Source #
The event type.
error- An error with the Spot Fleet request.fleetRequestChange- A change in the status or configuration of the Spot Fleet request.instanceChange- An instance was launched or terminated.Information- An informational event.
historyRecord_timestamp :: Lens' HistoryRecord (Maybe UTCTime) Source #
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).