@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
@@ -74,7 +74,6 @@ declare const DescribeDBClustersCommand_base: {
74
74
  * // DBClusterParameterGroup: "STRING_VALUE",
75
75
  * // DBSubnetGroup: "STRING_VALUE",
76
76
  * // Status: "STRING_VALUE",
77
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
78
77
  * // PercentProgress: "STRING_VALUE",
79
78
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
80
79
  * // Endpoint: "STRING_VALUE",
@@ -144,6 +143,33 @@ declare const DescribeDBClustersCommand_base: {
144
143
  * // "STRING_VALUE",
145
144
  * // ],
146
145
  * // Capacity: Number("int"),
146
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
147
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
148
+ * // LogTypesToEnable: [
149
+ * // "STRING_VALUE",
150
+ * // ],
151
+ * // LogTypesToDisable: [
152
+ * // "STRING_VALUE",
153
+ * // ],
154
+ * // },
155
+ * // DBClusterIdentifier: "STRING_VALUE",
156
+ * // MasterUserPassword: "STRING_VALUE",
157
+ * // IAMDatabaseAuthenticationEnabled: true || false,
158
+ * // EngineVersion: "STRING_VALUE",
159
+ * // BackupRetentionPeriod: Number("int"),
160
+ * // StorageType: "STRING_VALUE",
161
+ * // AllocatedStorage: Number("int"),
162
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
163
+ * // InterconnectSubnetId: "STRING_VALUE",
164
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
165
+ * // ReplicaMode: "open-read-only" || "mounted",
166
+ * // },
167
+ * // Iops: Number("int"),
168
+ * // CertificateDetails: { // CertificateDetails
169
+ * // CAIdentifier: "STRING_VALUE",
170
+ * // ValidTill: new Date("TIMESTAMP"),
171
+ * // },
172
+ * // },
147
173
  * // EngineMode: "STRING_VALUE",
148
174
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
149
175
  * // MinCapacity: Number("int"),
@@ -153,11 +179,18 @@ declare const DescribeDBClustersCommand_base: {
153
179
  * // TimeoutAction: "STRING_VALUE",
154
180
  * // SecondsBeforeTimeout: Number("int"),
155
181
  * // },
156
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
182
+ * // RdsCustomClusterConfiguration: {
157
183
  * // InterconnectSubnetId: "STRING_VALUE",
158
184
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
159
185
  * // ReplicaMode: "open-read-only" || "mounted",
160
186
  * // },
187
+ * // DBClusterInstanceClass: "STRING_VALUE",
188
+ * // StorageType: "STRING_VALUE",
189
+ * // Iops: Number("int"),
190
+ * // StorageThroughput: Number("int"),
191
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
192
+ * // PubliclyAccessible: true || false,
193
+ * // AutoMinorVersionUpgrade: true || false,
161
194
  * // DeletionProtection: true || false,
162
195
  * // HttpEndpointEnabled: true || false,
163
196
  * // ActivityStreamMode: "sync" || "async",
@@ -188,66 +221,33 @@ declare const DescribeDBClustersCommand_base: {
188
221
  * // GlobalClusterIdentifier: "STRING_VALUE",
189
222
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
190
223
  * // GlobalWriteForwardingRequested: true || false,
191
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
192
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
193
- * // LogTypesToEnable: [
194
- * // "STRING_VALUE",
195
- * // ],
196
- * // LogTypesToDisable: [
197
- * // "STRING_VALUE",
198
- * // ],
199
- * // },
200
- * // DBClusterIdentifier: "STRING_VALUE",
201
- * // MasterUserPassword: "STRING_VALUE",
202
- * // IAMDatabaseAuthenticationEnabled: true || false,
203
- * // EngineVersion: "STRING_VALUE",
204
- * // BackupRetentionPeriod: Number("int"),
205
- * // AllocatedStorage: Number("int"),
206
- * // RdsCustomClusterConfiguration: {
207
- * // InterconnectSubnetId: "STRING_VALUE",
208
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
209
- * // ReplicaMode: "open-read-only" || "mounted",
210
- * // },
211
- * // Iops: Number("int"),
212
- * // StorageType: "STRING_VALUE",
213
- * // CertificateDetails: { // CertificateDetails
214
- * // CAIdentifier: "STRING_VALUE",
215
- * // ValidTill: new Date("TIMESTAMP"),
216
- * // },
224
+ * // NetworkType: "STRING_VALUE",
225
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
226
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
227
+ * // MinCapacity: Number("double"),
228
+ * // MaxCapacity: Number("double"),
229
+ * // SecondsUntilAutoPause: Number("int"),
217
230
  * // },
218
- * // DBClusterInstanceClass: "STRING_VALUE",
219
- * // StorageType: "STRING_VALUE",
220
- * // Iops: Number("int"),
221
- * // PubliclyAccessible: true || false,
222
- * // AutoMinorVersionUpgrade: true || false,
231
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
223
232
  * // MonitoringInterval: Number("int"),
224
233
  * // MonitoringRoleArn: "STRING_VALUE",
225
234
  * // DatabaseInsightsMode: "standard" || "advanced",
226
235
  * // PerformanceInsightsEnabled: true || false,
227
236
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
228
237
  * // PerformanceInsightsRetentionPeriod: Number("int"),
229
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
230
- * // MinCapacity: Number("double"),
231
- * // MaxCapacity: Number("double"),
232
- * // SecondsUntilAutoPause: Number("int"),
233
- * // },
234
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
235
- * // NetworkType: "STRING_VALUE",
236
238
  * // DBSystemId: "STRING_VALUE",
237
239
  * // MasterUserSecret: { // MasterUserSecret
238
240
  * // SecretArn: "STRING_VALUE",
239
241
  * // SecretStatus: "STRING_VALUE",
240
242
  * // KmsKeyId: "STRING_VALUE",
241
243
  * // },
242
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
243
244
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
244
245
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
245
246
  * // LimitlessDatabase: { // LimitlessDatabase
246
247
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
247
248
  * // MinRequiredACU: Number("double"),
248
249
  * // },
249
- * // StorageThroughput: Number("int"),
250
- * // ClusterScalabilityType: "standard" || "limitless",
250
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
251
251
  * // CertificateDetails: {
252
252
  * // CAIdentifier: "STRING_VALUE",
253
253
  * // ValidTill: new Date("TIMESTAMP"),
@@ -62,9 +62,14 @@ declare const DescribeDBEngineVersionsCommand_base: {
62
62
  * // DBEngineVersions: [ // DBEngineVersionList
63
63
  * // { // DBEngineVersion
64
64
  * // Engine: "STRING_VALUE",
65
+ * // MajorEngineVersion: "STRING_VALUE",
65
66
  * // EngineVersion: "STRING_VALUE",
67
+ * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
68
+ * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
69
+ * // CustomDBEngineVersionManifest: "STRING_VALUE",
66
70
  * // DBParameterGroupFamily: "STRING_VALUE",
67
71
  * // DBEngineDescription: "STRING_VALUE",
72
+ * // DBEngineVersionArn: "STRING_VALUE",
68
73
  * // DBEngineVersionDescription: "STRING_VALUE",
69
74
  * // DefaultCharacterSet: { // CharacterSet
70
75
  * // CharacterSetName: "STRING_VALUE",
@@ -75,6 +80,8 @@ declare const DescribeDBEngineVersionsCommand_base: {
75
80
  * // Status: "STRING_VALUE",
76
81
  * // },
77
82
  * // DBEngineMediaType: "STRING_VALUE",
83
+ * // KMSKeyId: "STRING_VALUE",
84
+ * // CreateTime: new Date("TIMESTAMP"),
78
85
  * // SupportedCharacterSets: [ // SupportedCharacterSetsList
79
86
  * // {
80
87
  * // CharacterSetName: "STRING_VALUE",
@@ -124,12 +131,6 @@ declare const DescribeDBEngineVersionsCommand_base: {
124
131
  * // Status: "STRING_VALUE",
125
132
  * // SupportsParallelQuery: true || false,
126
133
  * // SupportsGlobalDatabases: true || false,
127
- * // MajorEngineVersion: "STRING_VALUE",
128
- * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
129
- * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
130
- * // DBEngineVersionArn: "STRING_VALUE",
131
- * // KMSKeyId: "STRING_VALUE",
132
- * // CreateTime: new Date("TIMESTAMP"),
133
134
  * // TagList: [ // TagList
134
135
  * // { // Tag
135
136
  * // Key: "STRING_VALUE",
@@ -137,7 +138,6 @@ declare const DescribeDBEngineVersionsCommand_base: {
137
138
  * // },
138
139
  * // ],
139
140
  * // SupportsBabelfish: true || false,
140
- * // CustomDBEngineVersionManifest: "STRING_VALUE",
141
141
  * // SupportsLimitlessDatabase: true || false,
142
142
  * // SupportsCertificateRotationWithoutRestart: true || false,
143
143
  * // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
@@ -82,6 +82,7 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
82
82
  * // EngineVersion: "STRING_VALUE",
83
83
  * // LicenseModel: "STRING_VALUE",
84
84
  * // Iops: Number("int"),
85
+ * // StorageThroughput: Number("int"),
85
86
  * // OptionGroupName: "STRING_VALUE",
86
87
  * // TdeCredentialArn: "STRING_VALUE",
87
88
  * // Encrypted: true || false,
@@ -97,10 +98,9 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
97
98
  * // },
98
99
  * // ],
99
100
  * // BackupTarget: "STRING_VALUE",
100
- * // StorageThroughput: Number("int"),
101
+ * // MultiTenant: true || false,
101
102
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
102
103
  * // DedicatedLogVolume: true || false,
103
- * // MultiTenant: true || false,
104
104
  * // },
105
105
  * // ],
106
106
  * // };
@@ -62,7 +62,6 @@ declare const DescribeDBInstancesCommand_base: {
62
62
  * // DBInstanceClass: "STRING_VALUE",
63
63
  * // Engine: "STRING_VALUE",
64
64
  * // DBInstanceStatus: "STRING_VALUE",
65
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
66
65
  * // MasterUsername: "STRING_VALUE",
67
66
  * // DBName: "STRING_VALUE",
68
67
  * // Endpoint: { // Endpoint
@@ -126,6 +125,7 @@ declare const DescribeDBInstancesCommand_base: {
126
125
  * // EngineVersion: "STRING_VALUE",
127
126
  * // LicenseModel: "STRING_VALUE",
128
127
  * // Iops: Number("int"),
128
+ * // StorageThroughput: Number("int"),
129
129
  * // DBInstanceIdentifier: "STRING_VALUE",
130
130
  * // StorageType: "STRING_VALUE",
131
131
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -144,13 +144,12 @@ declare const DescribeDBInstancesCommand_base: {
144
144
  * // Value: "STRING_VALUE",
145
145
  * // },
146
146
  * // ],
147
- * // IAMDatabaseAuthenticationEnabled: true || false,
148
147
  * // AutomationMode: "full" || "all-paused",
149
148
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
150
- * // StorageThroughput: Number("int"),
151
- * // Engine: "STRING_VALUE",
152
- * // DedicatedLogVolume: true || false,
153
149
  * // MultiTenant: true || false,
150
+ * // IAMDatabaseAuthenticationEnabled: true || false,
151
+ * // DedicatedLogVolume: true || false,
152
+ * // Engine: "STRING_VALUE",
154
153
  * // },
155
154
  * // LatestRestorableTime: new Date("TIMESTAMP"),
156
155
  * // MultiAZ: true || false,
@@ -166,6 +165,7 @@ declare const DescribeDBInstancesCommand_base: {
166
165
  * // ReplicaMode: "open-read-only" || "mounted",
167
166
  * // LicenseModel: "STRING_VALUE",
168
167
  * // Iops: Number("int"),
168
+ * // StorageThroughput: Number("int"),
169
169
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
170
170
  * // { // OptionGroupMembership
171
171
  * // OptionGroupName: "STRING_VALUE",
@@ -246,40 +246,40 @@ declare const DescribeDBInstancesCommand_base: {
246
246
  * // Value: "STRING_VALUE",
247
247
  * // },
248
248
  * // ],
249
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
250
- * // { // DBInstanceAutomatedBackupsReplication
251
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
252
- * // },
253
- * // ],
249
+ * // AutomationMode: "full" || "all-paused",
250
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
254
251
  * // CustomerOwnedIpEnabled: true || false,
255
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
252
+ * // NetworkType: "STRING_VALUE",
256
253
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
257
254
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
258
255
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
259
256
  * // ActivityStreamMode: "sync" || "async",
260
257
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
261
- * // AutomationMode: "full" || "all-paused",
262
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
263
- * // CustomIamInstanceProfile: "STRING_VALUE",
258
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
259
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
260
+ * // { // DBInstanceAutomatedBackupsReplication
261
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
262
+ * // },
263
+ * // ],
264
264
  * // BackupTarget: "STRING_VALUE",
265
- * // NetworkType: "STRING_VALUE",
265
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
266
+ * // CustomIamInstanceProfile: "STRING_VALUE",
266
267
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
267
- * // StorageThroughput: Number("int"),
268
+ * // CertificateDetails: { // CertificateDetails
269
+ * // CAIdentifier: "STRING_VALUE",
270
+ * // ValidTill: new Date("TIMESTAMP"),
271
+ * // },
268
272
  * // DBSystemId: "STRING_VALUE",
269
273
  * // MasterUserSecret: { // MasterUserSecret
270
274
  * // SecretArn: "STRING_VALUE",
271
275
  * // SecretStatus: "STRING_VALUE",
272
276
  * // KmsKeyId: "STRING_VALUE",
273
277
  * // },
274
- * // CertificateDetails: { // CertificateDetails
275
- * // CAIdentifier: "STRING_VALUE",
276
- * // ValidTill: new Date("TIMESTAMP"),
277
- * // },
278
278
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
279
279
  * // PercentProgress: "STRING_VALUE",
280
+ * // MultiTenant: true || false,
280
281
  * // DedicatedLogVolume: true || false,
281
282
  * // IsStorageConfigUpgradeAvailable: true || false,
282
- * // MultiTenant: true || false,
283
283
  * // EngineLifecycleSupport: "STRING_VALUE",
284
284
  * // },
285
285
  * // ],
@@ -78,7 +78,7 @@ declare const DescribeDBLogFilesCommand_base: {
78
78
  * <p>
79
79
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
80
80
  *
81
- * @throws {@link DBInstanceNotReadyFault} (server fault)
81
+ * @throws {@link DBInstanceNotReadyFault} (client fault)
82
82
  * <p>An attempt to download or examine log files didn't succeed because an Aurora Serverless v2 instance was paused.</p>
83
83
  *
84
84
  * @throws {@link RDSServiceException}
@@ -63,8 +63,8 @@ declare const DescribeDBProxyTargetsCommand_base: {
63
63
  * // Type: "RDS_INSTANCE" || "RDS_SERVERLESS_ENDPOINT" || "TRACKED_CLUSTER",
64
64
  * // Role: "READ_WRITE" || "READ_ONLY" || "UNKNOWN",
65
65
  * // TargetHealth: { // TargetHealth
66
- * // State: "REGISTERING" || "AVAILABLE" || "UNAVAILABLE",
67
- * // Reason: "UNREACHABLE" || "CONNECTION_FAILED" || "AUTH_FAILURE" || "PENDING_PROXY_CAPACITY" || "INVALID_REPLICATION_STATE",
66
+ * // State: "REGISTERING" || "AVAILABLE" || "UNAVAILABLE" || "UNUSED",
67
+ * // Reason: "UNREACHABLE" || "CONNECTION_FAILED" || "AUTH_FAILURE" || "PENDING_PROXY_CAPACITY" || "INVALID_REPLICATION_STATE" || "PROMOTED",
68
68
  * // Description: "STRING_VALUE",
69
69
  * // },
70
70
  * // },
@@ -75,6 +75,7 @@ declare const DescribeDBSnapshotsCommand_base: {
75
75
  * // LicenseModel: "STRING_VALUE",
76
76
  * // SnapshotType: "STRING_VALUE",
77
77
  * // Iops: Number("int"),
78
+ * // StorageThroughput: Number("int"),
78
79
  * // OptionGroupName: "STRING_VALUE",
79
80
  * // PercentProgress: Number("int"),
80
81
  * // SourceRegion: "STRING_VALUE",
@@ -99,13 +100,12 @@ declare const DescribeDBSnapshotsCommand_base: {
99
100
  * // Value: "STRING_VALUE",
100
101
  * // },
101
102
  * // ],
103
+ * // SnapshotTarget: "STRING_VALUE",
102
104
  * // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
103
105
  * // SnapshotDatabaseTime: new Date("TIMESTAMP"),
104
- * // SnapshotTarget: "STRING_VALUE",
105
- * // StorageThroughput: Number("int"),
106
106
  * // DBSystemId: "STRING_VALUE",
107
- * // DedicatedLogVolume: true || false,
108
107
  * // MultiTenant: true || false,
108
+ * // DedicatedLogVolume: true || false,
109
109
  * // SnapshotAvailabilityZone: "STRING_VALUE",
110
110
  * // },
111
111
  * // ],
@@ -45,7 +45,7 @@ declare const DescribeEventsCommand_base: {
45
45
  * const client = new RDSClient(config);
46
46
  * const input = { // DescribeEventsMessage
47
47
  * SourceIdentifier: "STRING_VALUE",
48
- * SourceType: "db-instance" || "db-parameter-group" || "db-security-group" || "db-snapshot" || "db-cluster" || "db-cluster-snapshot" || "custom-engine-version" || "db-proxy" || "blue-green-deployment",
48
+ * SourceType: "db-instance" || "db-parameter-group" || "db-security-group" || "db-snapshot" || "db-cluster" || "db-cluster-snapshot" || "custom-engine-version" || "db-proxy" || "blue-green-deployment" || "db-shard-group" || "zero-etl",
49
49
  * StartTime: new Date("TIMESTAMP"),
50
50
  * EndTime: new Date("TIMESTAMP"),
51
51
  * Duration: Number("int"),
@@ -70,7 +70,7 @@ declare const DescribeEventsCommand_base: {
70
70
  * // Events: [ // EventList
71
71
  * // { // Event
72
72
  * // SourceIdentifier: "STRING_VALUE",
73
- * // SourceType: "db-instance" || "db-parameter-group" || "db-security-group" || "db-snapshot" || "db-cluster" || "db-cluster-snapshot" || "custom-engine-version" || "db-proxy" || "blue-green-deployment",
73
+ * // SourceType: "db-instance" || "db-parameter-group" || "db-security-group" || "db-snapshot" || "db-cluster" || "db-cluster-snapshot" || "custom-engine-version" || "db-proxy" || "blue-green-deployment" || "db-shard-group" || "zero-etl",
74
74
  * // Message: "STRING_VALUE",
75
75
  * // EventCategories: [ // EventCategoriesList
76
76
  * // "STRING_VALUE",
@@ -70,6 +70,8 @@ declare const DescribeIntegrationsCommand_base: {
70
70
  * // Value: "STRING_VALUE",
71
71
  * // },
72
72
  * // ],
73
+ * // DataFilter: "STRING_VALUE",
74
+ * // Description: "STRING_VALUE",
73
75
  * // CreateTime: new Date("TIMESTAMP"),
74
76
  * // Errors: [ // IntegrationErrorList
75
77
  * // { // IntegrationError
@@ -77,8 +79,6 @@ declare const DescribeIntegrationsCommand_base: {
77
79
  * // ErrorMessage: "STRING_VALUE",
78
80
  * // },
79
81
  * // ],
80
- * // DataFilter: "STRING_VALUE",
81
- * // Description: "STRING_VALUE",
82
82
  * // },
83
83
  * // ],
84
84
  * // };
@@ -75,6 +75,7 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
75
75
  * // SupportsStorageEncryption: true || false,
76
76
  * // StorageType: "STRING_VALUE",
77
77
  * // SupportsIops: true || false,
78
+ * // SupportsStorageThroughput: true || false,
78
79
  * // SupportsEnhancedMonitoring: true || false,
79
80
  * // SupportsIAMDatabaseAuthentication: true || false,
80
81
  * // SupportsPerformanceInsights: true || false,
@@ -84,6 +85,10 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
84
85
  * // MaxIopsPerDbInstance: Number("int"),
85
86
  * // MinIopsPerGib: Number("double"),
86
87
  * // MaxIopsPerGib: Number("double"),
88
+ * // MinStorageThroughputPerDbInstance: Number("int"),
89
+ * // MaxStorageThroughputPerDbInstance: Number("int"),
90
+ * // MinStorageThroughputPerIops: Number("double"),
91
+ * // MaxStorageThroughputPerIops: Number("double"),
87
92
  * // AvailableProcessorFeatures: [ // AvailableProcessorFeatureList
88
93
  * // { // AvailableProcessorFeature
89
94
  * // Name: "STRING_VALUE",
@@ -101,15 +106,10 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
101
106
  * // "STRING_VALUE",
102
107
  * // ],
103
108
  * // SupportsGlobalDatabases: true || false,
104
- * // SupportsClusters: true || false,
105
109
  * // SupportedNetworkTypes: [ // StringList
106
110
  * // "STRING_VALUE",
107
111
  * // ],
108
- * // SupportsStorageThroughput: true || false,
109
- * // MinStorageThroughputPerDbInstance: Number("int"),
110
- * // MaxStorageThroughputPerDbInstance: Number("int"),
111
- * // MinStorageThroughputPerIops: Number("double"),
112
- * // MaxStorageThroughputPerIops: Number("double"),
112
+ * // SupportsClusters: true || false,
113
113
  * // SupportsDedicatedLogVolume: true || false,
114
114
  * // SupportsHttpEndpoint: true || false,
115
115
  * // },
@@ -68,7 +68,6 @@ declare const DescribeValidDBInstanceModificationsCommand_base: {
68
68
  * // To: Number("double"),
69
69
  * // },
70
70
  * // ],
71
- * // SupportsStorageAutoscaling: true || false,
72
71
  * // ProvisionedStorageThroughput: [
73
72
  * // {
74
73
  * // From: Number("int"),
@@ -82,6 +81,7 @@ declare const DescribeValidDBInstanceModificationsCommand_base: {
82
81
  * // To: Number("double"),
83
82
  * // },
84
83
  * // ],
84
+ * // SupportsStorageAutoscaling: true || false,
85
85
  * // },
86
86
  * // ],
87
87
  * // ValidProcessorFeatures: [ // AvailableProcessorFeatureList
@@ -68,7 +68,7 @@ declare const DownloadDBLogFilePortionCommand_base: {
68
68
  * <p>
69
69
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
70
70
  *
71
- * @throws {@link DBInstanceNotReadyFault} (server fault)
71
+ * @throws {@link DBInstanceNotReadyFault} (client fault)
72
72
  * <p>An attempt to download or examine log files didn't succeed because an Aurora Serverless v2 instance was paused.</p>
73
73
  *
74
74
  * @throws {@link DBLogFileNotFoundFault} (client fault)
@@ -73,7 +73,6 @@ declare const FailoverDBClusterCommand_base: {
73
73
  * // DBClusterParameterGroup: "STRING_VALUE",
74
74
  * // DBSubnetGroup: "STRING_VALUE",
75
75
  * // Status: "STRING_VALUE",
76
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
77
76
  * // PercentProgress: "STRING_VALUE",
78
77
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
79
78
  * // Endpoint: "STRING_VALUE",
@@ -143,6 +142,33 @@ declare const FailoverDBClusterCommand_base: {
143
142
  * // "STRING_VALUE",
144
143
  * // ],
145
144
  * // Capacity: Number("int"),
145
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
146
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
147
+ * // LogTypesToEnable: [
148
+ * // "STRING_VALUE",
149
+ * // ],
150
+ * // LogTypesToDisable: [
151
+ * // "STRING_VALUE",
152
+ * // ],
153
+ * // },
154
+ * // DBClusterIdentifier: "STRING_VALUE",
155
+ * // MasterUserPassword: "STRING_VALUE",
156
+ * // IAMDatabaseAuthenticationEnabled: true || false,
157
+ * // EngineVersion: "STRING_VALUE",
158
+ * // BackupRetentionPeriod: Number("int"),
159
+ * // StorageType: "STRING_VALUE",
160
+ * // AllocatedStorage: Number("int"),
161
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
162
+ * // InterconnectSubnetId: "STRING_VALUE",
163
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
164
+ * // ReplicaMode: "open-read-only" || "mounted",
165
+ * // },
166
+ * // Iops: Number("int"),
167
+ * // CertificateDetails: { // CertificateDetails
168
+ * // CAIdentifier: "STRING_VALUE",
169
+ * // ValidTill: new Date("TIMESTAMP"),
170
+ * // },
171
+ * // },
146
172
  * // EngineMode: "STRING_VALUE",
147
173
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
148
174
  * // MinCapacity: Number("int"),
@@ -152,11 +178,18 @@ declare const FailoverDBClusterCommand_base: {
152
178
  * // TimeoutAction: "STRING_VALUE",
153
179
  * // SecondsBeforeTimeout: Number("int"),
154
180
  * // },
155
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
181
+ * // RdsCustomClusterConfiguration: {
156
182
  * // InterconnectSubnetId: "STRING_VALUE",
157
183
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
158
184
  * // ReplicaMode: "open-read-only" || "mounted",
159
185
  * // },
186
+ * // DBClusterInstanceClass: "STRING_VALUE",
187
+ * // StorageType: "STRING_VALUE",
188
+ * // Iops: Number("int"),
189
+ * // StorageThroughput: Number("int"),
190
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
191
+ * // PubliclyAccessible: true || false,
192
+ * // AutoMinorVersionUpgrade: true || false,
160
193
  * // DeletionProtection: true || false,
161
194
  * // HttpEndpointEnabled: true || false,
162
195
  * // ActivityStreamMode: "sync" || "async",
@@ -187,66 +220,33 @@ declare const FailoverDBClusterCommand_base: {
187
220
  * // GlobalClusterIdentifier: "STRING_VALUE",
188
221
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
189
222
  * // GlobalWriteForwardingRequested: true || false,
190
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
191
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
192
- * // LogTypesToEnable: [
193
- * // "STRING_VALUE",
194
- * // ],
195
- * // LogTypesToDisable: [
196
- * // "STRING_VALUE",
197
- * // ],
198
- * // },
199
- * // DBClusterIdentifier: "STRING_VALUE",
200
- * // MasterUserPassword: "STRING_VALUE",
201
- * // IAMDatabaseAuthenticationEnabled: true || false,
202
- * // EngineVersion: "STRING_VALUE",
203
- * // BackupRetentionPeriod: Number("int"),
204
- * // AllocatedStorage: Number("int"),
205
- * // RdsCustomClusterConfiguration: {
206
- * // InterconnectSubnetId: "STRING_VALUE",
207
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
208
- * // ReplicaMode: "open-read-only" || "mounted",
209
- * // },
210
- * // Iops: Number("int"),
211
- * // StorageType: "STRING_VALUE",
212
- * // CertificateDetails: { // CertificateDetails
213
- * // CAIdentifier: "STRING_VALUE",
214
- * // ValidTill: new Date("TIMESTAMP"),
215
- * // },
223
+ * // NetworkType: "STRING_VALUE",
224
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
225
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
226
+ * // MinCapacity: Number("double"),
227
+ * // MaxCapacity: Number("double"),
228
+ * // SecondsUntilAutoPause: Number("int"),
216
229
  * // },
217
- * // DBClusterInstanceClass: "STRING_VALUE",
218
- * // StorageType: "STRING_VALUE",
219
- * // Iops: Number("int"),
220
- * // PubliclyAccessible: true || false,
221
- * // AutoMinorVersionUpgrade: true || false,
230
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
222
231
  * // MonitoringInterval: Number("int"),
223
232
  * // MonitoringRoleArn: "STRING_VALUE",
224
233
  * // DatabaseInsightsMode: "standard" || "advanced",
225
234
  * // PerformanceInsightsEnabled: true || false,
226
235
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
227
236
  * // PerformanceInsightsRetentionPeriod: Number("int"),
228
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
229
- * // MinCapacity: Number("double"),
230
- * // MaxCapacity: Number("double"),
231
- * // SecondsUntilAutoPause: Number("int"),
232
- * // },
233
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
234
- * // NetworkType: "STRING_VALUE",
235
237
  * // DBSystemId: "STRING_VALUE",
236
238
  * // MasterUserSecret: { // MasterUserSecret
237
239
  * // SecretArn: "STRING_VALUE",
238
240
  * // SecretStatus: "STRING_VALUE",
239
241
  * // KmsKeyId: "STRING_VALUE",
240
242
  * // },
241
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
242
243
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
243
244
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
244
245
  * // LimitlessDatabase: { // LimitlessDatabase
245
246
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
246
247
  * // MinRequiredACU: Number("double"),
247
248
  * // },
248
- * // StorageThroughput: Number("int"),
249
- * // ClusterScalabilityType: "standard" || "limitless",
249
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
250
250
  * // CertificateDetails: {
251
251
  * // CAIdentifier: "STRING_VALUE",
252
252
  * // ValidTill: new Date("TIMESTAMP"),
@@ -81,12 +81,18 @@ declare const ListTagsForResourceCommand_base: {
81
81
  * <p>
82
82
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
83
83
  *
84
+ * @throws {@link DBProxyEndpointNotFoundFault} (client fault)
85
+ * <p>The DB proxy endpoint doesn't exist.</p>
86
+ *
84
87
  * @throws {@link DBProxyNotFoundFault} (client fault)
85
88
  * <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
86
89
  *
87
90
  * @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
88
91
  * <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
89
92
  *
93
+ * @throws {@link DBShardGroupNotFoundFault} (client fault)
94
+ * <p>The specified DB shard group name wasn't found.</p>
95
+ *
90
96
  * @throws {@link DBSnapshotNotFoundFault} (client fault)
91
97
  * <p>
92
98
  * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>