| 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 |
Amazonka.ECS.Types.ServiceEvent
Description
Synopsis
Documentation
data ServiceEvent Source #
Details on an event associated with a service.
See: newServiceEvent smart constructor.
Constructors
| ServiceEvent' | |
Instances
newServiceEvent :: ServiceEvent Source #
Create a value of ServiceEvent 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:ServiceEvent', serviceEvent_createdAt - The Unix timestamp for when the event was triggered.
$sel:id:ServiceEvent', serviceEvent_id - The ID string of the event.
$sel:message:ServiceEvent', serviceEvent_message - The event message.
serviceEvent_createdAt :: Lens' ServiceEvent (Maybe UTCTime) Source #
The Unix timestamp for when the event was triggered.
serviceEvent_id :: Lens' ServiceEvent (Maybe Text) Source #
The ID string of the event.
serviceEvent_message :: Lens' ServiceEvent (Maybe Text) Source #
The event message.