Values.PendingModifiedValuesSourceThis data type is used as a response element in the ModifyDBInstance action.
type nonrec t = {dBInstanceClass : String_.t option;Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.
*)allocatedStorage : IntegerOptional.t option;Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.
*)masterUserPassword : String_.t option;Not supported by Neptune.
*)port : IntegerOptional.t option;Specifies the pending port for the DB instance.
*)backupRetentionPeriod : IntegerOptional.t option;Specifies the pending number of days for which automated backups are retained.
*)multiAZ : BooleanOptional.t option;Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
*)engineVersion : String_.t option;Indicates the database engine version.
*)licenseModel : String_.t option;Not supported by Neptune.
*)iops : IntegerOptional.t option;Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
*)dBInstanceIdentifier : String_.t option;Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.
*)storageType : String_.t option;Not applicable. In Neptune the storage type is managed at the DB Cluster level.
*)cACertificateIdentifier : String_.t option;Specifies the identifier of the CA certificate for the DB instance.
*)dBSubnetGroupName : String_.t option;The new DB subnet group for the DB instance.
*)pendingCloudwatchLogsExports : PendingCloudwatchLogsExports.t option;This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
*)}val make :
?dBInstanceClass:??? ->
?allocatedStorage:??? ->
?masterUserPassword:??? ->
?port:??? ->
?backupRetentionPeriod:??? ->
?multiAZ:??? ->
?engineVersion:??? ->
?licenseModel:??? ->
?iops:??? ->
?dBInstanceIdentifier:??? ->
?storageType:??? ->
?cACertificateIdentifier:??? ->
?dBSubnetGroupName:??? ->
?pendingCloudwatchLogsExports:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t
| `Structure of
(string * [> `List of [> `String of String_.t ] list ]) list ])
list ]