| 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.CostExplorer.Types.ESInstanceDetails
Description
Synopsis
- data ESInstanceDetails = ESInstanceDetails' {}
- newESInstanceDetails :: ESInstanceDetails
- eSInstanceDetails_currentGeneration :: Lens' ESInstanceDetails (Maybe Bool)
- eSInstanceDetails_instanceClass :: Lens' ESInstanceDetails (Maybe Text)
- eSInstanceDetails_instanceSize :: Lens' ESInstanceDetails (Maybe Text)
- eSInstanceDetails_region :: Lens' ESInstanceDetails (Maybe Text)
- eSInstanceDetails_sizeFlexEligible :: Lens' ESInstanceDetails (Maybe Bool)
Documentation
data ESInstanceDetails Source #
Details about the Amazon OpenSearch Service instances that Amazon Web Services recommends that you purchase.
See: newESInstanceDetails smart constructor.
Constructors
| ESInstanceDetails' | |
Fields
| |
Instances
newESInstanceDetails :: ESInstanceDetails Source #
Create a value of ESInstanceDetails 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:currentGeneration:ESInstanceDetails', eSInstanceDetails_currentGeneration - Determines whether the recommendation is for a current-generation
instance.
$sel:instanceClass:ESInstanceDetails', eSInstanceDetails_instanceClass - The class of instance that Amazon Web Services recommends.
$sel:instanceSize:ESInstanceDetails', eSInstanceDetails_instanceSize - The size of instance that Amazon Web Services recommends.
$sel:region:ESInstanceDetails', eSInstanceDetails_region - The Amazon Web Services Region of the recommended reservation.
$sel:sizeFlexEligible:ESInstanceDetails', eSInstanceDetails_sizeFlexEligible - Determines whether the recommended reservation is size flexible.
eSInstanceDetails_currentGeneration :: Lens' ESInstanceDetails (Maybe Bool) Source #
Determines whether the recommendation is for a current-generation instance.
eSInstanceDetails_instanceClass :: Lens' ESInstanceDetails (Maybe Text) Source #
The class of instance that Amazon Web Services recommends.
eSInstanceDetails_instanceSize :: Lens' ESInstanceDetails (Maybe Text) Source #
The size of instance that Amazon Web Services recommends.
eSInstanceDetails_region :: Lens' ESInstanceDetails (Maybe Text) Source #
The Amazon Web Services Region of the recommended reservation.
eSInstanceDetails_sizeFlexEligible :: Lens' ESInstanceDetails (Maybe Bool) Source #
Determines whether the recommended reservation is size flexible.