| 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.EC2.Types.InstanceTypeOffering
Description
Synopsis
- data InstanceTypeOffering = InstanceTypeOffering' {}
- newInstanceTypeOffering :: InstanceTypeOffering
- instanceTypeOffering_instanceType :: Lens' InstanceTypeOffering (Maybe InstanceType)
- instanceTypeOffering_location :: Lens' InstanceTypeOffering (Maybe Text)
- instanceTypeOffering_locationType :: Lens' InstanceTypeOffering (Maybe LocationType)
Documentation
data InstanceTypeOffering Source #
The instance types offered.
See: newInstanceTypeOffering smart constructor.
Constructors
| InstanceTypeOffering' | |
Fields
| |
Instances
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.)
instanceTypeOffering_locationType :: Lens' InstanceTypeOffering (Maybe LocationType) Source #
The location type.