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

Description

 
Synopsis

Documentation

data EbsInfo Source #

Describes the Amazon EBS features supported by the instance type.

See: newEbsInfo smart constructor.

Constructors

EbsInfo' 

Fields

Instances

Instances details
FromXML EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

Generic EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

Associated Types

type Rep EbsInfo :: Type -> Type #

Methods

from :: EbsInfo -> Rep EbsInfo x #

to :: Rep EbsInfo x -> EbsInfo #

Read EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

Show EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

NFData EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

Methods

rnf :: EbsInfo -> () #

Eq EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

Methods

(==) :: EbsInfo -> EbsInfo -> Bool #

(/=) :: EbsInfo -> EbsInfo -> Bool #

Hashable EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

Methods

hashWithSalt :: Int -> EbsInfo -> Int #

hash :: EbsInfo -> Int #

type Rep EbsInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.EbsInfo

type Rep EbsInfo = D1 ('MetaData "EbsInfo" "Amazonka.EC2.Types.EbsInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "EbsInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ebsOptimizedInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbsOptimizedInfo)) :*: S1 ('MetaSel ('Just "ebsOptimizedSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbsOptimizedSupport))) :*: (S1 ('MetaSel ('Just "encryptionSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbsEncryptionSupport)) :*: S1 ('MetaSel ('Just "nvmeSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbsNvmeSupport)))))

newEbsInfo :: EbsInfo Source #

Create a value of EbsInfo 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:ebsOptimizedInfo:EbsInfo', ebsInfo_ebsOptimizedInfo - Describes the optimized EBS performance for the instance type.

$sel:ebsOptimizedSupport:EbsInfo', ebsInfo_ebsOptimizedSupport - Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

$sel:encryptionSupport:EbsInfo', ebsInfo_encryptionSupport - Indicates whether Amazon EBS encryption is supported.

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

ebsInfo_ebsOptimizedInfo :: Lens' EbsInfo (Maybe EbsOptimizedInfo) Source #

Describes the optimized EBS performance for the instance type.

ebsInfo_ebsOptimizedSupport :: Lens' EbsInfo (Maybe EbsOptimizedSupport) Source #

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

ebsInfo_encryptionSupport :: Lens' EbsInfo (Maybe EbsEncryptionSupport) Source #

Indicates whether Amazon EBS encryption is supported.

ebsInfo_nvmeSupport :: Lens' EbsInfo (Maybe EbsNvmeSupport) Source #

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