amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.HistoryRecordEntry

Description

 
Synopsis

Documentation

data HistoryRecordEntry Source #

Describes an event in the history of an EC2 Fleet.

See: newHistoryRecordEntry smart constructor.

Constructors

HistoryRecordEntry' 

Fields

Instances

Instances details
FromXML HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

Generic HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

Associated Types

type Rep HistoryRecordEntry :: Type -> Type #

Read HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

Show HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

NFData HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

Methods

rnf :: HistoryRecordEntry -> () #

Eq HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

Hashable HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

type Rep HistoryRecordEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.HistoryRecordEntry

type Rep HistoryRecordEntry = D1 ('MetaData "HistoryRecordEntry" "Amazonka.EC2.Types.HistoryRecordEntry" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "HistoryRecordEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventInformation)) :*: (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetEventType)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

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_timestamp :: Lens' HistoryRecordEntry (Maybe UTCTime) Source #

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).