@aws-sdk/client-docdb 3.183.0 → 3.186.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 (81) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_query.js +2 -2
  3. package/dist-es/DocDB.js +221 -214
  4. package/dist-es/DocDBClient.js +28 -22
  5. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +28 -21
  6. package/dist-es/commands/AddTagsToResourceCommand.js +29 -22
  7. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +28 -21
  8. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +28 -21
  9. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +28 -21
  10. package/dist-es/commands/CreateDBClusterCommand.js +28 -21
  11. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +28 -21
  12. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +28 -21
  13. package/dist-es/commands/CreateDBInstanceCommand.js +28 -21
  14. package/dist-es/commands/CreateDBSubnetGroupCommand.js +28 -21
  15. package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
  16. package/dist-es/commands/CreateGlobalClusterCommand.js +28 -21
  17. package/dist-es/commands/DeleteDBClusterCommand.js +28 -21
  18. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +29 -22
  19. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +28 -21
  20. package/dist-es/commands/DeleteDBInstanceCommand.js +28 -21
  21. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +29 -22
  22. package/dist-es/commands/DeleteEventSubscriptionCommand.js +28 -21
  23. package/dist-es/commands/DeleteGlobalClusterCommand.js +28 -21
  24. package/dist-es/commands/DescribeCertificatesCommand.js +28 -21
  25. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +28 -21
  26. package/dist-es/commands/DescribeDBClusterParametersCommand.js +28 -21
  27. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +28 -21
  28. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +28 -21
  29. package/dist-es/commands/DescribeDBClustersCommand.js +28 -21
  30. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +28 -21
  31. package/dist-es/commands/DescribeDBInstancesCommand.js +28 -21
  32. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +28 -21
  33. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +28 -21
  34. package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
  35. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
  36. package/dist-es/commands/DescribeEventsCommand.js +28 -21
  37. package/dist-es/commands/DescribeGlobalClustersCommand.js +28 -21
  38. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +28 -21
  39. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +28 -21
  40. package/dist-es/commands/FailoverDBClusterCommand.js +28 -21
  41. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  42. package/dist-es/commands/ModifyDBClusterCommand.js +28 -21
  43. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +28 -21
  44. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +28 -21
  45. package/dist-es/commands/ModifyDBInstanceCommand.js +28 -21
  46. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +28 -21
  47. package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
  48. package/dist-es/commands/ModifyGlobalClusterCommand.js +28 -21
  49. package/dist-es/commands/RebootDBInstanceCommand.js +28 -21
  50. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +28 -21
  51. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +28 -21
  52. package/dist-es/commands/RemoveTagsFromResourceCommand.js +29 -22
  53. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +28 -21
  54. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +28 -21
  55. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +28 -21
  56. package/dist-es/commands/StartDBClusterCommand.js +28 -21
  57. package/dist-es/commands/StopDBClusterCommand.js +28 -21
  58. package/dist-es/endpoints.js +8 -8
  59. package/dist-es/models/DocDBServiceException.js +10 -5
  60. package/dist-es/models/models_0.js +818 -1083
  61. package/dist-es/pagination/DescribeCertificatesPaginator.js +68 -25
  62. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +68 -25
  63. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +68 -25
  64. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +68 -25
  65. package/dist-es/pagination/DescribeDBClustersPaginator.js +68 -25
  66. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +68 -25
  67. package/dist-es/pagination/DescribeDBInstancesPaginator.js +68 -25
  68. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +68 -25
  69. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
  70. package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
  71. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +68 -25
  72. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +68 -25
  73. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +68 -25
  74. package/dist-es/protocols/Aws_query.js +5264 -4058
  75. package/dist-es/runtimeConfig.browser.js +12 -26
  76. package/dist-es/runtimeConfig.js +12 -30
  77. package/dist-es/runtimeConfig.native.js +5 -8
  78. package/dist-es/runtimeConfig.shared.js +11 -8
  79. package/dist-es/waiters/waitForDBInstanceAvailable.js +187 -106
  80. package/dist-es/waiters/waitForDBInstanceDeleted.js +165 -94
  81. package/package.json +35 -35
@@ -1,1084 +1,819 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
2
- export class SourceNotFoundFault extends __BaseException {
3
- constructor(opts) {
4
- super({
5
- name: "SourceNotFoundFault",
6
- $fault: "client",
7
- ...opts,
8
- });
9
- this.name = "SourceNotFoundFault";
10
- this.$fault = "client";
11
- Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
12
- }
13
- }
14
- export class SubscriptionNotFoundFault extends __BaseException {
15
- constructor(opts) {
16
- super({
17
- name: "SubscriptionNotFoundFault",
18
- $fault: "client",
19
- ...opts,
20
- });
21
- this.name = "SubscriptionNotFoundFault";
22
- this.$fault = "client";
23
- Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
24
- }
25
- }
26
- export class DBClusterNotFoundFault extends __BaseException {
27
- constructor(opts) {
28
- super({
29
- name: "DBClusterNotFoundFault",
30
- $fault: "client",
31
- ...opts,
32
- });
33
- this.name = "DBClusterNotFoundFault";
34
- this.$fault = "client";
35
- Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
36
- }
37
- }
38
- export class DBInstanceNotFoundFault extends __BaseException {
39
- constructor(opts) {
40
- super({
41
- name: "DBInstanceNotFoundFault",
42
- $fault: "client",
43
- ...opts,
44
- });
45
- this.name = "DBInstanceNotFoundFault";
46
- this.$fault = "client";
47
- Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
48
- }
49
- }
50
- export class DBSnapshotNotFoundFault extends __BaseException {
51
- constructor(opts) {
52
- super({
53
- name: "DBSnapshotNotFoundFault",
54
- $fault: "client",
55
- ...opts,
56
- });
57
- this.name = "DBSnapshotNotFoundFault";
58
- this.$fault = "client";
59
- Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
60
- }
61
- }
62
- export class InvalidDBClusterStateFault extends __BaseException {
63
- constructor(opts) {
64
- super({
65
- name: "InvalidDBClusterStateFault",
66
- $fault: "client",
67
- ...opts,
68
- });
69
- this.name = "InvalidDBClusterStateFault";
70
- this.$fault = "client";
71
- Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
72
- }
73
- }
74
- export class InvalidDBInstanceStateFault extends __BaseException {
75
- constructor(opts) {
76
- super({
77
- name: "InvalidDBInstanceStateFault",
78
- $fault: "client",
79
- ...opts,
80
- });
81
- this.name = "InvalidDBInstanceStateFault";
82
- this.$fault = "client";
83
- Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
84
- }
85
- }
86
- export class ResourceNotFoundFault extends __BaseException {
87
- constructor(opts) {
88
- super({
89
- name: "ResourceNotFoundFault",
90
- $fault: "client",
91
- ...opts,
92
- });
93
- this.name = "ResourceNotFoundFault";
94
- this.$fault = "client";
95
- Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
96
- }
97
- }
98
- export class DBParameterGroupAlreadyExistsFault extends __BaseException {
99
- constructor(opts) {
100
- super({
101
- name: "DBParameterGroupAlreadyExistsFault",
102
- $fault: "client",
103
- ...opts,
104
- });
105
- this.name = "DBParameterGroupAlreadyExistsFault";
106
- this.$fault = "client";
107
- Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
108
- }
109
- }
110
- export class DBParameterGroupNotFoundFault extends __BaseException {
111
- constructor(opts) {
112
- super({
113
- name: "DBParameterGroupNotFoundFault",
114
- $fault: "client",
115
- ...opts,
116
- });
117
- this.name = "DBParameterGroupNotFoundFault";
118
- this.$fault = "client";
119
- Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
120
- }
121
- }
122
- export class DBParameterGroupQuotaExceededFault extends __BaseException {
123
- constructor(opts) {
124
- super({
125
- name: "DBParameterGroupQuotaExceededFault",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- this.name = "DBParameterGroupQuotaExceededFault";
130
- this.$fault = "client";
131
- Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
132
- }
133
- }
134
- export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
135
- constructor(opts) {
136
- super({
137
- name: "DBClusterSnapshotAlreadyExistsFault",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- this.name = "DBClusterSnapshotAlreadyExistsFault";
142
- this.$fault = "client";
143
- Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
144
- }
145
- }
146
- export class DBClusterSnapshotNotFoundFault extends __BaseException {
147
- constructor(opts) {
148
- super({
149
- name: "DBClusterSnapshotNotFoundFault",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- this.name = "DBClusterSnapshotNotFoundFault";
154
- this.$fault = "client";
155
- Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
156
- }
157
- }
158
- export class InvalidDBClusterSnapshotStateFault extends __BaseException {
159
- constructor(opts) {
160
- super({
161
- name: "InvalidDBClusterSnapshotStateFault",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- this.name = "InvalidDBClusterSnapshotStateFault";
166
- this.$fault = "client";
167
- Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
168
- }
169
- }
170
- export class KMSKeyNotAccessibleFault extends __BaseException {
171
- constructor(opts) {
172
- super({
173
- name: "KMSKeyNotAccessibleFault",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- this.name = "KMSKeyNotAccessibleFault";
178
- this.$fault = "client";
179
- Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
180
- }
181
- }
182
- export class SnapshotQuotaExceededFault extends __BaseException {
183
- constructor(opts) {
184
- super({
185
- name: "SnapshotQuotaExceededFault",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- this.name = "SnapshotQuotaExceededFault";
190
- this.$fault = "client";
191
- Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
192
- }
193
- }
194
- export class DBClusterAlreadyExistsFault extends __BaseException {
195
- constructor(opts) {
196
- super({
197
- name: "DBClusterAlreadyExistsFault",
198
- $fault: "client",
199
- ...opts,
200
- });
201
- this.name = "DBClusterAlreadyExistsFault";
202
- this.$fault = "client";
203
- Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
204
- }
205
- }
206
- export class DBClusterParameterGroupNotFoundFault extends __BaseException {
207
- constructor(opts) {
208
- super({
209
- name: "DBClusterParameterGroupNotFoundFault",
210
- $fault: "client",
211
- ...opts,
212
- });
213
- this.name = "DBClusterParameterGroupNotFoundFault";
214
- this.$fault = "client";
215
- Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
216
- }
217
- }
218
- export class DBClusterQuotaExceededFault extends __BaseException {
219
- constructor(opts) {
220
- super({
221
- name: "DBClusterQuotaExceededFault",
222
- $fault: "client",
223
- ...opts,
224
- });
225
- this.name = "DBClusterQuotaExceededFault";
226
- this.$fault = "client";
227
- Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
228
- }
229
- }
230
- export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
231
- constructor(opts) {
232
- super({
233
- name: "DBSubnetGroupDoesNotCoverEnoughAZs",
234
- $fault: "client",
235
- ...opts,
236
- });
237
- this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
238
- this.$fault = "client";
239
- Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
240
- }
241
- }
242
- export class DBSubnetGroupNotFoundFault extends __BaseException {
243
- constructor(opts) {
244
- super({
245
- name: "DBSubnetGroupNotFoundFault",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- this.name = "DBSubnetGroupNotFoundFault";
250
- this.$fault = "client";
251
- Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
252
- }
253
- }
254
- export class GlobalClusterNotFoundFault extends __BaseException {
255
- constructor(opts) {
256
- super({
257
- name: "GlobalClusterNotFoundFault",
258
- $fault: "client",
259
- ...opts,
260
- });
261
- this.name = "GlobalClusterNotFoundFault";
262
- this.$fault = "client";
263
- Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
264
- }
265
- }
266
- export class InsufficientStorageClusterCapacityFault extends __BaseException {
267
- constructor(opts) {
268
- super({
269
- name: "InsufficientStorageClusterCapacityFault",
270
- $fault: "client",
271
- ...opts,
272
- });
273
- this.name = "InsufficientStorageClusterCapacityFault";
274
- this.$fault = "client";
275
- Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
276
- }
277
- }
278
- export class InvalidDBSubnetGroupStateFault extends __BaseException {
279
- constructor(opts) {
280
- super({
281
- name: "InvalidDBSubnetGroupStateFault",
282
- $fault: "client",
283
- ...opts,
284
- });
285
- this.name = "InvalidDBSubnetGroupStateFault";
286
- this.$fault = "client";
287
- Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
288
- }
289
- }
290
- export class InvalidGlobalClusterStateFault extends __BaseException {
291
- constructor(opts) {
292
- super({
293
- name: "InvalidGlobalClusterStateFault",
294
- $fault: "client",
295
- ...opts,
296
- });
297
- this.name = "InvalidGlobalClusterStateFault";
298
- this.$fault = "client";
299
- Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
300
- }
301
- }
302
- export class InvalidSubnet extends __BaseException {
303
- constructor(opts) {
304
- super({
305
- name: "InvalidSubnet",
306
- $fault: "client",
307
- ...opts,
308
- });
309
- this.name = "InvalidSubnet";
310
- this.$fault = "client";
311
- Object.setPrototypeOf(this, InvalidSubnet.prototype);
312
- }
313
- }
314
- export class InvalidVPCNetworkStateFault extends __BaseException {
315
- constructor(opts) {
316
- super({
317
- name: "InvalidVPCNetworkStateFault",
318
- $fault: "client",
319
- ...opts,
320
- });
321
- this.name = "InvalidVPCNetworkStateFault";
322
- this.$fault = "client";
323
- Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
324
- }
325
- }
326
- export class StorageQuotaExceededFault extends __BaseException {
327
- constructor(opts) {
328
- super({
329
- name: "StorageQuotaExceededFault",
330
- $fault: "client",
331
- ...opts,
332
- });
333
- this.name = "StorageQuotaExceededFault";
334
- this.$fault = "client";
335
- Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
336
- }
337
- }
338
- export class AuthorizationNotFoundFault extends __BaseException {
339
- constructor(opts) {
340
- super({
341
- name: "AuthorizationNotFoundFault",
342
- $fault: "client",
343
- ...opts,
344
- });
345
- this.name = "AuthorizationNotFoundFault";
346
- this.$fault = "client";
347
- Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
348
- }
349
- }
350
- export class DBInstanceAlreadyExistsFault extends __BaseException {
351
- constructor(opts) {
352
- super({
353
- name: "DBInstanceAlreadyExistsFault",
354
- $fault: "client",
355
- ...opts,
356
- });
357
- this.name = "DBInstanceAlreadyExistsFault";
358
- this.$fault = "client";
359
- Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
360
- }
361
- }
362
- export class DBSecurityGroupNotFoundFault extends __BaseException {
363
- constructor(opts) {
364
- super({
365
- name: "DBSecurityGroupNotFoundFault",
366
- $fault: "client",
367
- ...opts,
368
- });
369
- this.name = "DBSecurityGroupNotFoundFault";
370
- this.$fault = "client";
371
- Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
372
- }
373
- }
374
- export class InstanceQuotaExceededFault extends __BaseException {
375
- constructor(opts) {
376
- super({
377
- name: "InstanceQuotaExceededFault",
378
- $fault: "client",
379
- ...opts,
380
- });
381
- this.name = "InstanceQuotaExceededFault";
382
- this.$fault = "client";
383
- Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
384
- }
385
- }
386
- export class InsufficientDBInstanceCapacityFault extends __BaseException {
387
- constructor(opts) {
388
- super({
389
- name: "InsufficientDBInstanceCapacityFault",
390
- $fault: "client",
391
- ...opts,
392
- });
393
- this.name = "InsufficientDBInstanceCapacityFault";
394
- this.$fault = "client";
395
- Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
396
- }
397
- }
398
- export class StorageTypeNotSupportedFault extends __BaseException {
399
- constructor(opts) {
400
- super({
401
- name: "StorageTypeNotSupportedFault",
402
- $fault: "client",
403
- ...opts,
404
- });
405
- this.name = "StorageTypeNotSupportedFault";
406
- this.$fault = "client";
407
- Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
408
- }
409
- }
410
- export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
411
- constructor(opts) {
412
- super({
413
- name: "DBSubnetGroupAlreadyExistsFault",
414
- $fault: "client",
415
- ...opts,
416
- });
417
- this.name = "DBSubnetGroupAlreadyExistsFault";
418
- this.$fault = "client";
419
- Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
420
- }
421
- }
422
- export class DBSubnetGroupQuotaExceededFault extends __BaseException {
423
- constructor(opts) {
424
- super({
425
- name: "DBSubnetGroupQuotaExceededFault",
426
- $fault: "client",
427
- ...opts,
428
- });
429
- this.name = "DBSubnetGroupQuotaExceededFault";
430
- this.$fault = "client";
431
- Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
432
- }
433
- }
434
- export class DBSubnetQuotaExceededFault extends __BaseException {
435
- constructor(opts) {
436
- super({
437
- name: "DBSubnetQuotaExceededFault",
438
- $fault: "client",
439
- ...opts,
440
- });
441
- this.name = "DBSubnetQuotaExceededFault";
442
- this.$fault = "client";
443
- Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
444
- }
445
- }
446
- export class EventSubscriptionQuotaExceededFault extends __BaseException {
447
- constructor(opts) {
448
- super({
449
- name: "EventSubscriptionQuotaExceededFault",
450
- $fault: "client",
451
- ...opts,
452
- });
453
- this.name = "EventSubscriptionQuotaExceededFault";
454
- this.$fault = "client";
455
- Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
456
- }
457
- }
458
- export class SNSInvalidTopicFault extends __BaseException {
459
- constructor(opts) {
460
- super({
461
- name: "SNSInvalidTopicFault",
462
- $fault: "client",
463
- ...opts,
464
- });
465
- this.name = "SNSInvalidTopicFault";
466
- this.$fault = "client";
467
- Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
468
- }
469
- }
470
- export class SNSNoAuthorizationFault extends __BaseException {
471
- constructor(opts) {
472
- super({
473
- name: "SNSNoAuthorizationFault",
474
- $fault: "client",
475
- ...opts,
476
- });
477
- this.name = "SNSNoAuthorizationFault";
478
- this.$fault = "client";
479
- Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
480
- }
481
- }
482
- export class SNSTopicArnNotFoundFault extends __BaseException {
483
- constructor(opts) {
484
- super({
485
- name: "SNSTopicArnNotFoundFault",
486
- $fault: "client",
487
- ...opts,
488
- });
489
- this.name = "SNSTopicArnNotFoundFault";
490
- this.$fault = "client";
491
- Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
492
- }
493
- }
494
- export class SubscriptionAlreadyExistFault extends __BaseException {
495
- constructor(opts) {
496
- super({
497
- name: "SubscriptionAlreadyExistFault",
498
- $fault: "client",
499
- ...opts,
500
- });
501
- this.name = "SubscriptionAlreadyExistFault";
502
- this.$fault = "client";
503
- Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
504
- }
505
- }
506
- export class SubscriptionCategoryNotFoundFault extends __BaseException {
507
- constructor(opts) {
508
- super({
509
- name: "SubscriptionCategoryNotFoundFault",
510
- $fault: "client",
511
- ...opts,
512
- });
513
- this.name = "SubscriptionCategoryNotFoundFault";
514
- this.$fault = "client";
515
- Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
516
- }
517
- }
518
- export class GlobalClusterAlreadyExistsFault extends __BaseException {
519
- constructor(opts) {
520
- super({
521
- name: "GlobalClusterAlreadyExistsFault",
522
- $fault: "client",
523
- ...opts,
524
- });
525
- this.name = "GlobalClusterAlreadyExistsFault";
526
- this.$fault = "client";
527
- Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
528
- }
529
- }
530
- export class GlobalClusterQuotaExceededFault extends __BaseException {
531
- constructor(opts) {
532
- super({
533
- name: "GlobalClusterQuotaExceededFault",
534
- $fault: "client",
535
- ...opts,
536
- });
537
- this.name = "GlobalClusterQuotaExceededFault";
538
- this.$fault = "client";
539
- Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
540
- }
541
- }
542
- export class InvalidDBParameterGroupStateFault extends __BaseException {
543
- constructor(opts) {
544
- super({
545
- name: "InvalidDBParameterGroupStateFault",
546
- $fault: "client",
547
- ...opts,
548
- });
549
- this.name = "InvalidDBParameterGroupStateFault";
550
- this.$fault = "client";
551
- Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
552
- }
553
- }
554
- export class DBSnapshotAlreadyExistsFault extends __BaseException {
555
- constructor(opts) {
556
- super({
557
- name: "DBSnapshotAlreadyExistsFault",
558
- $fault: "client",
559
- ...opts,
560
- });
561
- this.name = "DBSnapshotAlreadyExistsFault";
562
- this.$fault = "client";
563
- Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
564
- }
565
- }
566
- export class InvalidDBSubnetStateFault extends __BaseException {
567
- constructor(opts) {
568
- super({
569
- name: "InvalidDBSubnetStateFault",
570
- $fault: "client",
571
- ...opts,
572
- });
573
- this.name = "InvalidDBSubnetStateFault";
574
- this.$fault = "client";
575
- Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
576
- }
577
- }
578
- export class InvalidEventSubscriptionStateFault extends __BaseException {
579
- constructor(opts) {
580
- super({
581
- name: "InvalidEventSubscriptionStateFault",
582
- $fault: "client",
583
- ...opts,
584
- });
585
- this.name = "InvalidEventSubscriptionStateFault";
586
- this.$fault = "client";
587
- Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
588
- }
589
- }
590
- export class CertificateNotFoundFault extends __BaseException {
591
- constructor(opts) {
592
- super({
593
- name: "CertificateNotFoundFault",
594
- $fault: "client",
595
- ...opts,
596
- });
597
- this.name = "CertificateNotFoundFault";
598
- this.$fault = "client";
599
- Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
600
- }
601
- }
602
- export class InvalidDBSecurityGroupStateFault extends __BaseException {
603
- constructor(opts) {
604
- super({
605
- name: "InvalidDBSecurityGroupStateFault",
606
- $fault: "client",
607
- ...opts,
608
- });
609
- this.name = "InvalidDBSecurityGroupStateFault";
610
- this.$fault = "client";
611
- Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
612
- }
613
- }
614
- export class SharedSnapshotQuotaExceededFault extends __BaseException {
615
- constructor(opts) {
616
- super({
617
- name: "SharedSnapshotQuotaExceededFault",
618
- $fault: "client",
619
- ...opts,
620
- });
621
- this.name = "SharedSnapshotQuotaExceededFault";
622
- this.$fault = "client";
623
- Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
624
- }
625
- }
626
- export class DBUpgradeDependencyFailureFault extends __BaseException {
627
- constructor(opts) {
628
- super({
629
- name: "DBUpgradeDependencyFailureFault",
630
- $fault: "client",
631
- ...opts,
632
- });
633
- this.name = "DBUpgradeDependencyFailureFault";
634
- this.$fault = "client";
635
- Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
636
- }
637
- }
638
- export class SubnetAlreadyInUse extends __BaseException {
639
- constructor(opts) {
640
- super({
641
- name: "SubnetAlreadyInUse",
642
- $fault: "client",
643
- ...opts,
644
- });
645
- this.name = "SubnetAlreadyInUse";
646
- this.$fault = "client";
647
- Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
648
- }
649
- }
650
- export class InsufficientDBClusterCapacityFault extends __BaseException {
651
- constructor(opts) {
652
- super({
653
- name: "InsufficientDBClusterCapacityFault",
654
- $fault: "client",
655
- ...opts,
656
- });
657
- this.name = "InsufficientDBClusterCapacityFault";
658
- this.$fault = "client";
659
- Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
660
- }
661
- }
662
- export class InvalidDBSnapshotStateFault extends __BaseException {
663
- constructor(opts) {
664
- super({
665
- name: "InvalidDBSnapshotStateFault",
666
- $fault: "client",
667
- ...opts,
668
- });
669
- this.name = "InvalidDBSnapshotStateFault";
670
- this.$fault = "client";
671
- Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
672
- }
673
- }
674
- export class InvalidRestoreFault extends __BaseException {
675
- constructor(opts) {
676
- super({
677
- name: "InvalidRestoreFault",
678
- $fault: "client",
679
- ...opts,
680
- });
681
- this.name = "InvalidRestoreFault";
682
- this.$fault = "client";
683
- Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
684
- }
685
- }
686
- export const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog = (obj) => ({
687
- ...obj,
688
- });
689
- export const EventSubscriptionFilterSensitiveLog = (obj) => ({
690
- ...obj,
691
- });
692
- export const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog = (obj) => ({
693
- ...obj,
694
- });
695
- export const TagFilterSensitiveLog = (obj) => ({
696
- ...obj,
697
- });
698
- export const AddTagsToResourceMessageFilterSensitiveLog = (obj) => ({
699
- ...obj,
700
- });
701
- export const ApplyPendingMaintenanceActionMessageFilterSensitiveLog = (obj) => ({
702
- ...obj,
703
- });
704
- export const PendingMaintenanceActionFilterSensitiveLog = (obj) => ({
705
- ...obj,
706
- });
707
- export const ResourcePendingMaintenanceActionsFilterSensitiveLog = (obj) => ({
708
- ...obj,
709
- });
710
- export const ApplyPendingMaintenanceActionResultFilterSensitiveLog = (obj) => ({
711
- ...obj,
712
- });
713
- export const CopyDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
714
- ...obj,
715
- });
716
- export const DBClusterParameterGroupFilterSensitiveLog = (obj) => ({
717
- ...obj,
718
- });
719
- export const CopyDBClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
720
- ...obj,
721
- });
722
- export const CopyDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
723
- ...obj,
724
- });
725
- export const DBClusterSnapshotFilterSensitiveLog = (obj) => ({
726
- ...obj,
727
- });
728
- export const CopyDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
729
- ...obj,
730
- });
731
- export const CreateDBClusterMessageFilterSensitiveLog = (obj) => ({
732
- ...obj,
733
- });
734
- export const DBClusterRoleFilterSensitiveLog = (obj) => ({
735
- ...obj,
736
- });
737
- export const DBClusterMemberFilterSensitiveLog = (obj) => ({
738
- ...obj,
739
- });
740
- export const VpcSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
741
- ...obj,
742
- });
743
- export const DBClusterFilterSensitiveLog = (obj) => ({
744
- ...obj,
745
- });
746
- export const CreateDBClusterResultFilterSensitiveLog = (obj) => ({
747
- ...obj,
748
- });
749
- export const CreateDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
750
- ...obj,
751
- });
752
- export const CreateDBClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
753
- ...obj,
754
- });
755
- export const CreateDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
756
- ...obj,
757
- });
758
- export const CreateDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
759
- ...obj,
760
- });
761
- export const CreateDBInstanceMessageFilterSensitiveLog = (obj) => ({
762
- ...obj,
763
- });
764
- export const AvailabilityZoneFilterSensitiveLog = (obj) => ({
765
- ...obj,
766
- });
767
- export const SubnetFilterSensitiveLog = (obj) => ({
768
- ...obj,
769
- });
770
- export const DBSubnetGroupFilterSensitiveLog = (obj) => ({
771
- ...obj,
772
- });
773
- export const EndpointFilterSensitiveLog = (obj) => ({
774
- ...obj,
775
- });
776
- export const PendingCloudwatchLogsExportsFilterSensitiveLog = (obj) => ({
777
- ...obj,
778
- });
779
- export const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
780
- ...obj,
781
- });
782
- export const DBInstanceStatusInfoFilterSensitiveLog = (obj) => ({
783
- ...obj,
784
- });
785
- export const DBInstanceFilterSensitiveLog = (obj) => ({
786
- ...obj,
787
- });
788
- export const CreateDBInstanceResultFilterSensitiveLog = (obj) => ({
789
- ...obj,
790
- });
791
- export const CreateDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
792
- ...obj,
793
- });
794
- export const CreateDBSubnetGroupResultFilterSensitiveLog = (obj) => ({
795
- ...obj,
796
- });
797
- export const CreateEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
798
- ...obj,
799
- });
800
- export const CreateEventSubscriptionResultFilterSensitiveLog = (obj) => ({
801
- ...obj,
802
- });
803
- export const CreateGlobalClusterMessageFilterSensitiveLog = (obj) => ({
804
- ...obj,
805
- });
806
- export const GlobalClusterMemberFilterSensitiveLog = (obj) => ({
807
- ...obj,
808
- });
809
- export const GlobalClusterFilterSensitiveLog = (obj) => ({
810
- ...obj,
811
- });
812
- export const CreateGlobalClusterResultFilterSensitiveLog = (obj) => ({
813
- ...obj,
814
- });
815
- export const DeleteDBClusterMessageFilterSensitiveLog = (obj) => ({
816
- ...obj,
817
- });
818
- export const DeleteDBClusterResultFilterSensitiveLog = (obj) => ({
819
- ...obj,
820
- });
821
- export const DeleteDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
822
- ...obj,
823
- });
824
- export const DeleteDBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
825
- ...obj,
826
- });
827
- export const DeleteDBClusterSnapshotResultFilterSensitiveLog = (obj) => ({
828
- ...obj,
829
- });
830
- export const DeleteDBInstanceMessageFilterSensitiveLog = (obj) => ({
831
- ...obj,
832
- });
833
- export const DeleteDBInstanceResultFilterSensitiveLog = (obj) => ({
834
- ...obj,
835
- });
836
- export const DeleteDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
837
- ...obj,
838
- });
839
- export const DeleteEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
840
- ...obj,
841
- });
842
- export const DeleteEventSubscriptionResultFilterSensitiveLog = (obj) => ({
843
- ...obj,
844
- });
845
- export const DeleteGlobalClusterMessageFilterSensitiveLog = (obj) => ({
846
- ...obj,
847
- });
848
- export const DeleteGlobalClusterResultFilterSensitiveLog = (obj) => ({
849
- ...obj,
850
- });
851
- export const CertificateFilterSensitiveLog = (obj) => ({
852
- ...obj,
853
- });
854
- export const CertificateMessageFilterSensitiveLog = (obj) => ({
855
- ...obj,
856
- });
857
- export const FilterFilterSensitiveLog = (obj) => ({
858
- ...obj,
859
- });
860
- export const DescribeCertificatesMessageFilterSensitiveLog = (obj) => ({
861
- ...obj,
862
- });
863
- export const DBClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
864
- ...obj,
865
- });
866
- export const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
867
- ...obj,
868
- });
869
- export const ParameterFilterSensitiveLog = (obj) => ({
870
- ...obj,
871
- });
872
- export const DBClusterParameterGroupDetailsFilterSensitiveLog = (obj) => ({
873
- ...obj,
874
- });
875
- export const DescribeDBClusterParametersMessageFilterSensitiveLog = (obj) => ({
876
- ...obj,
877
- });
878
- export const DBClusterMessageFilterSensitiveLog = (obj) => ({
879
- ...obj,
880
- });
881
- export const DescribeDBClustersMessageFilterSensitiveLog = (obj) => ({
882
- ...obj,
883
- });
884
- export const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog = (obj) => ({
885
- ...obj,
886
- });
887
- export const DBClusterSnapshotAttributeFilterSensitiveLog = (obj) => ({
888
- ...obj,
889
- });
890
- export const DBClusterSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
891
- ...obj,
892
- });
893
- export const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog = (obj) => ({
894
- ...obj,
895
- });
896
- export const DBClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
897
- ...obj,
898
- });
899
- export const DescribeDBClusterSnapshotsMessageFilterSensitiveLog = (obj) => ({
900
- ...obj,
901
- });
902
- export const UpgradeTargetFilterSensitiveLog = (obj) => ({
903
- ...obj,
904
- });
905
- export const DBEngineVersionFilterSensitiveLog = (obj) => ({
906
- ...obj,
907
- });
908
- export const DBEngineVersionMessageFilterSensitiveLog = (obj) => ({
909
- ...obj,
910
- });
911
- export const DescribeDBEngineVersionsMessageFilterSensitiveLog = (obj) => ({
912
- ...obj,
913
- });
914
- export const DBInstanceMessageFilterSensitiveLog = (obj) => ({
915
- ...obj,
916
- });
917
- export const DescribeDBInstancesMessageFilterSensitiveLog = (obj) => ({
918
- ...obj,
919
- });
920
- export const DBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
921
- ...obj,
922
- });
923
- export const DescribeDBSubnetGroupsMessageFilterSensitiveLog = (obj) => ({
924
- ...obj,
925
- });
926
- export const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog = (obj) => ({
927
- ...obj,
928
- });
929
- export const EngineDefaultsFilterSensitiveLog = (obj) => ({
930
- ...obj,
931
- });
932
- export const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog = (obj) => ({
933
- ...obj,
934
- });
935
- export const DescribeEventCategoriesMessageFilterSensitiveLog = (obj) => ({
936
- ...obj,
937
- });
938
- export const EventCategoriesMapFilterSensitiveLog = (obj) => ({
939
- ...obj,
940
- });
941
- export const EventCategoriesMessageFilterSensitiveLog = (obj) => ({
942
- ...obj,
943
- });
944
- export const DescribeEventsMessageFilterSensitiveLog = (obj) => ({
945
- ...obj,
946
- });
947
- export const EventFilterSensitiveLog = (obj) => ({
948
- ...obj,
949
- });
950
- export const EventsMessageFilterSensitiveLog = (obj) => ({
951
- ...obj,
952
- });
953
- export const DescribeEventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
954
- ...obj,
955
- });
956
- export const EventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
957
- ...obj,
958
- });
959
- export const DescribeGlobalClustersMessageFilterSensitiveLog = (obj) => ({
960
- ...obj,
961
- });
962
- export const GlobalClustersMessageFilterSensitiveLog = (obj) => ({
963
- ...obj,
964
- });
965
- export const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog = (obj) => ({
966
- ...obj,
967
- });
968
- export const OrderableDBInstanceOptionFilterSensitiveLog = (obj) => ({
969
- ...obj,
970
- });
971
- export const OrderableDBInstanceOptionsMessageFilterSensitiveLog = (obj) => ({
972
- ...obj,
973
- });
974
- export const DescribePendingMaintenanceActionsMessageFilterSensitiveLog = (obj) => ({
975
- ...obj,
976
- });
977
- export const PendingMaintenanceActionsMessageFilterSensitiveLog = (obj) => ({
978
- ...obj,
979
- });
980
- export const FailoverDBClusterMessageFilterSensitiveLog = (obj) => ({
981
- ...obj,
982
- });
983
- export const FailoverDBClusterResultFilterSensitiveLog = (obj) => ({
984
- ...obj,
985
- });
986
- export const ListTagsForResourceMessageFilterSensitiveLog = (obj) => ({
987
- ...obj,
988
- });
989
- export const TagListMessageFilterSensitiveLog = (obj) => ({
990
- ...obj,
991
- });
992
- export const CloudwatchLogsExportConfigurationFilterSensitiveLog = (obj) => ({
993
- ...obj,
994
- });
995
- export const ModifyDBClusterMessageFilterSensitiveLog = (obj) => ({
996
- ...obj,
997
- });
998
- export const ModifyDBClusterResultFilterSensitiveLog = (obj) => ({
999
- ...obj,
1000
- });
1001
- export const DBClusterParameterGroupNameMessageFilterSensitiveLog = (obj) => ({
1002
- ...obj,
1003
- });
1004
- export const ModifyDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
1005
- ...obj,
1006
- });
1007
- export const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog = (obj) => ({
1008
- ...obj,
1009
- });
1010
- export const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog = (obj) => ({
1011
- ...obj,
1012
- });
1013
- export const ModifyDBInstanceMessageFilterSensitiveLog = (obj) => ({
1014
- ...obj,
1015
- });
1016
- export const ModifyDBInstanceResultFilterSensitiveLog = (obj) => ({
1017
- ...obj,
1018
- });
1019
- export const ModifyDBSubnetGroupMessageFilterSensitiveLog = (obj) => ({
1020
- ...obj,
1021
- });
1022
- export const ModifyDBSubnetGroupResultFilterSensitiveLog = (obj) => ({
1023
- ...obj,
1024
- });
1025
- export const ModifyEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
1026
- ...obj,
1027
- });
1028
- export const ModifyEventSubscriptionResultFilterSensitiveLog = (obj) => ({
1029
- ...obj,
1030
- });
1031
- export const ModifyGlobalClusterMessageFilterSensitiveLog = (obj) => ({
1032
- ...obj,
1033
- });
1034
- export const ModifyGlobalClusterResultFilterSensitiveLog = (obj) => ({
1035
- ...obj,
1036
- });
1037
- export const RebootDBInstanceMessageFilterSensitiveLog = (obj) => ({
1038
- ...obj,
1039
- });
1040
- export const RebootDBInstanceResultFilterSensitiveLog = (obj) => ({
1041
- ...obj,
1042
- });
1043
- export const RemoveFromGlobalClusterMessageFilterSensitiveLog = (obj) => ({
1044
- ...obj,
1045
- });
1046
- export const RemoveFromGlobalClusterResultFilterSensitiveLog = (obj) => ({
1047
- ...obj,
1048
- });
1049
- export const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog = (obj) => ({
1050
- ...obj,
1051
- });
1052
- export const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog = (obj) => ({
1053
- ...obj,
1054
- });
1055
- export const RemoveTagsFromResourceMessageFilterSensitiveLog = (obj) => ({
1056
- ...obj,
1057
- });
1058
- export const ResetDBClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
1059
- ...obj,
1060
- });
1061
- export const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog = (obj) => ({
1062
- ...obj,
1063
- });
1064
- export const RestoreDBClusterFromSnapshotResultFilterSensitiveLog = (obj) => ({
1065
- ...obj,
1066
- });
1067
- export const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog = (obj) => ({
1068
- ...obj,
1069
- });
1070
- export const RestoreDBClusterToPointInTimeResultFilterSensitiveLog = (obj) => ({
1071
- ...obj,
1072
- });
1073
- export const StartDBClusterMessageFilterSensitiveLog = (obj) => ({
1074
- ...obj,
1075
- });
1076
- export const StartDBClusterResultFilterSensitiveLog = (obj) => ({
1077
- ...obj,
1078
- });
1079
- export const StopDBClusterMessageFilterSensitiveLog = (obj) => ({
1080
- ...obj,
1081
- });
1082
- export const StopDBClusterResultFilterSensitiveLog = (obj) => ({
1083
- ...obj,
1084
- });
3
+ var SourceNotFoundFault = (function (_super) {
4
+ __extends(SourceNotFoundFault, _super);
5
+ function SourceNotFoundFault(opts) {
6
+ var _this = _super.call(this, __assign({ name: "SourceNotFoundFault", $fault: "client" }, opts)) || this;
7
+ _this.name = "SourceNotFoundFault";
8
+ _this.$fault = "client";
9
+ Object.setPrototypeOf(_this, SourceNotFoundFault.prototype);
10
+ return _this;
11
+ }
12
+ return SourceNotFoundFault;
13
+ }(__BaseException));
14
+ export { SourceNotFoundFault };
15
+ var SubscriptionNotFoundFault = (function (_super) {
16
+ __extends(SubscriptionNotFoundFault, _super);
17
+ function SubscriptionNotFoundFault(opts) {
18
+ var _this = _super.call(this, __assign({ name: "SubscriptionNotFoundFault", $fault: "client" }, opts)) || this;
19
+ _this.name = "SubscriptionNotFoundFault";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, SubscriptionNotFoundFault.prototype);
22
+ return _this;
23
+ }
24
+ return SubscriptionNotFoundFault;
25
+ }(__BaseException));
26
+ export { SubscriptionNotFoundFault };
27
+ var DBClusterNotFoundFault = (function (_super) {
28
+ __extends(DBClusterNotFoundFault, _super);
29
+ function DBClusterNotFoundFault(opts) {
30
+ var _this = _super.call(this, __assign({ name: "DBClusterNotFoundFault", $fault: "client" }, opts)) || this;
31
+ _this.name = "DBClusterNotFoundFault";
32
+ _this.$fault = "client";
33
+ Object.setPrototypeOf(_this, DBClusterNotFoundFault.prototype);
34
+ return _this;
35
+ }
36
+ return DBClusterNotFoundFault;
37
+ }(__BaseException));
38
+ export { DBClusterNotFoundFault };
39
+ var DBInstanceNotFoundFault = (function (_super) {
40
+ __extends(DBInstanceNotFoundFault, _super);
41
+ function DBInstanceNotFoundFault(opts) {
42
+ var _this = _super.call(this, __assign({ name: "DBInstanceNotFoundFault", $fault: "client" }, opts)) || this;
43
+ _this.name = "DBInstanceNotFoundFault";
44
+ _this.$fault = "client";
45
+ Object.setPrototypeOf(_this, DBInstanceNotFoundFault.prototype);
46
+ return _this;
47
+ }
48
+ return DBInstanceNotFoundFault;
49
+ }(__BaseException));
50
+ export { DBInstanceNotFoundFault };
51
+ var DBSnapshotNotFoundFault = (function (_super) {
52
+ __extends(DBSnapshotNotFoundFault, _super);
53
+ function DBSnapshotNotFoundFault(opts) {
54
+ var _this = _super.call(this, __assign({ name: "DBSnapshotNotFoundFault", $fault: "client" }, opts)) || this;
55
+ _this.name = "DBSnapshotNotFoundFault";
56
+ _this.$fault = "client";
57
+ Object.setPrototypeOf(_this, DBSnapshotNotFoundFault.prototype);
58
+ return _this;
59
+ }
60
+ return DBSnapshotNotFoundFault;
61
+ }(__BaseException));
62
+ export { DBSnapshotNotFoundFault };
63
+ var InvalidDBClusterStateFault = (function (_super) {
64
+ __extends(InvalidDBClusterStateFault, _super);
65
+ function InvalidDBClusterStateFault(opts) {
66
+ var _this = _super.call(this, __assign({ name: "InvalidDBClusterStateFault", $fault: "client" }, opts)) || this;
67
+ _this.name = "InvalidDBClusterStateFault";
68
+ _this.$fault = "client";
69
+ Object.setPrototypeOf(_this, InvalidDBClusterStateFault.prototype);
70
+ return _this;
71
+ }
72
+ return InvalidDBClusterStateFault;
73
+ }(__BaseException));
74
+ export { InvalidDBClusterStateFault };
75
+ var InvalidDBInstanceStateFault = (function (_super) {
76
+ __extends(InvalidDBInstanceStateFault, _super);
77
+ function InvalidDBInstanceStateFault(opts) {
78
+ var _this = _super.call(this, __assign({ name: "InvalidDBInstanceStateFault", $fault: "client" }, opts)) || this;
79
+ _this.name = "InvalidDBInstanceStateFault";
80
+ _this.$fault = "client";
81
+ Object.setPrototypeOf(_this, InvalidDBInstanceStateFault.prototype);
82
+ return _this;
83
+ }
84
+ return InvalidDBInstanceStateFault;
85
+ }(__BaseException));
86
+ export { InvalidDBInstanceStateFault };
87
+ var ResourceNotFoundFault = (function (_super) {
88
+ __extends(ResourceNotFoundFault, _super);
89
+ function ResourceNotFoundFault(opts) {
90
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundFault", $fault: "client" }, opts)) || this;
91
+ _this.name = "ResourceNotFoundFault";
92
+ _this.$fault = "client";
93
+ Object.setPrototypeOf(_this, ResourceNotFoundFault.prototype);
94
+ return _this;
95
+ }
96
+ return ResourceNotFoundFault;
97
+ }(__BaseException));
98
+ export { ResourceNotFoundFault };
99
+ var DBParameterGroupAlreadyExistsFault = (function (_super) {
100
+ __extends(DBParameterGroupAlreadyExistsFault, _super);
101
+ function DBParameterGroupAlreadyExistsFault(opts) {
102
+ var _this = _super.call(this, __assign({ name: "DBParameterGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
103
+ _this.name = "DBParameterGroupAlreadyExistsFault";
104
+ _this.$fault = "client";
105
+ Object.setPrototypeOf(_this, DBParameterGroupAlreadyExistsFault.prototype);
106
+ return _this;
107
+ }
108
+ return DBParameterGroupAlreadyExistsFault;
109
+ }(__BaseException));
110
+ export { DBParameterGroupAlreadyExistsFault };
111
+ var DBParameterGroupNotFoundFault = (function (_super) {
112
+ __extends(DBParameterGroupNotFoundFault, _super);
113
+ function DBParameterGroupNotFoundFault(opts) {
114
+ var _this = _super.call(this, __assign({ name: "DBParameterGroupNotFoundFault", $fault: "client" }, opts)) || this;
115
+ _this.name = "DBParameterGroupNotFoundFault";
116
+ _this.$fault = "client";
117
+ Object.setPrototypeOf(_this, DBParameterGroupNotFoundFault.prototype);
118
+ return _this;
119
+ }
120
+ return DBParameterGroupNotFoundFault;
121
+ }(__BaseException));
122
+ export { DBParameterGroupNotFoundFault };
123
+ var DBParameterGroupQuotaExceededFault = (function (_super) {
124
+ __extends(DBParameterGroupQuotaExceededFault, _super);
125
+ function DBParameterGroupQuotaExceededFault(opts) {
126
+ var _this = _super.call(this, __assign({ name: "DBParameterGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
127
+ _this.name = "DBParameterGroupQuotaExceededFault";
128
+ _this.$fault = "client";
129
+ Object.setPrototypeOf(_this, DBParameterGroupQuotaExceededFault.prototype);
130
+ return _this;
131
+ }
132
+ return DBParameterGroupQuotaExceededFault;
133
+ }(__BaseException));
134
+ export { DBParameterGroupQuotaExceededFault };
135
+ var DBClusterSnapshotAlreadyExistsFault = (function (_super) {
136
+ __extends(DBClusterSnapshotAlreadyExistsFault, _super);
137
+ function DBClusterSnapshotAlreadyExistsFault(opts) {
138
+ var _this = _super.call(this, __assign({ name: "DBClusterSnapshotAlreadyExistsFault", $fault: "client" }, opts)) || this;
139
+ _this.name = "DBClusterSnapshotAlreadyExistsFault";
140
+ _this.$fault = "client";
141
+ Object.setPrototypeOf(_this, DBClusterSnapshotAlreadyExistsFault.prototype);
142
+ return _this;
143
+ }
144
+ return DBClusterSnapshotAlreadyExistsFault;
145
+ }(__BaseException));
146
+ export { DBClusterSnapshotAlreadyExistsFault };
147
+ var DBClusterSnapshotNotFoundFault = (function (_super) {
148
+ __extends(DBClusterSnapshotNotFoundFault, _super);
149
+ function DBClusterSnapshotNotFoundFault(opts) {
150
+ var _this = _super.call(this, __assign({ name: "DBClusterSnapshotNotFoundFault", $fault: "client" }, opts)) || this;
151
+ _this.name = "DBClusterSnapshotNotFoundFault";
152
+ _this.$fault = "client";
153
+ Object.setPrototypeOf(_this, DBClusterSnapshotNotFoundFault.prototype);
154
+ return _this;
155
+ }
156
+ return DBClusterSnapshotNotFoundFault;
157
+ }(__BaseException));
158
+ export { DBClusterSnapshotNotFoundFault };
159
+ var InvalidDBClusterSnapshotStateFault = (function (_super) {
160
+ __extends(InvalidDBClusterSnapshotStateFault, _super);
161
+ function InvalidDBClusterSnapshotStateFault(opts) {
162
+ var _this = _super.call(this, __assign({ name: "InvalidDBClusterSnapshotStateFault", $fault: "client" }, opts)) || this;
163
+ _this.name = "InvalidDBClusterSnapshotStateFault";
164
+ _this.$fault = "client";
165
+ Object.setPrototypeOf(_this, InvalidDBClusterSnapshotStateFault.prototype);
166
+ return _this;
167
+ }
168
+ return InvalidDBClusterSnapshotStateFault;
169
+ }(__BaseException));
170
+ export { InvalidDBClusterSnapshotStateFault };
171
+ var KMSKeyNotAccessibleFault = (function (_super) {
172
+ __extends(KMSKeyNotAccessibleFault, _super);
173
+ function KMSKeyNotAccessibleFault(opts) {
174
+ var _this = _super.call(this, __assign({ name: "KMSKeyNotAccessibleFault", $fault: "client" }, opts)) || this;
175
+ _this.name = "KMSKeyNotAccessibleFault";
176
+ _this.$fault = "client";
177
+ Object.setPrototypeOf(_this, KMSKeyNotAccessibleFault.prototype);
178
+ return _this;
179
+ }
180
+ return KMSKeyNotAccessibleFault;
181
+ }(__BaseException));
182
+ export { KMSKeyNotAccessibleFault };
183
+ var SnapshotQuotaExceededFault = (function (_super) {
184
+ __extends(SnapshotQuotaExceededFault, _super);
185
+ function SnapshotQuotaExceededFault(opts) {
186
+ var _this = _super.call(this, __assign({ name: "SnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
187
+ _this.name = "SnapshotQuotaExceededFault";
188
+ _this.$fault = "client";
189
+ Object.setPrototypeOf(_this, SnapshotQuotaExceededFault.prototype);
190
+ return _this;
191
+ }
192
+ return SnapshotQuotaExceededFault;
193
+ }(__BaseException));
194
+ export { SnapshotQuotaExceededFault };
195
+ var DBClusterAlreadyExistsFault = (function (_super) {
196
+ __extends(DBClusterAlreadyExistsFault, _super);
197
+ function DBClusterAlreadyExistsFault(opts) {
198
+ var _this = _super.call(this, __assign({ name: "DBClusterAlreadyExistsFault", $fault: "client" }, opts)) || this;
199
+ _this.name = "DBClusterAlreadyExistsFault";
200
+ _this.$fault = "client";
201
+ Object.setPrototypeOf(_this, DBClusterAlreadyExistsFault.prototype);
202
+ return _this;
203
+ }
204
+ return DBClusterAlreadyExistsFault;
205
+ }(__BaseException));
206
+ export { DBClusterAlreadyExistsFault };
207
+ var DBClusterParameterGroupNotFoundFault = (function (_super) {
208
+ __extends(DBClusterParameterGroupNotFoundFault, _super);
209
+ function DBClusterParameterGroupNotFoundFault(opts) {
210
+ var _this = _super.call(this, __assign({ name: "DBClusterParameterGroupNotFoundFault", $fault: "client" }, opts)) || this;
211
+ _this.name = "DBClusterParameterGroupNotFoundFault";
212
+ _this.$fault = "client";
213
+ Object.setPrototypeOf(_this, DBClusterParameterGroupNotFoundFault.prototype);
214
+ return _this;
215
+ }
216
+ return DBClusterParameterGroupNotFoundFault;
217
+ }(__BaseException));
218
+ export { DBClusterParameterGroupNotFoundFault };
219
+ var DBClusterQuotaExceededFault = (function (_super) {
220
+ __extends(DBClusterQuotaExceededFault, _super);
221
+ function DBClusterQuotaExceededFault(opts) {
222
+ var _this = _super.call(this, __assign({ name: "DBClusterQuotaExceededFault", $fault: "client" }, opts)) || this;
223
+ _this.name = "DBClusterQuotaExceededFault";
224
+ _this.$fault = "client";
225
+ Object.setPrototypeOf(_this, DBClusterQuotaExceededFault.prototype);
226
+ return _this;
227
+ }
228
+ return DBClusterQuotaExceededFault;
229
+ }(__BaseException));
230
+ export { DBClusterQuotaExceededFault };
231
+ var DBSubnetGroupDoesNotCoverEnoughAZs = (function (_super) {
232
+ __extends(DBSubnetGroupDoesNotCoverEnoughAZs, _super);
233
+ function DBSubnetGroupDoesNotCoverEnoughAZs(opts) {
234
+ var _this = _super.call(this, __assign({ name: "DBSubnetGroupDoesNotCoverEnoughAZs", $fault: "client" }, opts)) || this;
235
+ _this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
236
+ _this.$fault = "client";
237
+ Object.setPrototypeOf(_this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
238
+ return _this;
239
+ }
240
+ return DBSubnetGroupDoesNotCoverEnoughAZs;
241
+ }(__BaseException));
242
+ export { DBSubnetGroupDoesNotCoverEnoughAZs };
243
+ var DBSubnetGroupNotFoundFault = (function (_super) {
244
+ __extends(DBSubnetGroupNotFoundFault, _super);
245
+ function DBSubnetGroupNotFoundFault(opts) {
246
+ var _this = _super.call(this, __assign({ name: "DBSubnetGroupNotFoundFault", $fault: "client" }, opts)) || this;
247
+ _this.name = "DBSubnetGroupNotFoundFault";
248
+ _this.$fault = "client";
249
+ Object.setPrototypeOf(_this, DBSubnetGroupNotFoundFault.prototype);
250
+ return _this;
251
+ }
252
+ return DBSubnetGroupNotFoundFault;
253
+ }(__BaseException));
254
+ export { DBSubnetGroupNotFoundFault };
255
+ var GlobalClusterNotFoundFault = (function (_super) {
256
+ __extends(GlobalClusterNotFoundFault, _super);
257
+ function GlobalClusterNotFoundFault(opts) {
258
+ var _this = _super.call(this, __assign({ name: "GlobalClusterNotFoundFault", $fault: "client" }, opts)) || this;
259
+ _this.name = "GlobalClusterNotFoundFault";
260
+ _this.$fault = "client";
261
+ Object.setPrototypeOf(_this, GlobalClusterNotFoundFault.prototype);
262
+ return _this;
263
+ }
264
+ return GlobalClusterNotFoundFault;
265
+ }(__BaseException));
266
+ export { GlobalClusterNotFoundFault };
267
+ var InsufficientStorageClusterCapacityFault = (function (_super) {
268
+ __extends(InsufficientStorageClusterCapacityFault, _super);
269
+ function InsufficientStorageClusterCapacityFault(opts) {
270
+ var _this = _super.call(this, __assign({ name: "InsufficientStorageClusterCapacityFault", $fault: "client" }, opts)) || this;
271
+ _this.name = "InsufficientStorageClusterCapacityFault";
272
+ _this.$fault = "client";
273
+ Object.setPrototypeOf(_this, InsufficientStorageClusterCapacityFault.prototype);
274
+ return _this;
275
+ }
276
+ return InsufficientStorageClusterCapacityFault;
277
+ }(__BaseException));
278
+ export { InsufficientStorageClusterCapacityFault };
279
+ var InvalidDBSubnetGroupStateFault = (function (_super) {
280
+ __extends(InvalidDBSubnetGroupStateFault, _super);
281
+ function InvalidDBSubnetGroupStateFault(opts) {
282
+ var _this = _super.call(this, __assign({ name: "InvalidDBSubnetGroupStateFault", $fault: "client" }, opts)) || this;
283
+ _this.name = "InvalidDBSubnetGroupStateFault";
284
+ _this.$fault = "client";
285
+ Object.setPrototypeOf(_this, InvalidDBSubnetGroupStateFault.prototype);
286
+ return _this;
287
+ }
288
+ return InvalidDBSubnetGroupStateFault;
289
+ }(__BaseException));
290
+ export { InvalidDBSubnetGroupStateFault };
291
+ var InvalidGlobalClusterStateFault = (function (_super) {
292
+ __extends(InvalidGlobalClusterStateFault, _super);
293
+ function InvalidGlobalClusterStateFault(opts) {
294
+ var _this = _super.call(this, __assign({ name: "InvalidGlobalClusterStateFault", $fault: "client" }, opts)) || this;
295
+ _this.name = "InvalidGlobalClusterStateFault";
296
+ _this.$fault = "client";
297
+ Object.setPrototypeOf(_this, InvalidGlobalClusterStateFault.prototype);
298
+ return _this;
299
+ }
300
+ return InvalidGlobalClusterStateFault;
301
+ }(__BaseException));
302
+ export { InvalidGlobalClusterStateFault };
303
+ var InvalidSubnet = (function (_super) {
304
+ __extends(InvalidSubnet, _super);
305
+ function InvalidSubnet(opts) {
306
+ var _this = _super.call(this, __assign({ name: "InvalidSubnet", $fault: "client" }, opts)) || this;
307
+ _this.name = "InvalidSubnet";
308
+ _this.$fault = "client";
309
+ Object.setPrototypeOf(_this, InvalidSubnet.prototype);
310
+ return _this;
311
+ }
312
+ return InvalidSubnet;
313
+ }(__BaseException));
314
+ export { InvalidSubnet };
315
+ var InvalidVPCNetworkStateFault = (function (_super) {
316
+ __extends(InvalidVPCNetworkStateFault, _super);
317
+ function InvalidVPCNetworkStateFault(opts) {
318
+ var _this = _super.call(this, __assign({ name: "InvalidVPCNetworkStateFault", $fault: "client" }, opts)) || this;
319
+ _this.name = "InvalidVPCNetworkStateFault";
320
+ _this.$fault = "client";
321
+ Object.setPrototypeOf(_this, InvalidVPCNetworkStateFault.prototype);
322
+ return _this;
323
+ }
324
+ return InvalidVPCNetworkStateFault;
325
+ }(__BaseException));
326
+ export { InvalidVPCNetworkStateFault };
327
+ var StorageQuotaExceededFault = (function (_super) {
328
+ __extends(StorageQuotaExceededFault, _super);
329
+ function StorageQuotaExceededFault(opts) {
330
+ var _this = _super.call(this, __assign({ name: "StorageQuotaExceededFault", $fault: "client" }, opts)) || this;
331
+ _this.name = "StorageQuotaExceededFault";
332
+ _this.$fault = "client";
333
+ Object.setPrototypeOf(_this, StorageQuotaExceededFault.prototype);
334
+ return _this;
335
+ }
336
+ return StorageQuotaExceededFault;
337
+ }(__BaseException));
338
+ export { StorageQuotaExceededFault };
339
+ var AuthorizationNotFoundFault = (function (_super) {
340
+ __extends(AuthorizationNotFoundFault, _super);
341
+ function AuthorizationNotFoundFault(opts) {
342
+ var _this = _super.call(this, __assign({ name: "AuthorizationNotFoundFault", $fault: "client" }, opts)) || this;
343
+ _this.name = "AuthorizationNotFoundFault";
344
+ _this.$fault = "client";
345
+ Object.setPrototypeOf(_this, AuthorizationNotFoundFault.prototype);
346
+ return _this;
347
+ }
348
+ return AuthorizationNotFoundFault;
349
+ }(__BaseException));
350
+ export { AuthorizationNotFoundFault };
351
+ var DBInstanceAlreadyExistsFault = (function (_super) {
352
+ __extends(DBInstanceAlreadyExistsFault, _super);
353
+ function DBInstanceAlreadyExistsFault(opts) {
354
+ var _this = _super.call(this, __assign({ name: "DBInstanceAlreadyExistsFault", $fault: "client" }, opts)) || this;
355
+ _this.name = "DBInstanceAlreadyExistsFault";
356
+ _this.$fault = "client";
357
+ Object.setPrototypeOf(_this, DBInstanceAlreadyExistsFault.prototype);
358
+ return _this;
359
+ }
360
+ return DBInstanceAlreadyExistsFault;
361
+ }(__BaseException));
362
+ export { DBInstanceAlreadyExistsFault };
363
+ var DBSecurityGroupNotFoundFault = (function (_super) {
364
+ __extends(DBSecurityGroupNotFoundFault, _super);
365
+ function DBSecurityGroupNotFoundFault(opts) {
366
+ var _this = _super.call(this, __assign({ name: "DBSecurityGroupNotFoundFault", $fault: "client" }, opts)) || this;
367
+ _this.name = "DBSecurityGroupNotFoundFault";
368
+ _this.$fault = "client";
369
+ Object.setPrototypeOf(_this, DBSecurityGroupNotFoundFault.prototype);
370
+ return _this;
371
+ }
372
+ return DBSecurityGroupNotFoundFault;
373
+ }(__BaseException));
374
+ export { DBSecurityGroupNotFoundFault };
375
+ var InstanceQuotaExceededFault = (function (_super) {
376
+ __extends(InstanceQuotaExceededFault, _super);
377
+ function InstanceQuotaExceededFault(opts) {
378
+ var _this = _super.call(this, __assign({ name: "InstanceQuotaExceededFault", $fault: "client" }, opts)) || this;
379
+ _this.name = "InstanceQuotaExceededFault";
380
+ _this.$fault = "client";
381
+ Object.setPrototypeOf(_this, InstanceQuotaExceededFault.prototype);
382
+ return _this;
383
+ }
384
+ return InstanceQuotaExceededFault;
385
+ }(__BaseException));
386
+ export { InstanceQuotaExceededFault };
387
+ var InsufficientDBInstanceCapacityFault = (function (_super) {
388
+ __extends(InsufficientDBInstanceCapacityFault, _super);
389
+ function InsufficientDBInstanceCapacityFault(opts) {
390
+ var _this = _super.call(this, __assign({ name: "InsufficientDBInstanceCapacityFault", $fault: "client" }, opts)) || this;
391
+ _this.name = "InsufficientDBInstanceCapacityFault";
392
+ _this.$fault = "client";
393
+ Object.setPrototypeOf(_this, InsufficientDBInstanceCapacityFault.prototype);
394
+ return _this;
395
+ }
396
+ return InsufficientDBInstanceCapacityFault;
397
+ }(__BaseException));
398
+ export { InsufficientDBInstanceCapacityFault };
399
+ var StorageTypeNotSupportedFault = (function (_super) {
400
+ __extends(StorageTypeNotSupportedFault, _super);
401
+ function StorageTypeNotSupportedFault(opts) {
402
+ var _this = _super.call(this, __assign({ name: "StorageTypeNotSupportedFault", $fault: "client" }, opts)) || this;
403
+ _this.name = "StorageTypeNotSupportedFault";
404
+ _this.$fault = "client";
405
+ Object.setPrototypeOf(_this, StorageTypeNotSupportedFault.prototype);
406
+ return _this;
407
+ }
408
+ return StorageTypeNotSupportedFault;
409
+ }(__BaseException));
410
+ export { StorageTypeNotSupportedFault };
411
+ var DBSubnetGroupAlreadyExistsFault = (function (_super) {
412
+ __extends(DBSubnetGroupAlreadyExistsFault, _super);
413
+ function DBSubnetGroupAlreadyExistsFault(opts) {
414
+ var _this = _super.call(this, __assign({ name: "DBSubnetGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
415
+ _this.name = "DBSubnetGroupAlreadyExistsFault";
416
+ _this.$fault = "client";
417
+ Object.setPrototypeOf(_this, DBSubnetGroupAlreadyExistsFault.prototype);
418
+ return _this;
419
+ }
420
+ return DBSubnetGroupAlreadyExistsFault;
421
+ }(__BaseException));
422
+ export { DBSubnetGroupAlreadyExistsFault };
423
+ var DBSubnetGroupQuotaExceededFault = (function (_super) {
424
+ __extends(DBSubnetGroupQuotaExceededFault, _super);
425
+ function DBSubnetGroupQuotaExceededFault(opts) {
426
+ var _this = _super.call(this, __assign({ name: "DBSubnetGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
427
+ _this.name = "DBSubnetGroupQuotaExceededFault";
428
+ _this.$fault = "client";
429
+ Object.setPrototypeOf(_this, DBSubnetGroupQuotaExceededFault.prototype);
430
+ return _this;
431
+ }
432
+ return DBSubnetGroupQuotaExceededFault;
433
+ }(__BaseException));
434
+ export { DBSubnetGroupQuotaExceededFault };
435
+ var DBSubnetQuotaExceededFault = (function (_super) {
436
+ __extends(DBSubnetQuotaExceededFault, _super);
437
+ function DBSubnetQuotaExceededFault(opts) {
438
+ var _this = _super.call(this, __assign({ name: "DBSubnetQuotaExceededFault", $fault: "client" }, opts)) || this;
439
+ _this.name = "DBSubnetQuotaExceededFault";
440
+ _this.$fault = "client";
441
+ Object.setPrototypeOf(_this, DBSubnetQuotaExceededFault.prototype);
442
+ return _this;
443
+ }
444
+ return DBSubnetQuotaExceededFault;
445
+ }(__BaseException));
446
+ export { DBSubnetQuotaExceededFault };
447
+ var EventSubscriptionQuotaExceededFault = (function (_super) {
448
+ __extends(EventSubscriptionQuotaExceededFault, _super);
449
+ function EventSubscriptionQuotaExceededFault(opts) {
450
+ var _this = _super.call(this, __assign({ name: "EventSubscriptionQuotaExceededFault", $fault: "client" }, opts)) || this;
451
+ _this.name = "EventSubscriptionQuotaExceededFault";
452
+ _this.$fault = "client";
453
+ Object.setPrototypeOf(_this, EventSubscriptionQuotaExceededFault.prototype);
454
+ return _this;
455
+ }
456
+ return EventSubscriptionQuotaExceededFault;
457
+ }(__BaseException));
458
+ export { EventSubscriptionQuotaExceededFault };
459
+ var SNSInvalidTopicFault = (function (_super) {
460
+ __extends(SNSInvalidTopicFault, _super);
461
+ function SNSInvalidTopicFault(opts) {
462
+ var _this = _super.call(this, __assign({ name: "SNSInvalidTopicFault", $fault: "client" }, opts)) || this;
463
+ _this.name = "SNSInvalidTopicFault";
464
+ _this.$fault = "client";
465
+ Object.setPrototypeOf(_this, SNSInvalidTopicFault.prototype);
466
+ return _this;
467
+ }
468
+ return SNSInvalidTopicFault;
469
+ }(__BaseException));
470
+ export { SNSInvalidTopicFault };
471
+ var SNSNoAuthorizationFault = (function (_super) {
472
+ __extends(SNSNoAuthorizationFault, _super);
473
+ function SNSNoAuthorizationFault(opts) {
474
+ var _this = _super.call(this, __assign({ name: "SNSNoAuthorizationFault", $fault: "client" }, opts)) || this;
475
+ _this.name = "SNSNoAuthorizationFault";
476
+ _this.$fault = "client";
477
+ Object.setPrototypeOf(_this, SNSNoAuthorizationFault.prototype);
478
+ return _this;
479
+ }
480
+ return SNSNoAuthorizationFault;
481
+ }(__BaseException));
482
+ export { SNSNoAuthorizationFault };
483
+ var SNSTopicArnNotFoundFault = (function (_super) {
484
+ __extends(SNSTopicArnNotFoundFault, _super);
485
+ function SNSTopicArnNotFoundFault(opts) {
486
+ var _this = _super.call(this, __assign({ name: "SNSTopicArnNotFoundFault", $fault: "client" }, opts)) || this;
487
+ _this.name = "SNSTopicArnNotFoundFault";
488
+ _this.$fault = "client";
489
+ Object.setPrototypeOf(_this, SNSTopicArnNotFoundFault.prototype);
490
+ return _this;
491
+ }
492
+ return SNSTopicArnNotFoundFault;
493
+ }(__BaseException));
494
+ export { SNSTopicArnNotFoundFault };
495
+ var SubscriptionAlreadyExistFault = (function (_super) {
496
+ __extends(SubscriptionAlreadyExistFault, _super);
497
+ function SubscriptionAlreadyExistFault(opts) {
498
+ var _this = _super.call(this, __assign({ name: "SubscriptionAlreadyExistFault", $fault: "client" }, opts)) || this;
499
+ _this.name = "SubscriptionAlreadyExistFault";
500
+ _this.$fault = "client";
501
+ Object.setPrototypeOf(_this, SubscriptionAlreadyExistFault.prototype);
502
+ return _this;
503
+ }
504
+ return SubscriptionAlreadyExistFault;
505
+ }(__BaseException));
506
+ export { SubscriptionAlreadyExistFault };
507
+ var SubscriptionCategoryNotFoundFault = (function (_super) {
508
+ __extends(SubscriptionCategoryNotFoundFault, _super);
509
+ function SubscriptionCategoryNotFoundFault(opts) {
510
+ var _this = _super.call(this, __assign({ name: "SubscriptionCategoryNotFoundFault", $fault: "client" }, opts)) || this;
511
+ _this.name = "SubscriptionCategoryNotFoundFault";
512
+ _this.$fault = "client";
513
+ Object.setPrototypeOf(_this, SubscriptionCategoryNotFoundFault.prototype);
514
+ return _this;
515
+ }
516
+ return SubscriptionCategoryNotFoundFault;
517
+ }(__BaseException));
518
+ export { SubscriptionCategoryNotFoundFault };
519
+ var GlobalClusterAlreadyExistsFault = (function (_super) {
520
+ __extends(GlobalClusterAlreadyExistsFault, _super);
521
+ function GlobalClusterAlreadyExistsFault(opts) {
522
+ var _this = _super.call(this, __assign({ name: "GlobalClusterAlreadyExistsFault", $fault: "client" }, opts)) || this;
523
+ _this.name = "GlobalClusterAlreadyExistsFault";
524
+ _this.$fault = "client";
525
+ Object.setPrototypeOf(_this, GlobalClusterAlreadyExistsFault.prototype);
526
+ return _this;
527
+ }
528
+ return GlobalClusterAlreadyExistsFault;
529
+ }(__BaseException));
530
+ export { GlobalClusterAlreadyExistsFault };
531
+ var GlobalClusterQuotaExceededFault = (function (_super) {
532
+ __extends(GlobalClusterQuotaExceededFault, _super);
533
+ function GlobalClusterQuotaExceededFault(opts) {
534
+ var _this = _super.call(this, __assign({ name: "GlobalClusterQuotaExceededFault", $fault: "client" }, opts)) || this;
535
+ _this.name = "GlobalClusterQuotaExceededFault";
536
+ _this.$fault = "client";
537
+ Object.setPrototypeOf(_this, GlobalClusterQuotaExceededFault.prototype);
538
+ return _this;
539
+ }
540
+ return GlobalClusterQuotaExceededFault;
541
+ }(__BaseException));
542
+ export { GlobalClusterQuotaExceededFault };
543
+ var InvalidDBParameterGroupStateFault = (function (_super) {
544
+ __extends(InvalidDBParameterGroupStateFault, _super);
545
+ function InvalidDBParameterGroupStateFault(opts) {
546
+ var _this = _super.call(this, __assign({ name: "InvalidDBParameterGroupStateFault", $fault: "client" }, opts)) || this;
547
+ _this.name = "InvalidDBParameterGroupStateFault";
548
+ _this.$fault = "client";
549
+ Object.setPrototypeOf(_this, InvalidDBParameterGroupStateFault.prototype);
550
+ return _this;
551
+ }
552
+ return InvalidDBParameterGroupStateFault;
553
+ }(__BaseException));
554
+ export { InvalidDBParameterGroupStateFault };
555
+ var DBSnapshotAlreadyExistsFault = (function (_super) {
556
+ __extends(DBSnapshotAlreadyExistsFault, _super);
557
+ function DBSnapshotAlreadyExistsFault(opts) {
558
+ var _this = _super.call(this, __assign({ name: "DBSnapshotAlreadyExistsFault", $fault: "client" }, opts)) || this;
559
+ _this.name = "DBSnapshotAlreadyExistsFault";
560
+ _this.$fault = "client";
561
+ Object.setPrototypeOf(_this, DBSnapshotAlreadyExistsFault.prototype);
562
+ return _this;
563
+ }
564
+ return DBSnapshotAlreadyExistsFault;
565
+ }(__BaseException));
566
+ export { DBSnapshotAlreadyExistsFault };
567
+ var InvalidDBSubnetStateFault = (function (_super) {
568
+ __extends(InvalidDBSubnetStateFault, _super);
569
+ function InvalidDBSubnetStateFault(opts) {
570
+ var _this = _super.call(this, __assign({ name: "InvalidDBSubnetStateFault", $fault: "client" }, opts)) || this;
571
+ _this.name = "InvalidDBSubnetStateFault";
572
+ _this.$fault = "client";
573
+ Object.setPrototypeOf(_this, InvalidDBSubnetStateFault.prototype);
574
+ return _this;
575
+ }
576
+ return InvalidDBSubnetStateFault;
577
+ }(__BaseException));
578
+ export { InvalidDBSubnetStateFault };
579
+ var InvalidEventSubscriptionStateFault = (function (_super) {
580
+ __extends(InvalidEventSubscriptionStateFault, _super);
581
+ function InvalidEventSubscriptionStateFault(opts) {
582
+ var _this = _super.call(this, __assign({ name: "InvalidEventSubscriptionStateFault", $fault: "client" }, opts)) || this;
583
+ _this.name = "InvalidEventSubscriptionStateFault";
584
+ _this.$fault = "client";
585
+ Object.setPrototypeOf(_this, InvalidEventSubscriptionStateFault.prototype);
586
+ return _this;
587
+ }
588
+ return InvalidEventSubscriptionStateFault;
589
+ }(__BaseException));
590
+ export { InvalidEventSubscriptionStateFault };
591
+ var CertificateNotFoundFault = (function (_super) {
592
+ __extends(CertificateNotFoundFault, _super);
593
+ function CertificateNotFoundFault(opts) {
594
+ var _this = _super.call(this, __assign({ name: "CertificateNotFoundFault", $fault: "client" }, opts)) || this;
595
+ _this.name = "CertificateNotFoundFault";
596
+ _this.$fault = "client";
597
+ Object.setPrototypeOf(_this, CertificateNotFoundFault.prototype);
598
+ return _this;
599
+ }
600
+ return CertificateNotFoundFault;
601
+ }(__BaseException));
602
+ export { CertificateNotFoundFault };
603
+ var InvalidDBSecurityGroupStateFault = (function (_super) {
604
+ __extends(InvalidDBSecurityGroupStateFault, _super);
605
+ function InvalidDBSecurityGroupStateFault(opts) {
606
+ var _this = _super.call(this, __assign({ name: "InvalidDBSecurityGroupStateFault", $fault: "client" }, opts)) || this;
607
+ _this.name = "InvalidDBSecurityGroupStateFault";
608
+ _this.$fault = "client";
609
+ Object.setPrototypeOf(_this, InvalidDBSecurityGroupStateFault.prototype);
610
+ return _this;
611
+ }
612
+ return InvalidDBSecurityGroupStateFault;
613
+ }(__BaseException));
614
+ export { InvalidDBSecurityGroupStateFault };
615
+ var SharedSnapshotQuotaExceededFault = (function (_super) {
616
+ __extends(SharedSnapshotQuotaExceededFault, _super);
617
+ function SharedSnapshotQuotaExceededFault(opts) {
618
+ var _this = _super.call(this, __assign({ name: "SharedSnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
619
+ _this.name = "SharedSnapshotQuotaExceededFault";
620
+ _this.$fault = "client";
621
+ Object.setPrototypeOf(_this, SharedSnapshotQuotaExceededFault.prototype);
622
+ return _this;
623
+ }
624
+ return SharedSnapshotQuotaExceededFault;
625
+ }(__BaseException));
626
+ export { SharedSnapshotQuotaExceededFault };
627
+ var DBUpgradeDependencyFailureFault = (function (_super) {
628
+ __extends(DBUpgradeDependencyFailureFault, _super);
629
+ function DBUpgradeDependencyFailureFault(opts) {
630
+ var _this = _super.call(this, __assign({ name: "DBUpgradeDependencyFailureFault", $fault: "client" }, opts)) || this;
631
+ _this.name = "DBUpgradeDependencyFailureFault";
632
+ _this.$fault = "client";
633
+ Object.setPrototypeOf(_this, DBUpgradeDependencyFailureFault.prototype);
634
+ return _this;
635
+ }
636
+ return DBUpgradeDependencyFailureFault;
637
+ }(__BaseException));
638
+ export { DBUpgradeDependencyFailureFault };
639
+ var SubnetAlreadyInUse = (function (_super) {
640
+ __extends(SubnetAlreadyInUse, _super);
641
+ function SubnetAlreadyInUse(opts) {
642
+ var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
643
+ _this.name = "SubnetAlreadyInUse";
644
+ _this.$fault = "client";
645
+ Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
646
+ return _this;
647
+ }
648
+ return SubnetAlreadyInUse;
649
+ }(__BaseException));
650
+ export { SubnetAlreadyInUse };
651
+ var InsufficientDBClusterCapacityFault = (function (_super) {
652
+ __extends(InsufficientDBClusterCapacityFault, _super);
653
+ function InsufficientDBClusterCapacityFault(opts) {
654
+ var _this = _super.call(this, __assign({ name: "InsufficientDBClusterCapacityFault", $fault: "client" }, opts)) || this;
655
+ _this.name = "InsufficientDBClusterCapacityFault";
656
+ _this.$fault = "client";
657
+ Object.setPrototypeOf(_this, InsufficientDBClusterCapacityFault.prototype);
658
+ return _this;
659
+ }
660
+ return InsufficientDBClusterCapacityFault;
661
+ }(__BaseException));
662
+ export { InsufficientDBClusterCapacityFault };
663
+ var InvalidDBSnapshotStateFault = (function (_super) {
664
+ __extends(InvalidDBSnapshotStateFault, _super);
665
+ function InvalidDBSnapshotStateFault(opts) {
666
+ var _this = _super.call(this, __assign({ name: "InvalidDBSnapshotStateFault", $fault: "client" }, opts)) || this;
667
+ _this.name = "InvalidDBSnapshotStateFault";
668
+ _this.$fault = "client";
669
+ Object.setPrototypeOf(_this, InvalidDBSnapshotStateFault.prototype);
670
+ return _this;
671
+ }
672
+ return InvalidDBSnapshotStateFault;
673
+ }(__BaseException));
674
+ export { InvalidDBSnapshotStateFault };
675
+ var InvalidRestoreFault = (function (_super) {
676
+ __extends(InvalidRestoreFault, _super);
677
+ function InvalidRestoreFault(opts) {
678
+ var _this = _super.call(this, __assign({ name: "InvalidRestoreFault", $fault: "client" }, opts)) || this;
679
+ _this.name = "InvalidRestoreFault";
680
+ _this.$fault = "client";
681
+ Object.setPrototypeOf(_this, InvalidRestoreFault.prototype);
682
+ return _this;
683
+ }
684
+ return InvalidRestoreFault;
685
+ }(__BaseException));
686
+ export { InvalidRestoreFault };
687
+ export var AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
688
+ export var EventSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
+ export var AddSourceIdentifierToSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
690
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
691
+ export var AddTagsToResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
+ export var ApplyPendingMaintenanceActionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
693
+ export var PendingMaintenanceActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
694
+ export var ResourcePendingMaintenanceActionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
695
+ export var ApplyPendingMaintenanceActionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
+ export var CopyDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
+ export var DBClusterParameterGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
698
+ export var CopyDBClusterParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
+ export var CopyDBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
700
+ export var DBClusterSnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
+ export var CopyDBClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
702
+ export var CreateDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
703
+ export var DBClusterRoleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
704
+ export var DBClusterMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
+ export var VpcSecurityGroupMembershipFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
+ export var DBClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
707
+ export var CreateDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
708
+ export var CreateDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
709
+ export var CreateDBClusterParameterGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
+ export var CreateDBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
711
+ export var CreateDBClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
712
+ export var CreateDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
+ export var AvailabilityZoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
714
+ export var SubnetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
715
+ export var DBSubnetGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
716
+ export var EndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
+ export var PendingCloudwatchLogsExportsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
718
+ export var PendingModifiedValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
719
+ export var DBInstanceStatusInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
+ export var DBInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
721
+ export var CreateDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
+ export var CreateDBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
723
+ export var CreateDBSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
724
+ export var CreateEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
725
+ export var CreateEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
726
+ export var CreateGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
727
+ export var GlobalClusterMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
728
+ export var GlobalClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
+ export var CreateGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
730
+ export var DeleteDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
731
+ export var DeleteDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
732
+ export var DeleteDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
+ export var DeleteDBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
734
+ export var DeleteDBClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
735
+ export var DeleteDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
736
+ export var DeleteDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
737
+ export var DeleteDBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
738
+ export var DeleteEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
739
+ export var DeleteEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
740
+ export var DeleteGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
+ export var DeleteGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
742
+ export var CertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
743
+ export var CertificateMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
744
+ export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
+ export var DescribeCertificatesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
746
+ export var DBClusterParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
747
+ export var DescribeDBClusterParameterGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
748
+ export var ParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
749
+ export var DBClusterParameterGroupDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
+ export var DescribeDBClusterParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
751
+ export var DBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
+ export var DescribeDBClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
753
+ export var DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
754
+ export var DBClusterSnapshotAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
755
+ export var DBClusterSnapshotAttributesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
756
+ export var DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
+ export var DBClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
758
+ export var DescribeDBClusterSnapshotsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
+ export var UpgradeTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
760
+ export var DBEngineVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
761
+ export var DBEngineVersionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
762
+ export var DescribeDBEngineVersionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
+ export var DBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
764
+ export var DescribeDBInstancesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
765
+ export var DBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
+ export var DescribeDBSubnetGroupsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
767
+ export var DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
768
+ export var EngineDefaultsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
769
+ export var DescribeEngineDefaultClusterParametersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
770
+ export var DescribeEventCategoriesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
771
+ export var EventCategoriesMapFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
772
+ export var EventCategoriesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
773
+ export var DescribeEventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
774
+ export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
775
+ export var EventsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
776
+ export var DescribeEventSubscriptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
777
+ export var EventSubscriptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
778
+ export var DescribeGlobalClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
779
+ export var GlobalClustersMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
+ export var DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
781
+ export var OrderableDBInstanceOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
782
+ export var OrderableDBInstanceOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
783
+ export var DescribePendingMaintenanceActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
784
+ export var PendingMaintenanceActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
785
+ export var FailoverDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
786
+ export var FailoverDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
+ export var ListTagsForResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
788
+ export var TagListMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
789
+ export var CloudwatchLogsExportConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
+ export var ModifyDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
791
+ export var ModifyDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
792
+ export var DBClusterParameterGroupNameMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
793
+ export var ModifyDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
+ export var ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
795
+ export var ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
796
+ export var ModifyDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
+ export var ModifyDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
798
+ export var ModifyDBSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
799
+ export var ModifyDBSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
800
+ export var ModifyEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
+ export var ModifyEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
802
+ export var ModifyGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
803
+ export var ModifyGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
804
+ export var RebootDBInstanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
805
+ export var RebootDBInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
806
+ export var RemoveFromGlobalClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
807
+ export var RemoveFromGlobalClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
+ export var RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
809
+ export var RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
810
+ export var RemoveTagsFromResourceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
811
+ export var ResetDBClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
812
+ export var RestoreDBClusterFromSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
+ export var RestoreDBClusterFromSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
814
+ export var RestoreDBClusterToPointInTimeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
815
+ export var RestoreDBClusterToPointInTimeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
816
+ export var StartDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
817
+ export var StartDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
818
+ export var StopDBClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
819
+ export var StopDBClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };