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

Description

 
Synopsis

Documentation

data InstanceTypeOffering Source #

The instance types offered.

See: newInstanceTypeOffering smart constructor.

Constructors

InstanceTypeOffering' 

Fields

Instances

Instances details
FromXML InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

Generic InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

Associated Types

type Rep InstanceTypeOffering :: Type -> Type #

Read InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

Show InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

NFData InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

Methods

rnf :: InstanceTypeOffering -> () #

Eq InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

Hashable InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

type Rep InstanceTypeOffering Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTypeOffering

type Rep InstanceTypeOffering = D1 ('MetaData "InstanceTypeOffering" "Amazonka.EC2.Types.InstanceTypeOffering" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceTypeOffering'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "locationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocationType)))))

newInstanceTypeOffering :: InstanceTypeOffering Source #

Create a value of InstanceTypeOffering 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:instanceType:InstanceTypeOffering', instanceTypeOffering_instanceType - The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

$sel:location:InstanceTypeOffering', instanceTypeOffering_location - The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)

$sel:locationType:InstanceTypeOffering', instanceTypeOffering_locationType - The location type.

instanceTypeOffering_instanceType :: Lens' InstanceTypeOffering (Maybe InstanceType) Source #

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

instanceTypeOffering_location :: Lens' InstanceTypeOffering (Maybe Text) Source #

The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)