@aws-sdk/client-rds 3.899.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 +1 -1
@@ -61,6 +61,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
61
61
  * DBName: "STRING_VALUE",
62
62
  * Engine: "STRING_VALUE",
63
63
  * Iops: Number("int"),
64
+ * StorageThroughput: Number("int"),
64
65
  * OptionGroupName: "STRING_VALUE",
65
66
  * CopyTagsToSnapshot: true || false,
66
67
  * Tags: [ // TagList
@@ -98,12 +99,11 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
98
99
  * DeletionProtection: true || false,
99
100
  * SourceDbiResourceId: "STRING_VALUE",
100
101
  * MaxAllocatedStorage: Number("int"),
101
- * SourceDBInstanceAutomatedBackupsArn: "STRING_VALUE",
102
102
  * EnableCustomerOwnedIp: true || false,
103
- * CustomIamInstanceProfile: "STRING_VALUE",
104
- * BackupTarget: "STRING_VALUE",
105
103
  * NetworkType: "STRING_VALUE",
106
- * StorageThroughput: Number("int"),
104
+ * SourceDBInstanceAutomatedBackupsArn: "STRING_VALUE",
105
+ * BackupTarget: "STRING_VALUE",
106
+ * CustomIamInstanceProfile: "STRING_VALUE",
107
107
  * AllocatedStorage: Number("int"),
108
108
  * DedicatedLogVolume: true || false,
109
109
  * CACertificateIdentifier: "STRING_VALUE",
@@ -119,7 +119,6 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
119
119
  * // DBInstanceClass: "STRING_VALUE",
120
120
  * // Engine: "STRING_VALUE",
121
121
  * // DBInstanceStatus: "STRING_VALUE",
122
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
123
122
  * // MasterUsername: "STRING_VALUE",
124
123
  * // DBName: "STRING_VALUE",
125
124
  * // Endpoint: { // Endpoint
@@ -183,6 +182,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
183
182
  * // EngineVersion: "STRING_VALUE",
184
183
  * // LicenseModel: "STRING_VALUE",
185
184
  * // Iops: Number("int"),
185
+ * // StorageThroughput: Number("int"),
186
186
  * // DBInstanceIdentifier: "STRING_VALUE",
187
187
  * // StorageType: "STRING_VALUE",
188
188
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -201,13 +201,12 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
201
201
  * // Value: "STRING_VALUE",
202
202
  * // },
203
203
  * // ],
204
- * // IAMDatabaseAuthenticationEnabled: true || false,
205
204
  * // AutomationMode: "full" || "all-paused",
206
205
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
207
- * // StorageThroughput: Number("int"),
208
- * // Engine: "STRING_VALUE",
209
- * // DedicatedLogVolume: true || false,
210
206
  * // MultiTenant: true || false,
207
+ * // IAMDatabaseAuthenticationEnabled: true || false,
208
+ * // DedicatedLogVolume: true || false,
209
+ * // Engine: "STRING_VALUE",
211
210
  * // },
212
211
  * // LatestRestorableTime: new Date("TIMESTAMP"),
213
212
  * // MultiAZ: true || false,
@@ -223,6 +222,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
223
222
  * // ReplicaMode: "open-read-only" || "mounted",
224
223
  * // LicenseModel: "STRING_VALUE",
225
224
  * // Iops: Number("int"),
225
+ * // StorageThroughput: Number("int"),
226
226
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
227
227
  * // { // OptionGroupMembership
228
228
  * // OptionGroupName: "STRING_VALUE",
@@ -303,40 +303,40 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
303
303
  * // Value: "STRING_VALUE",
304
304
  * // },
305
305
  * // ],
306
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
307
- * // { // DBInstanceAutomatedBackupsReplication
308
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
309
- * // },
310
- * // ],
306
+ * // AutomationMode: "full" || "all-paused",
307
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
311
308
  * // CustomerOwnedIpEnabled: true || false,
312
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
309
+ * // NetworkType: "STRING_VALUE",
313
310
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
314
311
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
315
312
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
316
313
  * // ActivityStreamMode: "sync" || "async",
317
314
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
318
- * // AutomationMode: "full" || "all-paused",
319
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
320
- * // CustomIamInstanceProfile: "STRING_VALUE",
315
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
316
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
317
+ * // { // DBInstanceAutomatedBackupsReplication
318
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
319
+ * // },
320
+ * // ],
321
321
  * // BackupTarget: "STRING_VALUE",
322
- * // NetworkType: "STRING_VALUE",
322
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
323
+ * // CustomIamInstanceProfile: "STRING_VALUE",
323
324
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
324
- * // StorageThroughput: Number("int"),
325
+ * // CertificateDetails: { // CertificateDetails
326
+ * // CAIdentifier: "STRING_VALUE",
327
+ * // ValidTill: new Date("TIMESTAMP"),
328
+ * // },
325
329
  * // DBSystemId: "STRING_VALUE",
326
330
  * // MasterUserSecret: { // MasterUserSecret
327
331
  * // SecretArn: "STRING_VALUE",
328
332
  * // SecretStatus: "STRING_VALUE",
329
333
  * // KmsKeyId: "STRING_VALUE",
330
334
  * // },
331
- * // CertificateDetails: { // CertificateDetails
332
- * // CAIdentifier: "STRING_VALUE",
333
- * // ValidTill: new Date("TIMESTAMP"),
334
- * // },
335
335
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
336
336
  * // PercentProgress: "STRING_VALUE",
337
+ * // MultiTenant: true || false,
337
338
  * // DedicatedLogVolume: true || false,
338
339
  * // IsStorageConfigUpgradeAvailable: true || false,
339
- * // MultiTenant: true || false,
340
340
  * // EngineLifecycleSupport: "STRING_VALUE",
341
341
  * // },
342
342
  * // };
@@ -57,8 +57,8 @@ declare const StartActivityStreamCommand_base: {
57
57
  * // KinesisStreamName: "STRING_VALUE",
58
58
  * // Status: "stopped" || "starting" || "started" || "stopping",
59
59
  * // Mode: "sync" || "async",
60
- * // ApplyImmediately: true || false,
61
60
  * // EngineNativeAuditFieldsIncluded: true || false,
61
+ * // ApplyImmediately: true || false,
62
62
  * // };
63
63
  *
64
64
  * ```
@@ -61,7 +61,6 @@ declare const StartDBClusterCommand_base: {
61
61
  * // DBClusterParameterGroup: "STRING_VALUE",
62
62
  * // DBSubnetGroup: "STRING_VALUE",
63
63
  * // Status: "STRING_VALUE",
64
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
65
64
  * // PercentProgress: "STRING_VALUE",
66
65
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
67
66
  * // Endpoint: "STRING_VALUE",
@@ -131,6 +130,33 @@ declare const StartDBClusterCommand_base: {
131
130
  * // "STRING_VALUE",
132
131
  * // ],
133
132
  * // Capacity: Number("int"),
133
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
134
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
135
+ * // LogTypesToEnable: [
136
+ * // "STRING_VALUE",
137
+ * // ],
138
+ * // LogTypesToDisable: [
139
+ * // "STRING_VALUE",
140
+ * // ],
141
+ * // },
142
+ * // DBClusterIdentifier: "STRING_VALUE",
143
+ * // MasterUserPassword: "STRING_VALUE",
144
+ * // IAMDatabaseAuthenticationEnabled: true || false,
145
+ * // EngineVersion: "STRING_VALUE",
146
+ * // BackupRetentionPeriod: Number("int"),
147
+ * // StorageType: "STRING_VALUE",
148
+ * // AllocatedStorage: Number("int"),
149
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
150
+ * // InterconnectSubnetId: "STRING_VALUE",
151
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
152
+ * // ReplicaMode: "open-read-only" || "mounted",
153
+ * // },
154
+ * // Iops: Number("int"),
155
+ * // CertificateDetails: { // CertificateDetails
156
+ * // CAIdentifier: "STRING_VALUE",
157
+ * // ValidTill: new Date("TIMESTAMP"),
158
+ * // },
159
+ * // },
134
160
  * // EngineMode: "STRING_VALUE",
135
161
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
136
162
  * // MinCapacity: Number("int"),
@@ -140,11 +166,18 @@ declare const StartDBClusterCommand_base: {
140
166
  * // TimeoutAction: "STRING_VALUE",
141
167
  * // SecondsBeforeTimeout: Number("int"),
142
168
  * // },
143
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
169
+ * // RdsCustomClusterConfiguration: {
144
170
  * // InterconnectSubnetId: "STRING_VALUE",
145
171
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
146
172
  * // ReplicaMode: "open-read-only" || "mounted",
147
173
  * // },
174
+ * // DBClusterInstanceClass: "STRING_VALUE",
175
+ * // StorageType: "STRING_VALUE",
176
+ * // Iops: Number("int"),
177
+ * // StorageThroughput: Number("int"),
178
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
179
+ * // PubliclyAccessible: true || false,
180
+ * // AutoMinorVersionUpgrade: true || false,
148
181
  * // DeletionProtection: true || false,
149
182
  * // HttpEndpointEnabled: true || false,
150
183
  * // ActivityStreamMode: "sync" || "async",
@@ -175,66 +208,33 @@ declare const StartDBClusterCommand_base: {
175
208
  * // GlobalClusterIdentifier: "STRING_VALUE",
176
209
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
177
210
  * // GlobalWriteForwardingRequested: true || false,
178
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
179
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
180
- * // LogTypesToEnable: [
181
- * // "STRING_VALUE",
182
- * // ],
183
- * // LogTypesToDisable: [
184
- * // "STRING_VALUE",
185
- * // ],
186
- * // },
187
- * // DBClusterIdentifier: "STRING_VALUE",
188
- * // MasterUserPassword: "STRING_VALUE",
189
- * // IAMDatabaseAuthenticationEnabled: true || false,
190
- * // EngineVersion: "STRING_VALUE",
191
- * // BackupRetentionPeriod: Number("int"),
192
- * // AllocatedStorage: Number("int"),
193
- * // RdsCustomClusterConfiguration: {
194
- * // InterconnectSubnetId: "STRING_VALUE",
195
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
196
- * // ReplicaMode: "open-read-only" || "mounted",
197
- * // },
198
- * // Iops: Number("int"),
199
- * // StorageType: "STRING_VALUE",
200
- * // CertificateDetails: { // CertificateDetails
201
- * // CAIdentifier: "STRING_VALUE",
202
- * // ValidTill: new Date("TIMESTAMP"),
203
- * // },
211
+ * // NetworkType: "STRING_VALUE",
212
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
213
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
214
+ * // MinCapacity: Number("double"),
215
+ * // MaxCapacity: Number("double"),
216
+ * // SecondsUntilAutoPause: Number("int"),
204
217
  * // },
205
- * // DBClusterInstanceClass: "STRING_VALUE",
206
- * // StorageType: "STRING_VALUE",
207
- * // Iops: Number("int"),
208
- * // PubliclyAccessible: true || false,
209
- * // AutoMinorVersionUpgrade: true || false,
218
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
210
219
  * // MonitoringInterval: Number("int"),
211
220
  * // MonitoringRoleArn: "STRING_VALUE",
212
221
  * // DatabaseInsightsMode: "standard" || "advanced",
213
222
  * // PerformanceInsightsEnabled: true || false,
214
223
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
215
224
  * // PerformanceInsightsRetentionPeriod: Number("int"),
216
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
217
- * // MinCapacity: Number("double"),
218
- * // MaxCapacity: Number("double"),
219
- * // SecondsUntilAutoPause: Number("int"),
220
- * // },
221
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
222
- * // NetworkType: "STRING_VALUE",
223
225
  * // DBSystemId: "STRING_VALUE",
224
226
  * // MasterUserSecret: { // MasterUserSecret
225
227
  * // SecretArn: "STRING_VALUE",
226
228
  * // SecretStatus: "STRING_VALUE",
227
229
  * // KmsKeyId: "STRING_VALUE",
228
230
  * // },
229
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
230
231
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
231
232
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
232
233
  * // LimitlessDatabase: { // LimitlessDatabase
233
234
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
234
235
  * // MinRequiredACU: Number("double"),
235
236
  * // },
236
- * // StorageThroughput: Number("int"),
237
- * // ClusterScalabilityType: "standard" || "limitless",
237
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
238
238
  * // CertificateDetails: {
239
239
  * // CAIdentifier: "STRING_VALUE",
240
240
  * // ValidTill: new Date("TIMESTAMP"),
@@ -264,6 +264,9 @@ declare const StartDBClusterCommand_base: {
264
264
  * @throws {@link InvalidDBShardGroupStateFault} (client fault)
265
265
  * <p>The DB shard group must be in the available state.</p>
266
266
  *
267
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
268
+ * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
269
+ *
267
270
  * @throws {@link RDSServiceException}
268
271
  * <p>Base exception class for all service exceptions from RDS service.</p>
269
272
  *
@@ -69,6 +69,7 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
69
69
  * // EngineVersion: "STRING_VALUE",
70
70
  * // LicenseModel: "STRING_VALUE",
71
71
  * // Iops: Number("int"),
72
+ * // StorageThroughput: Number("int"),
72
73
  * // OptionGroupName: "STRING_VALUE",
73
74
  * // TdeCredentialArn: "STRING_VALUE",
74
75
  * // Encrypted: true || false,
@@ -84,10 +85,9 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
84
85
  * // },
85
86
  * // ],
86
87
  * // BackupTarget: "STRING_VALUE",
87
- * // StorageThroughput: Number("int"),
88
+ * // MultiTenant: true || false,
88
89
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
89
90
  * // DedicatedLogVolume: true || false,
90
- * // MultiTenant: true || false,
91
91
  * // },
92
92
  * // };
93
93
  *
@@ -108,6 +108,10 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
108
108
  * <p>
109
109
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
110
110
  *
111
+ * @throws {@link InvalidDBInstanceAutomatedBackupStateFault} (client fault)
112
+ * <p>The automated backup is in an invalid state.
113
+ * For example, this automated backup is associated with an active instance.</p>
114
+ *
111
115
  * @throws {@link InvalidDBInstanceStateFault} (client fault)
112
116
  * <p>The DB instance isn't in a valid state.</p>
113
117
  *
@@ -56,7 +56,6 @@ declare const StartDBInstanceCommand_base: {
56
56
  * // DBInstanceClass: "STRING_VALUE",
57
57
  * // Engine: "STRING_VALUE",
58
58
  * // DBInstanceStatus: "STRING_VALUE",
59
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
60
59
  * // MasterUsername: "STRING_VALUE",
61
60
  * // DBName: "STRING_VALUE",
62
61
  * // Endpoint: { // Endpoint
@@ -120,6 +119,7 @@ declare const StartDBInstanceCommand_base: {
120
119
  * // EngineVersion: "STRING_VALUE",
121
120
  * // LicenseModel: "STRING_VALUE",
122
121
  * // Iops: Number("int"),
122
+ * // StorageThroughput: Number("int"),
123
123
  * // DBInstanceIdentifier: "STRING_VALUE",
124
124
  * // StorageType: "STRING_VALUE",
125
125
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -138,13 +138,12 @@ declare const StartDBInstanceCommand_base: {
138
138
  * // Value: "STRING_VALUE",
139
139
  * // },
140
140
  * // ],
141
- * // IAMDatabaseAuthenticationEnabled: true || false,
142
141
  * // AutomationMode: "full" || "all-paused",
143
142
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
144
- * // StorageThroughput: Number("int"),
145
- * // Engine: "STRING_VALUE",
146
- * // DedicatedLogVolume: true || false,
147
143
  * // MultiTenant: true || false,
144
+ * // IAMDatabaseAuthenticationEnabled: true || false,
145
+ * // DedicatedLogVolume: true || false,
146
+ * // Engine: "STRING_VALUE",
148
147
  * // },
149
148
  * // LatestRestorableTime: new Date("TIMESTAMP"),
150
149
  * // MultiAZ: true || false,
@@ -160,6 +159,7 @@ declare const StartDBInstanceCommand_base: {
160
159
  * // ReplicaMode: "open-read-only" || "mounted",
161
160
  * // LicenseModel: "STRING_VALUE",
162
161
  * // Iops: Number("int"),
162
+ * // StorageThroughput: Number("int"),
163
163
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
164
164
  * // { // OptionGroupMembership
165
165
  * // OptionGroupName: "STRING_VALUE",
@@ -240,40 +240,40 @@ declare const StartDBInstanceCommand_base: {
240
240
  * // Value: "STRING_VALUE",
241
241
  * // },
242
242
  * // ],
243
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
244
- * // { // DBInstanceAutomatedBackupsReplication
245
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
246
- * // },
247
- * // ],
243
+ * // AutomationMode: "full" || "all-paused",
244
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
248
245
  * // CustomerOwnedIpEnabled: true || false,
249
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
246
+ * // NetworkType: "STRING_VALUE",
250
247
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
251
248
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
252
249
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
253
250
  * // ActivityStreamMode: "sync" || "async",
254
251
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
255
- * // AutomationMode: "full" || "all-paused",
256
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
257
- * // CustomIamInstanceProfile: "STRING_VALUE",
252
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
253
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
254
+ * // { // DBInstanceAutomatedBackupsReplication
255
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
256
+ * // },
257
+ * // ],
258
258
  * // BackupTarget: "STRING_VALUE",
259
- * // NetworkType: "STRING_VALUE",
259
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
260
+ * // CustomIamInstanceProfile: "STRING_VALUE",
260
261
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
261
- * // StorageThroughput: Number("int"),
262
+ * // CertificateDetails: { // CertificateDetails
263
+ * // CAIdentifier: "STRING_VALUE",
264
+ * // ValidTill: new Date("TIMESTAMP"),
265
+ * // },
262
266
  * // DBSystemId: "STRING_VALUE",
263
267
  * // MasterUserSecret: { // MasterUserSecret
264
268
  * // SecretArn: "STRING_VALUE",
265
269
  * // SecretStatus: "STRING_VALUE",
266
270
  * // KmsKeyId: "STRING_VALUE",
267
271
  * // },
268
- * // CertificateDetails: { // CertificateDetails
269
- * // CAIdentifier: "STRING_VALUE",
270
- * // ValidTill: new Date("TIMESTAMP"),
271
- * // },
272
272
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
273
273
  * // PercentProgress: "STRING_VALUE",
274
+ * // MultiTenant: true || false,
274
275
  * // DedicatedLogVolume: true || false,
275
276
  * // IsStorageConfigUpgradeAvailable: true || false,
276
- * // MultiTenant: true || false,
277
277
  * // EngineLifecycleSupport: "STRING_VALUE",
278
278
  * // },
279
279
  * // };
@@ -62,7 +62,6 @@ declare const StopDBClusterCommand_base: {
62
62
  * // DBClusterParameterGroup: "STRING_VALUE",
63
63
  * // DBSubnetGroup: "STRING_VALUE",
64
64
  * // Status: "STRING_VALUE",
65
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
66
65
  * // PercentProgress: "STRING_VALUE",
67
66
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
68
67
  * // Endpoint: "STRING_VALUE",
@@ -132,6 +131,33 @@ declare const StopDBClusterCommand_base: {
132
131
  * // "STRING_VALUE",
133
132
  * // ],
134
133
  * // Capacity: Number("int"),
134
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
135
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
136
+ * // LogTypesToEnable: [
137
+ * // "STRING_VALUE",
138
+ * // ],
139
+ * // LogTypesToDisable: [
140
+ * // "STRING_VALUE",
141
+ * // ],
142
+ * // },
143
+ * // DBClusterIdentifier: "STRING_VALUE",
144
+ * // MasterUserPassword: "STRING_VALUE",
145
+ * // IAMDatabaseAuthenticationEnabled: true || false,
146
+ * // EngineVersion: "STRING_VALUE",
147
+ * // BackupRetentionPeriod: Number("int"),
148
+ * // StorageType: "STRING_VALUE",
149
+ * // AllocatedStorage: Number("int"),
150
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
151
+ * // InterconnectSubnetId: "STRING_VALUE",
152
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
153
+ * // ReplicaMode: "open-read-only" || "mounted",
154
+ * // },
155
+ * // Iops: Number("int"),
156
+ * // CertificateDetails: { // CertificateDetails
157
+ * // CAIdentifier: "STRING_VALUE",
158
+ * // ValidTill: new Date("TIMESTAMP"),
159
+ * // },
160
+ * // },
135
161
  * // EngineMode: "STRING_VALUE",
136
162
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
137
163
  * // MinCapacity: Number("int"),
@@ -141,11 +167,18 @@ declare const StopDBClusterCommand_base: {
141
167
  * // TimeoutAction: "STRING_VALUE",
142
168
  * // SecondsBeforeTimeout: Number("int"),
143
169
  * // },
144
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
170
+ * // RdsCustomClusterConfiguration: {
145
171
  * // InterconnectSubnetId: "STRING_VALUE",
146
172
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
147
173
  * // ReplicaMode: "open-read-only" || "mounted",
148
174
  * // },
175
+ * // DBClusterInstanceClass: "STRING_VALUE",
176
+ * // StorageType: "STRING_VALUE",
177
+ * // Iops: Number("int"),
178
+ * // StorageThroughput: Number("int"),
179
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
180
+ * // PubliclyAccessible: true || false,
181
+ * // AutoMinorVersionUpgrade: true || false,
149
182
  * // DeletionProtection: true || false,
150
183
  * // HttpEndpointEnabled: true || false,
151
184
  * // ActivityStreamMode: "sync" || "async",
@@ -176,66 +209,33 @@ declare const StopDBClusterCommand_base: {
176
209
  * // GlobalClusterIdentifier: "STRING_VALUE",
177
210
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
178
211
  * // GlobalWriteForwardingRequested: true || false,
179
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
180
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
181
- * // LogTypesToEnable: [
182
- * // "STRING_VALUE",
183
- * // ],
184
- * // LogTypesToDisable: [
185
- * // "STRING_VALUE",
186
- * // ],
187
- * // },
188
- * // DBClusterIdentifier: "STRING_VALUE",
189
- * // MasterUserPassword: "STRING_VALUE",
190
- * // IAMDatabaseAuthenticationEnabled: true || false,
191
- * // EngineVersion: "STRING_VALUE",
192
- * // BackupRetentionPeriod: Number("int"),
193
- * // AllocatedStorage: Number("int"),
194
- * // RdsCustomClusterConfiguration: {
195
- * // InterconnectSubnetId: "STRING_VALUE",
196
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
197
- * // ReplicaMode: "open-read-only" || "mounted",
198
- * // },
199
- * // Iops: Number("int"),
200
- * // StorageType: "STRING_VALUE",
201
- * // CertificateDetails: { // CertificateDetails
202
- * // CAIdentifier: "STRING_VALUE",
203
- * // ValidTill: new Date("TIMESTAMP"),
204
- * // },
212
+ * // NetworkType: "STRING_VALUE",
213
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
214
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
215
+ * // MinCapacity: Number("double"),
216
+ * // MaxCapacity: Number("double"),
217
+ * // SecondsUntilAutoPause: Number("int"),
205
218
  * // },
206
- * // DBClusterInstanceClass: "STRING_VALUE",
207
- * // StorageType: "STRING_VALUE",
208
- * // Iops: Number("int"),
209
- * // PubliclyAccessible: true || false,
210
- * // AutoMinorVersionUpgrade: true || false,
219
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
211
220
  * // MonitoringInterval: Number("int"),
212
221
  * // MonitoringRoleArn: "STRING_VALUE",
213
222
  * // DatabaseInsightsMode: "standard" || "advanced",
214
223
  * // PerformanceInsightsEnabled: true || false,
215
224
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
216
225
  * // PerformanceInsightsRetentionPeriod: Number("int"),
217
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
218
- * // MinCapacity: Number("double"),
219
- * // MaxCapacity: Number("double"),
220
- * // SecondsUntilAutoPause: Number("int"),
221
- * // },
222
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
223
- * // NetworkType: "STRING_VALUE",
224
226
  * // DBSystemId: "STRING_VALUE",
225
227
  * // MasterUserSecret: { // MasterUserSecret
226
228
  * // SecretArn: "STRING_VALUE",
227
229
  * // SecretStatus: "STRING_VALUE",
228
230
  * // KmsKeyId: "STRING_VALUE",
229
231
  * // },
230
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
231
232
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
232
233
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
233
234
  * // LimitlessDatabase: { // LimitlessDatabase
234
235
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
235
236
  * // MinRequiredACU: Number("double"),
236
237
  * // },
237
- * // StorageThroughput: Number("int"),
238
- * // ClusterScalabilityType: "standard" || "limitless",
238
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
239
239
  * // CertificateDetails: {
240
240
  * // CAIdentifier: "STRING_VALUE",
241
241
  * // ValidTill: new Date("TIMESTAMP"),
@@ -66,6 +66,7 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
66
66
  * // EngineVersion: "STRING_VALUE",
67
67
  * // LicenseModel: "STRING_VALUE",
68
68
  * // Iops: Number("int"),
69
+ * // StorageThroughput: Number("int"),
69
70
  * // OptionGroupName: "STRING_VALUE",
70
71
  * // TdeCredentialArn: "STRING_VALUE",
71
72
  * // Encrypted: true || false,
@@ -81,10 +82,9 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
81
82
  * // },
82
83
  * // ],
83
84
  * // BackupTarget: "STRING_VALUE",
84
- * // StorageThroughput: Number("int"),
85
+ * // MultiTenant: true || false,
85
86
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
86
87
  * // DedicatedLogVolume: true || false,
87
- * // MultiTenant: true || false,
88
88
  * // },
89
89
  * // };
90
90
  *