amazonka-health-2.0: Amazon Health APIs and Notifications 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.AWSHealth.Types.EventDescription

Description

 
Synopsis

Documentation

data EventDescription Source #

The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.

See: newEventDescription smart constructor.

Constructors

EventDescription' 

Fields

Instances

Instances details
FromJSON EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Generic EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Associated Types

type Rep EventDescription :: Type -> Type #

Read EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Show EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

NFData EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Methods

rnf :: EventDescription -> () #

Eq EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Hashable EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

type Rep EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

type Rep EventDescription = D1 ('MetaData "EventDescription" "Amazonka.AWSHealth.Types.EventDescription" "amazonka-health-2.0-97kQZARXu4I8k4sVSmOp5K" 'False) (C1 ('MetaCons "EventDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "latestDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEventDescription :: EventDescription Source #

Create a value of EventDescription 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:latestDescription:EventDescription', eventDescription_latestDescription - The most recent description of the event.

eventDescription_latestDescription :: Lens' EventDescription (Maybe Text) Source #

The most recent description of the event.