amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.InstanceStorageInfo

Description

 
Synopsis

Documentation

data InstanceStorageInfo Source #

Describes the instance store features that are supported by the instance type.

See: newInstanceStorageInfo smart constructor.

Constructors

InstanceStorageInfo' 

Fields

Instances

Instances details
FromXML InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

Generic InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

Associated Types

type Rep InstanceStorageInfo :: Type -> Type #

Read InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

Show InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

NFData InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

Methods

rnf :: InstanceStorageInfo -> () #

Eq InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

Hashable InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

type Rep InstanceStorageInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceStorageInfo

type Rep InstanceStorageInfo = D1 ('MetaData "InstanceStorageInfo" "Amazonka.EC2.Types.InstanceStorageInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceStorageInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "disks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DiskInfo])) :*: S1 ('MetaSel ('Just "encryptionSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceStorageEncryptionSupport))) :*: (S1 ('MetaSel ('Just "nvmeSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EphemeralNvmeSupport)) :*: S1 ('MetaSel ('Just "totalSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newInstanceStorageInfo :: InstanceStorageInfo Source #

Create a value of InstanceStorageInfo 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:disks:InstanceStorageInfo', instanceStorageInfo_disks - Describes the disks that are available for the instance type.

$sel:encryptionSupport:InstanceStorageInfo', instanceStorageInfo_encryptionSupport - Indicates whether data is encrypted at rest.

$sel:nvmeSupport:InstanceStorageInfo', instanceStorageInfo_nvmeSupport - Indicates whether non-volatile memory express (NVMe) is supported.

$sel:totalSizeInGB:InstanceStorageInfo', instanceStorageInfo_totalSizeInGB - The total size of the disks, in GB.

instanceStorageInfo_disks :: Lens' InstanceStorageInfo (Maybe [DiskInfo]) Source #

Describes the disks that are available for the instance type.

instanceStorageInfo_nvmeSupport :: Lens' InstanceStorageInfo (Maybe EphemeralNvmeSupport) Source #

Indicates whether non-volatile memory express (NVMe) is supported.