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
Documentation
data ServerEvent Source #
An event that is related to the server, such as the start of maintenance or backup.
See: newServerEvent
smart constructor.
Instances
newServerEvent :: ServerEvent Source #
Create a value of ServerEvent
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:logUrl:ServerEvent'
, serverEvent_logUrl
- The Amazon S3 URL of the event's log file.
$sel:serverName:ServerEvent'
, serverEvent_serverName
- The name of the server on or for which the event occurred.
$sel:createdAt:ServerEvent'
, serverEvent_createdAt
- The time when the event occurred.
$sel:message:ServerEvent'
, serverEvent_message
- A human-readable informational or status message.
serverEvent_logUrl :: Lens' ServerEvent (Maybe Text) Source #
The Amazon S3 URL of the event's log file.
serverEvent_serverName :: Lens' ServerEvent (Maybe Text) Source #
The name of the server on or for which the event occurred.
serverEvent_createdAt :: Lens' ServerEvent (Maybe UTCTime) Source #
The time when the event occurred.
serverEvent_message :: Lens' ServerEvent (Maybe Text) Source #
A human-readable informational or status message.