@aws-sdk/client-rds 3.899.0 → 3.901.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 +39 -39
@@ -57,9 +57,14 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
57
57
  * const response = await client.send(command);
58
58
  * // { // DBEngineVersion
59
59
  * // Engine: "STRING_VALUE",
60
+ * // MajorEngineVersion: "STRING_VALUE",
60
61
  * // EngineVersion: "STRING_VALUE",
62
+ * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
63
+ * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
64
+ * // CustomDBEngineVersionManifest: "STRING_VALUE",
61
65
  * // DBParameterGroupFamily: "STRING_VALUE",
62
66
  * // DBEngineDescription: "STRING_VALUE",
67
+ * // DBEngineVersionArn: "STRING_VALUE",
63
68
  * // DBEngineVersionDescription: "STRING_VALUE",
64
69
  * // DefaultCharacterSet: { // CharacterSet
65
70
  * // CharacterSetName: "STRING_VALUE",
@@ -70,6 +75,8 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
70
75
  * // Status: "STRING_VALUE",
71
76
  * // },
72
77
  * // DBEngineMediaType: "STRING_VALUE",
78
+ * // KMSKeyId: "STRING_VALUE",
79
+ * // CreateTime: new Date("TIMESTAMP"),
73
80
  * // SupportedCharacterSets: [ // SupportedCharacterSetsList
74
81
  * // {
75
82
  * // CharacterSetName: "STRING_VALUE",
@@ -119,12 +126,6 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
119
126
  * // Status: "STRING_VALUE",
120
127
  * // SupportsParallelQuery: true || false,
121
128
  * // SupportsGlobalDatabases: true || false,
122
- * // MajorEngineVersion: "STRING_VALUE",
123
- * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
124
- * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
125
- * // DBEngineVersionArn: "STRING_VALUE",
126
- * // KMSKeyId: "STRING_VALUE",
127
- * // CreateTime: new Date("TIMESTAMP"),
128
129
  * // TagList: [ // TagList
129
130
  * // { // Tag
130
131
  * // Key: "STRING_VALUE",
@@ -132,7 +133,6 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
132
133
  * // },
133
134
  * // ],
134
135
  * // SupportsBabelfish: true || false,
135
- * // CustomDBEngineVersionManifest: "STRING_VALUE",
136
136
  * // SupportsLimitlessDatabase: true || false,
137
137
  * // SupportsCertificateRotationWithoutRestart: true || false,
138
138
  * // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
@@ -90,24 +90,24 @@ declare const ModifyDBClusterCommand_base: {
90
90
  * StorageType: "STRING_VALUE",
91
91
  * Iops: Number("int"),
92
92
  * AutoMinorVersionUpgrade: true || false,
93
+ * NetworkType: "STRING_VALUE",
94
+ * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
95
+ * MinCapacity: Number("double"),
96
+ * MaxCapacity: Number("double"),
97
+ * SecondsUntilAutoPause: Number("int"),
98
+ * },
93
99
  * MonitoringInterval: Number("int"),
94
100
  * MonitoringRoleArn: "STRING_VALUE",
95
101
  * DatabaseInsightsMode: "standard" || "advanced",
96
102
  * EnablePerformanceInsights: true || false,
97
103
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
98
104
  * PerformanceInsightsRetentionPeriod: Number("int"),
99
- * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
100
- * MinCapacity: Number("double"),
101
- * MaxCapacity: Number("double"),
102
- * SecondsUntilAutoPause: Number("int"),
103
- * },
104
- * NetworkType: "STRING_VALUE",
105
105
  * ManageMasterUserPassword: true || false,
106
106
  * RotateMasterUserPassword: true || false,
107
+ * EnableLocalWriteForwarding: true || false,
107
108
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
108
109
  * EngineMode: "STRING_VALUE",
109
110
  * AllowEngineModeChange: true || false,
110
- * EnableLocalWriteForwarding: true || false,
111
111
  * AwsBackupRecoveryPointArn: "STRING_VALUE",
112
112
  * EnableLimitlessDatabase: true || false,
113
113
  * CACertificateIdentifier: "STRING_VALUE",
@@ -128,7 +128,6 @@ declare const ModifyDBClusterCommand_base: {
128
128
  * // DBClusterParameterGroup: "STRING_VALUE",
129
129
  * // DBSubnetGroup: "STRING_VALUE",
130
130
  * // Status: "STRING_VALUE",
131
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
132
131
  * // PercentProgress: "STRING_VALUE",
133
132
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
134
133
  * // Endpoint: "STRING_VALUE",
@@ -198,6 +197,33 @@ declare const ModifyDBClusterCommand_base: {
198
197
  * // "STRING_VALUE",
199
198
  * // ],
200
199
  * // Capacity: Number("int"),
200
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
201
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
202
+ * // LogTypesToEnable: [
203
+ * // "STRING_VALUE",
204
+ * // ],
205
+ * // LogTypesToDisable: [
206
+ * // "STRING_VALUE",
207
+ * // ],
208
+ * // },
209
+ * // DBClusterIdentifier: "STRING_VALUE",
210
+ * // MasterUserPassword: "STRING_VALUE",
211
+ * // IAMDatabaseAuthenticationEnabled: true || false,
212
+ * // EngineVersion: "STRING_VALUE",
213
+ * // BackupRetentionPeriod: Number("int"),
214
+ * // StorageType: "STRING_VALUE",
215
+ * // AllocatedStorage: Number("int"),
216
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
217
+ * // InterconnectSubnetId: "STRING_VALUE",
218
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
219
+ * // ReplicaMode: "open-read-only" || "mounted",
220
+ * // },
221
+ * // Iops: Number("int"),
222
+ * // CertificateDetails: { // CertificateDetails
223
+ * // CAIdentifier: "STRING_VALUE",
224
+ * // ValidTill: new Date("TIMESTAMP"),
225
+ * // },
226
+ * // },
201
227
  * // EngineMode: "STRING_VALUE",
202
228
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
203
229
  * // MinCapacity: Number("int"),
@@ -207,11 +233,18 @@ declare const ModifyDBClusterCommand_base: {
207
233
  * // TimeoutAction: "STRING_VALUE",
208
234
  * // SecondsBeforeTimeout: Number("int"),
209
235
  * // },
210
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
236
+ * // RdsCustomClusterConfiguration: {
211
237
  * // InterconnectSubnetId: "STRING_VALUE",
212
238
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
213
239
  * // ReplicaMode: "open-read-only" || "mounted",
214
240
  * // },
241
+ * // DBClusterInstanceClass: "STRING_VALUE",
242
+ * // StorageType: "STRING_VALUE",
243
+ * // Iops: Number("int"),
244
+ * // StorageThroughput: Number("int"),
245
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
246
+ * // PubliclyAccessible: true || false,
247
+ * // AutoMinorVersionUpgrade: true || false,
215
248
  * // DeletionProtection: true || false,
216
249
  * // HttpEndpointEnabled: true || false,
217
250
  * // ActivityStreamMode: "sync" || "async",
@@ -242,66 +275,33 @@ declare const ModifyDBClusterCommand_base: {
242
275
  * // GlobalClusterIdentifier: "STRING_VALUE",
243
276
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
244
277
  * // GlobalWriteForwardingRequested: true || false,
245
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
246
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
247
- * // LogTypesToEnable: [
248
- * // "STRING_VALUE",
249
- * // ],
250
- * // LogTypesToDisable: [
251
- * // "STRING_VALUE",
252
- * // ],
253
- * // },
254
- * // DBClusterIdentifier: "STRING_VALUE",
255
- * // MasterUserPassword: "STRING_VALUE",
256
- * // IAMDatabaseAuthenticationEnabled: true || false,
257
- * // EngineVersion: "STRING_VALUE",
258
- * // BackupRetentionPeriod: Number("int"),
259
- * // AllocatedStorage: Number("int"),
260
- * // RdsCustomClusterConfiguration: {
261
- * // InterconnectSubnetId: "STRING_VALUE",
262
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
263
- * // ReplicaMode: "open-read-only" || "mounted",
264
- * // },
265
- * // Iops: Number("int"),
266
- * // StorageType: "STRING_VALUE",
267
- * // CertificateDetails: { // CertificateDetails
268
- * // CAIdentifier: "STRING_VALUE",
269
- * // ValidTill: new Date("TIMESTAMP"),
270
- * // },
278
+ * // NetworkType: "STRING_VALUE",
279
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
280
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
281
+ * // MinCapacity: Number("double"),
282
+ * // MaxCapacity: Number("double"),
283
+ * // SecondsUntilAutoPause: Number("int"),
271
284
  * // },
272
- * // DBClusterInstanceClass: "STRING_VALUE",
273
- * // StorageType: "STRING_VALUE",
274
- * // Iops: Number("int"),
275
- * // PubliclyAccessible: true || false,
276
- * // AutoMinorVersionUpgrade: true || false,
285
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
277
286
  * // MonitoringInterval: Number("int"),
278
287
  * // MonitoringRoleArn: "STRING_VALUE",
279
288
  * // DatabaseInsightsMode: "standard" || "advanced",
280
289
  * // PerformanceInsightsEnabled: true || false,
281
290
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
282
291
  * // PerformanceInsightsRetentionPeriod: Number("int"),
283
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
284
- * // MinCapacity: Number("double"),
285
- * // MaxCapacity: Number("double"),
286
- * // SecondsUntilAutoPause: Number("int"),
287
- * // },
288
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
289
- * // NetworkType: "STRING_VALUE",
290
292
  * // DBSystemId: "STRING_VALUE",
291
293
  * // MasterUserSecret: { // MasterUserSecret
292
294
  * // SecretArn: "STRING_VALUE",
293
295
  * // SecretStatus: "STRING_VALUE",
294
296
  * // KmsKeyId: "STRING_VALUE",
295
297
  * // },
296
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
297
298
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
298
299
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
299
300
  * // LimitlessDatabase: { // LimitlessDatabase
300
301
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
301
302
  * // MinRequiredACU: Number("double"),
302
303
  * // },
303
- * // StorageThroughput: Number("int"),
304
- * // ClusterScalabilityType: "standard" || "limitless",
304
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
305
305
  * // CertificateDetails: {
306
306
  * // CAIdentifier: "STRING_VALUE",
307
307
  * // ValidTill: new Date("TIMESTAMP"),
@@ -333,6 +333,11 @@ declare const ModifyDBClusterCommand_base: {
333
333
  * @throws {@link DBInstanceAlreadyExistsFault} (client fault)
334
334
  * <p>The user already has a DB instance with the given identifier.</p>
335
335
  *
336
+ * @throws {@link DBParameterGroupNotFoundFault} (client fault)
337
+ * <p>
338
+ * <code>DBParameterGroupName</code> doesn't refer to an
339
+ * existing DB parameter group.</p>
340
+ *
336
341
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
337
342
  * <p>
338
343
  * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
@@ -353,6 +358,9 @@ declare const ModifyDBClusterCommand_base: {
353
358
  * @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
354
359
  * <p>The DB subnet group cannot be deleted because it's in use.</p>
355
360
  *
361
+ * @throws {@link InvalidGlobalClusterStateFault} (client fault)
362
+ * <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
363
+ *
356
364
  * @throws {@link InvalidSubnet} (client fault)
357
365
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
358
366
  *
@@ -360,6 +368,12 @@ declare const ModifyDBClusterCommand_base: {
360
368
  * <p>The DB subnet group doesn't cover all Availability Zones after it's
361
369
  * created because of users' change.</p>
362
370
  *
371
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
372
+ * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
373
+ *
374
+ * @throws {@link NetworkTypeNotSupported} (client fault)
375
+ * <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
376
+ *
363
377
  * @throws {@link OptionGroupNotFoundFault} (client fault)
364
378
  * <p>The specified option group could not be found.</p>
365
379
  *
@@ -371,6 +385,9 @@ declare const ModifyDBClusterCommand_base: {
371
385
  * <p>The <code>aurora-iopt1</code> storage type isn't available, because you modified the DB cluster
372
386
  * to use this storage type less than one month ago.</p>
373
387
  *
388
+ * @throws {@link StorageTypeNotSupportedFault} (client fault)
389
+ * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
390
+ *
374
391
  * @throws {@link RDSServiceException}
375
392
  * <p>Base exception class for all service exceptions from RDS service.</p>
376
393
  *
@@ -63,6 +63,7 @@ declare const ModifyDBInstanceCommand_base: {
63
63
  * AutoMinorVersionUpgrade: true || false,
64
64
  * LicenseModel: "STRING_VALUE",
65
65
  * Iops: Number("int"),
66
+ * StorageThroughput: Number("int"),
66
67
  * OptionGroupName: "STRING_VALUE",
67
68
  * NewDBInstanceIdentifier: "STRING_VALUE",
68
69
  * StorageType: "STRING_VALUE",
@@ -76,13 +77,13 @@ declare const ModifyDBInstanceCommand_base: {
76
77
  * DomainDnsIps: [ // StringList
77
78
  * "STRING_VALUE",
78
79
  * ],
80
+ * DisableDomain: true || false,
79
81
  * CopyTagsToSnapshot: true || false,
80
82
  * MonitoringInterval: Number("int"),
81
83
  * DBPortNumber: Number("int"),
82
84
  * PubliclyAccessible: true || false,
83
85
  * MonitoringRoleArn: "STRING_VALUE",
84
86
  * DomainIAMRoleName: "STRING_VALUE",
85
- * DisableDomain: true || false,
86
87
  * PromotionTier: Number("int"),
87
88
  * EnableIAMDatabaseAuthentication: true || false,
88
89
  * DatabaseInsightsMode: "standard" || "advanced",
@@ -108,18 +109,17 @@ declare const ModifyDBInstanceCommand_base: {
108
109
  * MaxAllocatedStorage: Number("int"),
109
110
  * CertificateRotationRestart: true || false,
110
111
  * ReplicaMode: "open-read-only" || "mounted",
111
- * EnableCustomerOwnedIp: true || false,
112
- * AwsBackupRecoveryPointArn: "STRING_VALUE",
113
112
  * AutomationMode: "full" || "all-paused",
114
113
  * ResumeFullAutomationModeMinutes: Number("int"),
114
+ * EnableCustomerOwnedIp: true || false,
115
115
  * NetworkType: "STRING_VALUE",
116
- * StorageThroughput: Number("int"),
116
+ * AwsBackupRecoveryPointArn: "STRING_VALUE",
117
117
  * ManageMasterUserPassword: true || false,
118
118
  * RotateMasterUserPassword: true || false,
119
119
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
120
- * Engine: "STRING_VALUE",
121
- * DedicatedLogVolume: true || false,
122
120
  * MultiTenant: true || false,
121
+ * DedicatedLogVolume: true || false,
122
+ * Engine: "STRING_VALUE",
123
123
  * MasterUserAuthenticationType: "password" || "iam-db-auth",
124
124
  * };
125
125
  * const command = new ModifyDBInstanceCommand(input);
@@ -130,7 +130,6 @@ declare const ModifyDBInstanceCommand_base: {
130
130
  * // DBInstanceClass: "STRING_VALUE",
131
131
  * // Engine: "STRING_VALUE",
132
132
  * // DBInstanceStatus: "STRING_VALUE",
133
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
134
133
  * // MasterUsername: "STRING_VALUE",
135
134
  * // DBName: "STRING_VALUE",
136
135
  * // Endpoint: { // Endpoint
@@ -194,6 +193,7 @@ declare const ModifyDBInstanceCommand_base: {
194
193
  * // EngineVersion: "STRING_VALUE",
195
194
  * // LicenseModel: "STRING_VALUE",
196
195
  * // Iops: Number("int"),
196
+ * // StorageThroughput: Number("int"),
197
197
  * // DBInstanceIdentifier: "STRING_VALUE",
198
198
  * // StorageType: "STRING_VALUE",
199
199
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -212,13 +212,12 @@ declare const ModifyDBInstanceCommand_base: {
212
212
  * // Value: "STRING_VALUE",
213
213
  * // },
214
214
  * // ],
215
- * // IAMDatabaseAuthenticationEnabled: true || false,
216
215
  * // AutomationMode: "full" || "all-paused",
217
216
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
218
- * // StorageThroughput: Number("int"),
219
- * // Engine: "STRING_VALUE",
220
- * // DedicatedLogVolume: true || false,
221
217
  * // MultiTenant: true || false,
218
+ * // IAMDatabaseAuthenticationEnabled: true || false,
219
+ * // DedicatedLogVolume: true || false,
220
+ * // Engine: "STRING_VALUE",
222
221
  * // },
223
222
  * // LatestRestorableTime: new Date("TIMESTAMP"),
224
223
  * // MultiAZ: true || false,
@@ -234,6 +233,7 @@ declare const ModifyDBInstanceCommand_base: {
234
233
  * // ReplicaMode: "open-read-only" || "mounted",
235
234
  * // LicenseModel: "STRING_VALUE",
236
235
  * // Iops: Number("int"),
236
+ * // StorageThroughput: Number("int"),
237
237
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
238
238
  * // { // OptionGroupMembership
239
239
  * // OptionGroupName: "STRING_VALUE",
@@ -314,40 +314,40 @@ declare const ModifyDBInstanceCommand_base: {
314
314
  * // Value: "STRING_VALUE",
315
315
  * // },
316
316
  * // ],
317
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
318
- * // { // DBInstanceAutomatedBackupsReplication
319
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
320
- * // },
321
- * // ],
317
+ * // AutomationMode: "full" || "all-paused",
318
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
322
319
  * // CustomerOwnedIpEnabled: true || false,
323
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
320
+ * // NetworkType: "STRING_VALUE",
324
321
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
325
322
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
326
323
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
327
324
  * // ActivityStreamMode: "sync" || "async",
328
325
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
329
- * // AutomationMode: "full" || "all-paused",
330
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
331
- * // CustomIamInstanceProfile: "STRING_VALUE",
326
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
327
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
328
+ * // { // DBInstanceAutomatedBackupsReplication
329
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
330
+ * // },
331
+ * // ],
332
332
  * // BackupTarget: "STRING_VALUE",
333
- * // NetworkType: "STRING_VALUE",
333
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
334
+ * // CustomIamInstanceProfile: "STRING_VALUE",
334
335
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
335
- * // StorageThroughput: Number("int"),
336
+ * // CertificateDetails: { // CertificateDetails
337
+ * // CAIdentifier: "STRING_VALUE",
338
+ * // ValidTill: new Date("TIMESTAMP"),
339
+ * // },
336
340
  * // DBSystemId: "STRING_VALUE",
337
341
  * // MasterUserSecret: { // MasterUserSecret
338
342
  * // SecretArn: "STRING_VALUE",
339
343
  * // SecretStatus: "STRING_VALUE",
340
344
  * // KmsKeyId: "STRING_VALUE",
341
345
  * // },
342
- * // CertificateDetails: { // CertificateDetails
343
- * // CAIdentifier: "STRING_VALUE",
344
- * // ValidTill: new Date("TIMESTAMP"),
345
- * // },
346
346
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
347
347
  * // PercentProgress: "STRING_VALUE",
348
+ * // MultiTenant: true || false,
348
349
  * // DedicatedLogVolume: true || false,
349
350
  * // IsStorageConfigUpgradeAvailable: true || false,
350
- * // MultiTenant: true || false,
351
351
  * // EngineLifecycleSupport: "STRING_VALUE",
352
352
  * // },
353
353
  * // };
@@ -65,6 +65,7 @@ declare const ModifyDBSnapshotCommand_base: {
65
65
  * // LicenseModel: "STRING_VALUE",
66
66
  * // SnapshotType: "STRING_VALUE",
67
67
  * // Iops: Number("int"),
68
+ * // StorageThroughput: Number("int"),
68
69
  * // OptionGroupName: "STRING_VALUE",
69
70
  * // PercentProgress: Number("int"),
70
71
  * // SourceRegion: "STRING_VALUE",
@@ -89,13 +90,12 @@ declare const ModifyDBSnapshotCommand_base: {
89
90
  * // Value: "STRING_VALUE",
90
91
  * // },
91
92
  * // ],
93
+ * // SnapshotTarget: "STRING_VALUE",
92
94
  * // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
93
95
  * // SnapshotDatabaseTime: new Date("TIMESTAMP"),
94
- * // SnapshotTarget: "STRING_VALUE",
95
- * // StorageThroughput: Number("int"),
96
96
  * // DBSystemId: "STRING_VALUE",
97
- * // DedicatedLogVolume: true || false,
98
97
  * // MultiTenant: true || false,
98
+ * // DedicatedLogVolume: true || false,
99
99
  * // SnapshotAvailabilityZone: "STRING_VALUE",
100
100
  * // },
101
101
  * // };
@@ -112,6 +112,12 @@ declare const ModifyDBSnapshotCommand_base: {
112
112
  * <p>
113
113
  * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
114
114
  *
115
+ * @throws {@link InvalidDBSnapshotStateFault} (client fault)
116
+ * <p>The state of the DB snapshot doesn't allow deletion.</p>
117
+ *
118
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
119
+ * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
120
+ *
115
121
  * @throws {@link RDSServiceException}
116
122
  * <p>Base exception class for all service exceptions from RDS service.</p>
117
123
  *
@@ -89,6 +89,9 @@ declare const ModifyDBSubnetGroupCommand_base: {
89
89
  * <p>The request would result in the user exceeding the allowed number of subnets in a
90
90
  * DB subnet groups.</p>
91
91
  *
92
+ * @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
93
+ * <p>The DB subnet group cannot be deleted because it's in use.</p>
94
+ *
92
95
  * @throws {@link InvalidSubnet} (client fault)
93
96
  * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
94
97
  *
@@ -23,7 +23,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
23
23
  }
24
24
  declare const ModifyGlobalClusterCommand_base: {
25
25
  new (input: ModifyGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ModifyGlobalClusterCommandInput]): import("@smithy/smithy-client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -43,7 +43,7 @@ declare const ModifyGlobalClusterCommand_base: {
43
43
  * const config = {}; // type is RDSClientConfig
44
44
  * const client = new RDSClient(config);
45
45
  * const input = { // ModifyGlobalClusterMessage
46
- * GlobalClusterIdentifier: "STRING_VALUE",
46
+ * GlobalClusterIdentifier: "STRING_VALUE", // required
47
47
  * NewGlobalClusterIdentifier: "STRING_VALUE",
48
48
  * DeletionProtection: true || false,
49
49
  * EngineVersion: "STRING_VALUE",
@@ -61,6 +61,8 @@ declare const ModifyIntegrationCommand_base: {
61
61
  * // Value: "STRING_VALUE",
62
62
  * // },
63
63
  * // ],
64
+ * // DataFilter: "STRING_VALUE",
65
+ * // Description: "STRING_VALUE",
64
66
  * // CreateTime: new Date("TIMESTAMP"),
65
67
  * // Errors: [ // IntegrationErrorList
66
68
  * // { // IntegrationError
@@ -68,8 +70,6 @@ declare const ModifyIntegrationCommand_base: {
68
70
  * // ErrorMessage: "STRING_VALUE",
69
71
  * // },
70
72
  * // ],
71
- * // DataFilter: "STRING_VALUE",
72
- * // Description: "STRING_VALUE",
73
73
  * // };
74
74
  *
75
75
  * ```
@@ -66,7 +66,6 @@ declare const PromoteReadReplicaCommand_base: {
66
66
  * // DBInstanceClass: "STRING_VALUE",
67
67
  * // Engine: "STRING_VALUE",
68
68
  * // DBInstanceStatus: "STRING_VALUE",
69
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
70
69
  * // MasterUsername: "STRING_VALUE",
71
70
  * // DBName: "STRING_VALUE",
72
71
  * // Endpoint: { // Endpoint
@@ -130,6 +129,7 @@ declare const PromoteReadReplicaCommand_base: {
130
129
  * // EngineVersion: "STRING_VALUE",
131
130
  * // LicenseModel: "STRING_VALUE",
132
131
  * // Iops: Number("int"),
132
+ * // StorageThroughput: Number("int"),
133
133
  * // DBInstanceIdentifier: "STRING_VALUE",
134
134
  * // StorageType: "STRING_VALUE",
135
135
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -148,13 +148,12 @@ declare const PromoteReadReplicaCommand_base: {
148
148
  * // Value: "STRING_VALUE",
149
149
  * // },
150
150
  * // ],
151
- * // IAMDatabaseAuthenticationEnabled: true || false,
152
151
  * // AutomationMode: "full" || "all-paused",
153
152
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
154
- * // StorageThroughput: Number("int"),
155
- * // Engine: "STRING_VALUE",
156
- * // DedicatedLogVolume: true || false,
157
153
  * // MultiTenant: true || false,
154
+ * // IAMDatabaseAuthenticationEnabled: true || false,
155
+ * // DedicatedLogVolume: true || false,
156
+ * // Engine: "STRING_VALUE",
158
157
  * // },
159
158
  * // LatestRestorableTime: new Date("TIMESTAMP"),
160
159
  * // MultiAZ: true || false,
@@ -170,6 +169,7 @@ declare const PromoteReadReplicaCommand_base: {
170
169
  * // ReplicaMode: "open-read-only" || "mounted",
171
170
  * // LicenseModel: "STRING_VALUE",
172
171
  * // Iops: Number("int"),
172
+ * // StorageThroughput: Number("int"),
173
173
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
174
174
  * // { // OptionGroupMembership
175
175
  * // OptionGroupName: "STRING_VALUE",
@@ -250,40 +250,40 @@ declare const PromoteReadReplicaCommand_base: {
250
250
  * // Value: "STRING_VALUE",
251
251
  * // },
252
252
  * // ],
253
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
254
- * // { // DBInstanceAutomatedBackupsReplication
255
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
256
- * // },
257
- * // ],
253
+ * // AutomationMode: "full" || "all-paused",
254
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
258
255
  * // CustomerOwnedIpEnabled: true || false,
259
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
256
+ * // NetworkType: "STRING_VALUE",
260
257
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
261
258
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
262
259
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
263
260
  * // ActivityStreamMode: "sync" || "async",
264
261
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
265
- * // AutomationMode: "full" || "all-paused",
266
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
267
- * // CustomIamInstanceProfile: "STRING_VALUE",
262
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
263
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
264
+ * // { // DBInstanceAutomatedBackupsReplication
265
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
266
+ * // },
267
+ * // ],
268
268
  * // BackupTarget: "STRING_VALUE",
269
- * // NetworkType: "STRING_VALUE",
269
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
270
+ * // CustomIamInstanceProfile: "STRING_VALUE",
270
271
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
271
- * // StorageThroughput: Number("int"),
272
+ * // CertificateDetails: { // CertificateDetails
273
+ * // CAIdentifier: "STRING_VALUE",
274
+ * // ValidTill: new Date("TIMESTAMP"),
275
+ * // },
272
276
  * // DBSystemId: "STRING_VALUE",
273
277
  * // MasterUserSecret: { // MasterUserSecret
274
278
  * // SecretArn: "STRING_VALUE",
275
279
  * // SecretStatus: "STRING_VALUE",
276
280
  * // KmsKeyId: "STRING_VALUE",
277
281
  * // },
278
- * // CertificateDetails: { // CertificateDetails
279
- * // CAIdentifier: "STRING_VALUE",
280
- * // ValidTill: new Date("TIMESTAMP"),
281
- * // },
282
282
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
283
283
  * // PercentProgress: "STRING_VALUE",
284
+ * // MultiTenant: true || false,
284
285
  * // DedicatedLogVolume: true || false,
285
286
  * // IsStorageConfigUpgradeAvailable: true || false,
286
- * // MultiTenant: true || false,
287
287
  * // EngineLifecycleSupport: "STRING_VALUE",
288
288
  * // },
289
289
  * // };