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 ESInstanceDetails = ESInstanceDetails' {}
- newESInstanceDetails :: ESInstanceDetails
- eSInstanceDetails_currentGeneration :: Lens' ESInstanceDetails (Maybe Bool)
- eSInstanceDetails_instanceClass :: Lens' ESInstanceDetails (Maybe Text)
- eSInstanceDetails_instanceSize :: Lens' ESInstanceDetails (Maybe Text)
- eSInstanceDetails_sizeFlexEligible :: Lens' ESInstanceDetails (Maybe Bool)
- eSInstanceDetails_region :: Lens' ESInstanceDetails (Maybe Text)
Documentation
data ESInstanceDetails Source #
Details about the Amazon ES instances that Amazon Web Services recommends that you purchase.
See: newESInstanceDetails
smart constructor.
ESInstanceDetails' | |
|
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:sizeFlexEligible:ESInstanceDetails'
, eSInstanceDetails_sizeFlexEligible
- Determines whether the recommended reservation is size flexible.
$sel:region:ESInstanceDetails'
, eSInstanceDetails_region
- The Amazon Web Services Region of the recommended reservation.
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_sizeFlexEligible :: Lens' ESInstanceDetails (Maybe Bool) Source #
Determines whether the recommended reservation is size flexible.
eSInstanceDetails_region :: Lens' ESInstanceDetails (Maybe Text) Source #
The Amazon Web Services Region of the recommended reservation.