Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EventDescription = EventDescription' {}
- newEventDescription :: EventDescription
- eventDescription_requestId :: Lens' EventDescription (Maybe Text)
- eventDescription_templateName :: Lens' EventDescription (Maybe Text)
- eventDescription_severity :: Lens' EventDescription (Maybe EventSeverity)
- eventDescription_versionLabel :: Lens' EventDescription (Maybe Text)
- eventDescription_platformArn :: Lens' EventDescription (Maybe Text)
- eventDescription_environmentName :: Lens' EventDescription (Maybe Text)
- eventDescription_applicationName :: Lens' EventDescription (Maybe Text)
- eventDescription_eventDate :: Lens' EventDescription (Maybe UTCTime)
- eventDescription_message :: Lens' EventDescription (Maybe Text)
Documentation
data EventDescription Source #
Describes an event.
See: newEventDescription
smart constructor.
EventDescription' | |
|
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: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_severity :: Lens' EventDescription (Maybe EventSeverity) Source #
The severity level of this event.
eventDescription_versionLabel :: Lens' EventDescription (Maybe Text) Source #
The release label for the application version associated with this event.
eventDescription_platformArn :: Lens' EventDescription (Maybe Text) Source #
The ARN of the platform version.
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.
eventDescription_message :: Lens' EventDescription (Maybe Text) Source #
The event message.