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 PendingModifiedValues = PendingModifiedValues' {
- engineVersion :: Maybe Text
- masterUserPassword :: Maybe Text
- dbSubnetGroupName :: Maybe Text
- iops :: Maybe Int
- dbInstanceClass :: Maybe Text
- licenseModel :: Maybe Text
- cACertificateIdentifier :: Maybe Text
- dbInstanceIdentifier :: Maybe Text
- pendingCloudwatchLogsExports :: Maybe PendingCloudwatchLogsExports
- backupRetentionPeriod :: Maybe Int
- multiAZ :: Maybe Bool
- allocatedStorage :: Maybe Int
- port :: Maybe Int
- storageType :: Maybe Text
- newPendingModifiedValues :: PendingModifiedValues
- pendingModifiedValues_engineVersion :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_iops :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_dbInstanceClass :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_licenseModel :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_cACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_dbInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text)
- pendingModifiedValues_pendingCloudwatchLogsExports :: Lens' PendingModifiedValues (Maybe PendingCloudwatchLogsExports)
- pendingModifiedValues_backupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_multiAZ :: Lens' PendingModifiedValues (Maybe Bool)
- pendingModifiedValues_allocatedStorage :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_port :: Lens' PendingModifiedValues (Maybe Int)
- pendingModifiedValues_storageType :: Lens' PendingModifiedValues (Maybe Text)
Documentation
data PendingModifiedValues Source #
This data type is used as a response element in the ModifyDBInstance action.
See: newPendingModifiedValues
smart constructor.
PendingModifiedValues' | |
|
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:engineVersion:PendingModifiedValues'
, pendingModifiedValues_engineVersion
- Indicates the database engine version.
$sel:masterUserPassword:PendingModifiedValues'
, pendingModifiedValues_masterUserPassword
- Not supported by Neptune.
$sel:dbSubnetGroupName:PendingModifiedValues'
, pendingModifiedValues_dbSubnetGroupName
- The new DB subnet group for the DB instance.
$sel:iops:PendingModifiedValues'
, pendingModifiedValues_iops
- Specifies the new Provisioned IOPS value for the DB instance that will
be applied or is currently being applied.
$sel:dbInstanceClass:PendingModifiedValues'
, pendingModifiedValues_dbInstanceClass
- Contains the new DBInstanceClass
for the DB instance that will be
applied or is currently being applied.
$sel:licenseModel:PendingModifiedValues'
, pendingModifiedValues_licenseModel
- Not supported by Neptune.
$sel:cACertificateIdentifier:PendingModifiedValues'
, pendingModifiedValues_cACertificateIdentifier
- Specifies the identifier of the CA certificate for the DB instance.
$sel:dbInstanceIdentifier:PendingModifiedValues'
, pendingModifiedValues_dbInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB instance that will be
applied or is currently being applied.
$sel:pendingCloudwatchLogsExports:PendingModifiedValues'
, pendingModifiedValues_pendingCloudwatchLogsExports
- This PendingCloudwatchLogsExports
structure specifies pending changes
to which CloudWatch logs are enabled and which are disabled.
$sel:backupRetentionPeriod:PendingModifiedValues'
, pendingModifiedValues_backupRetentionPeriod
- Specifies the pending number of days for which automated backups are
retained.
$sel:multiAZ:PendingModifiedValues'
, pendingModifiedValues_multiAZ
- Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
$sel:allocatedStorage:PendingModifiedValues'
, pendingModifiedValues_allocatedStorage
- Contains the new AllocatedStorage
size for the DB instance that will
be applied or is currently being applied.
$sel:port:PendingModifiedValues'
, pendingModifiedValues_port
- Specifies the pending port for the DB instance.
$sel:storageType:PendingModifiedValues'
, pendingModifiedValues_storageType
- Specifies the storage type to be associated with the DB instance.
pendingModifiedValues_engineVersion :: Lens' PendingModifiedValues (Maybe Text) Source #
Indicates the database engine version.
pendingModifiedValues_masterUserPassword :: Lens' PendingModifiedValues (Maybe Text) Source #
Not supported by Neptune.
pendingModifiedValues_dbSubnetGroupName :: Lens' PendingModifiedValues (Maybe Text) Source #
The new DB subnet group for the DB instance.
pendingModifiedValues_iops :: Lens' PendingModifiedValues (Maybe Int) Source #
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
pendingModifiedValues_dbInstanceClass :: Lens' PendingModifiedValues (Maybe Text) Source #
Contains the new DBInstanceClass
for the DB instance that will be
applied or is currently being applied.
pendingModifiedValues_licenseModel :: Lens' PendingModifiedValues (Maybe Text) Source #
Not supported by Neptune.
pendingModifiedValues_cACertificateIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
Specifies the identifier of the CA certificate for the DB instance.
pendingModifiedValues_dbInstanceIdentifier :: Lens' PendingModifiedValues (Maybe Text) Source #
Contains the new DBInstanceIdentifier
for the DB instance that will be
applied or is currently being applied.
pendingModifiedValues_pendingCloudwatchLogsExports :: Lens' PendingModifiedValues (Maybe PendingCloudwatchLogsExports) Source #
This PendingCloudwatchLogsExports
structure specifies pending changes
to which CloudWatch logs are enabled and which are disabled.
pendingModifiedValues_backupRetentionPeriod :: Lens' PendingModifiedValues (Maybe Int) Source #
Specifies the pending number of days for which automated backups are retained.
pendingModifiedValues_multiAZ :: Lens' PendingModifiedValues (Maybe Bool) Source #
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
pendingModifiedValues_allocatedStorage :: Lens' PendingModifiedValues (Maybe Int) Source #
Contains the new AllocatedStorage
size for the DB instance that will
be applied or is currently being applied.
pendingModifiedValues_port :: Lens' PendingModifiedValues (Maybe Int) Source #
Specifies the pending port for the DB instance.
pendingModifiedValues_storageType :: Lens' PendingModifiedValues (Maybe Text) Source #
Specifies the storage type to be associated with the DB instance.