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.Event

Description

 
Synopsis

Documentation

data Event Source #

Describes an event.

See: newEvent smart constructor.

Constructors

Event' 

Fields

Instances

Instances details
Eq Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Read Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Show Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Generic Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Associated Types

type Rep Event :: Type -> Type #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

NFData Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Methods

rnf :: Event -> () #

Hashable Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Methods

hashWithSalt :: Int -> Event -> Int #

hash :: Event -> Int #

FromXML Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

Methods

parseXML :: [Node] -> Either String Event #

type Rep Event Source # 
Instance details

Defined in Amazonka.Redshift.Types.Event

newEvent :: Event Source #

Create a value of Event 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:sourceType:Event', event_sourceType - The source type for this event.

$sel:severity:Event', event_severity - The severity of the event.

Values: ERROR, INFO

$sel:sourceIdentifier:Event', event_sourceIdentifier - The identifier for the source of the event.

$sel:date:Event', event_date - The date and time of the event.

$sel:eventCategories:Event', event_eventCategories - A list of the event categories.

Values: Configuration, Management, Monitoring, Security, Pending

$sel:message:Event', event_message - The text of this event.

$sel:eventId:Event', event_eventId - The identifier of the event.

event_sourceType :: Lens' Event (Maybe SourceType) Source #

The source type for this event.

event_severity :: Lens' Event (Maybe Text) Source #

The severity of the event.

Values: ERROR, INFO

event_sourceIdentifier :: Lens' Event (Maybe Text) Source #

The identifier for the source of the event.

event_date :: Lens' Event (Maybe UTCTime) Source #

The date and time of the event.

event_eventCategories :: Lens' Event (Maybe [Text]) Source #

A list of the event categories.

Values: Configuration, Management, Monitoring, Security, Pending

event_message :: Lens' Event (Maybe Text) Source #

The text of this event.

event_eventId :: Lens' Event (Maybe Text) Source #

The identifier of the event.