@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
@@ -60,7 +60,6 @@ declare const StopDBInstanceCommand_base: {
60
60
  * // DBInstanceClass: "STRING_VALUE",
61
61
  * // Engine: "STRING_VALUE",
62
62
  * // DBInstanceStatus: "STRING_VALUE",
63
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
64
63
  * // MasterUsername: "STRING_VALUE",
65
64
  * // DBName: "STRING_VALUE",
66
65
  * // Endpoint: { // Endpoint
@@ -124,6 +123,7 @@ declare const StopDBInstanceCommand_base: {
124
123
  * // EngineVersion: "STRING_VALUE",
125
124
  * // LicenseModel: "STRING_VALUE",
126
125
  * // Iops: Number("int"),
126
+ * // StorageThroughput: Number("int"),
127
127
  * // DBInstanceIdentifier: "STRING_VALUE",
128
128
  * // StorageType: "STRING_VALUE",
129
129
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -142,13 +142,12 @@ declare const StopDBInstanceCommand_base: {
142
142
  * // Value: "STRING_VALUE",
143
143
  * // },
144
144
  * // ],
145
- * // IAMDatabaseAuthenticationEnabled: true || false,
146
145
  * // AutomationMode: "full" || "all-paused",
147
146
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
148
- * // StorageThroughput: Number("int"),
149
- * // Engine: "STRING_VALUE",
150
- * // DedicatedLogVolume: true || false,
151
147
  * // MultiTenant: true || false,
148
+ * // IAMDatabaseAuthenticationEnabled: true || false,
149
+ * // DedicatedLogVolume: true || false,
150
+ * // Engine: "STRING_VALUE",
152
151
  * // },
153
152
  * // LatestRestorableTime: new Date("TIMESTAMP"),
154
153
  * // MultiAZ: true || false,
@@ -164,6 +163,7 @@ declare const StopDBInstanceCommand_base: {
164
163
  * // ReplicaMode: "open-read-only" || "mounted",
165
164
  * // LicenseModel: "STRING_VALUE",
166
165
  * // Iops: Number("int"),
166
+ * // StorageThroughput: Number("int"),
167
167
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
168
168
  * // { // OptionGroupMembership
169
169
  * // OptionGroupName: "STRING_VALUE",
@@ -244,40 +244,40 @@ declare const StopDBInstanceCommand_base: {
244
244
  * // Value: "STRING_VALUE",
245
245
  * // },
246
246
  * // ],
247
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
248
- * // { // DBInstanceAutomatedBackupsReplication
249
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
250
- * // },
251
- * // ],
247
+ * // AutomationMode: "full" || "all-paused",
248
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
252
249
  * // CustomerOwnedIpEnabled: true || false,
253
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
250
+ * // NetworkType: "STRING_VALUE",
254
251
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
255
252
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
256
253
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
257
254
  * // ActivityStreamMode: "sync" || "async",
258
255
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
259
- * // AutomationMode: "full" || "all-paused",
260
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
261
- * // CustomIamInstanceProfile: "STRING_VALUE",
256
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
257
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
258
+ * // { // DBInstanceAutomatedBackupsReplication
259
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
260
+ * // },
261
+ * // ],
262
262
  * // BackupTarget: "STRING_VALUE",
263
- * // NetworkType: "STRING_VALUE",
263
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
264
+ * // CustomIamInstanceProfile: "STRING_VALUE",
264
265
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
265
- * // StorageThroughput: Number("int"),
266
+ * // CertificateDetails: { // CertificateDetails
267
+ * // CAIdentifier: "STRING_VALUE",
268
+ * // ValidTill: new Date("TIMESTAMP"),
269
+ * // },
266
270
  * // DBSystemId: "STRING_VALUE",
267
271
  * // MasterUserSecret: { // MasterUserSecret
268
272
  * // SecretArn: "STRING_VALUE",
269
273
  * // SecretStatus: "STRING_VALUE",
270
274
  * // KmsKeyId: "STRING_VALUE",
271
275
  * // },
272
- * // CertificateDetails: { // CertificateDetails
273
- * // CAIdentifier: "STRING_VALUE",
274
- * // ValidTill: new Date("TIMESTAMP"),
275
- * // },
276
276
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
277
277
  * // PercentProgress: "STRING_VALUE",
278
+ * // MultiTenant: true || false,
278
279
  * // DedicatedLogVolume: true || false,
279
280
  * // IsStorageConfigUpgradeAvailable: true || false,
280
- * // MultiTenant: true || false,
281
281
  * // EngineLifecycleSupport: "STRING_VALUE",
282
282
  * // },
283
283
  * // };
@@ -48,7 +48,6 @@ declare const SwitchoverReadReplicaCommand_base: {
48
48
  * // DBInstanceClass: "STRING_VALUE",
49
49
  * // Engine: "STRING_VALUE",
50
50
  * // DBInstanceStatus: "STRING_VALUE",
51
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
52
51
  * // MasterUsername: "STRING_VALUE",
53
52
  * // DBName: "STRING_VALUE",
54
53
  * // Endpoint: { // Endpoint
@@ -112,6 +111,7 @@ declare const SwitchoverReadReplicaCommand_base: {
112
111
  * // EngineVersion: "STRING_VALUE",
113
112
  * // LicenseModel: "STRING_VALUE",
114
113
  * // Iops: Number("int"),
114
+ * // StorageThroughput: Number("int"),
115
115
  * // DBInstanceIdentifier: "STRING_VALUE",
116
116
  * // StorageType: "STRING_VALUE",
117
117
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -130,13 +130,12 @@ declare const SwitchoverReadReplicaCommand_base: {
130
130
  * // Value: "STRING_VALUE",
131
131
  * // },
132
132
  * // ],
133
- * // IAMDatabaseAuthenticationEnabled: true || false,
134
133
  * // AutomationMode: "full" || "all-paused",
135
134
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
136
- * // StorageThroughput: Number("int"),
137
- * // Engine: "STRING_VALUE",
138
- * // DedicatedLogVolume: true || false,
139
135
  * // MultiTenant: true || false,
136
+ * // IAMDatabaseAuthenticationEnabled: true || false,
137
+ * // DedicatedLogVolume: true || false,
138
+ * // Engine: "STRING_VALUE",
140
139
  * // },
141
140
  * // LatestRestorableTime: new Date("TIMESTAMP"),
142
141
  * // MultiAZ: true || false,
@@ -152,6 +151,7 @@ declare const SwitchoverReadReplicaCommand_base: {
152
151
  * // ReplicaMode: "open-read-only" || "mounted",
153
152
  * // LicenseModel: "STRING_VALUE",
154
153
  * // Iops: Number("int"),
154
+ * // StorageThroughput: Number("int"),
155
155
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
156
156
  * // { // OptionGroupMembership
157
157
  * // OptionGroupName: "STRING_VALUE",
@@ -232,40 +232,40 @@ declare const SwitchoverReadReplicaCommand_base: {
232
232
  * // Value: "STRING_VALUE",
233
233
  * // },
234
234
  * // ],
235
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
236
- * // { // DBInstanceAutomatedBackupsReplication
237
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
238
- * // },
239
- * // ],
235
+ * // AutomationMode: "full" || "all-paused",
236
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
240
237
  * // CustomerOwnedIpEnabled: true || false,
241
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
238
+ * // NetworkType: "STRING_VALUE",
242
239
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
243
240
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
244
241
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
245
242
  * // ActivityStreamMode: "sync" || "async",
246
243
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
247
- * // AutomationMode: "full" || "all-paused",
248
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
249
- * // CustomIamInstanceProfile: "STRING_VALUE",
244
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
245
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
246
+ * // { // DBInstanceAutomatedBackupsReplication
247
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
248
+ * // },
249
+ * // ],
250
250
  * // BackupTarget: "STRING_VALUE",
251
- * // NetworkType: "STRING_VALUE",
251
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
252
+ * // CustomIamInstanceProfile: "STRING_VALUE",
252
253
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
253
- * // StorageThroughput: Number("int"),
254
+ * // CertificateDetails: { // CertificateDetails
255
+ * // CAIdentifier: "STRING_VALUE",
256
+ * // ValidTill: new Date("TIMESTAMP"),
257
+ * // },
254
258
  * // DBSystemId: "STRING_VALUE",
255
259
  * // MasterUserSecret: { // MasterUserSecret
256
260
  * // SecretArn: "STRING_VALUE",
257
261
  * // SecretStatus: "STRING_VALUE",
258
262
  * // KmsKeyId: "STRING_VALUE",
259
263
  * // },
260
- * // CertificateDetails: { // CertificateDetails
261
- * // CAIdentifier: "STRING_VALUE",
262
- * // ValidTill: new Date("TIMESTAMP"),
263
- * // },
264
264
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
265
265
  * // PercentProgress: "STRING_VALUE",
266
+ * // MultiTenant: true || false,
266
267
  * // DedicatedLogVolume: true || false,
267
268
  * // IsStorageConfigUpgradeAvailable: true || false,
268
- * // MultiTenant: true || false,
269
269
  * // EngineLifecycleSupport: "STRING_VALUE",
270
270
  * // },
271
271
  * // };