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 RDSInstanceDetails = RDSInstanceDetails' {}
- newRDSInstanceDetails :: RDSInstanceDetails
- rDSInstanceDetails_currentGeneration :: Lens' RDSInstanceDetails (Maybe Bool)
- 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_sizeFlexEligible :: Lens' RDSInstanceDetails (Maybe Bool)
- rDSInstanceDetails_region :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_databaseEngine :: Lens' RDSInstanceDetails (Maybe Text)
- rDSInstanceDetails_databaseEdition :: Lens' RDSInstanceDetails (Maybe Text)
Documentation
data RDSInstanceDetails Source #
Details about the Amazon RDS instances that Amazon Web Services recommends that you purchase.
See: newRDSInstanceDetails
smart constructor.
RDSInstanceDetails' | |
|
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: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:sizeFlexEligible:RDSInstanceDetails'
, rDSInstanceDetails_sizeFlexEligible
- Determines whether the recommended reservation is size flexible.
$sel:region:RDSInstanceDetails'
, rDSInstanceDetails_region
- The Amazon Web Services Region of the recommended reservation.
$sel:databaseEngine:RDSInstanceDetails'
, rDSInstanceDetails_databaseEngine
- The database engine that the recommended reservation supports.
$sel:databaseEdition:RDSInstanceDetails'
, rDSInstanceDetails_databaseEdition
- The database edition that the recommended reservation supports.
rDSInstanceDetails_currentGeneration :: Lens' RDSInstanceDetails (Maybe Bool) Source #
Determines whether the recommendation is for a current-generation instance.
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_sizeFlexEligible :: Lens' RDSInstanceDetails (Maybe Bool) Source #
Determines whether the recommended reservation is size flexible.
rDSInstanceDetails_region :: Lens' RDSInstanceDetails (Maybe Text) Source #
The Amazon Web Services Region of the recommended reservation.
rDSInstanceDetails_databaseEngine :: Lens' RDSInstanceDetails (Maybe Text) Source #
The database engine that the recommended reservation supports.
rDSInstanceDetails_databaseEdition :: Lens' RDSInstanceDetails (Maybe Text) Source #
The database edition that the recommended reservation supports.