Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AcceleratorTypeOffering = AcceleratorTypeOffering' {}
- newAcceleratorTypeOffering :: AcceleratorTypeOffering
- acceleratorTypeOffering_acceleratorType :: Lens' AcceleratorTypeOffering (Maybe Text)
- acceleratorTypeOffering_location :: Lens' AcceleratorTypeOffering (Maybe Text)
- acceleratorTypeOffering_locationType :: Lens' AcceleratorTypeOffering (Maybe LocationType)
Documentation
data AcceleratorTypeOffering Source #
The offering for an Elastic Inference Accelerator type.
See: newAcceleratorTypeOffering
smart constructor.
AcceleratorTypeOffering' | |
|
Instances
newAcceleratorTypeOffering :: AcceleratorTypeOffering Source #
Create a value of AcceleratorTypeOffering
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:acceleratorType:AcceleratorTypeOffering'
, acceleratorTypeOffering_acceleratorType
- The name of the Elastic Inference Accelerator type.
$sel:location:AcceleratorTypeOffering'
, acceleratorTypeOffering_location
- The location for the offering. It will return either the region,
availability zone or availability zone id for the offering depending on
the locationType value.
$sel:locationType:AcceleratorTypeOffering'
, acceleratorTypeOffering_locationType
- The location type for the offering. It can assume the following values:
region: defines that the offering is at the regional level.
availability-zone: defines that the offering is at the availability zone
level. availability-zone-id: defines that the offering is at the
availability zone level, defined by the availability zone id.
acceleratorTypeOffering_acceleratorType :: Lens' AcceleratorTypeOffering (Maybe Text) Source #
The name of the Elastic Inference Accelerator type.
acceleratorTypeOffering_location :: Lens' AcceleratorTypeOffering (Maybe Text) Source #
The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.
acceleratorTypeOffering_locationType :: Lens' AcceleratorTypeOffering (Maybe LocationType) Source #
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.