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 |
Synopsis
- data VolumeRecoveryPointInfo = VolumeRecoveryPointInfo' {}
- newVolumeRecoveryPointInfo :: VolumeRecoveryPointInfo
- volumeRecoveryPointInfo_volumeRecoveryPointTime :: Lens' VolumeRecoveryPointInfo (Maybe Text)
- volumeRecoveryPointInfo_volumeARN :: Lens' VolumeRecoveryPointInfo (Maybe Text)
- volumeRecoveryPointInfo_volumeSizeInBytes :: Lens' VolumeRecoveryPointInfo (Maybe Integer)
- volumeRecoveryPointInfo_volumeUsageInBytes :: Lens' VolumeRecoveryPointInfo (Maybe Integer)
Documentation
data VolumeRecoveryPointInfo Source #
Describes a storage volume recovery point object.
See: newVolumeRecoveryPointInfo
smart constructor.
VolumeRecoveryPointInfo' | |
|
Instances
newVolumeRecoveryPointInfo :: VolumeRecoveryPointInfo Source #
Create a value of VolumeRecoveryPointInfo
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:volumeRecoveryPointTime:VolumeRecoveryPointInfo'
, volumeRecoveryPointInfo_volumeRecoveryPointTime
- The time the recovery point was taken.
$sel:volumeARN:VolumeRecoveryPointInfo'
, volumeRecoveryPointInfo_volumeARN
- The Amazon Resource Name (ARN) of the volume target.
$sel:volumeSizeInBytes:VolumeRecoveryPointInfo'
, volumeRecoveryPointInfo_volumeSizeInBytes
- The size of the volume in bytes.
$sel:volumeUsageInBytes:VolumeRecoveryPointInfo'
, volumeRecoveryPointInfo_volumeUsageInBytes
- The size of the data stored on the volume in bytes.
This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
volumeRecoveryPointInfo_volumeRecoveryPointTime :: Lens' VolumeRecoveryPointInfo (Maybe Text) Source #
The time the recovery point was taken.
volumeRecoveryPointInfo_volumeARN :: Lens' VolumeRecoveryPointInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of the volume target.
volumeRecoveryPointInfo_volumeSizeInBytes :: Lens' VolumeRecoveryPointInfo (Maybe Integer) Source #
The size of the volume in bytes.
volumeRecoveryPointInfo_volumeUsageInBytes :: Lens' VolumeRecoveryPointInfo (Maybe Integer) Source #
The size of the data stored on the volume in bytes.
This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.