| 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.RDSInstanceDetails
Description
Synopsis
- data RDSInstanceDetails = RDSInstanceDetails' {}
- newRDSInstanceDetails :: RDSInstanceDetails
- rDSInstanceDetails_currentGeneration :: Lens' RDSInstanceDetails (Maybe Bool)
- rDSInstanceDetails_databaseEdition :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_databaseEngine :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_deploymentOption :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_family :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_instanceType :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_licenseModel :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_region :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_sizeFlexEligible :: Lens' RDSInstanceDetails (Maybe Bool)
Documentation
data RDSInstanceDetails Source #
Details about the Amazon RDS instances that Amazon Web Services recommends that you purchase.
See: newRDSInstanceDetails smart constructor.
Constructors
| RDSInstanceDetails' | |
Fields
| |
Instances
newRDSInstanceDetails :: RDSInstanceDetails Source #
Create a value of RDSInstanceDetails 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:RDSInstanceDetails', rDSInstanceDetails_currentGeneration - Determines whether the recommendation is for a current-generation
instance.
$sel:databaseEdition:RDSInstanceDetails', rDSInstanceDetails_databaseEdition - The database edition that the recommended reservation supports.
$sel:databaseEngine:RDSInstanceDetails', rDSInstanceDetails_databaseEngine - The database engine that the recommended reservation supports.
$sel:deploymentOption:RDSInstanceDetails', rDSInstanceDetails_deploymentOption - Determines whether the recommendation is for a reservation in a single
Availability Zone or a reservation with a backup in a second
Availability Zone.
$sel:family:RDSInstanceDetails', rDSInstanceDetails_family - The instance family of the recommended reservation.
$sel:instanceType:RDSInstanceDetails', rDSInstanceDetails_instanceType - The type of instance that Amazon Web Services recommends.
$sel:licenseModel:RDSInstanceDetails', rDSInstanceDetails_licenseModel - The license model that the recommended reservation supports.
$sel:region:RDSInstanceDetails', rDSInstanceDetails_region - The Amazon Web Services Region of the recommended reservation.
$sel:sizeFlexEligible:RDSInstanceDetails', rDSInstanceDetails_sizeFlexEligible - Determines whether the recommended reservation is size flexible.
rDSInstanceDetails_currentGeneration :: Lens' RDSInstanceDetails (Maybe Bool) Source #
Determines whether the recommendation is for a current-generation instance.
rDSInstanceDetails_databaseEdition :: Lens' RDSInstanceDetails (Maybe Text) Source #
The database edition that the recommended reservation supports.
rDSInstanceDetails_databaseEngine :: Lens' RDSInstanceDetails (Maybe Text) Source #
The database engine that the recommended reservation supports.
rDSInstanceDetails_deploymentOption :: Lens' RDSInstanceDetails (Maybe Text) Source #
Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
rDSInstanceDetails_family :: Lens' RDSInstanceDetails (Maybe Text) Source #
The instance family of the recommended reservation.
rDSInstanceDetails_instanceType :: Lens' RDSInstanceDetails (Maybe Text) Source #
The type of instance that Amazon Web Services recommends.
rDSInstanceDetails_licenseModel :: Lens' RDSInstanceDetails (Maybe Text) Source #
The license model that the recommended reservation supports.
rDSInstanceDetails_region :: Lens' RDSInstanceDetails (Maybe Text) Source #
The Amazon Web Services Region of the recommended reservation.
rDSInstanceDetails_sizeFlexEligible :: Lens' RDSInstanceDetails (Maybe Bool) Source #
Determines whether the recommended reservation is size flexible.