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 ElastiCacheInstanceDetails = ElastiCacheInstanceDetails' {}
- newElastiCacheInstanceDetails :: ElastiCacheInstanceDetails
- elastiCacheInstanceDetails_currentGeneration :: Lens' ElastiCacheInstanceDetails (Maybe Bool)
- elastiCacheInstanceDetails_productDescription :: Lens' ElastiCacheInstanceDetails (Maybe Text)
- elastiCacheInstanceDetails_family :: Lens' ElastiCacheInstanceDetails (Maybe Text)
- elastiCacheInstanceDetails_sizeFlexEligible :: Lens' ElastiCacheInstanceDetails (Maybe Bool)
- elastiCacheInstanceDetails_region :: Lens' ElastiCacheInstanceDetails (Maybe Text)
- elastiCacheInstanceDetails_nodeType :: Lens' ElastiCacheInstanceDetails (Maybe Text)
Documentation
data ElastiCacheInstanceDetails Source #
Details about the Amazon ElastiCache instances that Amazon Web Services recommends that you purchase.
See: newElastiCacheInstanceDetails
smart constructor.
ElastiCacheInstanceDetails' | |
|
Instances
newElastiCacheInstanceDetails :: ElastiCacheInstanceDetails Source #
Create a value of ElastiCacheInstanceDetails
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:ElastiCacheInstanceDetails'
, elastiCacheInstanceDetails_currentGeneration
- Determines whether the recommendation is for a current generation
instance.
$sel:productDescription:ElastiCacheInstanceDetails'
, elastiCacheInstanceDetails_productDescription
- The description of the recommended reservation.
$sel:family:ElastiCacheInstanceDetails'
, elastiCacheInstanceDetails_family
- The instance family of the recommended reservation.
$sel:sizeFlexEligible:ElastiCacheInstanceDetails'
, elastiCacheInstanceDetails_sizeFlexEligible
- Determines whether the recommended reservation is size flexible.
$sel:region:ElastiCacheInstanceDetails'
, elastiCacheInstanceDetails_region
- The Amazon Web Services Region of the recommended reservation.
$sel:nodeType:ElastiCacheInstanceDetails'
, elastiCacheInstanceDetails_nodeType
- The type of node that Amazon Web Services recommends.
elastiCacheInstanceDetails_currentGeneration :: Lens' ElastiCacheInstanceDetails (Maybe Bool) Source #
Determines whether the recommendation is for a current generation instance.
elastiCacheInstanceDetails_productDescription :: Lens' ElastiCacheInstanceDetails (Maybe Text) Source #
The description of the recommended reservation.
elastiCacheInstanceDetails_family :: Lens' ElastiCacheInstanceDetails (Maybe Text) Source #
The instance family of the recommended reservation.
elastiCacheInstanceDetails_sizeFlexEligible :: Lens' ElastiCacheInstanceDetails (Maybe Bool) Source #
Determines whether the recommended reservation is size flexible.
elastiCacheInstanceDetails_region :: Lens' ElastiCacheInstanceDetails (Maybe Text) Source #
The Amazon Web Services Region of the recommended reservation.
elastiCacheInstanceDetails_nodeType :: Lens' ElastiCacheInstanceDetails (Maybe Text) Source #
The type of node that Amazon Web Services recommends.