@aws-sdk/client-rds 3.934.0 → 3.936.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 (123) hide show
  1. package/dist-cjs/index.js +193 -193
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +192 -0
  4. package/dist-es/models/errors.js +1741 -0
  5. package/dist-es/models/models_0.js +1 -1531
  6. package/dist-es/models/models_1.js +1 -403
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
  9. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
  10. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  12. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +4 -1
  60. package/dist-types/models/enums.d.ts +464 -0
  61. package/dist-types/models/errors.d.ts +1805 -0
  62. package/dist-types/models/models_0.d.ts +6098 -1781
  63. package/dist-types/models/models_1.d.ts +2 -6588
  64. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
  66. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/index.d.ts +4 -1
  116. package/dist-types/ts3.4/models/enums.d.ts +250 -0
  117. package/dist-types/ts3.4/models/errors.d.ts +1214 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
  119. package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
  120. package/package.json +20 -20
  121. package/dist-es/models/index.js +0 -2
  122. package/dist-types/models/index.d.ts +0 -2
  123. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,1805 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { RDSServiceException as __BaseException } from "./RDSServiceException";
3
+ /**
4
+ * <p>
5
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
6
+ * @public
7
+ */
8
+ export declare class DBClusterNotFoundFault extends __BaseException {
9
+ readonly name: "DBClusterNotFoundFault";
10
+ readonly $fault: "client";
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.</p>
18
+ * @public
19
+ */
20
+ export declare class DBClusterRoleAlreadyExistsFault extends __BaseException {
21
+ readonly name: "DBClusterRoleAlreadyExistsFault";
22
+ readonly $fault: "client";
23
+ /**
24
+ * @internal
25
+ */
26
+ constructor(opts: __ExceptionOptionType<DBClusterRoleAlreadyExistsFault, __BaseException>);
27
+ }
28
+ /**
29
+ * <p>You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.</p>
30
+ * @public
31
+ */
32
+ export declare class DBClusterRoleQuotaExceededFault extends __BaseException {
33
+ readonly name: "DBClusterRoleQuotaExceededFault";
34
+ readonly $fault: "client";
35
+ /**
36
+ * @internal
37
+ */
38
+ constructor(opts: __ExceptionOptionType<DBClusterRoleQuotaExceededFault, __BaseException>);
39
+ }
40
+ /**
41
+ * <p>The requested operation can't be performed while the cluster is in this state.</p>
42
+ * @public
43
+ */
44
+ export declare class InvalidDBClusterStateFault extends __BaseException {
45
+ readonly name: "InvalidDBClusterStateFault";
46
+ readonly $fault: "client";
47
+ /**
48
+ * @internal
49
+ */
50
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
51
+ }
52
+ /**
53
+ * <p>
54
+ * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
55
+ * @public
56
+ */
57
+ export declare class DBInstanceNotFoundFault extends __BaseException {
58
+ readonly name: "DBInstanceNotFoundFault";
59
+ readonly $fault: "client";
60
+ /**
61
+ * @internal
62
+ */
63
+ constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
64
+ }
65
+ /**
66
+ * <p>The specified <code>RoleArn</code> or <code>FeatureName</code> value is already associated with the DB instance.</p>
67
+ * @public
68
+ */
69
+ export declare class DBInstanceRoleAlreadyExistsFault extends __BaseException {
70
+ readonly name: "DBInstanceRoleAlreadyExistsFault";
71
+ readonly $fault: "client";
72
+ /**
73
+ * @internal
74
+ */
75
+ constructor(opts: __ExceptionOptionType<DBInstanceRoleAlreadyExistsFault, __BaseException>);
76
+ }
77
+ /**
78
+ * <p>You can't associate any more Amazon Web Services Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.</p>
79
+ * @public
80
+ */
81
+ export declare class DBInstanceRoleQuotaExceededFault extends __BaseException {
82
+ readonly name: "DBInstanceRoleQuotaExceededFault";
83
+ readonly $fault: "client";
84
+ /**
85
+ * @internal
86
+ */
87
+ constructor(opts: __ExceptionOptionType<DBInstanceRoleQuotaExceededFault, __BaseException>);
88
+ }
89
+ /**
90
+ * <p>The DB instance isn't in a valid state.</p>
91
+ * @public
92
+ */
93
+ export declare class InvalidDBInstanceStateFault extends __BaseException {
94
+ readonly name: "InvalidDBInstanceStateFault";
95
+ readonly $fault: "client";
96
+ /**
97
+ * @internal
98
+ */
99
+ constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
100
+ }
101
+ /**
102
+ * <p>The requested source could not be found.</p>
103
+ * @public
104
+ */
105
+ export declare class SourceNotFoundFault extends __BaseException {
106
+ readonly name: "SourceNotFoundFault";
107
+ readonly $fault: "client";
108
+ /**
109
+ * @internal
110
+ */
111
+ constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
112
+ }
113
+ /**
114
+ * <p>The subscription name does not exist.</p>
115
+ * @public
116
+ */
117
+ export declare class SubscriptionNotFoundFault extends __BaseException {
118
+ readonly name: "SubscriptionNotFoundFault";
119
+ readonly $fault: "client";
120
+ /**
121
+ * @internal
122
+ */
123
+ constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
124
+ }
125
+ /**
126
+ * <p>
127
+ * <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
128
+ * @public
129
+ */
130
+ export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
131
+ readonly name: "BlueGreenDeploymentNotFoundFault";
132
+ readonly $fault: "client";
133
+ /**
134
+ * @internal
135
+ */
136
+ constructor(opts: __ExceptionOptionType<BlueGreenDeploymentNotFoundFault, __BaseException>);
137
+ }
138
+ /**
139
+ * <p>The DB proxy endpoint doesn't exist.</p>
140
+ * @public
141
+ */
142
+ export declare class DBProxyEndpointNotFoundFault extends __BaseException {
143
+ readonly name: "DBProxyEndpointNotFoundFault";
144
+ readonly $fault: "client";
145
+ /**
146
+ * @internal
147
+ */
148
+ constructor(opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>);
149
+ }
150
+ /**
151
+ * <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>
152
+ * @public
153
+ */
154
+ export declare class DBProxyNotFoundFault extends __BaseException {
155
+ readonly name: "DBProxyNotFoundFault";
156
+ readonly $fault: "client";
157
+ /**
158
+ * @internal
159
+ */
160
+ constructor(opts: __ExceptionOptionType<DBProxyNotFoundFault, __BaseException>);
161
+ }
162
+ /**
163
+ * <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>
164
+ * @public
165
+ */
166
+ export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
167
+ readonly name: "DBProxyTargetGroupNotFoundFault";
168
+ readonly $fault: "client";
169
+ /**
170
+ * @internal
171
+ */
172
+ constructor(opts: __ExceptionOptionType<DBProxyTargetGroupNotFoundFault, __BaseException>);
173
+ }
174
+ /**
175
+ * <p>The specified DB shard group name wasn't found.</p>
176
+ * @public
177
+ */
178
+ export declare class DBShardGroupNotFoundFault extends __BaseException {
179
+ readonly name: "DBShardGroupNotFoundFault";
180
+ readonly $fault: "client";
181
+ /**
182
+ * @internal
183
+ */
184
+ constructor(opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>);
185
+ }
186
+ /**
187
+ * <p>
188
+ * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
189
+ * @public
190
+ */
191
+ export declare class DBSnapshotNotFoundFault extends __BaseException {
192
+ readonly name: "DBSnapshotNotFoundFault";
193
+ readonly $fault: "client";
194
+ /**
195
+ * @internal
196
+ */
197
+ constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
198
+ }
199
+ /**
200
+ * <p>The specified snapshot tenant database wasn't found.</p>
201
+ * @public
202
+ */
203
+ export declare class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException {
204
+ readonly name: "DBSnapshotTenantDatabaseNotFoundFault";
205
+ readonly $fault: "client";
206
+ /**
207
+ * @internal
208
+ */
209
+ constructor(opts: __ExceptionOptionType<DBSnapshotTenantDatabaseNotFoundFault, __BaseException>);
210
+ }
211
+ /**
212
+ * <p>The specified integration could not be found.</p>
213
+ * @public
214
+ */
215
+ export declare class IntegrationNotFoundFault extends __BaseException {
216
+ readonly name: "IntegrationNotFoundFault";
217
+ readonly $fault: "client";
218
+ /**
219
+ * @internal
220
+ */
221
+ constructor(opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>);
222
+ }
223
+ /**
224
+ * <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
225
+ * @public
226
+ */
227
+ export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
228
+ readonly name: "InvalidDBClusterEndpointStateFault";
229
+ readonly $fault: "client";
230
+ /**
231
+ * @internal
232
+ */
233
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterEndpointStateFault, __BaseException>);
234
+ }
235
+ /**
236
+ * <p>The specified tenant database wasn't found in the DB instance.</p>
237
+ * @public
238
+ */
239
+ export declare class TenantDatabaseNotFoundFault extends __BaseException {
240
+ readonly name: "TenantDatabaseNotFoundFault";
241
+ readonly $fault: "client";
242
+ /**
243
+ * @internal
244
+ */
245
+ constructor(opts: __ExceptionOptionType<TenantDatabaseNotFoundFault, __BaseException>);
246
+ }
247
+ /**
248
+ * <p>The specified resource ID was not found.</p>
249
+ * @public
250
+ */
251
+ export declare class ResourceNotFoundFault extends __BaseException {
252
+ readonly name: "ResourceNotFoundFault";
253
+ readonly $fault: "client";
254
+ /**
255
+ * @internal
256
+ */
257
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
258
+ }
259
+ /**
260
+ * <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
261
+ * the specified DB security group.</p>
262
+ * @public
263
+ */
264
+ export declare class AuthorizationAlreadyExistsFault extends __BaseException {
265
+ readonly name: "AuthorizationAlreadyExistsFault";
266
+ readonly $fault: "client";
267
+ /**
268
+ * @internal
269
+ */
270
+ constructor(opts: __ExceptionOptionType<AuthorizationAlreadyExistsFault, __BaseException>);
271
+ }
272
+ /**
273
+ * <p>The DB security group authorization quota has been reached.</p>
274
+ * @public
275
+ */
276
+ export declare class AuthorizationQuotaExceededFault extends __BaseException {
277
+ readonly name: "AuthorizationQuotaExceededFault";
278
+ readonly $fault: "client";
279
+ /**
280
+ * @internal
281
+ */
282
+ constructor(opts: __ExceptionOptionType<AuthorizationQuotaExceededFault, __BaseException>);
283
+ }
284
+ /**
285
+ * <p>
286
+ * <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
287
+ * @public
288
+ */
289
+ export declare class DBSecurityGroupNotFoundFault extends __BaseException {
290
+ readonly name: "DBSecurityGroupNotFoundFault";
291
+ readonly $fault: "client";
292
+ /**
293
+ * @internal
294
+ */
295
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
296
+ }
297
+ /**
298
+ * <p>The state of the DB security group doesn't allow deletion.</p>
299
+ * @public
300
+ */
301
+ export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
302
+ readonly name: "InvalidDBSecurityGroupStateFault";
303
+ readonly $fault: "client";
304
+ /**
305
+ * @internal
306
+ */
307
+ constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
308
+ }
309
+ /**
310
+ * <p>The export task doesn't exist.</p>
311
+ * @public
312
+ */
313
+ export declare class ExportTaskNotFoundFault extends __BaseException {
314
+ readonly name: "ExportTaskNotFoundFault";
315
+ readonly $fault: "client";
316
+ /**
317
+ * @internal
318
+ */
319
+ constructor(opts: __ExceptionOptionType<ExportTaskNotFoundFault, __BaseException>);
320
+ }
321
+ /**
322
+ * <p>You can't cancel an export task that has completed.</p>
323
+ * @public
324
+ */
325
+ export declare class InvalidExportTaskStateFault extends __BaseException {
326
+ readonly name: "InvalidExportTaskStateFault";
327
+ readonly $fault: "client";
328
+ /**
329
+ * @internal
330
+ */
331
+ constructor(opts: __ExceptionOptionType<InvalidExportTaskStateFault, __BaseException>);
332
+ }
333
+ /**
334
+ * <p>A DB parameter group with the same name exists.</p>
335
+ * @public
336
+ */
337
+ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
338
+ readonly name: "DBParameterGroupAlreadyExistsFault";
339
+ readonly $fault: "client";
340
+ /**
341
+ * @internal
342
+ */
343
+ constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
344
+ }
345
+ /**
346
+ * <p>
347
+ * <code>DBParameterGroupName</code> doesn't refer to an
348
+ * existing DB parameter group.</p>
349
+ * @public
350
+ */
351
+ export declare class DBParameterGroupNotFoundFault extends __BaseException {
352
+ readonly name: "DBParameterGroupNotFoundFault";
353
+ readonly $fault: "client";
354
+ /**
355
+ * @internal
356
+ */
357
+ constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
358
+ }
359
+ /**
360
+ * <p>The request would result in the user exceeding the allowed number of DB parameter
361
+ * groups.</p>
362
+ * @public
363
+ */
364
+ export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
365
+ readonly name: "DBParameterGroupQuotaExceededFault";
366
+ readonly $fault: "client";
367
+ /**
368
+ * @internal
369
+ */
370
+ constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
371
+ }
372
+ /**
373
+ * <p>The user already has a DB cluster snapshot with the given identifier.</p>
374
+ * @public
375
+ */
376
+ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
377
+ readonly name: "DBClusterSnapshotAlreadyExistsFault";
378
+ readonly $fault: "client";
379
+ /**
380
+ * @internal
381
+ */
382
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
383
+ }
384
+ /**
385
+ * <p>
386
+ * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
387
+ * @public
388
+ */
389
+ export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
390
+ readonly name: "DBClusterSnapshotNotFoundFault";
391
+ readonly $fault: "client";
392
+ /**
393
+ * @internal
394
+ */
395
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
396
+ }
397
+ /**
398
+ * <p>The supplied value isn't a valid DB cluster snapshot state.</p>
399
+ * @public
400
+ */
401
+ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
402
+ readonly name: "InvalidDBClusterSnapshotStateFault";
403
+ readonly $fault: "client";
404
+ /**
405
+ * @internal
406
+ */
407
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
408
+ }
409
+ /**
410
+ * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
411
+ * @public
412
+ */
413
+ export declare class KMSKeyNotAccessibleFault extends __BaseException {
414
+ readonly name: "KMSKeyNotAccessibleFault";
415
+ readonly $fault: "client";
416
+ /**
417
+ * @internal
418
+ */
419
+ constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
420
+ }
421
+ /**
422
+ * <p>The request would result in the user exceeding the allowed number of DB
423
+ * snapshots.</p>
424
+ * @public
425
+ */
426
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
427
+ readonly name: "SnapshotQuotaExceededFault";
428
+ readonly $fault: "client";
429
+ /**
430
+ * @internal
431
+ */
432
+ constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
433
+ }
434
+ /**
435
+ * <p>
436
+ * <code>CustomAvailabilityZoneId</code> doesn't refer to an existing custom
437
+ * Availability Zone identifier.</p>
438
+ * @public
439
+ */
440
+ export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException {
441
+ readonly name: "CustomAvailabilityZoneNotFoundFault";
442
+ readonly $fault: "client";
443
+ /**
444
+ * @internal
445
+ */
446
+ constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneNotFoundFault, __BaseException>);
447
+ }
448
+ /**
449
+ * <p>
450
+ * <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
451
+ * @public
452
+ */
453
+ export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
454
+ readonly name: "DBSnapshotAlreadyExistsFault";
455
+ readonly $fault: "client";
456
+ /**
457
+ * @internal
458
+ */
459
+ constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
460
+ }
461
+ /**
462
+ * <p>The state of the DB snapshot doesn't allow deletion.</p>
463
+ * @public
464
+ */
465
+ export declare class InvalidDBSnapshotStateFault extends __BaseException {
466
+ readonly name: "InvalidDBSnapshotStateFault";
467
+ readonly $fault: "client";
468
+ /**
469
+ * @internal
470
+ */
471
+ constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
472
+ }
473
+ /**
474
+ * <p>The option group you are trying to create already exists.</p>
475
+ * @public
476
+ */
477
+ export declare class OptionGroupAlreadyExistsFault extends __BaseException {
478
+ readonly name: "OptionGroupAlreadyExistsFault";
479
+ readonly $fault: "client";
480
+ /**
481
+ * @internal
482
+ */
483
+ constructor(opts: __ExceptionOptionType<OptionGroupAlreadyExistsFault, __BaseException>);
484
+ }
485
+ /**
486
+ * <p>The specified option group could not be found.</p>
487
+ * @public
488
+ */
489
+ export declare class OptionGroupNotFoundFault extends __BaseException {
490
+ readonly name: "OptionGroupNotFoundFault";
491
+ readonly $fault: "client";
492
+ /**
493
+ * @internal
494
+ */
495
+ constructor(opts: __ExceptionOptionType<OptionGroupNotFoundFault, __BaseException>);
496
+ }
497
+ /**
498
+ * <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
499
+ * @public
500
+ */
501
+ export declare class OptionGroupQuotaExceededFault extends __BaseException {
502
+ readonly name: "OptionGroupQuotaExceededFault";
503
+ readonly $fault: "client";
504
+ /**
505
+ * @internal
506
+ */
507
+ constructor(opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>);
508
+ }
509
+ /**
510
+ * <p>A blue/green deployment with the specified name already exists.</p>
511
+ * @public
512
+ */
513
+ export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
514
+ readonly name: "BlueGreenDeploymentAlreadyExistsFault";
515
+ readonly $fault: "client";
516
+ /**
517
+ * @internal
518
+ */
519
+ constructor(opts: __ExceptionOptionType<BlueGreenDeploymentAlreadyExistsFault, __BaseException>);
520
+ }
521
+ /**
522
+ * <p>
523
+ * <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
524
+ * cluster parameter group.</p>
525
+ * @public
526
+ */
527
+ export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
528
+ readonly name: "DBClusterParameterGroupNotFoundFault";
529
+ readonly $fault: "client";
530
+ /**
531
+ * @internal
532
+ */
533
+ constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
534
+ }
535
+ /**
536
+ * <p>The user attempted to create a new DB cluster and the user has already reached the
537
+ * maximum allowed DB cluster quota.</p>
538
+ * @public
539
+ */
540
+ export declare class DBClusterQuotaExceededFault extends __BaseException {
541
+ readonly name: "DBClusterQuotaExceededFault";
542
+ readonly $fault: "client";
543
+ /**
544
+ * @internal
545
+ */
546
+ constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
547
+ }
548
+ /**
549
+ * <p>The request would result in the user exceeding the allowed number of DB
550
+ * instances.</p>
551
+ * @public
552
+ */
553
+ export declare class InstanceQuotaExceededFault extends __BaseException {
554
+ readonly name: "InstanceQuotaExceededFault";
555
+ readonly $fault: "client";
556
+ /**
557
+ * @internal
558
+ */
559
+ constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
560
+ }
561
+ /**
562
+ * <p>The source DB cluster isn't supported for a blue/green deployment.</p>
563
+ * @public
564
+ */
565
+ export declare class SourceClusterNotSupportedFault extends __BaseException {
566
+ readonly name: "SourceClusterNotSupportedFault";
567
+ readonly $fault: "client";
568
+ /**
569
+ * @internal
570
+ */
571
+ constructor(opts: __ExceptionOptionType<SourceClusterNotSupportedFault, __BaseException>);
572
+ }
573
+ /**
574
+ * <p>The source DB instance isn't supported for a blue/green deployment.</p>
575
+ * @public
576
+ */
577
+ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
578
+ readonly name: "SourceDatabaseNotSupportedFault";
579
+ readonly $fault: "client";
580
+ /**
581
+ * @internal
582
+ */
583
+ constructor(opts: __ExceptionOptionType<SourceDatabaseNotSupportedFault, __BaseException>);
584
+ }
585
+ /**
586
+ * <p>The request would result in the user exceeding the allowed amount of storage
587
+ * available across all DB instances.</p>
588
+ * @public
589
+ */
590
+ export declare class StorageQuotaExceededFault extends __BaseException {
591
+ readonly name: "StorageQuotaExceededFault";
592
+ readonly $fault: "client";
593
+ /**
594
+ * @internal
595
+ */
596
+ constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
597
+ }
598
+ /**
599
+ * <p>An error occurred while trying to create the CEV.</p>
600
+ * @public
601
+ */
602
+ export declare class CreateCustomDBEngineVersionFault extends __BaseException {
603
+ readonly name: "CreateCustomDBEngineVersionFault";
604
+ readonly $fault: "client";
605
+ /**
606
+ * @internal
607
+ */
608
+ constructor(opts: __ExceptionOptionType<CreateCustomDBEngineVersionFault, __BaseException>);
609
+ }
610
+ /**
611
+ * <p>A CEV with the specified name already exists.</p>
612
+ * @public
613
+ */
614
+ export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
615
+ readonly name: "CustomDBEngineVersionAlreadyExistsFault";
616
+ readonly $fault: "client";
617
+ /**
618
+ * @internal
619
+ */
620
+ constructor(opts: __ExceptionOptionType<CustomDBEngineVersionAlreadyExistsFault, __BaseException>);
621
+ }
622
+ /**
623
+ * <p>The specified CEV was not found.</p>
624
+ * @public
625
+ */
626
+ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
627
+ readonly name: "CustomDBEngineVersionNotFoundFault";
628
+ readonly $fault: "client";
629
+ /**
630
+ * @internal
631
+ */
632
+ constructor(opts: __ExceptionOptionType<CustomDBEngineVersionNotFoundFault, __BaseException>);
633
+ }
634
+ /**
635
+ * <p>You have exceeded your CEV quota.</p>
636
+ * @public
637
+ */
638
+ export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
639
+ readonly name: "CustomDBEngineVersionQuotaExceededFault";
640
+ readonly $fault: "client";
641
+ /**
642
+ * @internal
643
+ */
644
+ constructor(opts: __ExceptionOptionType<CustomDBEngineVersionQuotaExceededFault, __BaseException>);
645
+ }
646
+ /**
647
+ * <p>The AMI configuration prerequisite has not been met.</p>
648
+ * @public
649
+ */
650
+ export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException {
651
+ readonly name: "Ec2ImagePropertiesNotSupportedFault";
652
+ readonly $fault: "client";
653
+ /**
654
+ * @internal
655
+ */
656
+ constructor(opts: __ExceptionOptionType<Ec2ImagePropertiesNotSupportedFault, __BaseException>);
657
+ }
658
+ /**
659
+ * <p>You can't delete the CEV.</p>
660
+ * @public
661
+ */
662
+ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
663
+ readonly name: "InvalidCustomDBEngineVersionStateFault";
664
+ readonly $fault: "client";
665
+ /**
666
+ * @internal
667
+ */
668
+ constructor(opts: __ExceptionOptionType<InvalidCustomDBEngineVersionStateFault, __BaseException>);
669
+ }
670
+ /**
671
+ * <p>The user already has a DB cluster with the given identifier.</p>
672
+ * @public
673
+ */
674
+ export declare class DBClusterAlreadyExistsFault extends __BaseException {
675
+ readonly name: "DBClusterAlreadyExistsFault";
676
+ readonly $fault: "client";
677
+ /**
678
+ * @internal
679
+ */
680
+ constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
681
+ }
682
+ /**
683
+ * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
684
+ * @public
685
+ */
686
+ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
687
+ readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
688
+ readonly $fault: "client";
689
+ /**
690
+ * @internal
691
+ */
692
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
693
+ }
694
+ /**
695
+ * <p>
696
+ * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
697
+ * @public
698
+ */
699
+ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
700
+ readonly name: "DBSubnetGroupNotFoundFault";
701
+ readonly $fault: "client";
702
+ /**
703
+ * @internal
704
+ */
705
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
706
+ }
707
+ /**
708
+ * <p>
709
+ * <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
710
+ * @public
711
+ */
712
+ export declare class DomainNotFoundFault extends __BaseException {
713
+ readonly name: "DomainNotFoundFault";
714
+ readonly $fault: "client";
715
+ /**
716
+ * @internal
717
+ */
718
+ constructor(opts: __ExceptionOptionType<DomainNotFoundFault, __BaseException>);
719
+ }
720
+ /**
721
+ * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
722
+ * @public
723
+ */
724
+ export declare class GlobalClusterNotFoundFault extends __BaseException {
725
+ readonly name: "GlobalClusterNotFoundFault";
726
+ readonly $fault: "client";
727
+ /**
728
+ * @internal
729
+ */
730
+ constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
731
+ }
732
+ /**
733
+ * <p>The specified DB instance class isn't available in the specified Availability
734
+ * Zone.</p>
735
+ * @public
736
+ */
737
+ export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
738
+ readonly name: "InsufficientDBInstanceCapacityFault";
739
+ readonly $fault: "client";
740
+ /**
741
+ * @internal
742
+ */
743
+ constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
744
+ }
745
+ /**
746
+ * <p>There is insufficient storage available for the current action. You might be able to
747
+ * resolve this error by updating your subnet group to use different Availability Zones
748
+ * that have more storage available.</p>
749
+ * @public
750
+ */
751
+ export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
752
+ readonly name: "InsufficientStorageClusterCapacityFault";
753
+ readonly $fault: "client";
754
+ /**
755
+ * @internal
756
+ */
757
+ constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
758
+ }
759
+ /**
760
+ * <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
761
+ * cross-region read replica of the same source instance.</p>
762
+ * @public
763
+ */
764
+ export declare class InvalidDBSubnetGroupFault extends __BaseException {
765
+ readonly name: "InvalidDBSubnetGroupFault";
766
+ readonly $fault: "client";
767
+ /**
768
+ * @internal
769
+ */
770
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupFault, __BaseException>);
771
+ }
772
+ /**
773
+ * <p>The DB subnet group cannot be deleted because it's in use.</p>
774
+ * @public
775
+ */
776
+ export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
777
+ readonly name: "InvalidDBSubnetGroupStateFault";
778
+ readonly $fault: "client";
779
+ /**
780
+ * @internal
781
+ */
782
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
783
+ }
784
+ /**
785
+ * <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
786
+ * @public
787
+ */
788
+ export declare class InvalidGlobalClusterStateFault extends __BaseException {
789
+ readonly name: "InvalidGlobalClusterStateFault";
790
+ readonly $fault: "client";
791
+ /**
792
+ * @internal
793
+ */
794
+ constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
795
+ }
796
+ /**
797
+ * <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
798
+ * @public
799
+ */
800
+ export declare class InvalidSubnet extends __BaseException {
801
+ readonly name: "InvalidSubnet";
802
+ readonly $fault: "client";
803
+ /**
804
+ * @internal
805
+ */
806
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
807
+ }
808
+ /**
809
+ * <p>The DB subnet group doesn't cover all Availability Zones after it's
810
+ * created because of users' change.</p>
811
+ * @public
812
+ */
813
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
814
+ readonly name: "InvalidVPCNetworkStateFault";
815
+ readonly $fault: "client";
816
+ /**
817
+ * @internal
818
+ */
819
+ constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
820
+ }
821
+ /**
822
+ * <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
823
+ * @public
824
+ */
825
+ export declare class NetworkTypeNotSupported extends __BaseException {
826
+ readonly name: "NetworkTypeNotSupported";
827
+ readonly $fault: "client";
828
+ /**
829
+ * @internal
830
+ */
831
+ constructor(opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>);
832
+ }
833
+ /**
834
+ * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
835
+ * @public
836
+ */
837
+ export declare class StorageTypeNotSupportedFault extends __BaseException {
838
+ readonly name: "StorageTypeNotSupportedFault";
839
+ readonly $fault: "client";
840
+ /**
841
+ * @internal
842
+ */
843
+ constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
844
+ }
845
+ /**
846
+ * <p>The specified custom endpoint can't be created because it already exists.</p>
847
+ * @public
848
+ */
849
+ export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException {
850
+ readonly name: "DBClusterEndpointAlreadyExistsFault";
851
+ readonly $fault: "client";
852
+ /**
853
+ * @internal
854
+ */
855
+ constructor(opts: __ExceptionOptionType<DBClusterEndpointAlreadyExistsFault, __BaseException>);
856
+ }
857
+ /**
858
+ * <p>The cluster already has the maximum number of custom endpoints.</p>
859
+ * @public
860
+ */
861
+ export declare class DBClusterEndpointQuotaExceededFault extends __BaseException {
862
+ readonly name: "DBClusterEndpointQuotaExceededFault";
863
+ readonly $fault: "client";
864
+ /**
865
+ * @internal
866
+ */
867
+ constructor(opts: __ExceptionOptionType<DBClusterEndpointQuotaExceededFault, __BaseException>);
868
+ }
869
+ /**
870
+ * <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
871
+ * for the specified DB security group.</p>
872
+ * <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
873
+ * behalf.</p>
874
+ * @public
875
+ */
876
+ export declare class AuthorizationNotFoundFault extends __BaseException {
877
+ readonly name: "AuthorizationNotFoundFault";
878
+ readonly $fault: "client";
879
+ /**
880
+ * @internal
881
+ */
882
+ constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
883
+ }
884
+ /**
885
+ * @public
886
+ */
887
+ export declare class BackupPolicyNotFoundFault extends __BaseException {
888
+ readonly name: "BackupPolicyNotFoundFault";
889
+ readonly $fault: "client";
890
+ /**
891
+ * @internal
892
+ */
893
+ constructor(opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>);
894
+ }
895
+ /**
896
+ * <p>
897
+ * <code>CertificateIdentifier</code> doesn't refer to an
898
+ * existing certificate.</p>
899
+ * @public
900
+ */
901
+ export declare class CertificateNotFoundFault extends __BaseException {
902
+ readonly name: "CertificateNotFoundFault";
903
+ readonly $fault: "client";
904
+ /**
905
+ * @internal
906
+ */
907
+ constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
908
+ }
909
+ /**
910
+ * <p>The user already has a DB instance with the given identifier.</p>
911
+ * @public
912
+ */
913
+ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
914
+ readonly name: "DBInstanceAlreadyExistsFault";
915
+ readonly $fault: "client";
916
+ /**
917
+ * @internal
918
+ */
919
+ constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
920
+ }
921
+ /**
922
+ * <p>Provisioned IOPS not available in the specified Availability Zone.</p>
923
+ * @public
924
+ */
925
+ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
926
+ readonly name: "ProvisionedIopsNotAvailableInAZFault";
927
+ readonly $fault: "client";
928
+ /**
929
+ * @internal
930
+ */
931
+ constructor(opts: __ExceptionOptionType<ProvisionedIopsNotAvailableInAZFault, __BaseException>);
932
+ }
933
+ /**
934
+ * <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
935
+ * account.</p>
936
+ * @public
937
+ */
938
+ export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
939
+ readonly name: "TenantDatabaseQuotaExceededFault";
940
+ readonly $fault: "client";
941
+ /**
942
+ * @internal
943
+ */
944
+ constructor(opts: __ExceptionOptionType<TenantDatabaseQuotaExceededFault, __BaseException>);
945
+ }
946
+ /**
947
+ * <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie
948
+ * in the same region as the source instance.</p>
949
+ * @public
950
+ */
951
+ export declare class DBSubnetGroupNotAllowedFault extends __BaseException {
952
+ readonly name: "DBSubnetGroupNotAllowedFault";
953
+ readonly $fault: "client";
954
+ /**
955
+ * @internal
956
+ */
957
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupNotAllowedFault, __BaseException>);
958
+ }
959
+ /**
960
+ * <p>The specified proxy name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
961
+ * @public
962
+ */
963
+ export declare class DBProxyAlreadyExistsFault extends __BaseException {
964
+ readonly name: "DBProxyAlreadyExistsFault";
965
+ readonly $fault: "client";
966
+ /**
967
+ * @internal
968
+ */
969
+ constructor(opts: __ExceptionOptionType<DBProxyAlreadyExistsFault, __BaseException>);
970
+ }
971
+ /**
972
+ * <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
973
+ * @public
974
+ */
975
+ export declare class DBProxyQuotaExceededFault extends __BaseException {
976
+ readonly name: "DBProxyQuotaExceededFault";
977
+ readonly $fault: "client";
978
+ /**
979
+ * @internal
980
+ */
981
+ constructor(opts: __ExceptionOptionType<DBProxyQuotaExceededFault, __BaseException>);
982
+ }
983
+ /**
984
+ * <p>The specified DB proxy endpoint name must be unique for all DB proxy endpoints owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
985
+ * @public
986
+ */
987
+ export declare class DBProxyEndpointAlreadyExistsFault extends __BaseException {
988
+ readonly name: "DBProxyEndpointAlreadyExistsFault";
989
+ readonly $fault: "client";
990
+ /**
991
+ * @internal
992
+ */
993
+ constructor(opts: __ExceptionOptionType<DBProxyEndpointAlreadyExistsFault, __BaseException>);
994
+ }
995
+ /**
996
+ * <p>The DB proxy already has the maximum number of endpoints.</p>
997
+ * @public
998
+ */
999
+ export declare class DBProxyEndpointQuotaExceededFault extends __BaseException {
1000
+ readonly name: "DBProxyEndpointQuotaExceededFault";
1001
+ readonly $fault: "client";
1002
+ /**
1003
+ * @internal
1004
+ */
1005
+ constructor(opts: __ExceptionOptionType<DBProxyEndpointQuotaExceededFault, __BaseException>);
1006
+ }
1007
+ /**
1008
+ * <p>The requested operation can't be performed while the proxy is in this state.</p>
1009
+ * @public
1010
+ */
1011
+ export declare class InvalidDBProxyStateFault extends __BaseException {
1012
+ readonly name: "InvalidDBProxyStateFault";
1013
+ readonly $fault: "client";
1014
+ /**
1015
+ * @internal
1016
+ */
1017
+ constructor(opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>);
1018
+ }
1019
+ /**
1020
+ * <p>A DB security group with the name specified in
1021
+ * <code>DBSecurityGroupName</code> already exists.</p>
1022
+ * @public
1023
+ */
1024
+ export declare class DBSecurityGroupAlreadyExistsFault extends __BaseException {
1025
+ readonly name: "DBSecurityGroupAlreadyExistsFault";
1026
+ readonly $fault: "client";
1027
+ /**
1028
+ * @internal
1029
+ */
1030
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupAlreadyExistsFault, __BaseException>);
1031
+ }
1032
+ /**
1033
+ * <p>A DB security group isn't allowed for this action.</p>
1034
+ * @public
1035
+ */
1036
+ export declare class DBSecurityGroupNotSupportedFault extends __BaseException {
1037
+ readonly name: "DBSecurityGroupNotSupportedFault";
1038
+ readonly $fault: "client";
1039
+ /**
1040
+ * @internal
1041
+ */
1042
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupNotSupportedFault, __BaseException>);
1043
+ }
1044
+ /**
1045
+ * <p>The request would result in the user exceeding the allowed number of DB security
1046
+ * groups.</p>
1047
+ * @public
1048
+ */
1049
+ export declare class DBSecurityGroupQuotaExceededFault extends __BaseException {
1050
+ readonly name: "DBSecurityGroupQuotaExceededFault";
1051
+ readonly $fault: "client";
1052
+ /**
1053
+ * @internal
1054
+ */
1055
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupQuotaExceededFault, __BaseException>);
1056
+ }
1057
+ /**
1058
+ * <p>The specified DB shard group name must be unique in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
1059
+ * @public
1060
+ */
1061
+ export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
1062
+ readonly name: "DBShardGroupAlreadyExistsFault";
1063
+ readonly $fault: "client";
1064
+ /**
1065
+ * @internal
1066
+ */
1067
+ constructor(opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>);
1068
+ }
1069
+ /**
1070
+ * <p>The maximum number of DB shard groups for your Amazon Web Services account in the specified Amazon Web Services Region has been reached.</p>
1071
+ * @public
1072
+ */
1073
+ export declare class MaxDBShardGroupLimitReached extends __BaseException {
1074
+ readonly name: "MaxDBShardGroupLimitReached";
1075
+ readonly $fault: "client";
1076
+ /**
1077
+ * @internal
1078
+ */
1079
+ constructor(opts: __ExceptionOptionType<MaxDBShardGroupLimitReached, __BaseException>);
1080
+ }
1081
+ /**
1082
+ * <p>The specified DB engine version isn't supported for Aurora Limitless Database.</p>
1083
+ * @public
1084
+ */
1085
+ export declare class UnsupportedDBEngineVersionFault extends __BaseException {
1086
+ readonly name: "UnsupportedDBEngineVersionFault";
1087
+ readonly $fault: "client";
1088
+ /**
1089
+ * @internal
1090
+ */
1091
+ constructor(opts: __ExceptionOptionType<UnsupportedDBEngineVersionFault, __BaseException>);
1092
+ }
1093
+ /**
1094
+ * <p>
1095
+ * <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.</p>
1096
+ * @public
1097
+ */
1098
+ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
1099
+ readonly name: "DBSubnetGroupAlreadyExistsFault";
1100
+ readonly $fault: "client";
1101
+ /**
1102
+ * @internal
1103
+ */
1104
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
1105
+ }
1106
+ /**
1107
+ * <p>The request would result in the user exceeding the allowed number of DB subnet
1108
+ * groups.</p>
1109
+ * @public
1110
+ */
1111
+ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
1112
+ readonly name: "DBSubnetGroupQuotaExceededFault";
1113
+ readonly $fault: "client";
1114
+ /**
1115
+ * @internal
1116
+ */
1117
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
1118
+ }
1119
+ /**
1120
+ * <p>The request would result in the user exceeding the allowed number of subnets in a
1121
+ * DB subnet groups.</p>
1122
+ * @public
1123
+ */
1124
+ export declare class DBSubnetQuotaExceededFault extends __BaseException {
1125
+ readonly name: "DBSubnetQuotaExceededFault";
1126
+ readonly $fault: "client";
1127
+ /**
1128
+ * @internal
1129
+ */
1130
+ constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
1131
+ }
1132
+ /**
1133
+ * <p>You have reached the maximum number of event subscriptions.</p>
1134
+ * @public
1135
+ */
1136
+ export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
1137
+ readonly name: "EventSubscriptionQuotaExceededFault";
1138
+ readonly $fault: "client";
1139
+ /**
1140
+ * @internal
1141
+ */
1142
+ constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
1143
+ }
1144
+ /**
1145
+ * <p>SNS has responded that there is a problem with the SNS topic specified.</p>
1146
+ * @public
1147
+ */
1148
+ export declare class SNSInvalidTopicFault extends __BaseException {
1149
+ readonly name: "SNSInvalidTopicFault";
1150
+ readonly $fault: "client";
1151
+ /**
1152
+ * @internal
1153
+ */
1154
+ constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
1155
+ }
1156
+ /**
1157
+ * <p>You do not have permission to publish to the SNS topic ARN.</p>
1158
+ * @public
1159
+ */
1160
+ export declare class SNSNoAuthorizationFault extends __BaseException {
1161
+ readonly name: "SNSNoAuthorizationFault";
1162
+ readonly $fault: "client";
1163
+ /**
1164
+ * @internal
1165
+ */
1166
+ constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
1167
+ }
1168
+ /**
1169
+ * <p>The SNS topic ARN does not exist.</p>
1170
+ * @public
1171
+ */
1172
+ export declare class SNSTopicArnNotFoundFault extends __BaseException {
1173
+ readonly name: "SNSTopicArnNotFoundFault";
1174
+ readonly $fault: "client";
1175
+ /**
1176
+ * @internal
1177
+ */
1178
+ constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
1179
+ }
1180
+ /**
1181
+ * <p>The supplied subscription name already exists.</p>
1182
+ * @public
1183
+ */
1184
+ export declare class SubscriptionAlreadyExistFault extends __BaseException {
1185
+ readonly name: "SubscriptionAlreadyExistFault";
1186
+ readonly $fault: "client";
1187
+ /**
1188
+ * @internal
1189
+ */
1190
+ constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
1191
+ }
1192
+ /**
1193
+ * <p>The supplied category does not exist.</p>
1194
+ * @public
1195
+ */
1196
+ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
1197
+ readonly name: "SubscriptionCategoryNotFoundFault";
1198
+ readonly $fault: "client";
1199
+ /**
1200
+ * @internal
1201
+ */
1202
+ constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
1203
+ }
1204
+ /**
1205
+ * <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
1206
+ * (unique name) to create a new global database cluster or to rename an existing one.</p>
1207
+ * @public
1208
+ */
1209
+ export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
1210
+ readonly name: "GlobalClusterAlreadyExistsFault";
1211
+ readonly $fault: "client";
1212
+ /**
1213
+ * @internal
1214
+ */
1215
+ constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
1216
+ }
1217
+ /**
1218
+ * <p>The number of global database clusters for this account is already at the maximum allowed.</p>
1219
+ * @public
1220
+ */
1221
+ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
1222
+ readonly name: "GlobalClusterQuotaExceededFault";
1223
+ readonly $fault: "client";
1224
+ /**
1225
+ * @internal
1226
+ */
1227
+ constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
1228
+ }
1229
+ /**
1230
+ * <p>The DB shard group must be in the available state.</p>
1231
+ * @public
1232
+ */
1233
+ export declare class InvalidDBShardGroupStateFault extends __BaseException {
1234
+ readonly name: "InvalidDBShardGroupStateFault";
1235
+ readonly $fault: "client";
1236
+ /**
1237
+ * @internal
1238
+ */
1239
+ constructor(opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>);
1240
+ }
1241
+ /**
1242
+ * <p>The integration you are trying to create already exists.</p>
1243
+ * @public
1244
+ */
1245
+ export declare class IntegrationAlreadyExistsFault extends __BaseException {
1246
+ readonly name: "IntegrationAlreadyExistsFault";
1247
+ readonly $fault: "client";
1248
+ /**
1249
+ * @internal
1250
+ */
1251
+ constructor(opts: __ExceptionOptionType<IntegrationAlreadyExistsFault, __BaseException>);
1252
+ }
1253
+ /**
1254
+ * <p>A conflicting conditional operation is currently in progress against this resource.
1255
+ * Typically occurs when there are multiple requests being made to the same resource at the same time,
1256
+ * and these requests conflict with each other.</p>
1257
+ * @public
1258
+ */
1259
+ export declare class IntegrationConflictOperationFault extends __BaseException {
1260
+ readonly name: "IntegrationConflictOperationFault";
1261
+ readonly $fault: "client";
1262
+ /**
1263
+ * @internal
1264
+ */
1265
+ constructor(opts: __ExceptionOptionType<IntegrationConflictOperationFault, __BaseException>);
1266
+ }
1267
+ /**
1268
+ * <p>You can't crate any more zero-ETL integrations because the quota has been reached.</p>
1269
+ * @public
1270
+ */
1271
+ export declare class IntegrationQuotaExceededFault extends __BaseException {
1272
+ readonly name: "IntegrationQuotaExceededFault";
1273
+ readonly $fault: "client";
1274
+ /**
1275
+ * @internal
1276
+ */
1277
+ constructor(opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>);
1278
+ }
1279
+ /**
1280
+ * <p>You attempted to either create a tenant database that already exists or
1281
+ * modify a tenant database to use the name of an existing tenant database.</p>
1282
+ * @public
1283
+ */
1284
+ export declare class TenantDatabaseAlreadyExistsFault extends __BaseException {
1285
+ readonly name: "TenantDatabaseAlreadyExistsFault";
1286
+ readonly $fault: "client";
1287
+ /**
1288
+ * @internal
1289
+ */
1290
+ constructor(opts: __ExceptionOptionType<TenantDatabaseAlreadyExistsFault, __BaseException>);
1291
+ }
1292
+ /**
1293
+ * <p>The blue/green deployment can't be switched over or deleted because there is an invalid configuration in
1294
+ * the green environment.</p>
1295
+ * @public
1296
+ */
1297
+ export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException {
1298
+ readonly name: "InvalidBlueGreenDeploymentStateFault";
1299
+ readonly $fault: "client";
1300
+ /**
1301
+ * @internal
1302
+ */
1303
+ constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentStateFault, __BaseException>);
1304
+ }
1305
+ /**
1306
+ * <p>The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated
1307
+ * backups. The retained automated backups quota is the same as your DB cluster quota.</p>
1308
+ * @public
1309
+ */
1310
+ export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
1311
+ readonly name: "DBClusterAutomatedBackupQuotaExceededFault";
1312
+ readonly $fault: "client";
1313
+ /**
1314
+ * @internal
1315
+ */
1316
+ constructor(opts: __ExceptionOptionType<DBClusterAutomatedBackupQuotaExceededFault, __BaseException>);
1317
+ }
1318
+ /**
1319
+ * <p>No automated backup for this DB cluster was found.</p>
1320
+ * @public
1321
+ */
1322
+ export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
1323
+ readonly name: "DBClusterAutomatedBackupNotFoundFault";
1324
+ readonly $fault: "client";
1325
+ /**
1326
+ * @internal
1327
+ */
1328
+ constructor(opts: __ExceptionOptionType<DBClusterAutomatedBackupNotFoundFault, __BaseException>);
1329
+ }
1330
+ /**
1331
+ * <p>The automated backup is in an invalid state.
1332
+ * For example, this automated backup is associated with an active cluster.</p>
1333
+ * @public
1334
+ */
1335
+ export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
1336
+ readonly name: "InvalidDBClusterAutomatedBackupStateFault";
1337
+ readonly $fault: "client";
1338
+ /**
1339
+ * @internal
1340
+ */
1341
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterAutomatedBackupStateFault, __BaseException>);
1342
+ }
1343
+ /**
1344
+ * <p>The specified custom endpoint doesn't exist.</p>
1345
+ * @public
1346
+ */
1347
+ export declare class DBClusterEndpointNotFoundFault extends __BaseException {
1348
+ readonly name: "DBClusterEndpointNotFoundFault";
1349
+ readonly $fault: "client";
1350
+ /**
1351
+ * @internal
1352
+ */
1353
+ constructor(opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>);
1354
+ }
1355
+ /**
1356
+ * <p>The DB parameter group is in use or is in an invalid state. If you are attempting
1357
+ * to delete the parameter group, you can't delete it when the parameter group is in
1358
+ * this state.</p>
1359
+ * @public
1360
+ */
1361
+ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
1362
+ readonly name: "InvalidDBParameterGroupStateFault";
1363
+ readonly $fault: "client";
1364
+ /**
1365
+ * @internal
1366
+ */
1367
+ constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
1368
+ }
1369
+ /**
1370
+ * <p>The quota for retained automated backups was exceeded. This prevents you
1371
+ * from retaining any additional automated backups. The retained automated backups
1372
+ * quota is the same as your DB instance quota.</p>
1373
+ * @public
1374
+ */
1375
+ export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
1376
+ readonly name: "DBInstanceAutomatedBackupQuotaExceededFault";
1377
+ readonly $fault: "client";
1378
+ /**
1379
+ * @internal
1380
+ */
1381
+ constructor(opts: __ExceptionOptionType<DBInstanceAutomatedBackupQuotaExceededFault, __BaseException>);
1382
+ }
1383
+ /**
1384
+ * <p>No automated backup for this DB instance was found.</p>
1385
+ * @public
1386
+ */
1387
+ export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
1388
+ readonly name: "DBInstanceAutomatedBackupNotFoundFault";
1389
+ readonly $fault: "client";
1390
+ /**
1391
+ * @internal
1392
+ */
1393
+ constructor(opts: __ExceptionOptionType<DBInstanceAutomatedBackupNotFoundFault, __BaseException>);
1394
+ }
1395
+ /**
1396
+ * <p>The automated backup is in an invalid state.
1397
+ * For example, this automated backup is associated with an active instance.</p>
1398
+ * @public
1399
+ */
1400
+ export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
1401
+ readonly name: "InvalidDBInstanceAutomatedBackupStateFault";
1402
+ readonly $fault: "client";
1403
+ /**
1404
+ * @internal
1405
+ */
1406
+ constructor(opts: __ExceptionOptionType<InvalidDBInstanceAutomatedBackupStateFault, __BaseException>);
1407
+ }
1408
+ /**
1409
+ * <p>You can't perform this operation while the DB proxy endpoint is in a particular state.</p>
1410
+ * @public
1411
+ */
1412
+ export declare class InvalidDBProxyEndpointStateFault extends __BaseException {
1413
+ readonly name: "InvalidDBProxyEndpointStateFault";
1414
+ readonly $fault: "client";
1415
+ /**
1416
+ * @internal
1417
+ */
1418
+ constructor(opts: __ExceptionOptionType<InvalidDBProxyEndpointStateFault, __BaseException>);
1419
+ }
1420
+ /**
1421
+ * <p>The DB subnet isn't in the <i>available</i> state.</p>
1422
+ * @public
1423
+ */
1424
+ export declare class InvalidDBSubnetStateFault extends __BaseException {
1425
+ readonly name: "InvalidDBSubnetStateFault";
1426
+ readonly $fault: "client";
1427
+ /**
1428
+ * @internal
1429
+ */
1430
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
1431
+ }
1432
+ /**
1433
+ * <p>This error can occur if someone else is modifying a subscription. You should retry the action.</p>
1434
+ * @public
1435
+ */
1436
+ export declare class InvalidEventSubscriptionStateFault extends __BaseException {
1437
+ readonly name: "InvalidEventSubscriptionStateFault";
1438
+ readonly $fault: "client";
1439
+ /**
1440
+ * @internal
1441
+ */
1442
+ constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
1443
+ }
1444
+ /**
1445
+ * <p>The integration is in an invalid state and can't perform the requested operation.</p>
1446
+ * @public
1447
+ */
1448
+ export declare class InvalidIntegrationStateFault extends __BaseException {
1449
+ readonly name: "InvalidIntegrationStateFault";
1450
+ readonly $fault: "client";
1451
+ /**
1452
+ * @internal
1453
+ */
1454
+ constructor(opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>);
1455
+ }
1456
+ /**
1457
+ * <p>The option group isn't in the <i>available</i> state.</p>
1458
+ * @public
1459
+ */
1460
+ export declare class InvalidOptionGroupStateFault extends __BaseException {
1461
+ readonly name: "InvalidOptionGroupStateFault";
1462
+ readonly $fault: "client";
1463
+ /**
1464
+ * @internal
1465
+ */
1466
+ constructor(opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>);
1467
+ }
1468
+ /**
1469
+ * <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
1470
+ * @public
1471
+ */
1472
+ export declare class DBProxyTargetNotFoundFault extends __BaseException {
1473
+ readonly name: "DBProxyTargetNotFoundFault";
1474
+ readonly $fault: "client";
1475
+ /**
1476
+ * @internal
1477
+ */
1478
+ constructor(opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>);
1479
+ }
1480
+ /**
1481
+ * <p>
1482
+ * <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack.</p>
1483
+ * @public
1484
+ */
1485
+ export declare class DBClusterBacktrackNotFoundFault extends __BaseException {
1486
+ readonly name: "DBClusterBacktrackNotFoundFault";
1487
+ readonly $fault: "client";
1488
+ /**
1489
+ * @internal
1490
+ */
1491
+ constructor(opts: __ExceptionOptionType<DBClusterBacktrackNotFoundFault, __BaseException>);
1492
+ }
1493
+ /**
1494
+ * <p>An attempt to download or examine log files didn't succeed because an Aurora Serverless v2 instance was paused.</p>
1495
+ * @public
1496
+ */
1497
+ export declare class DBInstanceNotReadyFault extends __BaseException {
1498
+ readonly name: "DBInstanceNotReadyFault";
1499
+ readonly $fault: "client";
1500
+ /**
1501
+ * @internal
1502
+ */
1503
+ constructor(opts: __ExceptionOptionType<DBInstanceNotReadyFault, __BaseException>);
1504
+ }
1505
+ /**
1506
+ * <p>The specified reserved DB Instance not found.</p>
1507
+ * @public
1508
+ */
1509
+ export declare class ReservedDBInstanceNotFoundFault extends __BaseException {
1510
+ readonly name: "ReservedDBInstanceNotFoundFault";
1511
+ readonly $fault: "client";
1512
+ /**
1513
+ * @internal
1514
+ */
1515
+ constructor(opts: __ExceptionOptionType<ReservedDBInstanceNotFoundFault, __BaseException>);
1516
+ }
1517
+ /**
1518
+ * <p>Specified offering does not exist.</p>
1519
+ * @public
1520
+ */
1521
+ export declare class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
1522
+ readonly name: "ReservedDBInstancesOfferingNotFoundFault";
1523
+ readonly $fault: "client";
1524
+ /**
1525
+ * @internal
1526
+ */
1527
+ constructor(opts: __ExceptionOptionType<ReservedDBInstancesOfferingNotFoundFault, __BaseException>);
1528
+ }
1529
+ /**
1530
+ * <p>The operation can't be performed because another operation is in progress.</p>
1531
+ * @public
1532
+ */
1533
+ export declare class InvalidResourceStateFault extends __BaseException {
1534
+ readonly name: "InvalidResourceStateFault";
1535
+ readonly $fault: "client";
1536
+ /**
1537
+ * @internal
1538
+ */
1539
+ constructor(opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>);
1540
+ }
1541
+ /**
1542
+ * <p>
1543
+ * <code>LogFileName</code> doesn't refer to an existing DB log file.</p>
1544
+ * @public
1545
+ */
1546
+ export declare class DBLogFileNotFoundFault extends __BaseException {
1547
+ readonly name: "DBLogFileNotFoundFault";
1548
+ readonly $fault: "client";
1549
+ /**
1550
+ * @internal
1551
+ */
1552
+ constructor(opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>);
1553
+ }
1554
+ /**
1555
+ * <p>
1556
+ * <code>Capacity</code> isn't a valid Aurora Serverless DB cluster
1557
+ * capacity. Valid capacity values are <code>2</code>, <code>4</code>, <code>8</code>, <code>16</code>,
1558
+ * <code>32</code>, <code>64</code>, <code>128</code>, and <code>256</code>.</p>
1559
+ * @public
1560
+ */
1561
+ export declare class InvalidDBClusterCapacityFault extends __BaseException {
1562
+ readonly name: "InvalidDBClusterCapacityFault";
1563
+ readonly $fault: "client";
1564
+ /**
1565
+ * @internal
1566
+ */
1567
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>);
1568
+ }
1569
+ /**
1570
+ * <p>The <code>aurora-iopt1</code> storage type isn't available, because you modified the DB cluster
1571
+ * to use this storage type less than one month ago.</p>
1572
+ * @public
1573
+ */
1574
+ export declare class StorageTypeNotAvailableFault extends __BaseException {
1575
+ readonly name: "StorageTypeNotAvailableFault";
1576
+ readonly $fault: "client";
1577
+ /**
1578
+ * @internal
1579
+ */
1580
+ constructor(opts: __ExceptionOptionType<StorageTypeNotAvailableFault, __BaseException>);
1581
+ }
1582
+ /**
1583
+ * <p>You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.</p>
1584
+ * @public
1585
+ */
1586
+ export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
1587
+ readonly name: "SharedSnapshotQuotaExceededFault";
1588
+ readonly $fault: "client";
1589
+ /**
1590
+ * @internal
1591
+ */
1592
+ constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
1593
+ }
1594
+ /**
1595
+ * <p>The DB upgrade failed because a resource the DB depends on can't be
1596
+ * modified.</p>
1597
+ * @public
1598
+ */
1599
+ export declare class DBUpgradeDependencyFailureFault extends __BaseException {
1600
+ readonly name: "DBUpgradeDependencyFailureFault";
1601
+ readonly $fault: "client";
1602
+ /**
1603
+ * @internal
1604
+ */
1605
+ constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
1606
+ }
1607
+ /**
1608
+ * <p>The DB subnet is already in use in the Availability Zone.</p>
1609
+ * @public
1610
+ */
1611
+ export declare class SubnetAlreadyInUse extends __BaseException {
1612
+ readonly name: "SubnetAlreadyInUse";
1613
+ readonly $fault: "client";
1614
+ /**
1615
+ * @internal
1616
+ */
1617
+ constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
1618
+ }
1619
+ /**
1620
+ * <p>User already has a reservation with the given identifier.</p>
1621
+ * @public
1622
+ */
1623
+ export declare class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
1624
+ readonly name: "ReservedDBInstanceAlreadyExistsFault";
1625
+ readonly $fault: "client";
1626
+ /**
1627
+ * @internal
1628
+ */
1629
+ constructor(opts: __ExceptionOptionType<ReservedDBInstanceAlreadyExistsFault, __BaseException>);
1630
+ }
1631
+ /**
1632
+ * <p>Request would exceed the user's DB Instance quota.</p>
1633
+ * @public
1634
+ */
1635
+ export declare class ReservedDBInstanceQuotaExceededFault extends __BaseException {
1636
+ readonly name: "ReservedDBInstanceQuotaExceededFault";
1637
+ readonly $fault: "client";
1638
+ /**
1639
+ * @internal
1640
+ */
1641
+ constructor(opts: __ExceptionOptionType<ReservedDBInstanceQuotaExceededFault, __BaseException>);
1642
+ }
1643
+ /**
1644
+ * <p>The proxy is already associated with the specified RDS DB instance or Aurora DB cluster.</p>
1645
+ * @public
1646
+ */
1647
+ export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
1648
+ readonly name: "DBProxyTargetAlreadyRegisteredFault";
1649
+ readonly $fault: "client";
1650
+ /**
1651
+ * @internal
1652
+ */
1653
+ constructor(opts: __ExceptionOptionType<DBProxyTargetAlreadyRegisteredFault, __BaseException>);
1654
+ }
1655
+ /**
1656
+ * <p>The requested operation can't be performed because there aren't enough available IP addresses
1657
+ * in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
1658
+ * from the subnets.</p>
1659
+ * @public
1660
+ */
1661
+ export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException {
1662
+ readonly name: "InsufficientAvailableIPsInSubnetFault";
1663
+ readonly $fault: "client";
1664
+ /**
1665
+ * @internal
1666
+ */
1667
+ constructor(opts: __ExceptionOptionType<InsufficientAvailableIPsInSubnetFault, __BaseException>);
1668
+ }
1669
+ /**
1670
+ * <p>The specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.</p>
1671
+ * @public
1672
+ */
1673
+ export declare class DBClusterRoleNotFoundFault extends __BaseException {
1674
+ readonly name: "DBClusterRoleNotFoundFault";
1675
+ readonly $fault: "client";
1676
+ /**
1677
+ * @internal
1678
+ */
1679
+ constructor(opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>);
1680
+ }
1681
+ /**
1682
+ * <p>The specified <code>RoleArn</code> value doesn't match the specified feature for
1683
+ * the DB instance.</p>
1684
+ * @public
1685
+ */
1686
+ export declare class DBInstanceRoleNotFoundFault extends __BaseException {
1687
+ readonly name: "DBInstanceRoleNotFoundFault";
1688
+ readonly $fault: "client";
1689
+ /**
1690
+ * @internal
1691
+ */
1692
+ constructor(opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>);
1693
+ }
1694
+ /**
1695
+ * <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
1696
+ * authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
1697
+ * @public
1698
+ */
1699
+ export declare class InvalidS3BucketFault extends __BaseException {
1700
+ readonly name: "InvalidS3BucketFault";
1701
+ readonly $fault: "client";
1702
+ /**
1703
+ * @internal
1704
+ */
1705
+ constructor(opts: __ExceptionOptionType<InvalidS3BucketFault, __BaseException>);
1706
+ }
1707
+ /**
1708
+ * <p>The DB cluster doesn't have enough capacity for the current operation.</p>
1709
+ * @public
1710
+ */
1711
+ export declare class InsufficientDBClusterCapacityFault extends __BaseException {
1712
+ readonly name: "InsufficientDBClusterCapacityFault";
1713
+ readonly $fault: "client";
1714
+ /**
1715
+ * @internal
1716
+ */
1717
+ constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
1718
+ }
1719
+ /**
1720
+ * <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
1721
+ * @public
1722
+ */
1723
+ export declare class InvalidRestoreFault extends __BaseException {
1724
+ readonly name: "InvalidRestoreFault";
1725
+ readonly $fault: "client";
1726
+ /**
1727
+ * @internal
1728
+ */
1729
+ constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
1730
+ }
1731
+ /**
1732
+ * <p>
1733
+ * <code>SourceDBInstanceIdentifier</code>
1734
+ * refers to a DB instance with
1735
+ * <code>BackupRetentionPeriod</code> equal to 0.</p>
1736
+ * @public
1737
+ */
1738
+ export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
1739
+ readonly name: "PointInTimeRestoreNotEnabledFault";
1740
+ readonly $fault: "client";
1741
+ /**
1742
+ * @internal
1743
+ */
1744
+ constructor(opts: __ExceptionOptionType<PointInTimeRestoreNotEnabledFault, __BaseException>);
1745
+ }
1746
+ /**
1747
+ * <p>You can't start an export task that's already running.</p>
1748
+ * @public
1749
+ */
1750
+ export declare class ExportTaskAlreadyExistsFault extends __BaseException {
1751
+ readonly name: "ExportTaskAlreadyExistsFault";
1752
+ readonly $fault: "client";
1753
+ /**
1754
+ * @internal
1755
+ */
1756
+ constructor(opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>);
1757
+ }
1758
+ /**
1759
+ * <p>The IAM role requires additional permissions to export to an Amazon S3 bucket.</p>
1760
+ * @public
1761
+ */
1762
+ export declare class IamRoleMissingPermissionsFault extends __BaseException {
1763
+ readonly name: "IamRoleMissingPermissionsFault";
1764
+ readonly $fault: "client";
1765
+ /**
1766
+ * @internal
1767
+ */
1768
+ constructor(opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>);
1769
+ }
1770
+ /**
1771
+ * <p>The IAM role is missing for exporting to an Amazon S3 bucket.</p>
1772
+ * @public
1773
+ */
1774
+ export declare class IamRoleNotFoundFault extends __BaseException {
1775
+ readonly name: "IamRoleNotFoundFault";
1776
+ readonly $fault: "client";
1777
+ /**
1778
+ * @internal
1779
+ */
1780
+ constructor(opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>);
1781
+ }
1782
+ /**
1783
+ * <p>The export is invalid for exporting to an Amazon S3 bucket.</p>
1784
+ * @public
1785
+ */
1786
+ export declare class InvalidExportOnlyFault extends __BaseException {
1787
+ readonly name: "InvalidExportOnlyFault";
1788
+ readonly $fault: "client";
1789
+ /**
1790
+ * @internal
1791
+ */
1792
+ constructor(opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>);
1793
+ }
1794
+ /**
1795
+ * <p>The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.</p>
1796
+ * @public
1797
+ */
1798
+ export declare class InvalidExportSourceStateFault extends __BaseException {
1799
+ readonly name: "InvalidExportSourceStateFault";
1800
+ readonly $fault: "client";
1801
+ /**
1802
+ * @internal
1803
+ */
1804
+ constructor(opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>);
1805
+ }