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 |
Documentation
data VolumeStatusDetails Source #
Describes a volume status.
See: newVolumeStatusDetails
smart constructor.
Instances
newVolumeStatusDetails :: VolumeStatusDetails Source #
Create a value of VolumeStatusDetails
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:name:VolumeStatusDetails'
, volumeStatusDetails_name
- The name of the volume status.
$sel:status:VolumeStatusDetails'
, volumeStatusDetails_status
- The intended status of the volume status.
volumeStatusDetails_name :: Lens' VolumeStatusDetails (Maybe VolumeStatusName) Source #
The name of the volume status.
volumeStatusDetails_status :: Lens' VolumeStatusDetails (Maybe Text) Source #
The intended status of the volume status.