| 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.OpsWorksCM.Types.ServerEvent
Description
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.
Constructors
| ServerEvent' | |
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:createdAt:ServerEvent', serverEvent_createdAt - The time when the event occurred.
$sel:logUrl:ServerEvent', serverEvent_logUrl - The Amazon S3 URL of the event's log file.
$sel:message:ServerEvent', serverEvent_message - A human-readable informational or status message.
$sel:serverName:ServerEvent', serverEvent_serverName - 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_logUrl :: Lens' ServerEvent (Maybe Text) Source #
The Amazon S3 URL of the event's log file.
serverEvent_message :: Lens' ServerEvent (Maybe Text) Source #
A human-readable informational or status message.
serverEvent_serverName :: Lens' ServerEvent (Maybe Text) Source #
The name of the server on or for which the event occurred.