| 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.DocumentDB.Types.PendingModifiedValues
Description
Synopsis
- data PendingModifiedValues = PendingModifiedValues' {
- allocatedStorage :: Maybe Int
- backupRetentionPeriod :: Maybe Int
- cACertificateIdentifier :: Maybe Text
- dbInstanceClass :: Maybe Text
- dbInstanceIdentifier :: Maybe Text
- dbSubnetGroupName :: Maybe Text
- engineVersion :: Maybe Text
- iops :: Maybe Int
- licenseModel :: Maybe Text
- masterUserPassword :: Maybe Text
- multiAZ :: Maybe Bool
- pendingCloudwatchLogsExports :: Maybe PendingCloudwatchLogsExports
- port :: Maybe Int
- storageType :: Maybe Text
- newPendingModifiedValues :: PendingModifiedValues
- pendingModifiedValues_allocatedStorage :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_backupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_cACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbInstanceClass :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_engineVersion :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_iops :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_licenseModel :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_multiAZ :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_pendingCloudwatchLogsExports :: Lens' PendingModifiedValues (Maybe PendingCloudwatchLogsExports)
- pendingModifiedValues_port :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_storageType :: Lens' PendingModifiedValues (Maybe Text)
Documentation
data PendingModifiedValues Source #
One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.
See: newPendingModifiedValues smart constructor.
Constructors
| PendingModifiedValues' | |
Fields
| |
Instances
newPendingModifiedValues :: PendingModifiedValues Source #
Create a value of PendingModifiedValues 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:allocatedStorage:PendingModifiedValues', pendingModifiedValues_allocatedStorage - Contains the new AllocatedStorage size for then instance that will be
applied or is currently being applied.
$sel:backupRetentionPeriod:PendingModifiedValues', pendingModifiedValues_backupRetentionPeriod - Specifies the pending number of days for which automated backups are
retained.
$sel:cACertificateIdentifier:PendingModifiedValues', pendingModifiedValues_cACertificateIdentifier - Specifies the identifier of the certificate authority (CA) certificate
for the DB instance.
$sel:dbInstanceClass:PendingModifiedValues', pendingModifiedValues_dbInstanceClass - Contains the new DBInstanceClass for the instance that will be applied
or is currently being applied.
$sel:dbInstanceIdentifier:PendingModifiedValues', pendingModifiedValues_dbInstanceIdentifier - Contains the new DBInstanceIdentifier for the instance that will be
applied or is currently being applied.
$sel:dbSubnetGroupName:PendingModifiedValues', pendingModifiedValues_dbSubnetGroupName - The new subnet group for the instance.
$sel:engineVersion:PendingModifiedValues', pendingModifiedValues_engineVersion - Indicates the database engine version.
$sel:iops:PendingModifiedValues', pendingModifiedValues_iops - Specifies the new Provisioned IOPS value for the instance that will be
applied or is currently being applied.
$sel:licenseModel:PendingModifiedValues', pendingModifiedValues_licenseModel - The license model for the instance.
Valid values: license-included, bring-your-own-license,
general-public-license
$sel:masterUserPassword:PendingModifiedValues', pendingModifiedValues_masterUserPassword - Contains the pending or currently in-progress change of the master
credentials for the instance.
$sel:multiAZ:PendingModifiedValues', pendingModifiedValues_multiAZ - Indicates that the Single-AZ instance is to change to a Multi-AZ
deployment.
$sel:pendingCloudwatchLogsExports:PendingModifiedValues', pendingModifiedValues_pendingCloudwatchLogsExports - A list of the log types whose configuration is still pending. These log
types are in the process of being activated or deactivated.
$sel:port:PendingModifiedValues', pendingModifiedValues_port - Specifies the pending port for the instance.
$sel:storageType:PendingModifiedValues', pendingModifiedValues_storageType - Specifies the storage type to be associated with the instance.
pendingModifiedValues_allocatedStorage :: Lens' PendingModifiedValues (Maybe Int) Source #
Contains the new AllocatedStorage size for then instance that will be
applied or is currently being applied.
pendingModifiedValues_backupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int) Source #
Specifies the pending number of days for which automated backups are retained.
pendingModifiedValues_cACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
pendingModifiedValues_dbInstanceClass :: Lens' PendingModifiedValues (Maybe Text) Source #
Contains the new DBInstanceClass for the instance that will be applied
or is currently being applied.
pendingModifiedValues_dbInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
Contains the new DBInstanceIdentifier for the instance that will be
applied or is currently being applied.
pendingModifiedValues_dbSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text) Source #
The new subnet group for the instance.
pendingModifiedValues_engineVersion :: Lens' PendingModifiedValues (Maybe Text) Source #
Indicates the database engine version.
pendingModifiedValues_iops :: Lens' PendingModifiedValues (Maybe Int) Source #
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
pendingModifiedValues_licenseModel :: Lens' PendingModifiedValues (Maybe Text) Source #
The license model for the instance.
Valid values: license-included, bring-your-own-license,
general-public-license
pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text) Source #
Contains the pending or currently in-progress change of the master credentials for the instance.
pendingModifiedValues_multiAZ :: Lens' PendingModifiedValues (Maybe Bool) Source #
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
pendingModifiedValues_pendingCloudwatchLogsExports :: Lens' PendingModifiedValues (Maybe PendingCloudwatchLogsExports) Source #
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
pendingModifiedValues_port :: Lens' PendingModifiedValues (Maybe Int) Source #
Specifies the pending port for the instance.
pendingModifiedValues_storageType :: Lens' PendingModifiedValues (Maybe Text) Source #
Specifies the storage type to be associated with the instance.