@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,1214 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { RDSServiceException as __BaseException } from "./RDSServiceException";
3
+ export declare class DBClusterNotFoundFault extends __BaseException {
4
+ readonly name: "DBClusterNotFoundFault";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>
8
+ );
9
+ }
10
+ export declare class DBClusterRoleAlreadyExistsFault extends __BaseException {
11
+ readonly name: "DBClusterRoleAlreadyExistsFault";
12
+ readonly $fault: "client";
13
+ constructor(
14
+ opts: __ExceptionOptionType<
15
+ DBClusterRoleAlreadyExistsFault,
16
+ __BaseException
17
+ >
18
+ );
19
+ }
20
+ export declare class DBClusterRoleQuotaExceededFault extends __BaseException {
21
+ readonly name: "DBClusterRoleQuotaExceededFault";
22
+ readonly $fault: "client";
23
+ constructor(
24
+ opts: __ExceptionOptionType<
25
+ DBClusterRoleQuotaExceededFault,
26
+ __BaseException
27
+ >
28
+ );
29
+ }
30
+ export declare class InvalidDBClusterStateFault extends __BaseException {
31
+ readonly name: "InvalidDBClusterStateFault";
32
+ readonly $fault: "client";
33
+ constructor(
34
+ opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>
35
+ );
36
+ }
37
+ export declare class DBInstanceNotFoundFault extends __BaseException {
38
+ readonly name: "DBInstanceNotFoundFault";
39
+ readonly $fault: "client";
40
+ constructor(
41
+ opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>
42
+ );
43
+ }
44
+ export declare class DBInstanceRoleAlreadyExistsFault extends __BaseException {
45
+ readonly name: "DBInstanceRoleAlreadyExistsFault";
46
+ readonly $fault: "client";
47
+ constructor(
48
+ opts: __ExceptionOptionType<
49
+ DBInstanceRoleAlreadyExistsFault,
50
+ __BaseException
51
+ >
52
+ );
53
+ }
54
+ export declare class DBInstanceRoleQuotaExceededFault extends __BaseException {
55
+ readonly name: "DBInstanceRoleQuotaExceededFault";
56
+ readonly $fault: "client";
57
+ constructor(
58
+ opts: __ExceptionOptionType<
59
+ DBInstanceRoleQuotaExceededFault,
60
+ __BaseException
61
+ >
62
+ );
63
+ }
64
+ export declare class InvalidDBInstanceStateFault extends __BaseException {
65
+ readonly name: "InvalidDBInstanceStateFault";
66
+ readonly $fault: "client";
67
+ constructor(
68
+ opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>
69
+ );
70
+ }
71
+ export declare class SourceNotFoundFault extends __BaseException {
72
+ readonly name: "SourceNotFoundFault";
73
+ readonly $fault: "client";
74
+ constructor(
75
+ opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>
76
+ );
77
+ }
78
+ export declare class SubscriptionNotFoundFault extends __BaseException {
79
+ readonly name: "SubscriptionNotFoundFault";
80
+ readonly $fault: "client";
81
+ constructor(
82
+ opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>
83
+ );
84
+ }
85
+ export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
86
+ readonly name: "BlueGreenDeploymentNotFoundFault";
87
+ readonly $fault: "client";
88
+ constructor(
89
+ opts: __ExceptionOptionType<
90
+ BlueGreenDeploymentNotFoundFault,
91
+ __BaseException
92
+ >
93
+ );
94
+ }
95
+ export declare class DBProxyEndpointNotFoundFault extends __BaseException {
96
+ readonly name: "DBProxyEndpointNotFoundFault";
97
+ readonly $fault: "client";
98
+ constructor(
99
+ opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>
100
+ );
101
+ }
102
+ export declare class DBProxyNotFoundFault extends __BaseException {
103
+ readonly name: "DBProxyNotFoundFault";
104
+ readonly $fault: "client";
105
+ constructor(
106
+ opts: __ExceptionOptionType<DBProxyNotFoundFault, __BaseException>
107
+ );
108
+ }
109
+ export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
110
+ readonly name: "DBProxyTargetGroupNotFoundFault";
111
+ readonly $fault: "client";
112
+ constructor(
113
+ opts: __ExceptionOptionType<
114
+ DBProxyTargetGroupNotFoundFault,
115
+ __BaseException
116
+ >
117
+ );
118
+ }
119
+ export declare class DBShardGroupNotFoundFault extends __BaseException {
120
+ readonly name: "DBShardGroupNotFoundFault";
121
+ readonly $fault: "client";
122
+ constructor(
123
+ opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>
124
+ );
125
+ }
126
+ export declare class DBSnapshotNotFoundFault extends __BaseException {
127
+ readonly name: "DBSnapshotNotFoundFault";
128
+ readonly $fault: "client";
129
+ constructor(
130
+ opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>
131
+ );
132
+ }
133
+ export declare class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException {
134
+ readonly name: "DBSnapshotTenantDatabaseNotFoundFault";
135
+ readonly $fault: "client";
136
+ constructor(
137
+ opts: __ExceptionOptionType<
138
+ DBSnapshotTenantDatabaseNotFoundFault,
139
+ __BaseException
140
+ >
141
+ );
142
+ }
143
+ export declare class IntegrationNotFoundFault extends __BaseException {
144
+ readonly name: "IntegrationNotFoundFault";
145
+ readonly $fault: "client";
146
+ constructor(
147
+ opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>
148
+ );
149
+ }
150
+ export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
151
+ readonly name: "InvalidDBClusterEndpointStateFault";
152
+ readonly $fault: "client";
153
+ constructor(
154
+ opts: __ExceptionOptionType<
155
+ InvalidDBClusterEndpointStateFault,
156
+ __BaseException
157
+ >
158
+ );
159
+ }
160
+ export declare class TenantDatabaseNotFoundFault extends __BaseException {
161
+ readonly name: "TenantDatabaseNotFoundFault";
162
+ readonly $fault: "client";
163
+ constructor(
164
+ opts: __ExceptionOptionType<TenantDatabaseNotFoundFault, __BaseException>
165
+ );
166
+ }
167
+ export declare class ResourceNotFoundFault extends __BaseException {
168
+ readonly name: "ResourceNotFoundFault";
169
+ readonly $fault: "client";
170
+ constructor(
171
+ opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
172
+ );
173
+ }
174
+ export declare class AuthorizationAlreadyExistsFault extends __BaseException {
175
+ readonly name: "AuthorizationAlreadyExistsFault";
176
+ readonly $fault: "client";
177
+ constructor(
178
+ opts: __ExceptionOptionType<
179
+ AuthorizationAlreadyExistsFault,
180
+ __BaseException
181
+ >
182
+ );
183
+ }
184
+ export declare class AuthorizationQuotaExceededFault extends __BaseException {
185
+ readonly name: "AuthorizationQuotaExceededFault";
186
+ readonly $fault: "client";
187
+ constructor(
188
+ opts: __ExceptionOptionType<
189
+ AuthorizationQuotaExceededFault,
190
+ __BaseException
191
+ >
192
+ );
193
+ }
194
+ export declare class DBSecurityGroupNotFoundFault extends __BaseException {
195
+ readonly name: "DBSecurityGroupNotFoundFault";
196
+ readonly $fault: "client";
197
+ constructor(
198
+ opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>
199
+ );
200
+ }
201
+ export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
202
+ readonly name: "InvalidDBSecurityGroupStateFault";
203
+ readonly $fault: "client";
204
+ constructor(
205
+ opts: __ExceptionOptionType<
206
+ InvalidDBSecurityGroupStateFault,
207
+ __BaseException
208
+ >
209
+ );
210
+ }
211
+ export declare class ExportTaskNotFoundFault extends __BaseException {
212
+ readonly name: "ExportTaskNotFoundFault";
213
+ readonly $fault: "client";
214
+ constructor(
215
+ opts: __ExceptionOptionType<ExportTaskNotFoundFault, __BaseException>
216
+ );
217
+ }
218
+ export declare class InvalidExportTaskStateFault extends __BaseException {
219
+ readonly name: "InvalidExportTaskStateFault";
220
+ readonly $fault: "client";
221
+ constructor(
222
+ opts: __ExceptionOptionType<InvalidExportTaskStateFault, __BaseException>
223
+ );
224
+ }
225
+ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
226
+ readonly name: "DBParameterGroupAlreadyExistsFault";
227
+ readonly $fault: "client";
228
+ constructor(
229
+ opts: __ExceptionOptionType<
230
+ DBParameterGroupAlreadyExistsFault,
231
+ __BaseException
232
+ >
233
+ );
234
+ }
235
+ export declare class DBParameterGroupNotFoundFault extends __BaseException {
236
+ readonly name: "DBParameterGroupNotFoundFault";
237
+ readonly $fault: "client";
238
+ constructor(
239
+ opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>
240
+ );
241
+ }
242
+ export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
243
+ readonly name: "DBParameterGroupQuotaExceededFault";
244
+ readonly $fault: "client";
245
+ constructor(
246
+ opts: __ExceptionOptionType<
247
+ DBParameterGroupQuotaExceededFault,
248
+ __BaseException
249
+ >
250
+ );
251
+ }
252
+ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
253
+ readonly name: "DBClusterSnapshotAlreadyExistsFault";
254
+ readonly $fault: "client";
255
+ constructor(
256
+ opts: __ExceptionOptionType<
257
+ DBClusterSnapshotAlreadyExistsFault,
258
+ __BaseException
259
+ >
260
+ );
261
+ }
262
+ export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
263
+ readonly name: "DBClusterSnapshotNotFoundFault";
264
+ readonly $fault: "client";
265
+ constructor(
266
+ opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>
267
+ );
268
+ }
269
+ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
270
+ readonly name: "InvalidDBClusterSnapshotStateFault";
271
+ readonly $fault: "client";
272
+ constructor(
273
+ opts: __ExceptionOptionType<
274
+ InvalidDBClusterSnapshotStateFault,
275
+ __BaseException
276
+ >
277
+ );
278
+ }
279
+ export declare class KMSKeyNotAccessibleFault extends __BaseException {
280
+ readonly name: "KMSKeyNotAccessibleFault";
281
+ readonly $fault: "client";
282
+ constructor(
283
+ opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
284
+ );
285
+ }
286
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
287
+ readonly name: "SnapshotQuotaExceededFault";
288
+ readonly $fault: "client";
289
+ constructor(
290
+ opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
291
+ );
292
+ }
293
+ export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException {
294
+ readonly name: "CustomAvailabilityZoneNotFoundFault";
295
+ readonly $fault: "client";
296
+ constructor(
297
+ opts: __ExceptionOptionType<
298
+ CustomAvailabilityZoneNotFoundFault,
299
+ __BaseException
300
+ >
301
+ );
302
+ }
303
+ export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
304
+ readonly name: "DBSnapshotAlreadyExistsFault";
305
+ readonly $fault: "client";
306
+ constructor(
307
+ opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>
308
+ );
309
+ }
310
+ export declare class InvalidDBSnapshotStateFault extends __BaseException {
311
+ readonly name: "InvalidDBSnapshotStateFault";
312
+ readonly $fault: "client";
313
+ constructor(
314
+ opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>
315
+ );
316
+ }
317
+ export declare class OptionGroupAlreadyExistsFault extends __BaseException {
318
+ readonly name: "OptionGroupAlreadyExistsFault";
319
+ readonly $fault: "client";
320
+ constructor(
321
+ opts: __ExceptionOptionType<OptionGroupAlreadyExistsFault, __BaseException>
322
+ );
323
+ }
324
+ export declare class OptionGroupNotFoundFault extends __BaseException {
325
+ readonly name: "OptionGroupNotFoundFault";
326
+ readonly $fault: "client";
327
+ constructor(
328
+ opts: __ExceptionOptionType<OptionGroupNotFoundFault, __BaseException>
329
+ );
330
+ }
331
+ export declare class OptionGroupQuotaExceededFault extends __BaseException {
332
+ readonly name: "OptionGroupQuotaExceededFault";
333
+ readonly $fault: "client";
334
+ constructor(
335
+ opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>
336
+ );
337
+ }
338
+ export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
339
+ readonly name: "BlueGreenDeploymentAlreadyExistsFault";
340
+ readonly $fault: "client";
341
+ constructor(
342
+ opts: __ExceptionOptionType<
343
+ BlueGreenDeploymentAlreadyExistsFault,
344
+ __BaseException
345
+ >
346
+ );
347
+ }
348
+ export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
349
+ readonly name: "DBClusterParameterGroupNotFoundFault";
350
+ readonly $fault: "client";
351
+ constructor(
352
+ opts: __ExceptionOptionType<
353
+ DBClusterParameterGroupNotFoundFault,
354
+ __BaseException
355
+ >
356
+ );
357
+ }
358
+ export declare class DBClusterQuotaExceededFault extends __BaseException {
359
+ readonly name: "DBClusterQuotaExceededFault";
360
+ readonly $fault: "client";
361
+ constructor(
362
+ opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
363
+ );
364
+ }
365
+ export declare class InstanceQuotaExceededFault extends __BaseException {
366
+ readonly name: "InstanceQuotaExceededFault";
367
+ readonly $fault: "client";
368
+ constructor(
369
+ opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
370
+ );
371
+ }
372
+ export declare class SourceClusterNotSupportedFault extends __BaseException {
373
+ readonly name: "SourceClusterNotSupportedFault";
374
+ readonly $fault: "client";
375
+ constructor(
376
+ opts: __ExceptionOptionType<SourceClusterNotSupportedFault, __BaseException>
377
+ );
378
+ }
379
+ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
380
+ readonly name: "SourceDatabaseNotSupportedFault";
381
+ readonly $fault: "client";
382
+ constructor(
383
+ opts: __ExceptionOptionType<
384
+ SourceDatabaseNotSupportedFault,
385
+ __BaseException
386
+ >
387
+ );
388
+ }
389
+ export declare class StorageQuotaExceededFault extends __BaseException {
390
+ readonly name: "StorageQuotaExceededFault";
391
+ readonly $fault: "client";
392
+ constructor(
393
+ opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
394
+ );
395
+ }
396
+ export declare class CreateCustomDBEngineVersionFault extends __BaseException {
397
+ readonly name: "CreateCustomDBEngineVersionFault";
398
+ readonly $fault: "client";
399
+ constructor(
400
+ opts: __ExceptionOptionType<
401
+ CreateCustomDBEngineVersionFault,
402
+ __BaseException
403
+ >
404
+ );
405
+ }
406
+ export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
407
+ readonly name: "CustomDBEngineVersionAlreadyExistsFault";
408
+ readonly $fault: "client";
409
+ constructor(
410
+ opts: __ExceptionOptionType<
411
+ CustomDBEngineVersionAlreadyExistsFault,
412
+ __BaseException
413
+ >
414
+ );
415
+ }
416
+ export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
417
+ readonly name: "CustomDBEngineVersionNotFoundFault";
418
+ readonly $fault: "client";
419
+ constructor(
420
+ opts: __ExceptionOptionType<
421
+ CustomDBEngineVersionNotFoundFault,
422
+ __BaseException
423
+ >
424
+ );
425
+ }
426
+ export declare class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
427
+ readonly name: "CustomDBEngineVersionQuotaExceededFault";
428
+ readonly $fault: "client";
429
+ constructor(
430
+ opts: __ExceptionOptionType<
431
+ CustomDBEngineVersionQuotaExceededFault,
432
+ __BaseException
433
+ >
434
+ );
435
+ }
436
+ export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException {
437
+ readonly name: "Ec2ImagePropertiesNotSupportedFault";
438
+ readonly $fault: "client";
439
+ constructor(
440
+ opts: __ExceptionOptionType<
441
+ Ec2ImagePropertiesNotSupportedFault,
442
+ __BaseException
443
+ >
444
+ );
445
+ }
446
+ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
447
+ readonly name: "InvalidCustomDBEngineVersionStateFault";
448
+ readonly $fault: "client";
449
+ constructor(
450
+ opts: __ExceptionOptionType<
451
+ InvalidCustomDBEngineVersionStateFault,
452
+ __BaseException
453
+ >
454
+ );
455
+ }
456
+ export declare class DBClusterAlreadyExistsFault extends __BaseException {
457
+ readonly name: "DBClusterAlreadyExistsFault";
458
+ readonly $fault: "client";
459
+ constructor(
460
+ opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
461
+ );
462
+ }
463
+ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
464
+ readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
465
+ readonly $fault: "client";
466
+ constructor(
467
+ opts: __ExceptionOptionType<
468
+ DBSubnetGroupDoesNotCoverEnoughAZs,
469
+ __BaseException
470
+ >
471
+ );
472
+ }
473
+ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
474
+ readonly name: "DBSubnetGroupNotFoundFault";
475
+ readonly $fault: "client";
476
+ constructor(
477
+ opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>
478
+ );
479
+ }
480
+ export declare class DomainNotFoundFault extends __BaseException {
481
+ readonly name: "DomainNotFoundFault";
482
+ readonly $fault: "client";
483
+ constructor(
484
+ opts: __ExceptionOptionType<DomainNotFoundFault, __BaseException>
485
+ );
486
+ }
487
+ export declare class GlobalClusterNotFoundFault extends __BaseException {
488
+ readonly name: "GlobalClusterNotFoundFault";
489
+ readonly $fault: "client";
490
+ constructor(
491
+ opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
492
+ );
493
+ }
494
+ export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
495
+ readonly name: "InsufficientDBInstanceCapacityFault";
496
+ readonly $fault: "client";
497
+ constructor(
498
+ opts: __ExceptionOptionType<
499
+ InsufficientDBInstanceCapacityFault,
500
+ __BaseException
501
+ >
502
+ );
503
+ }
504
+ export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
505
+ readonly name: "InsufficientStorageClusterCapacityFault";
506
+ readonly $fault: "client";
507
+ constructor(
508
+ opts: __ExceptionOptionType<
509
+ InsufficientStorageClusterCapacityFault,
510
+ __BaseException
511
+ >
512
+ );
513
+ }
514
+ export declare class InvalidDBSubnetGroupFault extends __BaseException {
515
+ readonly name: "InvalidDBSubnetGroupFault";
516
+ readonly $fault: "client";
517
+ constructor(
518
+ opts: __ExceptionOptionType<InvalidDBSubnetGroupFault, __BaseException>
519
+ );
520
+ }
521
+ export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
522
+ readonly name: "InvalidDBSubnetGroupStateFault";
523
+ readonly $fault: "client";
524
+ constructor(
525
+ opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>
526
+ );
527
+ }
528
+ export declare class InvalidGlobalClusterStateFault extends __BaseException {
529
+ readonly name: "InvalidGlobalClusterStateFault";
530
+ readonly $fault: "client";
531
+ constructor(
532
+ opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>
533
+ );
534
+ }
535
+ export declare class InvalidSubnet extends __BaseException {
536
+ readonly name: "InvalidSubnet";
537
+ readonly $fault: "client";
538
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
539
+ }
540
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
541
+ readonly name: "InvalidVPCNetworkStateFault";
542
+ readonly $fault: "client";
543
+ constructor(
544
+ opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
545
+ );
546
+ }
547
+ export declare class NetworkTypeNotSupported extends __BaseException {
548
+ readonly name: "NetworkTypeNotSupported";
549
+ readonly $fault: "client";
550
+ constructor(
551
+ opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>
552
+ );
553
+ }
554
+ export declare class StorageTypeNotSupportedFault extends __BaseException {
555
+ readonly name: "StorageTypeNotSupportedFault";
556
+ readonly $fault: "client";
557
+ constructor(
558
+ opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
559
+ );
560
+ }
561
+ export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException {
562
+ readonly name: "DBClusterEndpointAlreadyExistsFault";
563
+ readonly $fault: "client";
564
+ constructor(
565
+ opts: __ExceptionOptionType<
566
+ DBClusterEndpointAlreadyExistsFault,
567
+ __BaseException
568
+ >
569
+ );
570
+ }
571
+ export declare class DBClusterEndpointQuotaExceededFault extends __BaseException {
572
+ readonly name: "DBClusterEndpointQuotaExceededFault";
573
+ readonly $fault: "client";
574
+ constructor(
575
+ opts: __ExceptionOptionType<
576
+ DBClusterEndpointQuotaExceededFault,
577
+ __BaseException
578
+ >
579
+ );
580
+ }
581
+ export declare class AuthorizationNotFoundFault extends __BaseException {
582
+ readonly name: "AuthorizationNotFoundFault";
583
+ readonly $fault: "client";
584
+ constructor(
585
+ opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
586
+ );
587
+ }
588
+ export declare class BackupPolicyNotFoundFault extends __BaseException {
589
+ readonly name: "BackupPolicyNotFoundFault";
590
+ readonly $fault: "client";
591
+ constructor(
592
+ opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>
593
+ );
594
+ }
595
+ export declare class CertificateNotFoundFault extends __BaseException {
596
+ readonly name: "CertificateNotFoundFault";
597
+ readonly $fault: "client";
598
+ constructor(
599
+ opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
600
+ );
601
+ }
602
+ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
603
+ readonly name: "DBInstanceAlreadyExistsFault";
604
+ readonly $fault: "client";
605
+ constructor(
606
+ opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
607
+ );
608
+ }
609
+ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
610
+ readonly name: "ProvisionedIopsNotAvailableInAZFault";
611
+ readonly $fault: "client";
612
+ constructor(
613
+ opts: __ExceptionOptionType<
614
+ ProvisionedIopsNotAvailableInAZFault,
615
+ __BaseException
616
+ >
617
+ );
618
+ }
619
+ export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
620
+ readonly name: "TenantDatabaseQuotaExceededFault";
621
+ readonly $fault: "client";
622
+ constructor(
623
+ opts: __ExceptionOptionType<
624
+ TenantDatabaseQuotaExceededFault,
625
+ __BaseException
626
+ >
627
+ );
628
+ }
629
+ export declare class DBSubnetGroupNotAllowedFault extends __BaseException {
630
+ readonly name: "DBSubnetGroupNotAllowedFault";
631
+ readonly $fault: "client";
632
+ constructor(
633
+ opts: __ExceptionOptionType<DBSubnetGroupNotAllowedFault, __BaseException>
634
+ );
635
+ }
636
+ export declare class DBProxyAlreadyExistsFault extends __BaseException {
637
+ readonly name: "DBProxyAlreadyExistsFault";
638
+ readonly $fault: "client";
639
+ constructor(
640
+ opts: __ExceptionOptionType<DBProxyAlreadyExistsFault, __BaseException>
641
+ );
642
+ }
643
+ export declare class DBProxyQuotaExceededFault extends __BaseException {
644
+ readonly name: "DBProxyQuotaExceededFault";
645
+ readonly $fault: "client";
646
+ constructor(
647
+ opts: __ExceptionOptionType<DBProxyQuotaExceededFault, __BaseException>
648
+ );
649
+ }
650
+ export declare class DBProxyEndpointAlreadyExistsFault extends __BaseException {
651
+ readonly name: "DBProxyEndpointAlreadyExistsFault";
652
+ readonly $fault: "client";
653
+ constructor(
654
+ opts: __ExceptionOptionType<
655
+ DBProxyEndpointAlreadyExistsFault,
656
+ __BaseException
657
+ >
658
+ );
659
+ }
660
+ export declare class DBProxyEndpointQuotaExceededFault extends __BaseException {
661
+ readonly name: "DBProxyEndpointQuotaExceededFault";
662
+ readonly $fault: "client";
663
+ constructor(
664
+ opts: __ExceptionOptionType<
665
+ DBProxyEndpointQuotaExceededFault,
666
+ __BaseException
667
+ >
668
+ );
669
+ }
670
+ export declare class InvalidDBProxyStateFault extends __BaseException {
671
+ readonly name: "InvalidDBProxyStateFault";
672
+ readonly $fault: "client";
673
+ constructor(
674
+ opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>
675
+ );
676
+ }
677
+ export declare class DBSecurityGroupAlreadyExistsFault extends __BaseException {
678
+ readonly name: "DBSecurityGroupAlreadyExistsFault";
679
+ readonly $fault: "client";
680
+ constructor(
681
+ opts: __ExceptionOptionType<
682
+ DBSecurityGroupAlreadyExistsFault,
683
+ __BaseException
684
+ >
685
+ );
686
+ }
687
+ export declare class DBSecurityGroupNotSupportedFault extends __BaseException {
688
+ readonly name: "DBSecurityGroupNotSupportedFault";
689
+ readonly $fault: "client";
690
+ constructor(
691
+ opts: __ExceptionOptionType<
692
+ DBSecurityGroupNotSupportedFault,
693
+ __BaseException
694
+ >
695
+ );
696
+ }
697
+ export declare class DBSecurityGroupQuotaExceededFault extends __BaseException {
698
+ readonly name: "DBSecurityGroupQuotaExceededFault";
699
+ readonly $fault: "client";
700
+ constructor(
701
+ opts: __ExceptionOptionType<
702
+ DBSecurityGroupQuotaExceededFault,
703
+ __BaseException
704
+ >
705
+ );
706
+ }
707
+ export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
708
+ readonly name: "DBShardGroupAlreadyExistsFault";
709
+ readonly $fault: "client";
710
+ constructor(
711
+ opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>
712
+ );
713
+ }
714
+ export declare class MaxDBShardGroupLimitReached extends __BaseException {
715
+ readonly name: "MaxDBShardGroupLimitReached";
716
+ readonly $fault: "client";
717
+ constructor(
718
+ opts: __ExceptionOptionType<MaxDBShardGroupLimitReached, __BaseException>
719
+ );
720
+ }
721
+ export declare class UnsupportedDBEngineVersionFault extends __BaseException {
722
+ readonly name: "UnsupportedDBEngineVersionFault";
723
+ readonly $fault: "client";
724
+ constructor(
725
+ opts: __ExceptionOptionType<
726
+ UnsupportedDBEngineVersionFault,
727
+ __BaseException
728
+ >
729
+ );
730
+ }
731
+ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
732
+ readonly name: "DBSubnetGroupAlreadyExistsFault";
733
+ readonly $fault: "client";
734
+ constructor(
735
+ opts: __ExceptionOptionType<
736
+ DBSubnetGroupAlreadyExistsFault,
737
+ __BaseException
738
+ >
739
+ );
740
+ }
741
+ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
742
+ readonly name: "DBSubnetGroupQuotaExceededFault";
743
+ readonly $fault: "client";
744
+ constructor(
745
+ opts: __ExceptionOptionType<
746
+ DBSubnetGroupQuotaExceededFault,
747
+ __BaseException
748
+ >
749
+ );
750
+ }
751
+ export declare class DBSubnetQuotaExceededFault extends __BaseException {
752
+ readonly name: "DBSubnetQuotaExceededFault";
753
+ readonly $fault: "client";
754
+ constructor(
755
+ opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>
756
+ );
757
+ }
758
+ export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
759
+ readonly name: "EventSubscriptionQuotaExceededFault";
760
+ readonly $fault: "client";
761
+ constructor(
762
+ opts: __ExceptionOptionType<
763
+ EventSubscriptionQuotaExceededFault,
764
+ __BaseException
765
+ >
766
+ );
767
+ }
768
+ export declare class SNSInvalidTopicFault extends __BaseException {
769
+ readonly name: "SNSInvalidTopicFault";
770
+ readonly $fault: "client";
771
+ constructor(
772
+ opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
773
+ );
774
+ }
775
+ export declare class SNSNoAuthorizationFault extends __BaseException {
776
+ readonly name: "SNSNoAuthorizationFault";
777
+ readonly $fault: "client";
778
+ constructor(
779
+ opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
780
+ );
781
+ }
782
+ export declare class SNSTopicArnNotFoundFault extends __BaseException {
783
+ readonly name: "SNSTopicArnNotFoundFault";
784
+ readonly $fault: "client";
785
+ constructor(
786
+ opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>
787
+ );
788
+ }
789
+ export declare class SubscriptionAlreadyExistFault extends __BaseException {
790
+ readonly name: "SubscriptionAlreadyExistFault";
791
+ readonly $fault: "client";
792
+ constructor(
793
+ opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>
794
+ );
795
+ }
796
+ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
797
+ readonly name: "SubscriptionCategoryNotFoundFault";
798
+ readonly $fault: "client";
799
+ constructor(
800
+ opts: __ExceptionOptionType<
801
+ SubscriptionCategoryNotFoundFault,
802
+ __BaseException
803
+ >
804
+ );
805
+ }
806
+ export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
807
+ readonly name: "GlobalClusterAlreadyExistsFault";
808
+ readonly $fault: "client";
809
+ constructor(
810
+ opts: __ExceptionOptionType<
811
+ GlobalClusterAlreadyExistsFault,
812
+ __BaseException
813
+ >
814
+ );
815
+ }
816
+ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
817
+ readonly name: "GlobalClusterQuotaExceededFault";
818
+ readonly $fault: "client";
819
+ constructor(
820
+ opts: __ExceptionOptionType<
821
+ GlobalClusterQuotaExceededFault,
822
+ __BaseException
823
+ >
824
+ );
825
+ }
826
+ export declare class InvalidDBShardGroupStateFault extends __BaseException {
827
+ readonly name: "InvalidDBShardGroupStateFault";
828
+ readonly $fault: "client";
829
+ constructor(
830
+ opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>
831
+ );
832
+ }
833
+ export declare class IntegrationAlreadyExistsFault extends __BaseException {
834
+ readonly name: "IntegrationAlreadyExistsFault";
835
+ readonly $fault: "client";
836
+ constructor(
837
+ opts: __ExceptionOptionType<IntegrationAlreadyExistsFault, __BaseException>
838
+ );
839
+ }
840
+ export declare class IntegrationConflictOperationFault extends __BaseException {
841
+ readonly name: "IntegrationConflictOperationFault";
842
+ readonly $fault: "client";
843
+ constructor(
844
+ opts: __ExceptionOptionType<
845
+ IntegrationConflictOperationFault,
846
+ __BaseException
847
+ >
848
+ );
849
+ }
850
+ export declare class IntegrationQuotaExceededFault extends __BaseException {
851
+ readonly name: "IntegrationQuotaExceededFault";
852
+ readonly $fault: "client";
853
+ constructor(
854
+ opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>
855
+ );
856
+ }
857
+ export declare class TenantDatabaseAlreadyExistsFault extends __BaseException {
858
+ readonly name: "TenantDatabaseAlreadyExistsFault";
859
+ readonly $fault: "client";
860
+ constructor(
861
+ opts: __ExceptionOptionType<
862
+ TenantDatabaseAlreadyExistsFault,
863
+ __BaseException
864
+ >
865
+ );
866
+ }
867
+ export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException {
868
+ readonly name: "InvalidBlueGreenDeploymentStateFault";
869
+ readonly $fault: "client";
870
+ constructor(
871
+ opts: __ExceptionOptionType<
872
+ InvalidBlueGreenDeploymentStateFault,
873
+ __BaseException
874
+ >
875
+ );
876
+ }
877
+ export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
878
+ readonly name: "DBClusterAutomatedBackupQuotaExceededFault";
879
+ readonly $fault: "client";
880
+ constructor(
881
+ opts: __ExceptionOptionType<
882
+ DBClusterAutomatedBackupQuotaExceededFault,
883
+ __BaseException
884
+ >
885
+ );
886
+ }
887
+ export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
888
+ readonly name: "DBClusterAutomatedBackupNotFoundFault";
889
+ readonly $fault: "client";
890
+ constructor(
891
+ opts: __ExceptionOptionType<
892
+ DBClusterAutomatedBackupNotFoundFault,
893
+ __BaseException
894
+ >
895
+ );
896
+ }
897
+ export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
898
+ readonly name: "InvalidDBClusterAutomatedBackupStateFault";
899
+ readonly $fault: "client";
900
+ constructor(
901
+ opts: __ExceptionOptionType<
902
+ InvalidDBClusterAutomatedBackupStateFault,
903
+ __BaseException
904
+ >
905
+ );
906
+ }
907
+ export declare class DBClusterEndpointNotFoundFault extends __BaseException {
908
+ readonly name: "DBClusterEndpointNotFoundFault";
909
+ readonly $fault: "client";
910
+ constructor(
911
+ opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>
912
+ );
913
+ }
914
+ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
915
+ readonly name: "InvalidDBParameterGroupStateFault";
916
+ readonly $fault: "client";
917
+ constructor(
918
+ opts: __ExceptionOptionType<
919
+ InvalidDBParameterGroupStateFault,
920
+ __BaseException
921
+ >
922
+ );
923
+ }
924
+ export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
925
+ readonly name: "DBInstanceAutomatedBackupQuotaExceededFault";
926
+ readonly $fault: "client";
927
+ constructor(
928
+ opts: __ExceptionOptionType<
929
+ DBInstanceAutomatedBackupQuotaExceededFault,
930
+ __BaseException
931
+ >
932
+ );
933
+ }
934
+ export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
935
+ readonly name: "DBInstanceAutomatedBackupNotFoundFault";
936
+ readonly $fault: "client";
937
+ constructor(
938
+ opts: __ExceptionOptionType<
939
+ DBInstanceAutomatedBackupNotFoundFault,
940
+ __BaseException
941
+ >
942
+ );
943
+ }
944
+ export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
945
+ readonly name: "InvalidDBInstanceAutomatedBackupStateFault";
946
+ readonly $fault: "client";
947
+ constructor(
948
+ opts: __ExceptionOptionType<
949
+ InvalidDBInstanceAutomatedBackupStateFault,
950
+ __BaseException
951
+ >
952
+ );
953
+ }
954
+ export declare class InvalidDBProxyEndpointStateFault extends __BaseException {
955
+ readonly name: "InvalidDBProxyEndpointStateFault";
956
+ readonly $fault: "client";
957
+ constructor(
958
+ opts: __ExceptionOptionType<
959
+ InvalidDBProxyEndpointStateFault,
960
+ __BaseException
961
+ >
962
+ );
963
+ }
964
+ export declare class InvalidDBSubnetStateFault extends __BaseException {
965
+ readonly name: "InvalidDBSubnetStateFault";
966
+ readonly $fault: "client";
967
+ constructor(
968
+ opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>
969
+ );
970
+ }
971
+ export declare class InvalidEventSubscriptionStateFault extends __BaseException {
972
+ readonly name: "InvalidEventSubscriptionStateFault";
973
+ readonly $fault: "client";
974
+ constructor(
975
+ opts: __ExceptionOptionType<
976
+ InvalidEventSubscriptionStateFault,
977
+ __BaseException
978
+ >
979
+ );
980
+ }
981
+ export declare class InvalidIntegrationStateFault extends __BaseException {
982
+ readonly name: "InvalidIntegrationStateFault";
983
+ readonly $fault: "client";
984
+ constructor(
985
+ opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
986
+ );
987
+ }
988
+ export declare class InvalidOptionGroupStateFault extends __BaseException {
989
+ readonly name: "InvalidOptionGroupStateFault";
990
+ readonly $fault: "client";
991
+ constructor(
992
+ opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>
993
+ );
994
+ }
995
+ export declare class DBProxyTargetNotFoundFault extends __BaseException {
996
+ readonly name: "DBProxyTargetNotFoundFault";
997
+ readonly $fault: "client";
998
+ constructor(
999
+ opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>
1000
+ );
1001
+ }
1002
+ export declare class DBClusterBacktrackNotFoundFault extends __BaseException {
1003
+ readonly name: "DBClusterBacktrackNotFoundFault";
1004
+ readonly $fault: "client";
1005
+ constructor(
1006
+ opts: __ExceptionOptionType<
1007
+ DBClusterBacktrackNotFoundFault,
1008
+ __BaseException
1009
+ >
1010
+ );
1011
+ }
1012
+ export declare class DBInstanceNotReadyFault extends __BaseException {
1013
+ readonly name: "DBInstanceNotReadyFault";
1014
+ readonly $fault: "client";
1015
+ constructor(
1016
+ opts: __ExceptionOptionType<DBInstanceNotReadyFault, __BaseException>
1017
+ );
1018
+ }
1019
+ export declare class ReservedDBInstanceNotFoundFault extends __BaseException {
1020
+ readonly name: "ReservedDBInstanceNotFoundFault";
1021
+ readonly $fault: "client";
1022
+ constructor(
1023
+ opts: __ExceptionOptionType<
1024
+ ReservedDBInstanceNotFoundFault,
1025
+ __BaseException
1026
+ >
1027
+ );
1028
+ }
1029
+ export declare class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
1030
+ readonly name: "ReservedDBInstancesOfferingNotFoundFault";
1031
+ readonly $fault: "client";
1032
+ constructor(
1033
+ opts: __ExceptionOptionType<
1034
+ ReservedDBInstancesOfferingNotFoundFault,
1035
+ __BaseException
1036
+ >
1037
+ );
1038
+ }
1039
+ export declare class InvalidResourceStateFault extends __BaseException {
1040
+ readonly name: "InvalidResourceStateFault";
1041
+ readonly $fault: "client";
1042
+ constructor(
1043
+ opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>
1044
+ );
1045
+ }
1046
+ export declare class DBLogFileNotFoundFault extends __BaseException {
1047
+ readonly name: "DBLogFileNotFoundFault";
1048
+ readonly $fault: "client";
1049
+ constructor(
1050
+ opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>
1051
+ );
1052
+ }
1053
+ export declare class InvalidDBClusterCapacityFault extends __BaseException {
1054
+ readonly name: "InvalidDBClusterCapacityFault";
1055
+ readonly $fault: "client";
1056
+ constructor(
1057
+ opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>
1058
+ );
1059
+ }
1060
+ export declare class StorageTypeNotAvailableFault extends __BaseException {
1061
+ readonly name: "StorageTypeNotAvailableFault";
1062
+ readonly $fault: "client";
1063
+ constructor(
1064
+ opts: __ExceptionOptionType<StorageTypeNotAvailableFault, __BaseException>
1065
+ );
1066
+ }
1067
+ export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
1068
+ readonly name: "SharedSnapshotQuotaExceededFault";
1069
+ readonly $fault: "client";
1070
+ constructor(
1071
+ opts: __ExceptionOptionType<
1072
+ SharedSnapshotQuotaExceededFault,
1073
+ __BaseException
1074
+ >
1075
+ );
1076
+ }
1077
+ export declare class DBUpgradeDependencyFailureFault extends __BaseException {
1078
+ readonly name: "DBUpgradeDependencyFailureFault";
1079
+ readonly $fault: "client";
1080
+ constructor(
1081
+ opts: __ExceptionOptionType<
1082
+ DBUpgradeDependencyFailureFault,
1083
+ __BaseException
1084
+ >
1085
+ );
1086
+ }
1087
+ export declare class SubnetAlreadyInUse extends __BaseException {
1088
+ readonly name: "SubnetAlreadyInUse";
1089
+ readonly $fault: "client";
1090
+ constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
1091
+ }
1092
+ export declare class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
1093
+ readonly name: "ReservedDBInstanceAlreadyExistsFault";
1094
+ readonly $fault: "client";
1095
+ constructor(
1096
+ opts: __ExceptionOptionType<
1097
+ ReservedDBInstanceAlreadyExistsFault,
1098
+ __BaseException
1099
+ >
1100
+ );
1101
+ }
1102
+ export declare class ReservedDBInstanceQuotaExceededFault extends __BaseException {
1103
+ readonly name: "ReservedDBInstanceQuotaExceededFault";
1104
+ readonly $fault: "client";
1105
+ constructor(
1106
+ opts: __ExceptionOptionType<
1107
+ ReservedDBInstanceQuotaExceededFault,
1108
+ __BaseException
1109
+ >
1110
+ );
1111
+ }
1112
+ export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
1113
+ readonly name: "DBProxyTargetAlreadyRegisteredFault";
1114
+ readonly $fault: "client";
1115
+ constructor(
1116
+ opts: __ExceptionOptionType<
1117
+ DBProxyTargetAlreadyRegisteredFault,
1118
+ __BaseException
1119
+ >
1120
+ );
1121
+ }
1122
+ export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException {
1123
+ readonly name: "InsufficientAvailableIPsInSubnetFault";
1124
+ readonly $fault: "client";
1125
+ constructor(
1126
+ opts: __ExceptionOptionType<
1127
+ InsufficientAvailableIPsInSubnetFault,
1128
+ __BaseException
1129
+ >
1130
+ );
1131
+ }
1132
+ export declare class DBClusterRoleNotFoundFault extends __BaseException {
1133
+ readonly name: "DBClusterRoleNotFoundFault";
1134
+ readonly $fault: "client";
1135
+ constructor(
1136
+ opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>
1137
+ );
1138
+ }
1139
+ export declare class DBInstanceRoleNotFoundFault extends __BaseException {
1140
+ readonly name: "DBInstanceRoleNotFoundFault";
1141
+ readonly $fault: "client";
1142
+ constructor(
1143
+ opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>
1144
+ );
1145
+ }
1146
+ export declare class InvalidS3BucketFault extends __BaseException {
1147
+ readonly name: "InvalidS3BucketFault";
1148
+ readonly $fault: "client";
1149
+ constructor(
1150
+ opts: __ExceptionOptionType<InvalidS3BucketFault, __BaseException>
1151
+ );
1152
+ }
1153
+ export declare class InsufficientDBClusterCapacityFault extends __BaseException {
1154
+ readonly name: "InsufficientDBClusterCapacityFault";
1155
+ readonly $fault: "client";
1156
+ constructor(
1157
+ opts: __ExceptionOptionType<
1158
+ InsufficientDBClusterCapacityFault,
1159
+ __BaseException
1160
+ >
1161
+ );
1162
+ }
1163
+ export declare class InvalidRestoreFault extends __BaseException {
1164
+ readonly name: "InvalidRestoreFault";
1165
+ readonly $fault: "client";
1166
+ constructor(
1167
+ opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
1168
+ );
1169
+ }
1170
+ export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
1171
+ readonly name: "PointInTimeRestoreNotEnabledFault";
1172
+ readonly $fault: "client";
1173
+ constructor(
1174
+ opts: __ExceptionOptionType<
1175
+ PointInTimeRestoreNotEnabledFault,
1176
+ __BaseException
1177
+ >
1178
+ );
1179
+ }
1180
+ export declare class ExportTaskAlreadyExistsFault extends __BaseException {
1181
+ readonly name: "ExportTaskAlreadyExistsFault";
1182
+ readonly $fault: "client";
1183
+ constructor(
1184
+ opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>
1185
+ );
1186
+ }
1187
+ export declare class IamRoleMissingPermissionsFault extends __BaseException {
1188
+ readonly name: "IamRoleMissingPermissionsFault";
1189
+ readonly $fault: "client";
1190
+ constructor(
1191
+ opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>
1192
+ );
1193
+ }
1194
+ export declare class IamRoleNotFoundFault extends __BaseException {
1195
+ readonly name: "IamRoleNotFoundFault";
1196
+ readonly $fault: "client";
1197
+ constructor(
1198
+ opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>
1199
+ );
1200
+ }
1201
+ export declare class InvalidExportOnlyFault extends __BaseException {
1202
+ readonly name: "InvalidExportOnlyFault";
1203
+ readonly $fault: "client";
1204
+ constructor(
1205
+ opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>
1206
+ );
1207
+ }
1208
+ export declare class InvalidExportSourceStateFault extends __BaseException {
1209
+ readonly name: "InvalidExportSourceStateFault";
1210
+ readonly $fault: "client";
1211
+ constructor(
1212
+ opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>
1213
+ );
1214
+ }