@aws-sdk/client-rds 3.721.0 → 3.725.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.
@@ -17,266 +17,266 @@ export const ActivityStreamStatus = {
17
17
  stopping: "stopping",
18
18
  };
19
19
  export class DBClusterNotFoundFault extends __BaseException {
20
+ name = "DBClusterNotFoundFault";
21
+ $fault = "client";
20
22
  constructor(opts) {
21
23
  super({
22
24
  name: "DBClusterNotFoundFault",
23
25
  $fault: "client",
24
26
  ...opts,
25
27
  });
26
- this.name = "DBClusterNotFoundFault";
27
- this.$fault = "client";
28
28
  Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
29
29
  }
30
30
  }
31
31
  export class DBClusterRoleAlreadyExistsFault extends __BaseException {
32
+ name = "DBClusterRoleAlreadyExistsFault";
33
+ $fault = "client";
32
34
  constructor(opts) {
33
35
  super({
34
36
  name: "DBClusterRoleAlreadyExistsFault",
35
37
  $fault: "client",
36
38
  ...opts,
37
39
  });
38
- this.name = "DBClusterRoleAlreadyExistsFault";
39
- this.$fault = "client";
40
40
  Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
41
41
  }
42
42
  }
43
43
  export class DBClusterRoleQuotaExceededFault extends __BaseException {
44
+ name = "DBClusterRoleQuotaExceededFault";
45
+ $fault = "client";
44
46
  constructor(opts) {
45
47
  super({
46
48
  name: "DBClusterRoleQuotaExceededFault",
47
49
  $fault: "client",
48
50
  ...opts,
49
51
  });
50
- this.name = "DBClusterRoleQuotaExceededFault";
51
- this.$fault = "client";
52
52
  Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
53
53
  }
54
54
  }
55
55
  export class InvalidDBClusterStateFault extends __BaseException {
56
+ name = "InvalidDBClusterStateFault";
57
+ $fault = "client";
56
58
  constructor(opts) {
57
59
  super({
58
60
  name: "InvalidDBClusterStateFault",
59
61
  $fault: "client",
60
62
  ...opts,
61
63
  });
62
- this.name = "InvalidDBClusterStateFault";
63
- this.$fault = "client";
64
64
  Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
65
65
  }
66
66
  }
67
67
  export class DBInstanceNotFoundFault extends __BaseException {
68
+ name = "DBInstanceNotFoundFault";
69
+ $fault = "client";
68
70
  constructor(opts) {
69
71
  super({
70
72
  name: "DBInstanceNotFoundFault",
71
73
  $fault: "client",
72
74
  ...opts,
73
75
  });
74
- this.name = "DBInstanceNotFoundFault";
75
- this.$fault = "client";
76
76
  Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
77
77
  }
78
78
  }
79
79
  export class DBInstanceRoleAlreadyExistsFault extends __BaseException {
80
+ name = "DBInstanceRoleAlreadyExistsFault";
81
+ $fault = "client";
80
82
  constructor(opts) {
81
83
  super({
82
84
  name: "DBInstanceRoleAlreadyExistsFault",
83
85
  $fault: "client",
84
86
  ...opts,
85
87
  });
86
- this.name = "DBInstanceRoleAlreadyExistsFault";
87
- this.$fault = "client";
88
88
  Object.setPrototypeOf(this, DBInstanceRoleAlreadyExistsFault.prototype);
89
89
  }
90
90
  }
91
91
  export class DBInstanceRoleQuotaExceededFault extends __BaseException {
92
+ name = "DBInstanceRoleQuotaExceededFault";
93
+ $fault = "client";
92
94
  constructor(opts) {
93
95
  super({
94
96
  name: "DBInstanceRoleQuotaExceededFault",
95
97
  $fault: "client",
96
98
  ...opts,
97
99
  });
98
- this.name = "DBInstanceRoleQuotaExceededFault";
99
- this.$fault = "client";
100
100
  Object.setPrototypeOf(this, DBInstanceRoleQuotaExceededFault.prototype);
101
101
  }
102
102
  }
103
103
  export class InvalidDBInstanceStateFault extends __BaseException {
104
+ name = "InvalidDBInstanceStateFault";
105
+ $fault = "client";
104
106
  constructor(opts) {
105
107
  super({
106
108
  name: "InvalidDBInstanceStateFault",
107
109
  $fault: "client",
108
110
  ...opts,
109
111
  });
110
- this.name = "InvalidDBInstanceStateFault";
111
- this.$fault = "client";
112
112
  Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
113
113
  }
114
114
  }
115
115
  export class SourceNotFoundFault extends __BaseException {
116
+ name = "SourceNotFoundFault";
117
+ $fault = "client";
116
118
  constructor(opts) {
117
119
  super({
118
120
  name: "SourceNotFoundFault",
119
121
  $fault: "client",
120
122
  ...opts,
121
123
  });
122
- this.name = "SourceNotFoundFault";
123
- this.$fault = "client";
124
124
  Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
125
125
  }
126
126
  }
127
127
  export class SubscriptionNotFoundFault extends __BaseException {
128
+ name = "SubscriptionNotFoundFault";
129
+ $fault = "client";
128
130
  constructor(opts) {
129
131
  super({
130
132
  name: "SubscriptionNotFoundFault",
131
133
  $fault: "client",
132
134
  ...opts,
133
135
  });
134
- this.name = "SubscriptionNotFoundFault";
135
- this.$fault = "client";
136
136
  Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
137
137
  }
138
138
  }
139
139
  export class BlueGreenDeploymentNotFoundFault extends __BaseException {
140
+ name = "BlueGreenDeploymentNotFoundFault";
141
+ $fault = "client";
140
142
  constructor(opts) {
141
143
  super({
142
144
  name: "BlueGreenDeploymentNotFoundFault",
143
145
  $fault: "client",
144
146
  ...opts,
145
147
  });
146
- this.name = "BlueGreenDeploymentNotFoundFault";
147
- this.$fault = "client";
148
148
  Object.setPrototypeOf(this, BlueGreenDeploymentNotFoundFault.prototype);
149
149
  }
150
150
  }
151
151
  export class DBProxyNotFoundFault extends __BaseException {
152
+ name = "DBProxyNotFoundFault";
153
+ $fault = "client";
152
154
  constructor(opts) {
153
155
  super({
154
156
  name: "DBProxyNotFoundFault",
155
157
  $fault: "client",
156
158
  ...opts,
157
159
  });
158
- this.name = "DBProxyNotFoundFault";
159
- this.$fault = "client";
160
160
  Object.setPrototypeOf(this, DBProxyNotFoundFault.prototype);
161
161
  }
162
162
  }
163
163
  export class DBProxyTargetGroupNotFoundFault extends __BaseException {
164
+ name = "DBProxyTargetGroupNotFoundFault";
165
+ $fault = "client";
164
166
  constructor(opts) {
165
167
  super({
166
168
  name: "DBProxyTargetGroupNotFoundFault",
167
169
  $fault: "client",
168
170
  ...opts,
169
171
  });
170
- this.name = "DBProxyTargetGroupNotFoundFault";
171
- this.$fault = "client";
172
172
  Object.setPrototypeOf(this, DBProxyTargetGroupNotFoundFault.prototype);
173
173
  }
174
174
  }
175
175
  export class DBSnapshotNotFoundFault extends __BaseException {
176
+ name = "DBSnapshotNotFoundFault";
177
+ $fault = "client";
176
178
  constructor(opts) {
177
179
  super({
178
180
  name: "DBSnapshotNotFoundFault",
179
181
  $fault: "client",
180
182
  ...opts,
181
183
  });
182
- this.name = "DBSnapshotNotFoundFault";
183
- this.$fault = "client";
184
184
  Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
185
185
  }
186
186
  }
187
187
  export class DBSnapshotTenantDatabaseNotFoundFault extends __BaseException {
188
+ name = "DBSnapshotTenantDatabaseNotFoundFault";
189
+ $fault = "client";
188
190
  constructor(opts) {
189
191
  super({
190
192
  name: "DBSnapshotTenantDatabaseNotFoundFault",
191
193
  $fault: "client",
192
194
  ...opts,
193
195
  });
194
- this.name = "DBSnapshotTenantDatabaseNotFoundFault";
195
- this.$fault = "client";
196
196
  Object.setPrototypeOf(this, DBSnapshotTenantDatabaseNotFoundFault.prototype);
197
197
  }
198
198
  }
199
199
  export class IntegrationNotFoundFault extends __BaseException {
200
+ name = "IntegrationNotFoundFault";
201
+ $fault = "client";
200
202
  constructor(opts) {
201
203
  super({
202
204
  name: "IntegrationNotFoundFault",
203
205
  $fault: "client",
204
206
  ...opts,
205
207
  });
206
- this.name = "IntegrationNotFoundFault";
207
- this.$fault = "client";
208
208
  Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
209
209
  }
210
210
  }
211
211
  export class TenantDatabaseNotFoundFault extends __BaseException {
212
+ name = "TenantDatabaseNotFoundFault";
213
+ $fault = "client";
212
214
  constructor(opts) {
213
215
  super({
214
216
  name: "TenantDatabaseNotFoundFault",
215
217
  $fault: "client",
216
218
  ...opts,
217
219
  });
218
- this.name = "TenantDatabaseNotFoundFault";
219
- this.$fault = "client";
220
220
  Object.setPrototypeOf(this, TenantDatabaseNotFoundFault.prototype);
221
221
  }
222
222
  }
223
223
  export class ResourceNotFoundFault extends __BaseException {
224
+ name = "ResourceNotFoundFault";
225
+ $fault = "client";
224
226
  constructor(opts) {
225
227
  super({
226
228
  name: "ResourceNotFoundFault",
227
229
  $fault: "client",
228
230
  ...opts,
229
231
  });
230
- this.name = "ResourceNotFoundFault";
231
- this.$fault = "client";
232
232
  Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
233
233
  }
234
234
  }
235
235
  export class AuthorizationAlreadyExistsFault extends __BaseException {
236
+ name = "AuthorizationAlreadyExistsFault";
237
+ $fault = "client";
236
238
  constructor(opts) {
237
239
  super({
238
240
  name: "AuthorizationAlreadyExistsFault",
239
241
  $fault: "client",
240
242
  ...opts,
241
243
  });
242
- this.name = "AuthorizationAlreadyExistsFault";
243
- this.$fault = "client";
244
244
  Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
245
245
  }
246
246
  }
247
247
  export class AuthorizationQuotaExceededFault extends __BaseException {
248
+ name = "AuthorizationQuotaExceededFault";
249
+ $fault = "client";
248
250
  constructor(opts) {
249
251
  super({
250
252
  name: "AuthorizationQuotaExceededFault",
251
253
  $fault: "client",
252
254
  ...opts,
253
255
  });
254
- this.name = "AuthorizationQuotaExceededFault";
255
- this.$fault = "client";
256
256
  Object.setPrototypeOf(this, AuthorizationQuotaExceededFault.prototype);
257
257
  }
258
258
  }
259
259
  export class DBSecurityGroupNotFoundFault extends __BaseException {
260
+ name = "DBSecurityGroupNotFoundFault";
261
+ $fault = "client";
260
262
  constructor(opts) {
261
263
  super({
262
264
  name: "DBSecurityGroupNotFoundFault",
263
265
  $fault: "client",
264
266
  ...opts,
265
267
  });
266
- this.name = "DBSecurityGroupNotFoundFault";
267
- this.$fault = "client";
268
268
  Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
269
269
  }
270
270
  }
271
271
  export class InvalidDBSecurityGroupStateFault extends __BaseException {
272
+ name = "InvalidDBSecurityGroupStateFault";
273
+ $fault = "client";
272
274
  constructor(opts) {
273
275
  super({
274
276
  name: "InvalidDBSecurityGroupStateFault",
275
277
  $fault: "client",
276
278
  ...opts,
277
279
  });
278
- this.name = "InvalidDBSecurityGroupStateFault";
279
- this.$fault = "client";
280
280
  Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
281
281
  }
282
282
  }
@@ -285,314 +285,314 @@ export const ExportSourceType = {
285
285
  SNAPSHOT: "SNAPSHOT",
286
286
  };
287
287
  export class ExportTaskNotFoundFault extends __BaseException {
288
+ name = "ExportTaskNotFoundFault";
289
+ $fault = "client";
288
290
  constructor(opts) {
289
291
  super({
290
292
  name: "ExportTaskNotFoundFault",
291
293
  $fault: "client",
292
294
  ...opts,
293
295
  });
294
- this.name = "ExportTaskNotFoundFault";
295
- this.$fault = "client";
296
296
  Object.setPrototypeOf(this, ExportTaskNotFoundFault.prototype);
297
297
  }
298
298
  }
299
299
  export class InvalidExportTaskStateFault extends __BaseException {
300
+ name = "InvalidExportTaskStateFault";
301
+ $fault = "client";
300
302
  constructor(opts) {
301
303
  super({
302
304
  name: "InvalidExportTaskStateFault",
303
305
  $fault: "client",
304
306
  ...opts,
305
307
  });
306
- this.name = "InvalidExportTaskStateFault";
307
- this.$fault = "client";
308
308
  Object.setPrototypeOf(this, InvalidExportTaskStateFault.prototype);
309
309
  }
310
310
  }
311
311
  export class DBParameterGroupAlreadyExistsFault extends __BaseException {
312
+ name = "DBParameterGroupAlreadyExistsFault";
313
+ $fault = "client";
312
314
  constructor(opts) {
313
315
  super({
314
316
  name: "DBParameterGroupAlreadyExistsFault",
315
317
  $fault: "client",
316
318
  ...opts,
317
319
  });
318
- this.name = "DBParameterGroupAlreadyExistsFault";
319
- this.$fault = "client";
320
320
  Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
321
321
  }
322
322
  }
323
323
  export class DBParameterGroupNotFoundFault extends __BaseException {
324
+ name = "DBParameterGroupNotFoundFault";
325
+ $fault = "client";
324
326
  constructor(opts) {
325
327
  super({
326
328
  name: "DBParameterGroupNotFoundFault",
327
329
  $fault: "client",
328
330
  ...opts,
329
331
  });
330
- this.name = "DBParameterGroupNotFoundFault";
331
- this.$fault = "client";
332
332
  Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
333
333
  }
334
334
  }
335
335
  export class DBParameterGroupQuotaExceededFault extends __BaseException {
336
+ name = "DBParameterGroupQuotaExceededFault";
337
+ $fault = "client";
336
338
  constructor(opts) {
337
339
  super({
338
340
  name: "DBParameterGroupQuotaExceededFault",
339
341
  $fault: "client",
340
342
  ...opts,
341
343
  });
342
- this.name = "DBParameterGroupQuotaExceededFault";
343
- this.$fault = "client";
344
344
  Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
345
345
  }
346
346
  }
347
347
  export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
348
+ name = "DBClusterSnapshotAlreadyExistsFault";
349
+ $fault = "client";
348
350
  constructor(opts) {
349
351
  super({
350
352
  name: "DBClusterSnapshotAlreadyExistsFault",
351
353
  $fault: "client",
352
354
  ...opts,
353
355
  });
354
- this.name = "DBClusterSnapshotAlreadyExistsFault";
355
- this.$fault = "client";
356
356
  Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
357
357
  }
358
358
  }
359
359
  export class DBClusterSnapshotNotFoundFault extends __BaseException {
360
+ name = "DBClusterSnapshotNotFoundFault";
361
+ $fault = "client";
360
362
  constructor(opts) {
361
363
  super({
362
364
  name: "DBClusterSnapshotNotFoundFault",
363
365
  $fault: "client",
364
366
  ...opts,
365
367
  });
366
- this.name = "DBClusterSnapshotNotFoundFault";
367
- this.$fault = "client";
368
368
  Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
369
369
  }
370
370
  }
371
371
  export class InvalidDBClusterSnapshotStateFault extends __BaseException {
372
+ name = "InvalidDBClusterSnapshotStateFault";
373
+ $fault = "client";
372
374
  constructor(opts) {
373
375
  super({
374
376
  name: "InvalidDBClusterSnapshotStateFault",
375
377
  $fault: "client",
376
378
  ...opts,
377
379
  });
378
- this.name = "InvalidDBClusterSnapshotStateFault";
379
- this.$fault = "client";
380
380
  Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
381
381
  }
382
382
  }
383
383
  export class KMSKeyNotAccessibleFault extends __BaseException {
384
+ name = "KMSKeyNotAccessibleFault";
385
+ $fault = "client";
384
386
  constructor(opts) {
385
387
  super({
386
388
  name: "KMSKeyNotAccessibleFault",
387
389
  $fault: "client",
388
390
  ...opts,
389
391
  });
390
- this.name = "KMSKeyNotAccessibleFault";
391
- this.$fault = "client";
392
392
  Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
393
393
  }
394
394
  }
395
395
  export class SnapshotQuotaExceededFault extends __BaseException {
396
+ name = "SnapshotQuotaExceededFault";
397
+ $fault = "client";
396
398
  constructor(opts) {
397
399
  super({
398
400
  name: "SnapshotQuotaExceededFault",
399
401
  $fault: "client",
400
402
  ...opts,
401
403
  });
402
- this.name = "SnapshotQuotaExceededFault";
403
- this.$fault = "client";
404
404
  Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
405
405
  }
406
406
  }
407
407
  export class CustomAvailabilityZoneNotFoundFault extends __BaseException {
408
+ name = "CustomAvailabilityZoneNotFoundFault";
409
+ $fault = "client";
408
410
  constructor(opts) {
409
411
  super({
410
412
  name: "CustomAvailabilityZoneNotFoundFault",
411
413
  $fault: "client",
412
414
  ...opts,
413
415
  });
414
- this.name = "CustomAvailabilityZoneNotFoundFault";
415
- this.$fault = "client";
416
416
  Object.setPrototypeOf(this, CustomAvailabilityZoneNotFoundFault.prototype);
417
417
  }
418
418
  }
419
419
  export class DBSnapshotAlreadyExistsFault extends __BaseException {
420
+ name = "DBSnapshotAlreadyExistsFault";
421
+ $fault = "client";
420
422
  constructor(opts) {
421
423
  super({
422
424
  name: "DBSnapshotAlreadyExistsFault",
423
425
  $fault: "client",
424
426
  ...opts,
425
427
  });
426
- this.name = "DBSnapshotAlreadyExistsFault";
427
- this.$fault = "client";
428
428
  Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
429
429
  }
430
430
  }
431
431
  export class InvalidDBSnapshotStateFault extends __BaseException {
432
+ name = "InvalidDBSnapshotStateFault";
433
+ $fault = "client";
432
434
  constructor(opts) {
433
435
  super({
434
436
  name: "InvalidDBSnapshotStateFault",
435
437
  $fault: "client",
436
438
  ...opts,
437
439
  });
438
- this.name = "InvalidDBSnapshotStateFault";
439
- this.$fault = "client";
440
440
  Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
441
441
  }
442
442
  }
443
443
  export class OptionGroupAlreadyExistsFault extends __BaseException {
444
+ name = "OptionGroupAlreadyExistsFault";
445
+ $fault = "client";
444
446
  constructor(opts) {
445
447
  super({
446
448
  name: "OptionGroupAlreadyExistsFault",
447
449
  $fault: "client",
448
450
  ...opts,
449
451
  });
450
- this.name = "OptionGroupAlreadyExistsFault";
451
- this.$fault = "client";
452
452
  Object.setPrototypeOf(this, OptionGroupAlreadyExistsFault.prototype);
453
453
  }
454
454
  }
455
455
  export class OptionGroupNotFoundFault extends __BaseException {
456
+ name = "OptionGroupNotFoundFault";
457
+ $fault = "client";
456
458
  constructor(opts) {
457
459
  super({
458
460
  name: "OptionGroupNotFoundFault",
459
461
  $fault: "client",
460
462
  ...opts,
461
463
  });
462
- this.name = "OptionGroupNotFoundFault";
463
- this.$fault = "client";
464
464
  Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
465
465
  }
466
466
  }
467
467
  export class OptionGroupQuotaExceededFault extends __BaseException {
468
+ name = "OptionGroupQuotaExceededFault";
469
+ $fault = "client";
468
470
  constructor(opts) {
469
471
  super({
470
472
  name: "OptionGroupQuotaExceededFault",
471
473
  $fault: "client",
472
474
  ...opts,
473
475
  });
474
- this.name = "OptionGroupQuotaExceededFault";
475
- this.$fault = "client";
476
476
  Object.setPrototypeOf(this, OptionGroupQuotaExceededFault.prototype);
477
477
  }
478
478
  }
479
479
  export class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
480
+ name = "BlueGreenDeploymentAlreadyExistsFault";
481
+ $fault = "client";
480
482
  constructor(opts) {
481
483
  super({
482
484
  name: "BlueGreenDeploymentAlreadyExistsFault",
483
485
  $fault: "client",
484
486
  ...opts,
485
487
  });
486
- this.name = "BlueGreenDeploymentAlreadyExistsFault";
487
- this.$fault = "client";
488
488
  Object.setPrototypeOf(this, BlueGreenDeploymentAlreadyExistsFault.prototype);
489
489
  }
490
490
  }
491
491
  export class DBClusterParameterGroupNotFoundFault extends __BaseException {
492
+ name = "DBClusterParameterGroupNotFoundFault";
493
+ $fault = "client";
492
494
  constructor(opts) {
493
495
  super({
494
496
  name: "DBClusterParameterGroupNotFoundFault",
495
497
  $fault: "client",
496
498
  ...opts,
497
499
  });
498
- this.name = "DBClusterParameterGroupNotFoundFault";
499
- this.$fault = "client";
500
500
  Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
501
501
  }
502
502
  }
503
503
  export class DBClusterQuotaExceededFault extends __BaseException {
504
+ name = "DBClusterQuotaExceededFault";
505
+ $fault = "client";
504
506
  constructor(opts) {
505
507
  super({
506
508
  name: "DBClusterQuotaExceededFault",
507
509
  $fault: "client",
508
510
  ...opts,
509
511
  });
510
- this.name = "DBClusterQuotaExceededFault";
511
- this.$fault = "client";
512
512
  Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
513
513
  }
514
514
  }
515
515
  export class InstanceQuotaExceededFault extends __BaseException {
516
+ name = "InstanceQuotaExceededFault";
517
+ $fault = "client";
516
518
  constructor(opts) {
517
519
  super({
518
520
  name: "InstanceQuotaExceededFault",
519
521
  $fault: "client",
520
522
  ...opts,
521
523
  });
522
- this.name = "InstanceQuotaExceededFault";
523
- this.$fault = "client";
524
524
  Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
525
525
  }
526
526
  }
527
527
  export class SourceClusterNotSupportedFault extends __BaseException {
528
+ name = "SourceClusterNotSupportedFault";
529
+ $fault = "client";
528
530
  constructor(opts) {
529
531
  super({
530
532
  name: "SourceClusterNotSupportedFault",
531
533
  $fault: "client",
532
534
  ...opts,
533
535
  });
534
- this.name = "SourceClusterNotSupportedFault";
535
- this.$fault = "client";
536
536
  Object.setPrototypeOf(this, SourceClusterNotSupportedFault.prototype);
537
537
  }
538
538
  }
539
539
  export class SourceDatabaseNotSupportedFault extends __BaseException {
540
+ name = "SourceDatabaseNotSupportedFault";
541
+ $fault = "client";
540
542
  constructor(opts) {
541
543
  super({
542
544
  name: "SourceDatabaseNotSupportedFault",
543
545
  $fault: "client",
544
546
  ...opts,
545
547
  });
546
- this.name = "SourceDatabaseNotSupportedFault";
547
- this.$fault = "client";
548
548
  Object.setPrototypeOf(this, SourceDatabaseNotSupportedFault.prototype);
549
549
  }
550
550
  }
551
551
  export class CreateCustomDBEngineVersionFault extends __BaseException {
552
+ name = "CreateCustomDBEngineVersionFault";
553
+ $fault = "client";
552
554
  constructor(opts) {
553
555
  super({
554
556
  name: "CreateCustomDBEngineVersionFault",
555
557
  $fault: "client",
556
558
  ...opts,
557
559
  });
558
- this.name = "CreateCustomDBEngineVersionFault";
559
- this.$fault = "client";
560
560
  Object.setPrototypeOf(this, CreateCustomDBEngineVersionFault.prototype);
561
561
  }
562
562
  }
563
563
  export class CustomDBEngineVersionAlreadyExistsFault extends __BaseException {
564
+ name = "CustomDBEngineVersionAlreadyExistsFault";
565
+ $fault = "client";
564
566
  constructor(opts) {
565
567
  super({
566
568
  name: "CustomDBEngineVersionAlreadyExistsFault",
567
569
  $fault: "client",
568
570
  ...opts,
569
571
  });
570
- this.name = "CustomDBEngineVersionAlreadyExistsFault";
571
- this.$fault = "client";
572
572
  Object.setPrototypeOf(this, CustomDBEngineVersionAlreadyExistsFault.prototype);
573
573
  }
574
574
  }
575
575
  export class CustomDBEngineVersionQuotaExceededFault extends __BaseException {
576
+ name = "CustomDBEngineVersionQuotaExceededFault";
577
+ $fault = "client";
576
578
  constructor(opts) {
577
579
  super({
578
580
  name: "CustomDBEngineVersionQuotaExceededFault",
579
581
  $fault: "client",
580
582
  ...opts,
581
583
  });
582
- this.name = "CustomDBEngineVersionQuotaExceededFault";
583
- this.$fault = "client";
584
584
  Object.setPrototypeOf(this, CustomDBEngineVersionQuotaExceededFault.prototype);
585
585
  }
586
586
  }
587
587
  export class Ec2ImagePropertiesNotSupportedFault extends __BaseException {
588
+ name = "Ec2ImagePropertiesNotSupportedFault";
589
+ $fault = "client";
588
590
  constructor(opts) {
589
591
  super({
590
592
  name: "Ec2ImagePropertiesNotSupportedFault",
591
593
  $fault: "client",
592
594
  ...opts,
593
595
  });
594
- this.name = "Ec2ImagePropertiesNotSupportedFault";
595
- this.$fault = "client";
596
596
  Object.setPrototypeOf(this, Ec2ImagePropertiesNotSupportedFault.prototype);
597
597
  }
598
598
  }
@@ -633,218 +633,218 @@ export const LocalWriteForwardingStatus = {
633
633
  REQUESTED: "requested",
634
634
  };
635
635
  export class DBClusterAlreadyExistsFault extends __BaseException {
636
+ name = "DBClusterAlreadyExistsFault";
637
+ $fault = "client";
636
638
  constructor(opts) {
637
639
  super({
638
640
  name: "DBClusterAlreadyExistsFault",
639
641
  $fault: "client",
640
642
  ...opts,
641
643
  });
642
- this.name = "DBClusterAlreadyExistsFault";
643
- this.$fault = "client";
644
644
  Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
645
645
  }
646
646
  }
647
647
  export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
648
+ name = "DBSubnetGroupDoesNotCoverEnoughAZs";
649
+ $fault = "client";
648
650
  constructor(opts) {
649
651
  super({
650
652
  name: "DBSubnetGroupDoesNotCoverEnoughAZs",
651
653
  $fault: "client",
652
654
  ...opts,
653
655
  });
654
- this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
655
- this.$fault = "client";
656
656
  Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
657
657
  }
658
658
  }
659
659
  export class DBSubnetGroupNotFoundFault extends __BaseException {
660
+ name = "DBSubnetGroupNotFoundFault";
661
+ $fault = "client";
660
662
  constructor(opts) {
661
663
  super({
662
664
  name: "DBSubnetGroupNotFoundFault",
663
665
  $fault: "client",
664
666
  ...opts,
665
667
  });
666
- this.name = "DBSubnetGroupNotFoundFault";
667
- this.$fault = "client";
668
668
  Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
669
669
  }
670
670
  }
671
671
  export class DomainNotFoundFault extends __BaseException {
672
+ name = "DomainNotFoundFault";
673
+ $fault = "client";
672
674
  constructor(opts) {
673
675
  super({
674
676
  name: "DomainNotFoundFault",
675
677
  $fault: "client",
676
678
  ...opts,
677
679
  });
678
- this.name = "DomainNotFoundFault";
679
- this.$fault = "client";
680
680
  Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
681
681
  }
682
682
  }
683
683
  export class GlobalClusterNotFoundFault extends __BaseException {
684
+ name = "GlobalClusterNotFoundFault";
685
+ $fault = "client";
684
686
  constructor(opts) {
685
687
  super({
686
688
  name: "GlobalClusterNotFoundFault",
687
689
  $fault: "client",
688
690
  ...opts,
689
691
  });
690
- this.name = "GlobalClusterNotFoundFault";
691
- this.$fault = "client";
692
692
  Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
693
693
  }
694
694
  }
695
695
  export class InsufficientDBInstanceCapacityFault extends __BaseException {
696
+ name = "InsufficientDBInstanceCapacityFault";
697
+ $fault = "client";
696
698
  constructor(opts) {
697
699
  super({
698
700
  name: "InsufficientDBInstanceCapacityFault",
699
701
  $fault: "client",
700
702
  ...opts,
701
703
  });
702
- this.name = "InsufficientDBInstanceCapacityFault";
703
- this.$fault = "client";
704
704
  Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
705
705
  }
706
706
  }
707
707
  export class InsufficientStorageClusterCapacityFault extends __BaseException {
708
+ name = "InsufficientStorageClusterCapacityFault";
709
+ $fault = "client";
708
710
  constructor(opts) {
709
711
  super({
710
712
  name: "InsufficientStorageClusterCapacityFault",
711
713
  $fault: "client",
712
714
  ...opts,
713
715
  });
714
- this.name = "InsufficientStorageClusterCapacityFault";
715
- this.$fault = "client";
716
716
  Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
717
717
  }
718
718
  }
719
719
  export class InvalidDBSubnetGroupFault extends __BaseException {
720
+ name = "InvalidDBSubnetGroupFault";
721
+ $fault = "client";
720
722
  constructor(opts) {
721
723
  super({
722
724
  name: "InvalidDBSubnetGroupFault",
723
725
  $fault: "client",
724
726
  ...opts,
725
727
  });
726
- this.name = "InvalidDBSubnetGroupFault";
727
- this.$fault = "client";
728
728
  Object.setPrototypeOf(this, InvalidDBSubnetGroupFault.prototype);
729
729
  }
730
730
  }
731
731
  export class InvalidDBSubnetGroupStateFault extends __BaseException {
732
+ name = "InvalidDBSubnetGroupStateFault";
733
+ $fault = "client";
732
734
  constructor(opts) {
733
735
  super({
734
736
  name: "InvalidDBSubnetGroupStateFault",
735
737
  $fault: "client",
736
738
  ...opts,
737
739
  });
738
- this.name = "InvalidDBSubnetGroupStateFault";
739
- this.$fault = "client";
740
740
  Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
741
741
  }
742
742
  }
743
743
  export class InvalidGlobalClusterStateFault extends __BaseException {
744
+ name = "InvalidGlobalClusterStateFault";
745
+ $fault = "client";
744
746
  constructor(opts) {
745
747
  super({
746
748
  name: "InvalidGlobalClusterStateFault",
747
749
  $fault: "client",
748
750
  ...opts,
749
751
  });
750
- this.name = "InvalidGlobalClusterStateFault";
751
- this.$fault = "client";
752
752
  Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
753
753
  }
754
754
  }
755
755
  export class InvalidSubnet extends __BaseException {
756
+ name = "InvalidSubnet";
757
+ $fault = "client";
756
758
  constructor(opts) {
757
759
  super({
758
760
  name: "InvalidSubnet",
759
761
  $fault: "client",
760
762
  ...opts,
761
763
  });
762
- this.name = "InvalidSubnet";
763
- this.$fault = "client";
764
764
  Object.setPrototypeOf(this, InvalidSubnet.prototype);
765
765
  }
766
766
  }
767
767
  export class InvalidVPCNetworkStateFault extends __BaseException {
768
+ name = "InvalidVPCNetworkStateFault";
769
+ $fault = "client";
768
770
  constructor(opts) {
769
771
  super({
770
772
  name: "InvalidVPCNetworkStateFault",
771
773
  $fault: "client",
772
774
  ...opts,
773
775
  });
774
- this.name = "InvalidVPCNetworkStateFault";
775
- this.$fault = "client";
776
776
  Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
777
777
  }
778
778
  }
779
779
  export class StorageQuotaExceededFault extends __BaseException {
780
+ name = "StorageQuotaExceededFault";
781
+ $fault = "client";
780
782
  constructor(opts) {
781
783
  super({
782
784
  name: "StorageQuotaExceededFault",
783
785
  $fault: "client",
784
786
  ...opts,
785
787
  });
786
- this.name = "StorageQuotaExceededFault";
787
- this.$fault = "client";
788
788
  Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
789
789
  }
790
790
  }
791
791
  export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
792
+ name = "DBClusterEndpointAlreadyExistsFault";
793
+ $fault = "client";
792
794
  constructor(opts) {
793
795
  super({
794
796
  name: "DBClusterEndpointAlreadyExistsFault",
795
797
  $fault: "client",
796
798
  ...opts,
797
799
  });
798
- this.name = "DBClusterEndpointAlreadyExistsFault";
799
- this.$fault = "client";
800
800
  Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
801
801
  }
802
802
  }
803
803
  export class DBClusterEndpointQuotaExceededFault extends __BaseException {
804
+ name = "DBClusterEndpointQuotaExceededFault";
805
+ $fault = "client";
804
806
  constructor(opts) {
805
807
  super({
806
808
  name: "DBClusterEndpointQuotaExceededFault",
807
809
  $fault: "client",
808
810
  ...opts,
809
811
  });
810
- this.name = "DBClusterEndpointQuotaExceededFault";
811
- this.$fault = "client";
812
812
  Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
813
813
  }
814
814
  }
815
815
  export class AuthorizationNotFoundFault extends __BaseException {
816
+ name = "AuthorizationNotFoundFault";
817
+ $fault = "client";
816
818
  constructor(opts) {
817
819
  super({
818
820
  name: "AuthorizationNotFoundFault",
819
821
  $fault: "client",
820
822
  ...opts,
821
823
  });
822
- this.name = "AuthorizationNotFoundFault";
823
- this.$fault = "client";
824
824
  Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
825
825
  }
826
826
  }
827
827
  export class BackupPolicyNotFoundFault extends __BaseException {
828
+ name = "BackupPolicyNotFoundFault";
829
+ $fault = "client";
828
830
  constructor(opts) {
829
831
  super({
830
832
  name: "BackupPolicyNotFoundFault",
831
833
  $fault: "client",
832
834
  ...opts,
833
835
  });
834
- this.name = "BackupPolicyNotFoundFault";
835
- this.$fault = "client";
836
836
  Object.setPrototypeOf(this, BackupPolicyNotFoundFault.prototype);
837
837
  }
838
838
  }
839
839
  export class CertificateNotFoundFault extends __BaseException {
840
+ name = "CertificateNotFoundFault";
841
+ $fault = "client";
840
842
  constructor(opts) {
841
843
  super({
842
844
  name: "CertificateNotFoundFault",
843
845
  $fault: "client",
844
846
  ...opts,
845
847
  });
846
- this.name = "CertificateNotFoundFault";
847
- this.$fault = "client";
848
848
  Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
849
849
  }
850
850
  }
@@ -853,74 +853,74 @@ export const AutomationMode = {
853
853
  FULL: "full",
854
854
  };
855
855
  export class DBInstanceAlreadyExistsFault extends __BaseException {
856
+ name = "DBInstanceAlreadyExistsFault";
857
+ $fault = "client";
856
858
  constructor(opts) {
857
859
  super({
858
860
  name: "DBInstanceAlreadyExistsFault",
859
861
  $fault: "client",
860
862
  ...opts,
861
863
  });
862
- this.name = "DBInstanceAlreadyExistsFault";
863
- this.$fault = "client";
864
864
  Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
865
865
  }
866
866
  }
867
867
  export class NetworkTypeNotSupported extends __BaseException {
868
+ name = "NetworkTypeNotSupported";
869
+ $fault = "client";
868
870
  constructor(opts) {
869
871
  super({
870
872
  name: "NetworkTypeNotSupported",
871
873
  $fault: "client",
872
874
  ...opts,
873
875
  });
874
- this.name = "NetworkTypeNotSupported";
875
- this.$fault = "client";
876
876
  Object.setPrototypeOf(this, NetworkTypeNotSupported.prototype);
877
877
  }
878
878
  }
879
879
  export class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
880
+ name = "ProvisionedIopsNotAvailableInAZFault";
881
+ $fault = "client";
880
882
  constructor(opts) {
881
883
  super({
882
884
  name: "ProvisionedIopsNotAvailableInAZFault",
883
885
  $fault: "client",
884
886
  ...opts,
885
887
  });
886
- this.name = "ProvisionedIopsNotAvailableInAZFault";
887
- this.$fault = "client";
888
888
  Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
889
889
  }
890
890
  }
891
891
  export class StorageTypeNotSupportedFault extends __BaseException {
892
+ name = "StorageTypeNotSupportedFault";
893
+ $fault = "client";
892
894
  constructor(opts) {
893
895
  super({
894
896
  name: "StorageTypeNotSupportedFault",
895
897
  $fault: "client",
896
898
  ...opts,
897
899
  });
898
- this.name = "StorageTypeNotSupportedFault";
899
- this.$fault = "client";
900
900
  Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
901
901
  }
902
902
  }
903
903
  export class TenantDatabaseQuotaExceededFault extends __BaseException {
904
+ name = "TenantDatabaseQuotaExceededFault";
905
+ $fault = "client";
904
906
  constructor(opts) {
905
907
  super({
906
908
  name: "TenantDatabaseQuotaExceededFault",
907
909
  $fault: "client",
908
910
  ...opts,
909
911
  });
910
- this.name = "TenantDatabaseQuotaExceededFault";
911
- this.$fault = "client";
912
912
  Object.setPrototypeOf(this, TenantDatabaseQuotaExceededFault.prototype);
913
913
  }
914
914
  }
915
915
  export class DBSubnetGroupNotAllowedFault extends __BaseException {
916
+ name = "DBSubnetGroupNotAllowedFault";
917
+ $fault = "client";
916
918
  constructor(opts) {
917
919
  super({
918
920
  name: "DBSubnetGroupNotAllowedFault",
919
921
  $fault: "client",
920
922
  ...opts,
921
923
  });
922
- this.name = "DBSubnetGroupNotAllowedFault";
923
- this.$fault = "client";
924
924
  Object.setPrototypeOf(this, DBSubnetGroupNotAllowedFault.prototype);
925
925
  }
926
926
  }
@@ -956,26 +956,26 @@ export const DBProxyStatus = {
956
956
  SUSPENDING: "suspending",
957
957
  };
958
958
  export class DBProxyAlreadyExistsFault extends __BaseException {
959
+ name = "DBProxyAlreadyExistsFault";
960
+ $fault = "client";
959
961
  constructor(opts) {
960
962
  super({
961
963
  name: "DBProxyAlreadyExistsFault",
962
964
  $fault: "client",
963
965
  ...opts,
964
966
  });
965
- this.name = "DBProxyAlreadyExistsFault";
966
- this.$fault = "client";
967
967
  Object.setPrototypeOf(this, DBProxyAlreadyExistsFault.prototype);
968
968
  }
969
969
  }
970
970
  export class DBProxyQuotaExceededFault extends __BaseException {
971
+ name = "DBProxyQuotaExceededFault";
972
+ $fault = "client";
971
973
  constructor(opts) {
972
974
  super({
973
975
  name: "DBProxyQuotaExceededFault",
974
976
  $fault: "client",
975
977
  ...opts,
976
978
  });
977
- this.name = "DBProxyQuotaExceededFault";
978
- this.$fault = "client";
979
979
  Object.setPrototypeOf(this, DBProxyQuotaExceededFault.prototype);
980
980
  }
981
981
  }
@@ -992,218 +992,218 @@ export const DBProxyEndpointStatus = {
992
992
  MODIFYING: "modifying",
993
993
  };
994
994
  export class DBProxyEndpointAlreadyExistsFault extends __BaseException {
995
+ name = "DBProxyEndpointAlreadyExistsFault";
996
+ $fault = "client";
995
997
  constructor(opts) {
996
998
  super({
997
999
  name: "DBProxyEndpointAlreadyExistsFault",
998
1000
  $fault: "client",
999
1001
  ...opts,
1000
1002
  });
1001
- this.name = "DBProxyEndpointAlreadyExistsFault";
1002
- this.$fault = "client";
1003
1003
  Object.setPrototypeOf(this, DBProxyEndpointAlreadyExistsFault.prototype);
1004
1004
  }
1005
1005
  }
1006
1006
  export class DBProxyEndpointQuotaExceededFault extends __BaseException {
1007
+ name = "DBProxyEndpointQuotaExceededFault";
1008
+ $fault = "client";
1007
1009
  constructor(opts) {
1008
1010
  super({
1009
1011
  name: "DBProxyEndpointQuotaExceededFault",
1010
1012
  $fault: "client",
1011
1013
  ...opts,
1012
1014
  });
1013
- this.name = "DBProxyEndpointQuotaExceededFault";
1014
- this.$fault = "client";
1015
1015
  Object.setPrototypeOf(this, DBProxyEndpointQuotaExceededFault.prototype);
1016
1016
  }
1017
1017
  }
1018
1018
  export class InvalidDBProxyStateFault extends __BaseException {
1019
+ name = "InvalidDBProxyStateFault";
1020
+ $fault = "client";
1019
1021
  constructor(opts) {
1020
1022
  super({
1021
1023
  name: "InvalidDBProxyStateFault",
1022
1024
  $fault: "client",
1023
1025
  ...opts,
1024
1026
  });
1025
- this.name = "InvalidDBProxyStateFault";
1026
- this.$fault = "client";
1027
1027
  Object.setPrototypeOf(this, InvalidDBProxyStateFault.prototype);
1028
1028
  }
1029
1029
  }
1030
1030
  export class DBSecurityGroupAlreadyExistsFault extends __BaseException {
1031
+ name = "DBSecurityGroupAlreadyExistsFault";
1032
+ $fault = "client";
1031
1033
  constructor(opts) {
1032
1034
  super({
1033
1035
  name: "DBSecurityGroupAlreadyExistsFault",
1034
1036
  $fault: "client",
1035
1037
  ...opts,
1036
1038
  });
1037
- this.name = "DBSecurityGroupAlreadyExistsFault";
1038
- this.$fault = "client";
1039
1039
  Object.setPrototypeOf(this, DBSecurityGroupAlreadyExistsFault.prototype);
1040
1040
  }
1041
1041
  }
1042
1042
  export class DBSecurityGroupNotSupportedFault extends __BaseException {
1043
+ name = "DBSecurityGroupNotSupportedFault";
1044
+ $fault = "client";
1043
1045
  constructor(opts) {
1044
1046
  super({
1045
1047
  name: "DBSecurityGroupNotSupportedFault",
1046
1048
  $fault: "client",
1047
1049
  ...opts,
1048
1050
  });
1049
- this.name = "DBSecurityGroupNotSupportedFault";
1050
- this.$fault = "client";
1051
1051
  Object.setPrototypeOf(this, DBSecurityGroupNotSupportedFault.prototype);
1052
1052
  }
1053
1053
  }
1054
1054
  export class DBSecurityGroupQuotaExceededFault extends __BaseException {
1055
+ name = "DBSecurityGroupQuotaExceededFault";
1056
+ $fault = "client";
1055
1057
  constructor(opts) {
1056
1058
  super({
1057
1059
  name: "DBSecurityGroupQuotaExceededFault",
1058
1060
  $fault: "client",
1059
1061
  ...opts,
1060
1062
  });
1061
- this.name = "DBSecurityGroupQuotaExceededFault";
1062
- this.$fault = "client";
1063
1063
  Object.setPrototypeOf(this, DBSecurityGroupQuotaExceededFault.prototype);
1064
1064
  }
1065
1065
  }
1066
1066
  export class DBShardGroupAlreadyExistsFault extends __BaseException {
1067
+ name = "DBShardGroupAlreadyExistsFault";
1068
+ $fault = "client";
1067
1069
  constructor(opts) {
1068
1070
  super({
1069
1071
  name: "DBShardGroupAlreadyExistsFault",
1070
1072
  $fault: "client",
1071
1073
  ...opts,
1072
1074
  });
1073
- this.name = "DBShardGroupAlreadyExistsFault";
1074
- this.$fault = "client";
1075
1075
  Object.setPrototypeOf(this, DBShardGroupAlreadyExistsFault.prototype);
1076
1076
  }
1077
1077
  }
1078
1078
  export class MaxDBShardGroupLimitReached extends __BaseException {
1079
+ name = "MaxDBShardGroupLimitReached";
1080
+ $fault = "client";
1079
1081
  constructor(opts) {
1080
1082
  super({
1081
1083
  name: "MaxDBShardGroupLimitReached",
1082
1084
  $fault: "client",
1083
1085
  ...opts,
1084
1086
  });
1085
- this.name = "MaxDBShardGroupLimitReached";
1086
- this.$fault = "client";
1087
1087
  Object.setPrototypeOf(this, MaxDBShardGroupLimitReached.prototype);
1088
1088
  }
1089
1089
  }
1090
1090
  export class UnsupportedDBEngineVersionFault extends __BaseException {
1091
+ name = "UnsupportedDBEngineVersionFault";
1092
+ $fault = "client";
1091
1093
  constructor(opts) {
1092
1094
  super({
1093
1095
  name: "UnsupportedDBEngineVersionFault",
1094
1096
  $fault: "client",
1095
1097
  ...opts,
1096
1098
  });
1097
- this.name = "UnsupportedDBEngineVersionFault";
1098
- this.$fault = "client";
1099
1099
  Object.setPrototypeOf(this, UnsupportedDBEngineVersionFault.prototype);
1100
1100
  }
1101
1101
  }
1102
1102
  export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
1103
+ name = "DBSubnetGroupAlreadyExistsFault";
1104
+ $fault = "client";
1103
1105
  constructor(opts) {
1104
1106
  super({
1105
1107
  name: "DBSubnetGroupAlreadyExistsFault",
1106
1108
  $fault: "client",
1107
1109
  ...opts,
1108
1110
  });
1109
- this.name = "DBSubnetGroupAlreadyExistsFault";
1110
- this.$fault = "client";
1111
1111
  Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
1112
1112
  }
1113
1113
  }
1114
1114
  export class DBSubnetGroupQuotaExceededFault extends __BaseException {
1115
+ name = "DBSubnetGroupQuotaExceededFault";
1116
+ $fault = "client";
1115
1117
  constructor(opts) {
1116
1118
  super({
1117
1119
  name: "DBSubnetGroupQuotaExceededFault",
1118
1120
  $fault: "client",
1119
1121
  ...opts,
1120
1122
  });
1121
- this.name = "DBSubnetGroupQuotaExceededFault";
1122
- this.$fault = "client";
1123
1123
  Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
1124
1124
  }
1125
1125
  }
1126
1126
  export class DBSubnetQuotaExceededFault extends __BaseException {
1127
+ name = "DBSubnetQuotaExceededFault";
1128
+ $fault = "client";
1127
1129
  constructor(opts) {
1128
1130
  super({
1129
1131
  name: "DBSubnetQuotaExceededFault",
1130
1132
  $fault: "client",
1131
1133
  ...opts,
1132
1134
  });
1133
- this.name = "DBSubnetQuotaExceededFault";
1134
- this.$fault = "client";
1135
1135
  Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
1136
1136
  }
1137
1137
  }
1138
1138
  export class EventSubscriptionQuotaExceededFault extends __BaseException {
1139
+ name = "EventSubscriptionQuotaExceededFault";
1140
+ $fault = "client";
1139
1141
  constructor(opts) {
1140
1142
  super({
1141
1143
  name: "EventSubscriptionQuotaExceededFault",
1142
1144
  $fault: "client",
1143
1145
  ...opts,
1144
1146
  });
1145
- this.name = "EventSubscriptionQuotaExceededFault";
1146
- this.$fault = "client";
1147
1147
  Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
1148
1148
  }
1149
1149
  }
1150
1150
  export class SNSInvalidTopicFault extends __BaseException {
1151
+ name = "SNSInvalidTopicFault";
1152
+ $fault = "client";
1151
1153
  constructor(opts) {
1152
1154
  super({
1153
1155
  name: "SNSInvalidTopicFault",
1154
1156
  $fault: "client",
1155
1157
  ...opts,
1156
1158
  });
1157
- this.name = "SNSInvalidTopicFault";
1158
- this.$fault = "client";
1159
1159
  Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
1160
1160
  }
1161
1161
  }
1162
1162
  export class SNSNoAuthorizationFault extends __BaseException {
1163
+ name = "SNSNoAuthorizationFault";
1164
+ $fault = "client";
1163
1165
  constructor(opts) {
1164
1166
  super({
1165
1167
  name: "SNSNoAuthorizationFault",
1166
1168
  $fault: "client",
1167
1169
  ...opts,
1168
1170
  });
1169
- this.name = "SNSNoAuthorizationFault";
1170
- this.$fault = "client";
1171
1171
  Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
1172
1172
  }
1173
1173
  }
1174
1174
  export class SNSTopicArnNotFoundFault extends __BaseException {
1175
+ name = "SNSTopicArnNotFoundFault";
1176
+ $fault = "client";
1175
1177
  constructor(opts) {
1176
1178
  super({
1177
1179
  name: "SNSTopicArnNotFoundFault",
1178
1180
  $fault: "client",
1179
1181
  ...opts,
1180
1182
  });
1181
- this.name = "SNSTopicArnNotFoundFault";
1182
- this.$fault = "client";
1183
1183
  Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
1184
1184
  }
1185
1185
  }
1186
1186
  export class SubscriptionAlreadyExistFault extends __BaseException {
1187
+ name = "SubscriptionAlreadyExistFault";
1188
+ $fault = "client";
1187
1189
  constructor(opts) {
1188
1190
  super({
1189
1191
  name: "SubscriptionAlreadyExistFault",
1190
1192
  $fault: "client",
1191
1193
  ...opts,
1192
1194
  });
1193
- this.name = "SubscriptionAlreadyExistFault";
1194
- this.$fault = "client";
1195
1195
  Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
1196
1196
  }
1197
1197
  }
1198
1198
  export class SubscriptionCategoryNotFoundFault extends __BaseException {
1199
+ name = "SubscriptionCategoryNotFoundFault";
1200
+ $fault = "client";
1199
1201
  constructor(opts) {
1200
1202
  super({
1201
1203
  name: "SubscriptionCategoryNotFoundFault",
1202
1204
  $fault: "client",
1203
1205
  ...opts,
1204
1206
  });
1205
- this.name = "SubscriptionCategoryNotFoundFault";
1206
- this.$fault = "client";
1207
1207
  Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
1208
1208
  }
1209
1209
  }
@@ -1217,26 +1217,26 @@ export const GlobalClusterMemberSynchronizationStatus = {
1217
1217
  PENDING_RESYNC: "pending-resync",
1218
1218
  };
1219
1219
  export class GlobalClusterAlreadyExistsFault extends __BaseException {
1220
+ name = "GlobalClusterAlreadyExistsFault";
1221
+ $fault = "client";
1220
1222
  constructor(opts) {
1221
1223
  super({
1222
1224
  name: "GlobalClusterAlreadyExistsFault",
1223
1225
  $fault: "client",
1224
1226
  ...opts,
1225
1227
  });
1226
- this.name = "GlobalClusterAlreadyExistsFault";
1227
- this.$fault = "client";
1228
1228
  Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
1229
1229
  }
1230
1230
  }
1231
1231
  export class GlobalClusterQuotaExceededFault extends __BaseException {
1232
+ name = "GlobalClusterQuotaExceededFault";
1233
+ $fault = "client";
1232
1234
  constructor(opts) {
1233
1235
  super({
1234
1236
  name: "GlobalClusterQuotaExceededFault",
1235
1237
  $fault: "client",
1236
1238
  ...opts,
1237
1239
  });
1238
- this.name = "GlobalClusterQuotaExceededFault";
1239
- this.$fault = "client";
1240
1240
  Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
1241
1241
  }
1242
1242
  }
@@ -1250,278 +1250,278 @@ export const IntegrationStatus = {
1250
1250
  SYNCING: "syncing",
1251
1251
  };
1252
1252
  export class IntegrationAlreadyExistsFault extends __BaseException {
1253
+ name = "IntegrationAlreadyExistsFault";
1254
+ $fault = "client";
1253
1255
  constructor(opts) {
1254
1256
  super({
1255
1257
  name: "IntegrationAlreadyExistsFault",
1256
1258
  $fault: "client",
1257
1259
  ...opts,
1258
1260
  });
1259
- this.name = "IntegrationAlreadyExistsFault";
1260
- this.$fault = "client";
1261
1261
  Object.setPrototypeOf(this, IntegrationAlreadyExistsFault.prototype);
1262
1262
  }
1263
1263
  }
1264
1264
  export class IntegrationConflictOperationFault extends __BaseException {
1265
+ name = "IntegrationConflictOperationFault";
1266
+ $fault = "client";
1265
1267
  constructor(opts) {
1266
1268
  super({
1267
1269
  name: "IntegrationConflictOperationFault",
1268
1270
  $fault: "client",
1269
1271
  ...opts,
1270
1272
  });
1271
- this.name = "IntegrationConflictOperationFault";
1272
- this.$fault = "client";
1273
1273
  Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);
1274
1274
  }
1275
1275
  }
1276
1276
  export class IntegrationQuotaExceededFault extends __BaseException {
1277
+ name = "IntegrationQuotaExceededFault";
1278
+ $fault = "client";
1277
1279
  constructor(opts) {
1278
1280
  super({
1279
1281
  name: "IntegrationQuotaExceededFault",
1280
1282
  $fault: "client",
1281
1283
  ...opts,
1282
1284
  });
1283
- this.name = "IntegrationQuotaExceededFault";
1284
- this.$fault = "client";
1285
1285
  Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);
1286
1286
  }
1287
1287
  }
1288
1288
  export class TenantDatabaseAlreadyExistsFault extends __BaseException {
1289
+ name = "TenantDatabaseAlreadyExistsFault";
1290
+ $fault = "client";
1289
1291
  constructor(opts) {
1290
1292
  super({
1291
1293
  name: "TenantDatabaseAlreadyExistsFault",
1292
1294
  $fault: "client",
1293
1295
  ...opts,
1294
1296
  });
1295
- this.name = "TenantDatabaseAlreadyExistsFault";
1296
- this.$fault = "client";
1297
1297
  Object.setPrototypeOf(this, TenantDatabaseAlreadyExistsFault.prototype);
1298
1298
  }
1299
1299
  }
1300
1300
  export class InvalidBlueGreenDeploymentStateFault extends __BaseException {
1301
+ name = "InvalidBlueGreenDeploymentStateFault";
1302
+ $fault = "client";
1301
1303
  constructor(opts) {
1302
1304
  super({
1303
1305
  name: "InvalidBlueGreenDeploymentStateFault",
1304
1306
  $fault: "client",
1305
1307
  ...opts,
1306
1308
  });
1307
- this.name = "InvalidBlueGreenDeploymentStateFault";
1308
- this.$fault = "client";
1309
1309
  Object.setPrototypeOf(this, InvalidBlueGreenDeploymentStateFault.prototype);
1310
1310
  }
1311
1311
  }
1312
1312
  export class CustomDBEngineVersionNotFoundFault extends __BaseException {
1313
+ name = "CustomDBEngineVersionNotFoundFault";
1314
+ $fault = "client";
1313
1315
  constructor(opts) {
1314
1316
  super({
1315
1317
  name: "CustomDBEngineVersionNotFoundFault",
1316
1318
  $fault: "client",
1317
1319
  ...opts,
1318
1320
  });
1319
- this.name = "CustomDBEngineVersionNotFoundFault";
1320
- this.$fault = "client";
1321
1321
  Object.setPrototypeOf(this, CustomDBEngineVersionNotFoundFault.prototype);
1322
1322
  }
1323
1323
  }
1324
1324
  export class InvalidCustomDBEngineVersionStateFault extends __BaseException {
1325
+ name = "InvalidCustomDBEngineVersionStateFault";
1326
+ $fault = "client";
1325
1327
  constructor(opts) {
1326
1328
  super({
1327
1329
  name: "InvalidCustomDBEngineVersionStateFault",
1328
1330
  $fault: "client",
1329
1331
  ...opts,
1330
1332
  });
1331
- this.name = "InvalidCustomDBEngineVersionStateFault";
1332
- this.$fault = "client";
1333
1333
  Object.setPrototypeOf(this, InvalidCustomDBEngineVersionStateFault.prototype);
1334
1334
  }
1335
1335
  }
1336
1336
  export class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
1337
+ name = "DBClusterAutomatedBackupQuotaExceededFault";
1338
+ $fault = "client";
1337
1339
  constructor(opts) {
1338
1340
  super({
1339
1341
  name: "DBClusterAutomatedBackupQuotaExceededFault",
1340
1342
  $fault: "client",
1341
1343
  ...opts,
1342
1344
  });
1343
- this.name = "DBClusterAutomatedBackupQuotaExceededFault";
1344
- this.$fault = "client";
1345
1345
  Object.setPrototypeOf(this, DBClusterAutomatedBackupQuotaExceededFault.prototype);
1346
1346
  }
1347
1347
  }
1348
1348
  export class DBClusterAutomatedBackupNotFoundFault extends __BaseException {
1349
+ name = "DBClusterAutomatedBackupNotFoundFault";
1350
+ $fault = "client";
1349
1351
  constructor(opts) {
1350
1352
  super({
1351
1353
  name: "DBClusterAutomatedBackupNotFoundFault",
1352
1354
  $fault: "client",
1353
1355
  ...opts,
1354
1356
  });
1355
- this.name = "DBClusterAutomatedBackupNotFoundFault";
1356
- this.$fault = "client";
1357
1357
  Object.setPrototypeOf(this, DBClusterAutomatedBackupNotFoundFault.prototype);
1358
1358
  }
1359
1359
  }
1360
1360
  export class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
1361
+ name = "InvalidDBClusterAutomatedBackupStateFault";
1362
+ $fault = "client";
1361
1363
  constructor(opts) {
1362
1364
  super({
1363
1365
  name: "InvalidDBClusterAutomatedBackupStateFault",
1364
1366
  $fault: "client",
1365
1367
  ...opts,
1366
1368
  });
1367
- this.name = "InvalidDBClusterAutomatedBackupStateFault";
1368
- this.$fault = "client";
1369
1369
  Object.setPrototypeOf(this, InvalidDBClusterAutomatedBackupStateFault.prototype);
1370
1370
  }
1371
1371
  }
1372
1372
  export class DBClusterEndpointNotFoundFault extends __BaseException {
1373
+ name = "DBClusterEndpointNotFoundFault";
1374
+ $fault = "client";
1373
1375
  constructor(opts) {
1374
1376
  super({
1375
1377
  name: "DBClusterEndpointNotFoundFault",
1376
1378
  $fault: "client",
1377
1379
  ...opts,
1378
1380
  });
1379
- this.name = "DBClusterEndpointNotFoundFault";
1380
- this.$fault = "client";
1381
1381
  Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
1382
1382
  }
1383
1383
  }
1384
1384
  export class InvalidDBClusterEndpointStateFault extends __BaseException {
1385
+ name = "InvalidDBClusterEndpointStateFault";
1386
+ $fault = "client";
1385
1387
  constructor(opts) {
1386
1388
  super({
1387
1389
  name: "InvalidDBClusterEndpointStateFault",
1388
1390
  $fault: "client",
1389
1391
  ...opts,
1390
1392
  });
1391
- this.name = "InvalidDBClusterEndpointStateFault";
1392
- this.$fault = "client";
1393
1393
  Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
1394
1394
  }
1395
1395
  }
1396
1396
  export class InvalidDBParameterGroupStateFault extends __BaseException {
1397
+ name = "InvalidDBParameterGroupStateFault";
1398
+ $fault = "client";
1397
1399
  constructor(opts) {
1398
1400
  super({
1399
1401
  name: "InvalidDBParameterGroupStateFault",
1400
1402
  $fault: "client",
1401
1403
  ...opts,
1402
1404
  });
1403
- this.name = "InvalidDBParameterGroupStateFault";
1404
- this.$fault = "client";
1405
1405
  Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
1406
1406
  }
1407
1407
  }
1408
1408
  export class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
1409
+ name = "DBInstanceAutomatedBackupQuotaExceededFault";
1410
+ $fault = "client";
1409
1411
  constructor(opts) {
1410
1412
  super({
1411
1413
  name: "DBInstanceAutomatedBackupQuotaExceededFault",
1412
1414
  $fault: "client",
1413
1415
  ...opts,
1414
1416
  });
1415
- this.name = "DBInstanceAutomatedBackupQuotaExceededFault";
1416
- this.$fault = "client";
1417
1417
  Object.setPrototypeOf(this, DBInstanceAutomatedBackupQuotaExceededFault.prototype);
1418
1418
  }
1419
1419
  }
1420
1420
  export class DBInstanceAutomatedBackupNotFoundFault extends __BaseException {
1421
+ name = "DBInstanceAutomatedBackupNotFoundFault";
1422
+ $fault = "client";
1421
1423
  constructor(opts) {
1422
1424
  super({
1423
1425
  name: "DBInstanceAutomatedBackupNotFoundFault",
1424
1426
  $fault: "client",
1425
1427
  ...opts,
1426
1428
  });
1427
- this.name = "DBInstanceAutomatedBackupNotFoundFault";
1428
- this.$fault = "client";
1429
1429
  Object.setPrototypeOf(this, DBInstanceAutomatedBackupNotFoundFault.prototype);
1430
1430
  }
1431
1431
  }
1432
1432
  export class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
1433
+ name = "InvalidDBInstanceAutomatedBackupStateFault";
1434
+ $fault = "client";
1433
1435
  constructor(opts) {
1434
1436
  super({
1435
1437
  name: "InvalidDBInstanceAutomatedBackupStateFault",
1436
1438
  $fault: "client",
1437
1439
  ...opts,
1438
1440
  });
1439
- this.name = "InvalidDBInstanceAutomatedBackupStateFault";
1440
- this.$fault = "client";
1441
1441
  Object.setPrototypeOf(this, InvalidDBInstanceAutomatedBackupStateFault.prototype);
1442
1442
  }
1443
1443
  }
1444
1444
  export class DBProxyEndpointNotFoundFault extends __BaseException {
1445
+ name = "DBProxyEndpointNotFoundFault";
1446
+ $fault = "client";
1445
1447
  constructor(opts) {
1446
1448
  super({
1447
1449
  name: "DBProxyEndpointNotFoundFault",
1448
1450
  $fault: "client",
1449
1451
  ...opts,
1450
1452
  });
1451
- this.name = "DBProxyEndpointNotFoundFault";
1452
- this.$fault = "client";
1453
1453
  Object.setPrototypeOf(this, DBProxyEndpointNotFoundFault.prototype);
1454
1454
  }
1455
1455
  }
1456
1456
  export class InvalidDBProxyEndpointStateFault extends __BaseException {
1457
+ name = "InvalidDBProxyEndpointStateFault";
1458
+ $fault = "client";
1457
1459
  constructor(opts) {
1458
1460
  super({
1459
1461
  name: "InvalidDBProxyEndpointStateFault",
1460
1462
  $fault: "client",
1461
1463
  ...opts,
1462
1464
  });
1463
- this.name = "InvalidDBProxyEndpointStateFault";
1464
- this.$fault = "client";
1465
1465
  Object.setPrototypeOf(this, InvalidDBProxyEndpointStateFault.prototype);
1466
1466
  }
1467
1467
  }
1468
1468
  export class DBShardGroupNotFoundFault extends __BaseException {
1469
+ name = "DBShardGroupNotFoundFault";
1470
+ $fault = "client";
1469
1471
  constructor(opts) {
1470
1472
  super({
1471
1473
  name: "DBShardGroupNotFoundFault",
1472
1474
  $fault: "client",
1473
1475
  ...opts,
1474
1476
  });
1475
- this.name = "DBShardGroupNotFoundFault";
1476
- this.$fault = "client";
1477
1477
  Object.setPrototypeOf(this, DBShardGroupNotFoundFault.prototype);
1478
1478
  }
1479
1479
  }
1480
1480
  export class InvalidDBShardGroupStateFault extends __BaseException {
1481
+ name = "InvalidDBShardGroupStateFault";
1482
+ $fault = "client";
1481
1483
  constructor(opts) {
1482
1484
  super({
1483
1485
  name: "InvalidDBShardGroupStateFault",
1484
1486
  $fault: "client",
1485
1487
  ...opts,
1486
1488
  });
1487
- this.name = "InvalidDBShardGroupStateFault";
1488
- this.$fault = "client";
1489
1489
  Object.setPrototypeOf(this, InvalidDBShardGroupStateFault.prototype);
1490
1490
  }
1491
1491
  }
1492
1492
  export class InvalidDBSubnetStateFault extends __BaseException {
1493
+ name = "InvalidDBSubnetStateFault";
1494
+ $fault = "client";
1493
1495
  constructor(opts) {
1494
1496
  super({
1495
1497
  name: "InvalidDBSubnetStateFault",
1496
1498
  $fault: "client",
1497
1499
  ...opts,
1498
1500
  });
1499
- this.name = "InvalidDBSubnetStateFault";
1500
- this.$fault = "client";
1501
1501
  Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
1502
1502
  }
1503
1503
  }
1504
1504
  export class InvalidEventSubscriptionStateFault extends __BaseException {
1505
+ name = "InvalidEventSubscriptionStateFault";
1506
+ $fault = "client";
1505
1507
  constructor(opts) {
1506
1508
  super({
1507
1509
  name: "InvalidEventSubscriptionStateFault",
1508
1510
  $fault: "client",
1509
1511
  ...opts,
1510
1512
  });
1511
- this.name = "InvalidEventSubscriptionStateFault";
1512
- this.$fault = "client";
1513
1513
  Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
1514
1514
  }
1515
1515
  }
1516
1516
  export class InvalidIntegrationStateFault extends __BaseException {
1517
+ name = "InvalidIntegrationStateFault";
1518
+ $fault = "client";
1517
1519
  constructor(opts) {
1518
1520
  super({
1519
1521
  name: "InvalidIntegrationStateFault",
1520
1522
  $fault: "client",
1521
1523
  ...opts,
1522
1524
  });
1523
- this.name = "InvalidIntegrationStateFault";
1524
- this.$fault = "client";
1525
1525
  Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
1526
1526
  }
1527
1527
  }