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

Description

 
Synopsis

Documentation

data InstanceTypeInfo Source #

Describes the instance type.

See: newInstanceTypeInfo smart constructor.

Constructors

InstanceTypeInfo' 

Fields

Instances

Instances details
FromXML InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

Generic InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

Associated Types

type Rep InstanceTypeInfo :: Type -> Type #

Read InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

Show InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

NFData InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

Methods

rnf :: InstanceTypeInfo -> () #

Eq InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

Hashable InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

type Rep InstanceTypeInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeInfo

type Rep InstanceTypeInfo = D1 ('MetaData "InstanceTypeInfo" "Amazonka.EC2.Types.InstanceTypeInfo" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceTypeInfo'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "autoRecoverySupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "bareMetal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "burstablePerformanceSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "currentGeneration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dedicatedHostsSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ebsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbsInfo))))) :*: ((S1 ('MetaSel ('Just "fpgaInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FpgaInfo)) :*: (S1 ('MetaSel ('Just "freeTierEligible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "gpuInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GpuInfo)))) :*: (S1 ('MetaSel ('Just "hibernationSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "hypervisor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceTypeHypervisor)) :*: S1 ('MetaSel ('Just "inferenceAcceleratorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceAcceleratorInfo)))))) :*: (((S1 ('MetaSel ('Just "instanceStorageInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceStorageInfo)) :*: (S1 ('MetaSel ('Just "instanceStorageSupported") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)))) :*: (S1 ('MetaSel ('Just "memoryInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MemoryInfo)) :*: (S1 ('MetaSel ('Just "networkInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInfo)) :*: S1 ('MetaSel ('Just "placementGroupInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementGroupInfo))))) :*: ((S1 ('MetaSel ('Just "processorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessorInfo)) :*: (S1 ('MetaSel ('Just "supportedBootModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BootModeType])) :*: S1 ('MetaSel ('Just "supportedRootDeviceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RootDeviceType])))) :*: (S1 ('MetaSel ('Just "supportedUsageClasses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UsageClassType])) :*: (S1 ('MetaSel ('Just "supportedVirtualizationTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VirtualizationType])) :*: S1 ('MetaSel ('Just "vCpuInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VCpuInfo))))))))

newInstanceTypeInfo :: InstanceTypeInfo Source #

Create a value of InstanceTypeInfo 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:autoRecoverySupported:InstanceTypeInfo', instanceTypeInfo_autoRecoverySupported - Indicates whether auto recovery is supported.

$sel:bareMetal:InstanceTypeInfo', instanceTypeInfo_bareMetal - Indicates whether the instance is a bare metal instance type.

$sel:burstablePerformanceSupported:InstanceTypeInfo', instanceTypeInfo_burstablePerformanceSupported - Indicates whether the instance type is a burstable performance instance type.

$sel:currentGeneration:InstanceTypeInfo', instanceTypeInfo_currentGeneration - Indicates whether the instance type is current generation.

$sel:dedicatedHostsSupported:InstanceTypeInfo', instanceTypeInfo_dedicatedHostsSupported - Indicates whether Dedicated Hosts are supported on the instance type.

$sel:ebsInfo:InstanceTypeInfo', instanceTypeInfo_ebsInfo - Describes the Amazon EBS settings for the instance type.

$sel:fpgaInfo:InstanceTypeInfo', instanceTypeInfo_fpgaInfo - Describes the FPGA accelerator settings for the instance type.

$sel:freeTierEligible:InstanceTypeInfo', instanceTypeInfo_freeTierEligible - Indicates whether the instance type is eligible for the free tier.

$sel:gpuInfo:InstanceTypeInfo', instanceTypeInfo_gpuInfo - Describes the GPU accelerator settings for the instance type.

$sel:hibernationSupported:InstanceTypeInfo', instanceTypeInfo_hibernationSupported - Indicates whether On-Demand hibernation is supported.

$sel:hypervisor:InstanceTypeInfo', instanceTypeInfo_hypervisor - The hypervisor for the instance type.

$sel:inferenceAcceleratorInfo:InstanceTypeInfo', instanceTypeInfo_inferenceAcceleratorInfo - Describes the Inference accelerator settings for the instance type.

$sel:instanceStorageInfo:InstanceTypeInfo', instanceTypeInfo_instanceStorageInfo - Describes the instance storage for the instance type.

$sel:instanceStorageSupported:InstanceTypeInfo', instanceTypeInfo_instanceStorageSupported - Indicates whether instance storage is supported.

$sel:instanceType:InstanceTypeInfo', instanceTypeInfo_instanceType - The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

$sel:memoryInfo:InstanceTypeInfo', instanceTypeInfo_memoryInfo - Describes the memory for the instance type.

$sel:networkInfo:InstanceTypeInfo', instanceTypeInfo_networkInfo - Describes the network settings for the instance type.

$sel:placementGroupInfo:InstanceTypeInfo', instanceTypeInfo_placementGroupInfo - Describes the placement group settings for the instance type.

$sel:processorInfo:InstanceTypeInfo', instanceTypeInfo_processorInfo - Describes the processor.

$sel:supportedBootModes:InstanceTypeInfo', instanceTypeInfo_supportedBootModes - The supported boot modes. For more information, see Boot modes in the Amazon EC2 User Guide.

$sel:supportedRootDeviceTypes:InstanceTypeInfo', instanceTypeInfo_supportedRootDeviceTypes - The supported root device types.

$sel:supportedUsageClasses:InstanceTypeInfo', instanceTypeInfo_supportedUsageClasses - Indicates whether the instance type is offered for spot or On-Demand.

$sel:supportedVirtualizationTypes:InstanceTypeInfo', instanceTypeInfo_supportedVirtualizationTypes - The supported virtualization types.

$sel:vCpuInfo:InstanceTypeInfo', instanceTypeInfo_vCpuInfo - Describes the vCPU configurations for the instance type.

instanceTypeInfo_autoRecoverySupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether auto recovery is supported.

instanceTypeInfo_bareMetal :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance is a bare metal instance type.

instanceTypeInfo_burstablePerformanceSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance type is a burstable performance instance type.

instanceTypeInfo_currentGeneration :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance type is current generation.

instanceTypeInfo_dedicatedHostsSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether Dedicated Hosts are supported on the instance type.

instanceTypeInfo_ebsInfo :: Lens' InstanceTypeInfo (Maybe EbsInfo) Source #

Describes the Amazon EBS settings for the instance type.

instanceTypeInfo_fpgaInfo :: Lens' InstanceTypeInfo (Maybe FpgaInfo) Source #

Describes the FPGA accelerator settings for the instance type.

instanceTypeInfo_freeTierEligible :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether the instance type is eligible for the free tier.

instanceTypeInfo_gpuInfo :: Lens' InstanceTypeInfo (Maybe GpuInfo) Source #

Describes the GPU accelerator settings for the instance type.

instanceTypeInfo_hibernationSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether On-Demand hibernation is supported.

instanceTypeInfo_inferenceAcceleratorInfo :: Lens' InstanceTypeInfo (Maybe InferenceAcceleratorInfo) Source #

Describes the Inference accelerator settings for the instance type.

instanceTypeInfo_instanceStorageInfo :: Lens' InstanceTypeInfo (Maybe InstanceStorageInfo) Source #

Describes the instance storage for the instance type.

instanceTypeInfo_instanceStorageSupported :: Lens' InstanceTypeInfo (Maybe Bool) Source #

Indicates whether instance storage is supported.

instanceTypeInfo_instanceType :: Lens' InstanceTypeInfo (Maybe InstanceType) Source #

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

instanceTypeInfo_memoryInfo :: Lens' InstanceTypeInfo (Maybe MemoryInfo) Source #

Describes the memory for the instance type.

instanceTypeInfo_networkInfo :: Lens' InstanceTypeInfo (Maybe NetworkInfo) Source #

Describes the network settings for the instance type.

instanceTypeInfo_placementGroupInfo :: Lens' InstanceTypeInfo (Maybe PlacementGroupInfo) Source #

Describes the placement group settings for the instance type.

instanceTypeInfo_supportedBootModes :: Lens' InstanceTypeInfo (Maybe [BootModeType]) Source #

The supported boot modes. For more information, see Boot modes in the Amazon EC2 User Guide.

instanceTypeInfo_supportedUsageClasses :: Lens' InstanceTypeInfo (Maybe [UsageClassType]) Source #

Indicates whether the instance type is offered for spot or On-Demand.

instanceTypeInfo_vCpuInfo :: Lens' InstanceTypeInfo (Maybe VCpuInfo) Source #

Describes the vCPU configurations for the instance type.