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 |
Synopsis
- data VolumeStatusEvent = VolumeStatusEvent' {}
- newVolumeStatusEvent :: VolumeStatusEvent
- volumeStatusEvent_description :: Lens' VolumeStatusEvent (Maybe Text)
- volumeStatusEvent_eventId :: Lens' VolumeStatusEvent (Maybe Text)
- volumeStatusEvent_eventType :: Lens' VolumeStatusEvent (Maybe Text)
- volumeStatusEvent_instanceId :: Lens' VolumeStatusEvent (Maybe Text)
- volumeStatusEvent_notAfter :: Lens' VolumeStatusEvent (Maybe UTCTime)
- volumeStatusEvent_notBefore :: Lens' VolumeStatusEvent (Maybe UTCTime)
Documentation
data VolumeStatusEvent Source #
Describes a volume status event.
See: newVolumeStatusEvent
smart constructor.
VolumeStatusEvent' | |
|
Instances
newVolumeStatusEvent :: VolumeStatusEvent Source #
Create a value of VolumeStatusEvent
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:description:VolumeStatusEvent'
, volumeStatusEvent_description
- A description of the event.
$sel:eventId:VolumeStatusEvent'
, volumeStatusEvent_eventId
- The ID of this event.
$sel:eventType:VolumeStatusEvent'
, volumeStatusEvent_eventType
- The type of this event.
$sel:instanceId:VolumeStatusEvent'
, volumeStatusEvent_instanceId
- The ID of the instance associated with the event.
$sel:notAfter:VolumeStatusEvent'
, volumeStatusEvent_notAfter
- The latest end time of the event.
$sel:notBefore:VolumeStatusEvent'
, volumeStatusEvent_notBefore
- The earliest start time of the event.
volumeStatusEvent_description :: Lens' VolumeStatusEvent (Maybe Text) Source #
A description of the event.
volumeStatusEvent_eventId :: Lens' VolumeStatusEvent (Maybe Text) Source #
The ID of this event.
volumeStatusEvent_eventType :: Lens' VolumeStatusEvent (Maybe Text) Source #
The type of this event.
volumeStatusEvent_instanceId :: Lens' VolumeStatusEvent (Maybe Text) Source #
The ID of the instance associated with the event.
volumeStatusEvent_notAfter :: Lens' VolumeStatusEvent (Maybe UTCTime) Source #
The latest end time of the event.
volumeStatusEvent_notBefore :: Lens' VolumeStatusEvent (Maybe UTCTime) Source #
The earliest start time of the event.