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 InstanceDetails = InstanceDetails' {}
- newInstanceDetails :: InstanceDetails
- instanceDetails_eSInstanceDetails :: Lens' InstanceDetails (Maybe ESInstanceDetails)
- instanceDetails_rDSInstanceDetails :: Lens' InstanceDetails (Maybe RDSInstanceDetails)
- instanceDetails_elastiCacheInstanceDetails :: Lens' InstanceDetails (Maybe ElastiCacheInstanceDetails)
- instanceDetails_eC2InstanceDetails :: Lens' InstanceDetails (Maybe EC2InstanceDetails)
- instanceDetails_redshiftInstanceDetails :: Lens' InstanceDetails (Maybe RedshiftInstanceDetails)
Documentation
data InstanceDetails Source #
Details about the instances that Amazon Web Services recommends that you purchase.
See: newInstanceDetails
smart constructor.
InstanceDetails' | |
|
Instances
newInstanceDetails :: InstanceDetails Source #
Create a value of InstanceDetails
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:eSInstanceDetails:InstanceDetails'
, instanceDetails_eSInstanceDetails
- The Amazon ES instances that Amazon Web Services recommends that you
purchase.
$sel:rDSInstanceDetails:InstanceDetails'
, instanceDetails_rDSInstanceDetails
- The Amazon RDS instances that Amazon Web Services recommends that you
purchase.
$sel:elastiCacheInstanceDetails:InstanceDetails'
, instanceDetails_elastiCacheInstanceDetails
- The ElastiCache instances that Amazon Web Services recommends that you
purchase.
$sel:eC2InstanceDetails:InstanceDetails'
, instanceDetails_eC2InstanceDetails
- The Amazon EC2 instances that Amazon Web Services recommends that you
purchase.
$sel:redshiftInstanceDetails:InstanceDetails'
, instanceDetails_redshiftInstanceDetails
- The Amazon Redshift instances that Amazon Web Services recommends that
you purchase.
instanceDetails_eSInstanceDetails :: Lens' InstanceDetails (Maybe ESInstanceDetails) Source #
The Amazon ES instances that Amazon Web Services recommends that you purchase.
instanceDetails_rDSInstanceDetails :: Lens' InstanceDetails (Maybe RDSInstanceDetails) Source #
The Amazon RDS instances that Amazon Web Services recommends that you purchase.
instanceDetails_elastiCacheInstanceDetails :: Lens' InstanceDetails (Maybe ElastiCacheInstanceDetails) Source #
The ElastiCache instances that Amazon Web Services recommends that you purchase.
instanceDetails_eC2InstanceDetails :: Lens' InstanceDetails (Maybe EC2InstanceDetails) Source #
The Amazon EC2 instances that Amazon Web Services recommends that you purchase.
instanceDetails_redshiftInstanceDetails :: Lens' InstanceDetails (Maybe RedshiftInstanceDetails) Source #
The Amazon Redshift instances that Amazon Web Services recommends that you purchase.