| 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.EC2.Types.VolumeStatusInfo
Description
Documentation
data VolumeStatusInfo Source #
Describes the status of a volume.
See: newVolumeStatusInfo smart constructor.
Constructors
| VolumeStatusInfo' | |
Fields
| |
Instances
newVolumeStatusInfo :: VolumeStatusInfo Source #
Create a value of VolumeStatusInfo 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:details:VolumeStatusInfo', volumeStatusInfo_details - The details of the volume status.
VolumeStatusInfo, volumeStatusInfo_status - The status of the volume.
volumeStatusInfo_details :: Lens' VolumeStatusInfo (Maybe [VolumeStatusDetails]) Source #
The details of the volume status.
volumeStatusInfo_status :: Lens' VolumeStatusInfo (Maybe VolumeStatusInfoStatus) Source #
The status of the volume.