Values.AwsRdsDbPendingModifiedValuesSourceChanges to a DB instance that are currently pending.
type nonrec t = {dbInstanceClass : NonEmptyString.t option;The new DB instance class for the DB instance.
*)allocatedStorage : Integer.t option;The new value of the allocated storage for the DB instance.
*)masterUserPassword : NonEmptyString.t option;The new master user password for the DB instance.
*)port : Integer.t option;The new port for the DB instance.
*)backupRetentionPeriod : Integer.t option;The new backup retention period for the DB instance.
*)multiAZ : Boolean.t option;Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
*)engineVersion : NonEmptyString.t option;The new engine version for the DB instance.
*)licenseModel : NonEmptyString.t option;The new license model value for the DB instance.
*)iops : Integer.t option;The new provisioned IOPS value for the DB instance.
*)dbInstanceIdentifier : NonEmptyString.t option;The new DB instance identifier for the DB instance.
*)storageType : NonEmptyString.t option;The new storage type for the DB instance.
*)caCertificateIdentifier : NonEmptyString.t option;The new CA certificate identifier for the DB instance.
*)dbSubnetGroupName : NonEmptyString.t option;The name of the new subnet group for the DB instance.
*)pendingCloudWatchLogsExports : AwsRdsPendingCloudWatchLogsExports.t option;A list of log types that are being enabled or disabled.
*)processorFeatures : AwsRdsDbProcessorFeatures.t option;Processor features that are being updated.
*)}val make :
?dbInstanceClass:??? ->
?allocatedStorage:??? ->
?masterUserPassword:??? ->
?port:??? ->
?backupRetentionPeriod:??? ->
?multiAZ:??? ->
?engineVersion:??? ->
?licenseModel:??? ->
?iops:??? ->
?dbInstanceIdentifier:??? ->
?storageType:??? ->
?caCertificateIdentifier:??? ->
?dbSubnetGroupName:??? ->
?pendingCloudWatchLogsExports:??? ->
?processorFeatures:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ])
list ]