amazonka-emr-2.0: Amazon EMR 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.EMR.Types.EbsVolume

Description

 
Synopsis

Documentation

data EbsVolume Source #

EBS block device that's attached to an EC2 instance.

See: newEbsVolume smart constructor.

Constructors

EbsVolume' 

Fields

Instances

Instances details
FromJSON EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Generic EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Associated Types

type Rep EbsVolume :: Type -> Type #

Read EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Show EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

NFData EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Methods

rnf :: EbsVolume -> () #

Eq EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Hashable EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

type Rep EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

type Rep EbsVolume = D1 ('MetaData "EbsVolume" "Amazonka.EMR.Types.EbsVolume" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "EbsVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "device") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEbsVolume :: EbsVolume Source #

Create a value of EbsVolume 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:device:EbsVolume', ebsVolume_device - The device name that is exposed to the instance, such as /dev/sdh.

$sel:volumeId:EbsVolume', ebsVolume_volumeId - The volume identifier of the EBS volume.

ebsVolume_device :: Lens' EbsVolume (Maybe Text) Source #

The device name that is exposed to the instance, such as /dev/sdh.

ebsVolume_volumeId :: Lens' EbsVolume (Maybe Text) Source #

The volume identifier of the EBS volume.