amazonka-drs-2.0: Amazon Elastic Disaster Recovery Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DrS.Types.RecoveryInstanceDisk

Description

 
Synopsis

Documentation

data RecoveryInstanceDisk Source #

An object representing a block storage device on the Recovery Instance.

See: newRecoveryInstanceDisk smart constructor.

Constructors

RecoveryInstanceDisk' 

Fields

Instances

Instances details
FromJSON RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

Generic RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

Associated Types

type Rep RecoveryInstanceDisk :: Type -> Type #

Read RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

Show RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

NFData RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

Methods

rnf :: RecoveryInstanceDisk -> () #

Eq RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

Hashable RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

type Rep RecoveryInstanceDisk Source # 
Instance details

Defined in Amazonka.DrS.Types.RecoveryInstanceDisk

type Rep RecoveryInstanceDisk = D1 ('MetaData "RecoveryInstanceDisk" "Amazonka.DrS.Types.RecoveryInstanceDisk" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "RecoveryInstanceDisk'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "ebsVolumeID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "internalDeviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_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.