| 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.DrS.Types.RecoveryInstanceDisk
Description
Synopsis
- data RecoveryInstanceDisk = RecoveryInstanceDisk' {}
- newRecoveryInstanceDisk :: RecoveryInstanceDisk
- recoveryInstanceDisk_bytes :: Lens' RecoveryInstanceDisk (Maybe Natural)
- recoveryInstanceDisk_ebsVolumeID :: Lens' RecoveryInstanceDisk (Maybe Text)
- recoveryInstanceDisk_internalDeviceName :: Lens' RecoveryInstanceDisk (Maybe Text)
Documentation
data RecoveryInstanceDisk Source #
An object representing a block storage device on the Recovery Instance.
See: newRecoveryInstanceDisk smart constructor.
Constructors
| RecoveryInstanceDisk' | |
Fields
| |
Instances
newRecoveryInstanceDisk :: RecoveryInstanceDisk Source #
Create a value of RecoveryInstanceDisk 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:bytes:RecoveryInstanceDisk', recoveryInstanceDisk_bytes - The amount of storage on the disk in bytes.
$sel:ebsVolumeID:RecoveryInstanceDisk', recoveryInstanceDisk_ebsVolumeID - The EBS Volume ID of this disk.
$sel:internalDeviceName:RecoveryInstanceDisk', recoveryInstanceDisk_internalDeviceName - The internal device name of this disk. This is the name that is visible
on the machine itself and not from the EC2 console.
recoveryInstanceDisk_bytes :: Lens' RecoveryInstanceDisk (Maybe Natural) Source #
The amount of storage on the disk in bytes.
recoveryInstanceDisk_ebsVolumeID :: Lens' RecoveryInstanceDisk (Maybe Text) Source #
The EBS Volume ID of this disk.
recoveryInstanceDisk_internalDeviceName :: Lens' RecoveryInstanceDisk (Maybe Text) Source #
The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.