| 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.EMR.Types.EbsVolume
Description
Synopsis
- data EbsVolume = EbsVolume' {}
- newEbsVolume :: EbsVolume
- ebsVolume_device :: Lens' EbsVolume (Maybe Text)
- ebsVolume_volumeId :: Lens' EbsVolume (Maybe Text)
Documentation
EBS block device that's attached to an EC2 instance.
See: newEbsVolume smart constructor.
Constructors
| EbsVolume' | |
Instances
| FromJSON EbsVolume Source # | |
| Generic EbsVolume Source # | |
| Read EbsVolume Source # | |
| Show EbsVolume Source # | |
| NFData EbsVolume Source # | |
Defined in Amazonka.EMR.Types.EbsVolume | |
| Eq EbsVolume Source # | |
| Hashable EbsVolume Source # | |
Defined in Amazonka.EMR.Types.EbsVolume | |
| type Rep EbsVolume Source # | |
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.