amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk 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.ElasticBeanstalk.Types.EventDescription

Description

 
Synopsis

Documentation

data EventDescription Source #

Describes an event.

See: newEventDescription smart constructor.

Constructors

EventDescription' 

Fields

Instances

Instances details
FromXML EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Generic EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Associated Types

type Rep EventDescription :: Type -> Type #

Read EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Show EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

NFData EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Methods

rnf :: EventDescription -> () #

Eq EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Hashable EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

type Rep EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

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:applicationName:EventDescription', eventDescription_applicationName - The application associated with the event.

$sel:environmentName:EventDescription', eventDescription_environmentName - The name of the environment associated with this event.

$sel:eventDate:EventDescription', eventDescription_eventDate - The date when the event occurred.

$sel:message:EventDescription', eventDescription_message - The event message.

$sel:platformArn:EventDescription', eventDescription_platformArn - The ARN of the platform version.

$sel:requestId:EventDescription', eventDescription_requestId - The web service request ID for the activity of this event.

$sel:severity:EventDescription', eventDescription_severity - The severity level of this event.

$sel:templateName:EventDescription', eventDescription_templateName - The name of the configuration associated with this event.

$sel:versionLabel:EventDescription', eventDescription_versionLabel - The release label for the application version associated with this event.

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

The application associated with the event.

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

The name of the environment associated with this event.

eventDescription_eventDate :: Lens' EventDescription (Maybe UTCTime) Source #

The date when the event occurred.

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

The web service request ID for the activity of this event.

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

The name of the configuration associated with this event.

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

The release label for the application version associated with this event.