libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Read EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Show 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 #

NFData EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Methods

rnf :: EbsVolume -> () #

Hashable EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

FromJSON 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" "libZSservicesZSamazonka-emrZSamazonka-emr" '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.