libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
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.ElasticBeanstalk.Types.EventDescription

Description

 
Synopsis

Documentation

data EventDescription Source #

Describes an event.

See: newEventDescription smart constructor.

Constructors

EventDescription' 

Fields

Instances

Instances details
Eq EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Read EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

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

NFData EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Methods

rnf :: EventDescription -> () #

Hashable EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

FromXML EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

type Rep EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

type Rep EventDescription = D1 ('MetaData "EventDescription" "Amazonka.ElasticBeanstalk.Types.EventDescription" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "EventDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSeverity)) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "message") '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:requestId:EventDescription', eventDescription_requestId - The web service request ID for the activity of this event.

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

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

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

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

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

$sel:applicationName:EventDescription', eventDescription_applicationName - The application associated with the event.

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

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

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.

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

The name of the environment associated with this event.

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

The application associated with the event.

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

The date when the event occurred.