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 VolumeStatusAction = VolumeStatusAction' {}
- newVolumeStatusAction :: VolumeStatusAction
- volumeStatusAction_code :: Lens' VolumeStatusAction (Maybe Text)
- volumeStatusAction_description :: Lens' VolumeStatusAction (Maybe Text)
- volumeStatusAction_eventId :: Lens' VolumeStatusAction (Maybe Text)
- volumeStatusAction_eventType :: Lens' VolumeStatusAction (Maybe Text)
Documentation
data VolumeStatusAction Source #
Describes a volume status operation code.
See: newVolumeStatusAction
smart constructor.
Instances
newVolumeStatusAction :: VolumeStatusAction Source #
Create a value of VolumeStatusAction
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:code:VolumeStatusAction'
, volumeStatusAction_code
- The code identifying the operation, for example, enable-volume-io
.
$sel:description:VolumeStatusAction'
, volumeStatusAction_description
- A description of the operation.
$sel:eventId:VolumeStatusAction'
, volumeStatusAction_eventId
- The ID of the event associated with this operation.
$sel:eventType:VolumeStatusAction'
, volumeStatusAction_eventType
- The event type associated with this operation.
volumeStatusAction_code :: Lens' VolumeStatusAction (Maybe Text) Source #
The code identifying the operation, for example, enable-volume-io
.
volumeStatusAction_description :: Lens' VolumeStatusAction (Maybe Text) Source #
A description of the operation.
volumeStatusAction_eventId :: Lens' VolumeStatusAction (Maybe Text) Source #
The ID of the event associated with this operation.
volumeStatusAction_eventType :: Lens' VolumeStatusAction (Maybe Text) Source #
The event type associated with this operation.