| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticBeanstalk.Types.EventDescription
Description
Synopsis
- data EventDescription = EventDescription' {}
- newEventDescription :: EventDescription
- eventDescription_applicationName :: Lens' EventDescription (Maybe Text)
- eventDescription_environmentName :: Lens' EventDescription (Maybe Text)
- eventDescription_eventDate :: Lens' EventDescription (Maybe UTCTime)
- eventDescription_message :: Lens' EventDescription (Maybe Text)
- eventDescription_platformArn :: Lens' EventDescription (Maybe Text)
- eventDescription_requestId :: Lens' EventDescription (Maybe Text)
- eventDescription_severity :: Lens' EventDescription (Maybe EventSeverity)
- eventDescription_templateName :: Lens' EventDescription (Maybe Text)
- eventDescription_versionLabel :: Lens' EventDescription (Maybe Text)
Documentation
data EventDescription Source #
Describes an event.
See: newEventDescription smart constructor.
Constructors
| EventDescription' | |
Fields
| |
Instances
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_message :: Lens' EventDescription (Maybe Text) Source #
The event message.
eventDescription_platformArn :: Lens' EventDescription (Maybe Text) Source #
The ARN of the platform version.
eventDescription_requestId :: Lens' EventDescription (Maybe Text) Source #
The web service request ID for the activity of this event.
eventDescription_severity :: Lens' EventDescription (Maybe EventSeverity) Source #
The severity level 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.