libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.EventInfoMap

Description

 
Synopsis

Documentation

data EventInfoMap Source #

Describes event information.

See: newEventInfoMap smart constructor.

Constructors

EventInfoMap' 

Fields

Instances

Instances details
Eq EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

Read EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

Show EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

Generic EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

Associated Types

type Rep EventInfoMap :: Type -> Type #

NFData EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

Methods

rnf :: EventInfoMap -> () #

Hashable EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

FromXML EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

type Rep EventInfoMap Source # 
Instance details

Defined in Amazonka.Redshift.Types.EventInfoMap

type Rep EventInfoMap = D1 ('MetaData "EventInfoMap" "Amazonka.Redshift.Types.EventInfoMap" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "EventInfoMap'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEventInfoMap :: EventInfoMap Source #

Create a value of EventInfoMap 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:eventDescription:EventInfoMap', eventInfoMap_eventDescription - The description of an Amazon Redshift event.

$sel:severity:EventInfoMap', eventInfoMap_severity - The severity of the event.

Values: ERROR, INFO

$sel:eventCategories:EventInfoMap', eventInfoMap_eventCategories - The category of an Amazon Redshift event.

$sel:eventId:EventInfoMap', eventInfoMap_eventId - The identifier of an Amazon Redshift event.

eventInfoMap_eventDescription :: Lens' EventInfoMap (Maybe Text) Source #

The description of an Amazon Redshift event.

eventInfoMap_severity :: Lens' EventInfoMap (Maybe Text) Source #

The severity of the event.

Values: ERROR, INFO

eventInfoMap_eventCategories :: Lens' EventInfoMap (Maybe [Text]) Source #

The category of an Amazon Redshift event.

eventInfoMap_eventId :: Lens' EventInfoMap (Maybe Text) Source #

The identifier of an Amazon Redshift event.