| 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.InstanceDetails
Description
Synopsis
- data InstanceDetails = InstanceDetails' {}
- newInstanceDetails :: InstanceDetails
- instanceDetails_eC2InstanceDetails :: Lens' InstanceDetails (Maybe EC2InstanceDetails)
- instanceDetails_eSInstanceDetails :: Lens' InstanceDetails (Maybe ESInstanceDetails)
- instanceDetails_elastiCacheInstanceDetails :: Lens' InstanceDetails (Maybe ElastiCacheInstanceDetails)
- instanceDetails_rDSInstanceDetails :: Lens' InstanceDetails (Maybe RDSInstanceDetails)
- 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.
Constructors
| InstanceDetails' | |
Fields
| |
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:eC2InstanceDetails:InstanceDetails', instanceDetails_eC2InstanceDetails - The Amazon EC2 instances that Amazon Web Services recommends that you
purchase.
$sel:eSInstanceDetails:InstanceDetails', instanceDetails_eSInstanceDetails - The Amazon OpenSearch Service 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:rDSInstanceDetails:InstanceDetails', instanceDetails_rDSInstanceDetails - The Amazon RDS 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_eC2InstanceDetails :: Lens' InstanceDetails (Maybe EC2InstanceDetails) Source #
The Amazon EC2 instances that Amazon Web Services recommends that you purchase.
instanceDetails_eSInstanceDetails :: Lens' InstanceDetails (Maybe ESInstanceDetails) Source #
The Amazon OpenSearch Service 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_rDSInstanceDetails :: Lens' InstanceDetails (Maybe RDSInstanceDetails) Source #
The Amazon RDS 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.