libZSservicesZSamazonka-healthZSamazonka-health
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Read EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Show 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 #

NFData EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

Methods

rnf :: EventDescription -> () #

Hashable EventDescription Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventDescription

FromJSON 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" "libZSservicesZSamazonka-healthZSamazonka-health" '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.