@aws-sdk/client-rds 3.896.0 → 3.900.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist-cjs/index.js +822 -506
  2. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
  3. package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
  4. package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
  5. package/dist-es/commands/CreateDBClusterCommand.js +2 -1
  6. package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
  7. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
  8. package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
  9. package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
  10. package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
  11. package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
  12. package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
  13. package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
  14. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
  15. package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
  16. package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
  17. package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
  18. package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
  19. package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
  20. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
  21. package/dist-es/commands/RebootDBClusterCommand.js +2 -1
  22. package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
  23. package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
  24. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
  25. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
  26. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
  27. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
  28. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
  29. package/dist-es/commands/StartDBClusterCommand.js +2 -1
  30. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
  31. package/dist-es/commands/StartDBInstanceCommand.js +2 -1
  32. package/dist-es/commands/StopDBClusterCommand.js +2 -1
  33. package/dist-es/commands/StopDBInstanceCommand.js +2 -1
  34. package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
  35. package/dist-es/models/models_0.js +182 -100
  36. package/dist-es/models/models_1.js +135 -3
  37. package/dist-es/protocols/Aws_query.js +303 -303
  38. package/dist-types/RDS.d.ts +0 -3
  39. package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
  40. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
  41. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
  42. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
  44. package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
  45. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
  47. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
  48. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
  49. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
  50. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
  51. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
  52. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
  54. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
  55. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
  56. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
  57. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
  58. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
  59. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
  60. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
  62. package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
  63. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
  64. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
  65. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
  66. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
  68. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
  69. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
  70. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
  71. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
  72. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  73. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  74. package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  76. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
  77. package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
  78. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
  79. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
  80. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
  81. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
  83. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
  84. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
  85. package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
  86. package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
  87. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
  88. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
  89. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
  90. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
  91. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
  92. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
  93. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
  94. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
  95. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
  96. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  97. package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
  98. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
  99. package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
  100. package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
  101. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  102. package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
  103. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
  104. package/dist-types/models/models_0.d.ts +677 -601
  105. package/dist-types/models/models_1.d.ts +390 -258
  106. package/dist-types/ts3.4/RDS.d.ts +0 -3
  107. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/models/models_0.d.ts +191 -141
  111. package/dist-types/ts3.4/models/models_1.d.ts +137 -39
  112. package/package.json +12 -12
@@ -99,12 +99,12 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
99
99
  * StorageType: "STRING_VALUE",
100
100
  * Iops: Number("int"),
101
101
  * PubliclyAccessible: true || false,
102
+ * NetworkType: "STRING_VALUE",
102
103
  * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
103
104
  * MinCapacity: Number("double"),
104
105
  * MaxCapacity: Number("double"),
105
106
  * SecondsUntilAutoPause: Number("int"),
106
107
  * },
107
- * NetworkType: "STRING_VALUE",
108
108
  * RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
109
109
  * InterconnectSubnetId: "STRING_VALUE",
110
110
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
@@ -132,7 +132,6 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
132
132
  * // DBClusterParameterGroup: "STRING_VALUE",
133
133
  * // DBSubnetGroup: "STRING_VALUE",
134
134
  * // Status: "STRING_VALUE",
135
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
136
135
  * // PercentProgress: "STRING_VALUE",
137
136
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
138
137
  * // Endpoint: "STRING_VALUE",
@@ -202,6 +201,33 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
202
201
  * // "STRING_VALUE",
203
202
  * // ],
204
203
  * // Capacity: Number("int"),
204
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
205
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
206
+ * // LogTypesToEnable: [
207
+ * // "STRING_VALUE",
208
+ * // ],
209
+ * // LogTypesToDisable: [
210
+ * // "STRING_VALUE",
211
+ * // ],
212
+ * // },
213
+ * // DBClusterIdentifier: "STRING_VALUE",
214
+ * // MasterUserPassword: "STRING_VALUE",
215
+ * // IAMDatabaseAuthenticationEnabled: true || false,
216
+ * // EngineVersion: "STRING_VALUE",
217
+ * // BackupRetentionPeriod: Number("int"),
218
+ * // StorageType: "STRING_VALUE",
219
+ * // AllocatedStorage: Number("int"),
220
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
221
+ * // InterconnectSubnetId: "STRING_VALUE",
222
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
223
+ * // ReplicaMode: "open-read-only" || "mounted",
224
+ * // },
225
+ * // Iops: Number("int"),
226
+ * // CertificateDetails: { // CertificateDetails
227
+ * // CAIdentifier: "STRING_VALUE",
228
+ * // ValidTill: new Date("TIMESTAMP"),
229
+ * // },
230
+ * // },
205
231
  * // EngineMode: "STRING_VALUE",
206
232
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
207
233
  * // MinCapacity: Number("int"),
@@ -211,11 +237,18 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
211
237
  * // TimeoutAction: "STRING_VALUE",
212
238
  * // SecondsBeforeTimeout: Number("int"),
213
239
  * // },
214
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
240
+ * // RdsCustomClusterConfiguration: {
215
241
  * // InterconnectSubnetId: "STRING_VALUE",
216
242
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
217
243
  * // ReplicaMode: "open-read-only" || "mounted",
218
244
  * // },
245
+ * // DBClusterInstanceClass: "STRING_VALUE",
246
+ * // StorageType: "STRING_VALUE",
247
+ * // Iops: Number("int"),
248
+ * // StorageThroughput: Number("int"),
249
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
250
+ * // PubliclyAccessible: true || false,
251
+ * // AutoMinorVersionUpgrade: true || false,
219
252
  * // DeletionProtection: true || false,
220
253
  * // HttpEndpointEnabled: true || false,
221
254
  * // ActivityStreamMode: "sync" || "async",
@@ -246,66 +279,33 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
246
279
  * // GlobalClusterIdentifier: "STRING_VALUE",
247
280
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
248
281
  * // GlobalWriteForwardingRequested: true || false,
249
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
250
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
251
- * // LogTypesToEnable: [
252
- * // "STRING_VALUE",
253
- * // ],
254
- * // LogTypesToDisable: [
255
- * // "STRING_VALUE",
256
- * // ],
257
- * // },
258
- * // DBClusterIdentifier: "STRING_VALUE",
259
- * // MasterUserPassword: "STRING_VALUE",
260
- * // IAMDatabaseAuthenticationEnabled: true || false,
261
- * // EngineVersion: "STRING_VALUE",
262
- * // BackupRetentionPeriod: Number("int"),
263
- * // AllocatedStorage: Number("int"),
264
- * // RdsCustomClusterConfiguration: {
265
- * // InterconnectSubnetId: "STRING_VALUE",
266
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
267
- * // ReplicaMode: "open-read-only" || "mounted",
268
- * // },
269
- * // Iops: Number("int"),
270
- * // StorageType: "STRING_VALUE",
271
- * // CertificateDetails: { // CertificateDetails
272
- * // CAIdentifier: "STRING_VALUE",
273
- * // ValidTill: new Date("TIMESTAMP"),
274
- * // },
282
+ * // NetworkType: "STRING_VALUE",
283
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
284
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
285
+ * // MinCapacity: Number("double"),
286
+ * // MaxCapacity: Number("double"),
287
+ * // SecondsUntilAutoPause: Number("int"),
275
288
  * // },
276
- * // DBClusterInstanceClass: "STRING_VALUE",
277
- * // StorageType: "STRING_VALUE",
278
- * // Iops: Number("int"),
279
- * // PubliclyAccessible: true || false,
280
- * // AutoMinorVersionUpgrade: true || false,
289
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
281
290
  * // MonitoringInterval: Number("int"),
282
291
  * // MonitoringRoleArn: "STRING_VALUE",
283
292
  * // DatabaseInsightsMode: "standard" || "advanced",
284
293
  * // PerformanceInsightsEnabled: true || false,
285
294
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
286
295
  * // PerformanceInsightsRetentionPeriod: Number("int"),
287
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
288
- * // MinCapacity: Number("double"),
289
- * // MaxCapacity: Number("double"),
290
- * // SecondsUntilAutoPause: Number("int"),
291
- * // },
292
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
293
- * // NetworkType: "STRING_VALUE",
294
296
  * // DBSystemId: "STRING_VALUE",
295
297
  * // MasterUserSecret: { // MasterUserSecret
296
298
  * // SecretArn: "STRING_VALUE",
297
299
  * // SecretStatus: "STRING_VALUE",
298
300
  * // KmsKeyId: "STRING_VALUE",
299
301
  * // },
300
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
301
302
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
302
303
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
303
304
  * // LimitlessDatabase: { // LimitlessDatabase
304
305
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
305
306
  * // MinRequiredACU: Number("double"),
306
307
  * // },
307
- * // StorageThroughput: Number("int"),
308
- * // ClusterScalabilityType: "standard" || "limitless",
308
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
309
309
  * // CertificateDetails: {
310
310
  * // CAIdentifier: "STRING_VALUE",
311
311
  * // ValidTill: new Date("TIMESTAMP"),
@@ -387,6 +387,9 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
387
387
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
388
388
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
389
389
  *
390
+ * @throws {@link NetworkTypeNotSupported} (client fault)
391
+ * <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
392
+ *
390
393
  * @throws {@link OptionGroupNotFoundFault} (client fault)
391
394
  * <p>The specified option group could not be found.</p>
392
395
  *
@@ -394,6 +397,9 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
394
397
  * <p>The request would result in the user exceeding the allowed amount of storage
395
398
  * available across all DB instances.</p>
396
399
  *
400
+ * @throws {@link StorageTypeNotSupportedFault} (client fault)
401
+ * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
402
+ *
397
403
  * @throws {@link RDSServiceException}
398
404
  * <p>Base exception class for all service exceptions from RDS service.</p>
399
405
  *
@@ -87,26 +87,26 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
87
87
  * CopyTagsToSnapshot: true || false,
88
88
  * Domain: "STRING_VALUE",
89
89
  * DomainIAMRoleName: "STRING_VALUE",
90
- * ScalingConfiguration: { // ScalingConfiguration
91
- * MinCapacity: Number("int"),
92
- * MaxCapacity: Number("int"),
93
- * AutoPause: true || false,
94
- * SecondsUntilAutoPause: Number("int"),
95
- * TimeoutAction: "STRING_VALUE",
96
- * SecondsBeforeTimeout: Number("int"),
97
- * },
98
- * EngineMode: "STRING_VALUE",
99
90
  * DBClusterInstanceClass: "STRING_VALUE",
100
91
  * StorageType: "STRING_VALUE",
101
92
  * PubliclyAccessible: true || false,
102
93
  * Iops: Number("int"),
94
+ * NetworkType: "STRING_VALUE",
95
+ * SourceDbClusterResourceId: "STRING_VALUE",
103
96
  * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
104
97
  * MinCapacity: Number("double"),
105
98
  * MaxCapacity: Number("double"),
106
99
  * SecondsUntilAutoPause: Number("int"),
107
100
  * },
108
- * NetworkType: "STRING_VALUE",
109
- * SourceDbClusterResourceId: "STRING_VALUE",
101
+ * ScalingConfiguration: { // ScalingConfiguration
102
+ * MinCapacity: Number("int"),
103
+ * MaxCapacity: Number("int"),
104
+ * AutoPause: true || false,
105
+ * SecondsUntilAutoPause: Number("int"),
106
+ * TimeoutAction: "STRING_VALUE",
107
+ * SecondsBeforeTimeout: Number("int"),
108
+ * },
109
+ * EngineMode: "STRING_VALUE",
110
110
  * RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
111
111
  * InterconnectSubnetId: "STRING_VALUE",
112
112
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
@@ -134,7 +134,6 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
134
134
  * // DBClusterParameterGroup: "STRING_VALUE",
135
135
  * // DBSubnetGroup: "STRING_VALUE",
136
136
  * // Status: "STRING_VALUE",
137
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
138
137
  * // PercentProgress: "STRING_VALUE",
139
138
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
140
139
  * // Endpoint: "STRING_VALUE",
@@ -204,6 +203,33 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
204
203
  * // "STRING_VALUE",
205
204
  * // ],
206
205
  * // Capacity: Number("int"),
206
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
207
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
208
+ * // LogTypesToEnable: [
209
+ * // "STRING_VALUE",
210
+ * // ],
211
+ * // LogTypesToDisable: [
212
+ * // "STRING_VALUE",
213
+ * // ],
214
+ * // },
215
+ * // DBClusterIdentifier: "STRING_VALUE",
216
+ * // MasterUserPassword: "STRING_VALUE",
217
+ * // IAMDatabaseAuthenticationEnabled: true || false,
218
+ * // EngineVersion: "STRING_VALUE",
219
+ * // BackupRetentionPeriod: Number("int"),
220
+ * // StorageType: "STRING_VALUE",
221
+ * // AllocatedStorage: Number("int"),
222
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
223
+ * // InterconnectSubnetId: "STRING_VALUE",
224
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
225
+ * // ReplicaMode: "open-read-only" || "mounted",
226
+ * // },
227
+ * // Iops: Number("int"),
228
+ * // CertificateDetails: { // CertificateDetails
229
+ * // CAIdentifier: "STRING_VALUE",
230
+ * // ValidTill: new Date("TIMESTAMP"),
231
+ * // },
232
+ * // },
207
233
  * // EngineMode: "STRING_VALUE",
208
234
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
209
235
  * // MinCapacity: Number("int"),
@@ -213,11 +239,18 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
213
239
  * // TimeoutAction: "STRING_VALUE",
214
240
  * // SecondsBeforeTimeout: Number("int"),
215
241
  * // },
216
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
242
+ * // RdsCustomClusterConfiguration: {
217
243
  * // InterconnectSubnetId: "STRING_VALUE",
218
244
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
219
245
  * // ReplicaMode: "open-read-only" || "mounted",
220
246
  * // },
247
+ * // DBClusterInstanceClass: "STRING_VALUE",
248
+ * // StorageType: "STRING_VALUE",
249
+ * // Iops: Number("int"),
250
+ * // StorageThroughput: Number("int"),
251
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
252
+ * // PubliclyAccessible: true || false,
253
+ * // AutoMinorVersionUpgrade: true || false,
221
254
  * // DeletionProtection: true || false,
222
255
  * // HttpEndpointEnabled: true || false,
223
256
  * // ActivityStreamMode: "sync" || "async",
@@ -248,66 +281,33 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
248
281
  * // GlobalClusterIdentifier: "STRING_VALUE",
249
282
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
250
283
  * // GlobalWriteForwardingRequested: true || false,
251
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
252
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
253
- * // LogTypesToEnable: [
254
- * // "STRING_VALUE",
255
- * // ],
256
- * // LogTypesToDisable: [
257
- * // "STRING_VALUE",
258
- * // ],
259
- * // },
260
- * // DBClusterIdentifier: "STRING_VALUE",
261
- * // MasterUserPassword: "STRING_VALUE",
262
- * // IAMDatabaseAuthenticationEnabled: true || false,
263
- * // EngineVersion: "STRING_VALUE",
264
- * // BackupRetentionPeriod: Number("int"),
265
- * // AllocatedStorage: Number("int"),
266
- * // RdsCustomClusterConfiguration: {
267
- * // InterconnectSubnetId: "STRING_VALUE",
268
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
269
- * // ReplicaMode: "open-read-only" || "mounted",
270
- * // },
271
- * // Iops: Number("int"),
272
- * // StorageType: "STRING_VALUE",
273
- * // CertificateDetails: { // CertificateDetails
274
- * // CAIdentifier: "STRING_VALUE",
275
- * // ValidTill: new Date("TIMESTAMP"),
276
- * // },
284
+ * // NetworkType: "STRING_VALUE",
285
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
286
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
287
+ * // MinCapacity: Number("double"),
288
+ * // MaxCapacity: Number("double"),
289
+ * // SecondsUntilAutoPause: Number("int"),
277
290
  * // },
278
- * // DBClusterInstanceClass: "STRING_VALUE",
279
- * // StorageType: "STRING_VALUE",
280
- * // Iops: Number("int"),
281
- * // PubliclyAccessible: true || false,
282
- * // AutoMinorVersionUpgrade: true || false,
291
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
283
292
  * // MonitoringInterval: Number("int"),
284
293
  * // MonitoringRoleArn: "STRING_VALUE",
285
294
  * // DatabaseInsightsMode: "standard" || "advanced",
286
295
  * // PerformanceInsightsEnabled: true || false,
287
296
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
288
297
  * // PerformanceInsightsRetentionPeriod: Number("int"),
289
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
290
- * // MinCapacity: Number("double"),
291
- * // MaxCapacity: Number("double"),
292
- * // SecondsUntilAutoPause: Number("int"),
293
- * // },
294
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
295
- * // NetworkType: "STRING_VALUE",
296
298
  * // DBSystemId: "STRING_VALUE",
297
299
  * // MasterUserSecret: { // MasterUserSecret
298
300
  * // SecretArn: "STRING_VALUE",
299
301
  * // SecretStatus: "STRING_VALUE",
300
302
  * // KmsKeyId: "STRING_VALUE",
301
303
  * // },
302
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
303
304
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
304
305
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
305
306
  * // LimitlessDatabase: { // LimitlessDatabase
306
307
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
307
308
  * // MinRequiredACU: Number("double"),
308
309
  * // },
309
- * // StorageThroughput: Number("int"),
310
- * // ClusterScalabilityType: "standard" || "limitless",
310
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
311
311
  * // CertificateDetails: {
312
312
  * // CAIdentifier: "STRING_VALUE",
313
313
  * // ValidTill: new Date("TIMESTAMP"),
@@ -389,6 +389,9 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
389
389
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
390
390
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
391
391
  *
392
+ * @throws {@link NetworkTypeNotSupported} (client fault)
393
+ * <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
394
+ *
392
395
  * @throws {@link OptionGroupNotFoundFault} (client fault)
393
396
  * <p>The specified option group could not be found.</p>
394
397
  *
@@ -396,6 +399,9 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
396
399
  * <p>The request would result in the user exceeding the allowed amount of storage
397
400
  * available across all DB instances.</p>
398
401
  *
402
+ * @throws {@link StorageTypeNotSupportedFault} (client fault)
403
+ * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
404
+ *
399
405
  * @throws {@link RDSServiceException}
400
406
  * <p>Base exception class for all service exceptions from RDS service.</p>
401
407
  *
@@ -66,6 +66,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
66
66
  * DBName: "STRING_VALUE",
67
67
  * Engine: "STRING_VALUE",
68
68
  * Iops: Number("int"),
69
+ * StorageThroughput: Number("int"),
69
70
  * OptionGroupName: "STRING_VALUE",
70
71
  * Tags: [ // TagList
71
72
  * { // Tag
@@ -102,12 +103,11 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
102
103
  * DBParameterGroupName: "STRING_VALUE",
103
104
  * DeletionProtection: true || false,
104
105
  * EnableCustomerOwnedIp: true || false,
105
- * CustomIamInstanceProfile: "STRING_VALUE",
106
- * BackupTarget: "STRING_VALUE",
107
106
  * NetworkType: "STRING_VALUE",
108
- * StorageThroughput: Number("int"),
109
- * DBClusterSnapshotIdentifier: "STRING_VALUE",
107
+ * BackupTarget: "STRING_VALUE",
108
+ * CustomIamInstanceProfile: "STRING_VALUE",
110
109
  * AllocatedStorage: Number("int"),
110
+ * DBClusterSnapshotIdentifier: "STRING_VALUE",
111
111
  * DedicatedLogVolume: true || false,
112
112
  * CACertificateIdentifier: "STRING_VALUE",
113
113
  * EngineLifecycleSupport: "STRING_VALUE",
@@ -122,7 +122,6 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
122
122
  * // DBInstanceClass: "STRING_VALUE",
123
123
  * // Engine: "STRING_VALUE",
124
124
  * // DBInstanceStatus: "STRING_VALUE",
125
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
126
125
  * // MasterUsername: "STRING_VALUE",
127
126
  * // DBName: "STRING_VALUE",
128
127
  * // Endpoint: { // Endpoint
@@ -186,6 +185,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
186
185
  * // EngineVersion: "STRING_VALUE",
187
186
  * // LicenseModel: "STRING_VALUE",
188
187
  * // Iops: Number("int"),
188
+ * // StorageThroughput: Number("int"),
189
189
  * // DBInstanceIdentifier: "STRING_VALUE",
190
190
  * // StorageType: "STRING_VALUE",
191
191
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -204,13 +204,12 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
204
204
  * // Value: "STRING_VALUE",
205
205
  * // },
206
206
  * // ],
207
- * // IAMDatabaseAuthenticationEnabled: true || false,
208
207
  * // AutomationMode: "full" || "all-paused",
209
208
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
210
- * // StorageThroughput: Number("int"),
211
- * // Engine: "STRING_VALUE",
212
- * // DedicatedLogVolume: true || false,
213
209
  * // MultiTenant: true || false,
210
+ * // IAMDatabaseAuthenticationEnabled: true || false,
211
+ * // DedicatedLogVolume: true || false,
212
+ * // Engine: "STRING_VALUE",
214
213
  * // },
215
214
  * // LatestRestorableTime: new Date("TIMESTAMP"),
216
215
  * // MultiAZ: true || false,
@@ -226,6 +225,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
226
225
  * // ReplicaMode: "open-read-only" || "mounted",
227
226
  * // LicenseModel: "STRING_VALUE",
228
227
  * // Iops: Number("int"),
228
+ * // StorageThroughput: Number("int"),
229
229
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
230
230
  * // { // OptionGroupMembership
231
231
  * // OptionGroupName: "STRING_VALUE",
@@ -306,40 +306,40 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
306
306
  * // Value: "STRING_VALUE",
307
307
  * // },
308
308
  * // ],
309
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
310
- * // { // DBInstanceAutomatedBackupsReplication
311
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
312
- * // },
313
- * // ],
309
+ * // AutomationMode: "full" || "all-paused",
310
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
314
311
  * // CustomerOwnedIpEnabled: true || false,
315
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
312
+ * // NetworkType: "STRING_VALUE",
316
313
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
317
314
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
318
315
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
319
316
  * // ActivityStreamMode: "sync" || "async",
320
317
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
321
- * // AutomationMode: "full" || "all-paused",
322
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
323
- * // CustomIamInstanceProfile: "STRING_VALUE",
318
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
319
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
320
+ * // { // DBInstanceAutomatedBackupsReplication
321
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
322
+ * // },
323
+ * // ],
324
324
  * // BackupTarget: "STRING_VALUE",
325
- * // NetworkType: "STRING_VALUE",
325
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
326
+ * // CustomIamInstanceProfile: "STRING_VALUE",
326
327
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
327
- * // StorageThroughput: Number("int"),
328
+ * // CertificateDetails: { // CertificateDetails
329
+ * // CAIdentifier: "STRING_VALUE",
330
+ * // ValidTill: new Date("TIMESTAMP"),
331
+ * // },
328
332
  * // DBSystemId: "STRING_VALUE",
329
333
  * // MasterUserSecret: { // MasterUserSecret
330
334
  * // SecretArn: "STRING_VALUE",
331
335
  * // SecretStatus: "STRING_VALUE",
332
336
  * // KmsKeyId: "STRING_VALUE",
333
337
  * // },
334
- * // CertificateDetails: { // CertificateDetails
335
- * // CAIdentifier: "STRING_VALUE",
336
- * // ValidTill: new Date("TIMESTAMP"),
337
- * // },
338
338
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
339
339
  * // PercentProgress: "STRING_VALUE",
340
+ * // MultiTenant: true || false,
340
341
  * // DedicatedLogVolume: true || false,
341
342
  * // IsStorageConfigUpgradeAvailable: true || false,
342
- * // MultiTenant: true || false,
343
343
  * // EngineLifecycleSupport: "STRING_VALUE",
344
344
  * // },
345
345
  * // };
@@ -70,6 +70,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
70
70
  * AutoMinorVersionUpgrade: true || false,
71
71
  * LicenseModel: "STRING_VALUE",
72
72
  * Iops: Number("int"),
73
+ * StorageThroughput: Number("int"),
73
74
  * OptionGroupName: "STRING_VALUE",
74
75
  * PubliclyAccessible: true || false,
75
76
  * Tags: [ // TagList
@@ -107,7 +108,6 @@ declare const RestoreDBInstanceFromS3Command_base: {
107
108
  * DeletionProtection: true || false,
108
109
  * MaxAllocatedStorage: Number("int"),
109
110
  * NetworkType: "STRING_VALUE",
110
- * StorageThroughput: Number("int"),
111
111
  * ManageMasterUserPassword: true || false,
112
112
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
113
113
  * DedicatedLogVolume: true || false,
@@ -122,7 +122,6 @@ declare const RestoreDBInstanceFromS3Command_base: {
122
122
  * // DBInstanceClass: "STRING_VALUE",
123
123
  * // Engine: "STRING_VALUE",
124
124
  * // DBInstanceStatus: "STRING_VALUE",
125
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
126
125
  * // MasterUsername: "STRING_VALUE",
127
126
  * // DBName: "STRING_VALUE",
128
127
  * // Endpoint: { // Endpoint
@@ -186,6 +185,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
186
185
  * // EngineVersion: "STRING_VALUE",
187
186
  * // LicenseModel: "STRING_VALUE",
188
187
  * // Iops: Number("int"),
188
+ * // StorageThroughput: Number("int"),
189
189
  * // DBInstanceIdentifier: "STRING_VALUE",
190
190
  * // StorageType: "STRING_VALUE",
191
191
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -204,13 +204,12 @@ declare const RestoreDBInstanceFromS3Command_base: {
204
204
  * // Value: "STRING_VALUE",
205
205
  * // },
206
206
  * // ],
207
- * // IAMDatabaseAuthenticationEnabled: true || false,
208
207
  * // AutomationMode: "full" || "all-paused",
209
208
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
210
- * // StorageThroughput: Number("int"),
211
- * // Engine: "STRING_VALUE",
212
- * // DedicatedLogVolume: true || false,
213
209
  * // MultiTenant: true || false,
210
+ * // IAMDatabaseAuthenticationEnabled: true || false,
211
+ * // DedicatedLogVolume: true || false,
212
+ * // Engine: "STRING_VALUE",
214
213
  * // },
215
214
  * // LatestRestorableTime: new Date("TIMESTAMP"),
216
215
  * // MultiAZ: true || false,
@@ -226,6 +225,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
226
225
  * // ReplicaMode: "open-read-only" || "mounted",
227
226
  * // LicenseModel: "STRING_VALUE",
228
227
  * // Iops: Number("int"),
228
+ * // StorageThroughput: Number("int"),
229
229
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
230
230
  * // { // OptionGroupMembership
231
231
  * // OptionGroupName: "STRING_VALUE",
@@ -306,40 +306,40 @@ declare const RestoreDBInstanceFromS3Command_base: {
306
306
  * // Value: "STRING_VALUE",
307
307
  * // },
308
308
  * // ],
309
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
310
- * // { // DBInstanceAutomatedBackupsReplication
311
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
312
- * // },
313
- * // ],
309
+ * // AutomationMode: "full" || "all-paused",
310
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
314
311
  * // CustomerOwnedIpEnabled: true || false,
315
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
312
+ * // NetworkType: "STRING_VALUE",
316
313
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
317
314
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
318
315
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
319
316
  * // ActivityStreamMode: "sync" || "async",
320
317
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
321
- * // AutomationMode: "full" || "all-paused",
322
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
323
- * // CustomIamInstanceProfile: "STRING_VALUE",
318
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
319
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
320
+ * // { // DBInstanceAutomatedBackupsReplication
321
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
322
+ * // },
323
+ * // ],
324
324
  * // BackupTarget: "STRING_VALUE",
325
- * // NetworkType: "STRING_VALUE",
325
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
326
+ * // CustomIamInstanceProfile: "STRING_VALUE",
326
327
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
327
- * // StorageThroughput: Number("int"),
328
+ * // CertificateDetails: { // CertificateDetails
329
+ * // CAIdentifier: "STRING_VALUE",
330
+ * // ValidTill: new Date("TIMESTAMP"),
331
+ * // },
328
332
  * // DBSystemId: "STRING_VALUE",
329
333
  * // MasterUserSecret: { // MasterUserSecret
330
334
  * // SecretArn: "STRING_VALUE",
331
335
  * // SecretStatus: "STRING_VALUE",
332
336
  * // KmsKeyId: "STRING_VALUE",
333
337
  * // },
334
- * // CertificateDetails: { // CertificateDetails
335
- * // CAIdentifier: "STRING_VALUE",
336
- * // ValidTill: new Date("TIMESTAMP"),
337
- * // },
338
338
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
339
339
  * // PercentProgress: "STRING_VALUE",
340
+ * // MultiTenant: true || false,
340
341
  * // DedicatedLogVolume: true || false,
341
342
  * // IsStorageConfigUpgradeAvailable: true || false,
342
- * // MultiTenant: true || false,
343
343
  * // EngineLifecycleSupport: "STRING_VALUE",
344
344
  * // },
345
345
  * // };