@aws-sdk/client-neptune 3.721.0 → 3.723.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.
@@ -1,698 +1,698 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { NeptuneServiceException as __BaseException } from "./NeptuneServiceException";
3
3
  export class DBClusterNotFoundFault extends __BaseException {
4
+ name = "DBClusterNotFoundFault";
5
+ $fault = "client";
4
6
  constructor(opts) {
5
7
  super({
6
8
  name: "DBClusterNotFoundFault",
7
9
  $fault: "client",
8
10
  ...opts,
9
11
  });
10
- this.name = "DBClusterNotFoundFault";
11
- this.$fault = "client";
12
12
  Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
13
13
  }
14
14
  }
15
15
  export class DBClusterRoleAlreadyExistsFault extends __BaseException {
16
+ name = "DBClusterRoleAlreadyExistsFault";
17
+ $fault = "client";
16
18
  constructor(opts) {
17
19
  super({
18
20
  name: "DBClusterRoleAlreadyExistsFault",
19
21
  $fault: "client",
20
22
  ...opts,
21
23
  });
22
- this.name = "DBClusterRoleAlreadyExistsFault";
23
- this.$fault = "client";
24
24
  Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
25
25
  }
26
26
  }
27
27
  export class DBClusterRoleQuotaExceededFault extends __BaseException {
28
+ name = "DBClusterRoleQuotaExceededFault";
29
+ $fault = "client";
28
30
  constructor(opts) {
29
31
  super({
30
32
  name: "DBClusterRoleQuotaExceededFault",
31
33
  $fault: "client",
32
34
  ...opts,
33
35
  });
34
- this.name = "DBClusterRoleQuotaExceededFault";
35
- this.$fault = "client";
36
36
  Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
37
37
  }
38
38
  }
39
39
  export class InvalidDBClusterStateFault extends __BaseException {
40
+ name = "InvalidDBClusterStateFault";
41
+ $fault = "client";
40
42
  constructor(opts) {
41
43
  super({
42
44
  name: "InvalidDBClusterStateFault",
43
45
  $fault: "client",
44
46
  ...opts,
45
47
  });
46
- this.name = "InvalidDBClusterStateFault";
47
- this.$fault = "client";
48
48
  Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
49
49
  }
50
50
  }
51
51
  export class SourceNotFoundFault extends __BaseException {
52
+ name = "SourceNotFoundFault";
53
+ $fault = "client";
52
54
  constructor(opts) {
53
55
  super({
54
56
  name: "SourceNotFoundFault",
55
57
  $fault: "client",
56
58
  ...opts,
57
59
  });
58
- this.name = "SourceNotFoundFault";
59
- this.$fault = "client";
60
60
  Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
61
61
  }
62
62
  }
63
63
  export class SubscriptionNotFoundFault extends __BaseException {
64
+ name = "SubscriptionNotFoundFault";
65
+ $fault = "client";
64
66
  constructor(opts) {
65
67
  super({
66
68
  name: "SubscriptionNotFoundFault",
67
69
  $fault: "client",
68
70
  ...opts,
69
71
  });
70
- this.name = "SubscriptionNotFoundFault";
71
- this.$fault = "client";
72
72
  Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
73
73
  }
74
74
  }
75
75
  export class DBInstanceNotFoundFault extends __BaseException {
76
+ name = "DBInstanceNotFoundFault";
77
+ $fault = "client";
76
78
  constructor(opts) {
77
79
  super({
78
80
  name: "DBInstanceNotFoundFault",
79
81
  $fault: "client",
80
82
  ...opts,
81
83
  });
82
- this.name = "DBInstanceNotFoundFault";
83
- this.$fault = "client";
84
84
  Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
85
85
  }
86
86
  }
87
87
  export class DBSnapshotNotFoundFault extends __BaseException {
88
+ name = "DBSnapshotNotFoundFault";
89
+ $fault = "client";
88
90
  constructor(opts) {
89
91
  super({
90
92
  name: "DBSnapshotNotFoundFault",
91
93
  $fault: "client",
92
94
  ...opts,
93
95
  });
94
- this.name = "DBSnapshotNotFoundFault";
95
- this.$fault = "client";
96
96
  Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
97
97
  }
98
98
  }
99
99
  export class ResourceNotFoundFault extends __BaseException {
100
+ name = "ResourceNotFoundFault";
101
+ $fault = "client";
100
102
  constructor(opts) {
101
103
  super({
102
104
  name: "ResourceNotFoundFault",
103
105
  $fault: "client",
104
106
  ...opts,
105
107
  });
106
- this.name = "ResourceNotFoundFault";
107
- this.$fault = "client";
108
108
  Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
109
109
  }
110
110
  }
111
111
  export class DBParameterGroupAlreadyExistsFault extends __BaseException {
112
+ name = "DBParameterGroupAlreadyExistsFault";
113
+ $fault = "client";
112
114
  constructor(opts) {
113
115
  super({
114
116
  name: "DBParameterGroupAlreadyExistsFault",
115
117
  $fault: "client",
116
118
  ...opts,
117
119
  });
118
- this.name = "DBParameterGroupAlreadyExistsFault";
119
- this.$fault = "client";
120
120
  Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
121
121
  }
122
122
  }
123
123
  export class DBParameterGroupNotFoundFault extends __BaseException {
124
+ name = "DBParameterGroupNotFoundFault";
125
+ $fault = "client";
124
126
  constructor(opts) {
125
127
  super({
126
128
  name: "DBParameterGroupNotFoundFault",
127
129
  $fault: "client",
128
130
  ...opts,
129
131
  });
130
- this.name = "DBParameterGroupNotFoundFault";
131
- this.$fault = "client";
132
132
  Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
133
133
  }
134
134
  }
135
135
  export class DBParameterGroupQuotaExceededFault extends __BaseException {
136
+ name = "DBParameterGroupQuotaExceededFault";
137
+ $fault = "client";
136
138
  constructor(opts) {
137
139
  super({
138
140
  name: "DBParameterGroupQuotaExceededFault",
139
141
  $fault: "client",
140
142
  ...opts,
141
143
  });
142
- this.name = "DBParameterGroupQuotaExceededFault";
143
- this.$fault = "client";
144
144
  Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
145
145
  }
146
146
  }
147
147
  export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
148
+ name = "DBClusterSnapshotAlreadyExistsFault";
149
+ $fault = "client";
148
150
  constructor(opts) {
149
151
  super({
150
152
  name: "DBClusterSnapshotAlreadyExistsFault",
151
153
  $fault: "client",
152
154
  ...opts,
153
155
  });
154
- this.name = "DBClusterSnapshotAlreadyExistsFault";
155
- this.$fault = "client";
156
156
  Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
157
157
  }
158
158
  }
159
159
  export class DBClusterSnapshotNotFoundFault extends __BaseException {
160
+ name = "DBClusterSnapshotNotFoundFault";
161
+ $fault = "client";
160
162
  constructor(opts) {
161
163
  super({
162
164
  name: "DBClusterSnapshotNotFoundFault",
163
165
  $fault: "client",
164
166
  ...opts,
165
167
  });
166
- this.name = "DBClusterSnapshotNotFoundFault";
167
- this.$fault = "client";
168
168
  Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
169
169
  }
170
170
  }
171
171
  export class InvalidDBClusterSnapshotStateFault extends __BaseException {
172
+ name = "InvalidDBClusterSnapshotStateFault";
173
+ $fault = "client";
172
174
  constructor(opts) {
173
175
  super({
174
176
  name: "InvalidDBClusterSnapshotStateFault",
175
177
  $fault: "client",
176
178
  ...opts,
177
179
  });
178
- this.name = "InvalidDBClusterSnapshotStateFault";
179
- this.$fault = "client";
180
180
  Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
181
181
  }
182
182
  }
183
183
  export class KMSKeyNotAccessibleFault extends __BaseException {
184
+ name = "KMSKeyNotAccessibleFault";
185
+ $fault = "client";
184
186
  constructor(opts) {
185
187
  super({
186
188
  name: "KMSKeyNotAccessibleFault",
187
189
  $fault: "client",
188
190
  ...opts,
189
191
  });
190
- this.name = "KMSKeyNotAccessibleFault";
191
- this.$fault = "client";
192
192
  Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
193
193
  }
194
194
  }
195
195
  export class SnapshotQuotaExceededFault extends __BaseException {
196
+ name = "SnapshotQuotaExceededFault";
197
+ $fault = "client";
196
198
  constructor(opts) {
197
199
  super({
198
200
  name: "SnapshotQuotaExceededFault",
199
201
  $fault: "client",
200
202
  ...opts,
201
203
  });
202
- this.name = "SnapshotQuotaExceededFault";
203
- this.$fault = "client";
204
204
  Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
205
205
  }
206
206
  }
207
207
  export class DBClusterAlreadyExistsFault extends __BaseException {
208
+ name = "DBClusterAlreadyExistsFault";
209
+ $fault = "client";
208
210
  constructor(opts) {
209
211
  super({
210
212
  name: "DBClusterAlreadyExistsFault",
211
213
  $fault: "client",
212
214
  ...opts,
213
215
  });
214
- this.name = "DBClusterAlreadyExistsFault";
215
- this.$fault = "client";
216
216
  Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
217
217
  }
218
218
  }
219
219
  export class DBClusterParameterGroupNotFoundFault extends __BaseException {
220
+ name = "DBClusterParameterGroupNotFoundFault";
221
+ $fault = "client";
220
222
  constructor(opts) {
221
223
  super({
222
224
  name: "DBClusterParameterGroupNotFoundFault",
223
225
  $fault: "client",
224
226
  ...opts,
225
227
  });
226
- this.name = "DBClusterParameterGroupNotFoundFault";
227
- this.$fault = "client";
228
228
  Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
229
229
  }
230
230
  }
231
231
  export class DBClusterQuotaExceededFault extends __BaseException {
232
+ name = "DBClusterQuotaExceededFault";
233
+ $fault = "client";
232
234
  constructor(opts) {
233
235
  super({
234
236
  name: "DBClusterQuotaExceededFault",
235
237
  $fault: "client",
236
238
  ...opts,
237
239
  });
238
- this.name = "DBClusterQuotaExceededFault";
239
- this.$fault = "client";
240
240
  Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
241
241
  }
242
242
  }
243
243
  export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
244
+ name = "DBSubnetGroupDoesNotCoverEnoughAZs";
245
+ $fault = "client";
244
246
  constructor(opts) {
245
247
  super({
246
248
  name: "DBSubnetGroupDoesNotCoverEnoughAZs",
247
249
  $fault: "client",
248
250
  ...opts,
249
251
  });
250
- this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
251
- this.$fault = "client";
252
252
  Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
253
253
  }
254
254
  }
255
255
  export class DBSubnetGroupNotFoundFault extends __BaseException {
256
+ name = "DBSubnetGroupNotFoundFault";
257
+ $fault = "client";
256
258
  constructor(opts) {
257
259
  super({
258
260
  name: "DBSubnetGroupNotFoundFault",
259
261
  $fault: "client",
260
262
  ...opts,
261
263
  });
262
- this.name = "DBSubnetGroupNotFoundFault";
263
- this.$fault = "client";
264
264
  Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
265
265
  }
266
266
  }
267
267
  export class GlobalClusterNotFoundFault extends __BaseException {
268
+ name = "GlobalClusterNotFoundFault";
269
+ $fault = "client";
268
270
  constructor(opts) {
269
271
  super({
270
272
  name: "GlobalClusterNotFoundFault",
271
273
  $fault: "client",
272
274
  ...opts,
273
275
  });
274
- this.name = "GlobalClusterNotFoundFault";
275
- this.$fault = "client";
276
276
  Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
277
277
  }
278
278
  }
279
279
  export class InsufficientStorageClusterCapacityFault extends __BaseException {
280
+ name = "InsufficientStorageClusterCapacityFault";
281
+ $fault = "client";
280
282
  constructor(opts) {
281
283
  super({
282
284
  name: "InsufficientStorageClusterCapacityFault",
283
285
  $fault: "client",
284
286
  ...opts,
285
287
  });
286
- this.name = "InsufficientStorageClusterCapacityFault";
287
- this.$fault = "client";
288
288
  Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
289
289
  }
290
290
  }
291
291
  export class InvalidDBInstanceStateFault extends __BaseException {
292
+ name = "InvalidDBInstanceStateFault";
293
+ $fault = "client";
292
294
  constructor(opts) {
293
295
  super({
294
296
  name: "InvalidDBInstanceStateFault",
295
297
  $fault: "client",
296
298
  ...opts,
297
299
  });
298
- this.name = "InvalidDBInstanceStateFault";
299
- this.$fault = "client";
300
300
  Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
301
301
  }
302
302
  }
303
303
  export class InvalidDBSubnetGroupStateFault extends __BaseException {
304
+ name = "InvalidDBSubnetGroupStateFault";
305
+ $fault = "client";
304
306
  constructor(opts) {
305
307
  super({
306
308
  name: "InvalidDBSubnetGroupStateFault",
307
309
  $fault: "client",
308
310
  ...opts,
309
311
  });
310
- this.name = "InvalidDBSubnetGroupStateFault";
311
- this.$fault = "client";
312
312
  Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
313
313
  }
314
314
  }
315
315
  export class InvalidGlobalClusterStateFault extends __BaseException {
316
+ name = "InvalidGlobalClusterStateFault";
317
+ $fault = "client";
316
318
  constructor(opts) {
317
319
  super({
318
320
  name: "InvalidGlobalClusterStateFault",
319
321
  $fault: "client",
320
322
  ...opts,
321
323
  });
322
- this.name = "InvalidGlobalClusterStateFault";
323
- this.$fault = "client";
324
324
  Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
325
325
  }
326
326
  }
327
327
  export class InvalidSubnet extends __BaseException {
328
+ name = "InvalidSubnet";
329
+ $fault = "client";
328
330
  constructor(opts) {
329
331
  super({
330
332
  name: "InvalidSubnet",
331
333
  $fault: "client",
332
334
  ...opts,
333
335
  });
334
- this.name = "InvalidSubnet";
335
- this.$fault = "client";
336
336
  Object.setPrototypeOf(this, InvalidSubnet.prototype);
337
337
  }
338
338
  }
339
339
  export class InvalidVPCNetworkStateFault extends __BaseException {
340
+ name = "InvalidVPCNetworkStateFault";
341
+ $fault = "client";
340
342
  constructor(opts) {
341
343
  super({
342
344
  name: "InvalidVPCNetworkStateFault",
343
345
  $fault: "client",
344
346
  ...opts,
345
347
  });
346
- this.name = "InvalidVPCNetworkStateFault";
347
- this.$fault = "client";
348
348
  Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
349
349
  }
350
350
  }
351
351
  export class StorageQuotaExceededFault extends __BaseException {
352
+ name = "StorageQuotaExceededFault";
353
+ $fault = "client";
352
354
  constructor(opts) {
353
355
  super({
354
356
  name: "StorageQuotaExceededFault",
355
357
  $fault: "client",
356
358
  ...opts,
357
359
  });
358
- this.name = "StorageQuotaExceededFault";
359
- this.$fault = "client";
360
360
  Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
361
361
  }
362
362
  }
363
363
  export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
364
+ name = "DBClusterEndpointAlreadyExistsFault";
365
+ $fault = "client";
364
366
  constructor(opts) {
365
367
  super({
366
368
  name: "DBClusterEndpointAlreadyExistsFault",
367
369
  $fault: "client",
368
370
  ...opts,
369
371
  });
370
- this.name = "DBClusterEndpointAlreadyExistsFault";
371
- this.$fault = "client";
372
372
  Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
373
373
  }
374
374
  }
375
375
  export class DBClusterEndpointQuotaExceededFault extends __BaseException {
376
+ name = "DBClusterEndpointQuotaExceededFault";
377
+ $fault = "client";
376
378
  constructor(opts) {
377
379
  super({
378
380
  name: "DBClusterEndpointQuotaExceededFault",
379
381
  $fault: "client",
380
382
  ...opts,
381
383
  });
382
- this.name = "DBClusterEndpointQuotaExceededFault";
383
- this.$fault = "client";
384
384
  Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
385
385
  }
386
386
  }
387
387
  export class AuthorizationNotFoundFault extends __BaseException {
388
+ name = "AuthorizationNotFoundFault";
389
+ $fault = "client";
388
390
  constructor(opts) {
389
391
  super({
390
392
  name: "AuthorizationNotFoundFault",
391
393
  $fault: "client",
392
394
  ...opts,
393
395
  });
394
- this.name = "AuthorizationNotFoundFault";
395
- this.$fault = "client";
396
396
  Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
397
397
  }
398
398
  }
399
399
  export class DBInstanceAlreadyExistsFault extends __BaseException {
400
+ name = "DBInstanceAlreadyExistsFault";
401
+ $fault = "client";
400
402
  constructor(opts) {
401
403
  super({
402
404
  name: "DBInstanceAlreadyExistsFault",
403
405
  $fault: "client",
404
406
  ...opts,
405
407
  });
406
- this.name = "DBInstanceAlreadyExistsFault";
407
- this.$fault = "client";
408
408
  Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
409
409
  }
410
410
  }
411
411
  export class DBSecurityGroupNotFoundFault extends __BaseException {
412
+ name = "DBSecurityGroupNotFoundFault";
413
+ $fault = "client";
412
414
  constructor(opts) {
413
415
  super({
414
416
  name: "DBSecurityGroupNotFoundFault",
415
417
  $fault: "client",
416
418
  ...opts,
417
419
  });
418
- this.name = "DBSecurityGroupNotFoundFault";
419
- this.$fault = "client";
420
420
  Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
421
421
  }
422
422
  }
423
423
  export class DomainNotFoundFault extends __BaseException {
424
+ name = "DomainNotFoundFault";
425
+ $fault = "client";
424
426
  constructor(opts) {
425
427
  super({
426
428
  name: "DomainNotFoundFault",
427
429
  $fault: "client",
428
430
  ...opts,
429
431
  });
430
- this.name = "DomainNotFoundFault";
431
- this.$fault = "client";
432
432
  Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
433
433
  }
434
434
  }
435
435
  export class InstanceQuotaExceededFault extends __BaseException {
436
+ name = "InstanceQuotaExceededFault";
437
+ $fault = "client";
436
438
  constructor(opts) {
437
439
  super({
438
440
  name: "InstanceQuotaExceededFault",
439
441
  $fault: "client",
440
442
  ...opts,
441
443
  });
442
- this.name = "InstanceQuotaExceededFault";
443
- this.$fault = "client";
444
444
  Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
445
445
  }
446
446
  }
447
447
  export class InsufficientDBInstanceCapacityFault extends __BaseException {
448
+ name = "InsufficientDBInstanceCapacityFault";
449
+ $fault = "client";
448
450
  constructor(opts) {
449
451
  super({
450
452
  name: "InsufficientDBInstanceCapacityFault",
451
453
  $fault: "client",
452
454
  ...opts,
453
455
  });
454
- this.name = "InsufficientDBInstanceCapacityFault";
455
- this.$fault = "client";
456
456
  Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
457
457
  }
458
458
  }
459
459
  export class OptionGroupNotFoundFault extends __BaseException {
460
+ name = "OptionGroupNotFoundFault";
461
+ $fault = "client";
460
462
  constructor(opts) {
461
463
  super({
462
464
  name: "OptionGroupNotFoundFault",
463
465
  $fault: "client",
464
466
  ...opts,
465
467
  });
466
- this.name = "OptionGroupNotFoundFault";
467
- this.$fault = "client";
468
468
  Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
469
469
  }
470
470
  }
471
471
  export class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
472
+ name = "ProvisionedIopsNotAvailableInAZFault";
473
+ $fault = "client";
472
474
  constructor(opts) {
473
475
  super({
474
476
  name: "ProvisionedIopsNotAvailableInAZFault",
475
477
  $fault: "client",
476
478
  ...opts,
477
479
  });
478
- this.name = "ProvisionedIopsNotAvailableInAZFault";
479
- this.$fault = "client";
480
480
  Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
481
481
  }
482
482
  }
483
483
  export class StorageTypeNotSupportedFault extends __BaseException {
484
+ name = "StorageTypeNotSupportedFault";
485
+ $fault = "client";
484
486
  constructor(opts) {
485
487
  super({
486
488
  name: "StorageTypeNotSupportedFault",
487
489
  $fault: "client",
488
490
  ...opts,
489
491
  });
490
- this.name = "StorageTypeNotSupportedFault";
491
- this.$fault = "client";
492
492
  Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
493
493
  }
494
494
  }
495
495
  export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
496
+ name = "DBSubnetGroupAlreadyExistsFault";
497
+ $fault = "client";
496
498
  constructor(opts) {
497
499
  super({
498
500
  name: "DBSubnetGroupAlreadyExistsFault",
499
501
  $fault: "client",
500
502
  ...opts,
501
503
  });
502
- this.name = "DBSubnetGroupAlreadyExistsFault";
503
- this.$fault = "client";
504
504
  Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
505
505
  }
506
506
  }
507
507
  export class DBSubnetGroupQuotaExceededFault extends __BaseException {
508
+ name = "DBSubnetGroupQuotaExceededFault";
509
+ $fault = "client";
508
510
  constructor(opts) {
509
511
  super({
510
512
  name: "DBSubnetGroupQuotaExceededFault",
511
513
  $fault: "client",
512
514
  ...opts,
513
515
  });
514
- this.name = "DBSubnetGroupQuotaExceededFault";
515
- this.$fault = "client";
516
516
  Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
517
517
  }
518
518
  }
519
519
  export class DBSubnetQuotaExceededFault extends __BaseException {
520
+ name = "DBSubnetQuotaExceededFault";
521
+ $fault = "client";
520
522
  constructor(opts) {
521
523
  super({
522
524
  name: "DBSubnetQuotaExceededFault",
523
525
  $fault: "client",
524
526
  ...opts,
525
527
  });
526
- this.name = "DBSubnetQuotaExceededFault";
527
- this.$fault = "client";
528
528
  Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
529
529
  }
530
530
  }
531
531
  export class EventSubscriptionQuotaExceededFault extends __BaseException {
532
+ name = "EventSubscriptionQuotaExceededFault";
533
+ $fault = "client";
532
534
  constructor(opts) {
533
535
  super({
534
536
  name: "EventSubscriptionQuotaExceededFault",
535
537
  $fault: "client",
536
538
  ...opts,
537
539
  });
538
- this.name = "EventSubscriptionQuotaExceededFault";
539
- this.$fault = "client";
540
540
  Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
541
541
  }
542
542
  }
543
543
  export class SNSInvalidTopicFault extends __BaseException {
544
+ name = "SNSInvalidTopicFault";
545
+ $fault = "client";
544
546
  constructor(opts) {
545
547
  super({
546
548
  name: "SNSInvalidTopicFault",
547
549
  $fault: "client",
548
550
  ...opts,
549
551
  });
550
- this.name = "SNSInvalidTopicFault";
551
- this.$fault = "client";
552
552
  Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
553
553
  }
554
554
  }
555
555
  export class SNSNoAuthorizationFault extends __BaseException {
556
+ name = "SNSNoAuthorizationFault";
557
+ $fault = "client";
556
558
  constructor(opts) {
557
559
  super({
558
560
  name: "SNSNoAuthorizationFault",
559
561
  $fault: "client",
560
562
  ...opts,
561
563
  });
562
- this.name = "SNSNoAuthorizationFault";
563
- this.$fault = "client";
564
564
  Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
565
565
  }
566
566
  }
567
567
  export class SNSTopicArnNotFoundFault extends __BaseException {
568
+ name = "SNSTopicArnNotFoundFault";
569
+ $fault = "client";
568
570
  constructor(opts) {
569
571
  super({
570
572
  name: "SNSTopicArnNotFoundFault",
571
573
  $fault: "client",
572
574
  ...opts,
573
575
  });
574
- this.name = "SNSTopicArnNotFoundFault";
575
- this.$fault = "client";
576
576
  Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
577
577
  }
578
578
  }
579
579
  export class SubscriptionAlreadyExistFault extends __BaseException {
580
+ name = "SubscriptionAlreadyExistFault";
581
+ $fault = "client";
580
582
  constructor(opts) {
581
583
  super({
582
584
  name: "SubscriptionAlreadyExistFault",
583
585
  $fault: "client",
584
586
  ...opts,
585
587
  });
586
- this.name = "SubscriptionAlreadyExistFault";
587
- this.$fault = "client";
588
588
  Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
589
589
  }
590
590
  }
591
591
  export class SubscriptionCategoryNotFoundFault extends __BaseException {
592
+ name = "SubscriptionCategoryNotFoundFault";
593
+ $fault = "client";
592
594
  constructor(opts) {
593
595
  super({
594
596
  name: "SubscriptionCategoryNotFoundFault",
595
597
  $fault: "client",
596
598
  ...opts,
597
599
  });
598
- this.name = "SubscriptionCategoryNotFoundFault";
599
- this.$fault = "client";
600
600
  Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
601
601
  }
602
602
  }
603
603
  export class GlobalClusterAlreadyExistsFault extends __BaseException {
604
+ name = "GlobalClusterAlreadyExistsFault";
605
+ $fault = "client";
604
606
  constructor(opts) {
605
607
  super({
606
608
  name: "GlobalClusterAlreadyExistsFault",
607
609
  $fault: "client",
608
610
  ...opts,
609
611
  });
610
- this.name = "GlobalClusterAlreadyExistsFault";
611
- this.$fault = "client";
612
612
  Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
613
613
  }
614
614
  }
615
615
  export class GlobalClusterQuotaExceededFault extends __BaseException {
616
+ name = "GlobalClusterQuotaExceededFault";
617
+ $fault = "client";
616
618
  constructor(opts) {
617
619
  super({
618
620
  name: "GlobalClusterQuotaExceededFault",
619
621
  $fault: "client",
620
622
  ...opts,
621
623
  });
622
- this.name = "GlobalClusterQuotaExceededFault";
623
- this.$fault = "client";
624
624
  Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
625
625
  }
626
626
  }
627
627
  export class DBClusterEndpointNotFoundFault extends __BaseException {
628
+ name = "DBClusterEndpointNotFoundFault";
629
+ $fault = "client";
628
630
  constructor(opts) {
629
631
  super({
630
632
  name: "DBClusterEndpointNotFoundFault",
631
633
  $fault: "client",
632
634
  ...opts,
633
635
  });
634
- this.name = "DBClusterEndpointNotFoundFault";
635
- this.$fault = "client";
636
636
  Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
637
637
  }
638
638
  }
639
639
  export class InvalidDBClusterEndpointStateFault extends __BaseException {
640
+ name = "InvalidDBClusterEndpointStateFault";
641
+ $fault = "client";
640
642
  constructor(opts) {
641
643
  super({
642
644
  name: "InvalidDBClusterEndpointStateFault",
643
645
  $fault: "client",
644
646
  ...opts,
645
647
  });
646
- this.name = "InvalidDBClusterEndpointStateFault";
647
- this.$fault = "client";
648
648
  Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
649
649
  }
650
650
  }
651
651
  export class InvalidDBParameterGroupStateFault extends __BaseException {
652
+ name = "InvalidDBParameterGroupStateFault";
653
+ $fault = "client";
652
654
  constructor(opts) {
653
655
  super({
654
656
  name: "InvalidDBParameterGroupStateFault",
655
657
  $fault: "client",
656
658
  ...opts,
657
659
  });
658
- this.name = "InvalidDBParameterGroupStateFault";
659
- this.$fault = "client";
660
660
  Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
661
661
  }
662
662
  }
663
663
  export class DBSnapshotAlreadyExistsFault extends __BaseException {
664
+ name = "DBSnapshotAlreadyExistsFault";
665
+ $fault = "client";
664
666
  constructor(opts) {
665
667
  super({
666
668
  name: "DBSnapshotAlreadyExistsFault",
667
669
  $fault: "client",
668
670
  ...opts,
669
671
  });
670
- this.name = "DBSnapshotAlreadyExistsFault";
671
- this.$fault = "client";
672
672
  Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
673
673
  }
674
674
  }
675
675
  export class InvalidDBSubnetStateFault extends __BaseException {
676
+ name = "InvalidDBSubnetStateFault";
677
+ $fault = "client";
676
678
  constructor(opts) {
677
679
  super({
678
680
  name: "InvalidDBSubnetStateFault",
679
681
  $fault: "client",
680
682
  ...opts,
681
683
  });
682
- this.name = "InvalidDBSubnetStateFault";
683
- this.$fault = "client";
684
684
  Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
685
685
  }
686
686
  }
687
687
  export class InvalidEventSubscriptionStateFault extends __BaseException {
688
+ name = "InvalidEventSubscriptionStateFault";
689
+ $fault = "client";
688
690
  constructor(opts) {
689
691
  super({
690
692
  name: "InvalidEventSubscriptionStateFault",
691
693
  $fault: "client",
692
694
  ...opts,
693
695
  });
694
- this.name = "InvalidEventSubscriptionStateFault";
695
- this.$fault = "client";
696
696
  Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
697
697
  }
698
698
  }
@@ -709,110 +709,110 @@ export const SourceType = {
709
709
  db_snapshot: "db-snapshot",
710
710
  };
711
711
  export class InvalidDBSecurityGroupStateFault extends __BaseException {
712
+ name = "InvalidDBSecurityGroupStateFault";
713
+ $fault = "client";
712
714
  constructor(opts) {
713
715
  super({
714
716
  name: "InvalidDBSecurityGroupStateFault",
715
717
  $fault: "client",
716
718
  ...opts,
717
719
  });
718
- this.name = "InvalidDBSecurityGroupStateFault";
719
- this.$fault = "client";
720
720
  Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
721
721
  }
722
722
  }
723
723
  export class SharedSnapshotQuotaExceededFault extends __BaseException {
724
+ name = "SharedSnapshotQuotaExceededFault";
725
+ $fault = "client";
724
726
  constructor(opts) {
725
727
  super({
726
728
  name: "SharedSnapshotQuotaExceededFault",
727
729
  $fault: "client",
728
730
  ...opts,
729
731
  });
730
- this.name = "SharedSnapshotQuotaExceededFault";
731
- this.$fault = "client";
732
732
  Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
733
733
  }
734
734
  }
735
735
  export class CertificateNotFoundFault extends __BaseException {
736
+ name = "CertificateNotFoundFault";
737
+ $fault = "client";
736
738
  constructor(opts) {
737
739
  super({
738
740
  name: "CertificateNotFoundFault",
739
741
  $fault: "client",
740
742
  ...opts,
741
743
  });
742
- this.name = "CertificateNotFoundFault";
743
- this.$fault = "client";
744
744
  Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
745
745
  }
746
746
  }
747
747
  export class DBUpgradeDependencyFailureFault extends __BaseException {
748
+ name = "DBUpgradeDependencyFailureFault";
749
+ $fault = "client";
748
750
  constructor(opts) {
749
751
  super({
750
752
  name: "DBUpgradeDependencyFailureFault",
751
753
  $fault: "client",
752
754
  ...opts,
753
755
  });
754
- this.name = "DBUpgradeDependencyFailureFault";
755
- this.$fault = "client";
756
756
  Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
757
757
  }
758
758
  }
759
759
  export class SubnetAlreadyInUse extends __BaseException {
760
+ name = "SubnetAlreadyInUse";
761
+ $fault = "client";
760
762
  constructor(opts) {
761
763
  super({
762
764
  name: "SubnetAlreadyInUse",
763
765
  $fault: "client",
764
766
  ...opts,
765
767
  });
766
- this.name = "SubnetAlreadyInUse";
767
- this.$fault = "client";
768
768
  Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
769
769
  }
770
770
  }
771
771
  export class DBClusterRoleNotFoundFault extends __BaseException {
772
+ name = "DBClusterRoleNotFoundFault";
773
+ $fault = "client";
772
774
  constructor(opts) {
773
775
  super({
774
776
  name: "DBClusterRoleNotFoundFault",
775
777
  $fault: "client",
776
778
  ...opts,
777
779
  });
778
- this.name = "DBClusterRoleNotFoundFault";
779
- this.$fault = "client";
780
780
  Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
781
781
  }
782
782
  }
783
783
  export class InsufficientDBClusterCapacityFault extends __BaseException {
784
+ name = "InsufficientDBClusterCapacityFault";
785
+ $fault = "client";
784
786
  constructor(opts) {
785
787
  super({
786
788
  name: "InsufficientDBClusterCapacityFault",
787
789
  $fault: "client",
788
790
  ...opts,
789
791
  });
790
- this.name = "InsufficientDBClusterCapacityFault";
791
- this.$fault = "client";
792
792
  Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
793
793
  }
794
794
  }
795
795
  export class InvalidDBSnapshotStateFault extends __BaseException {
796
+ name = "InvalidDBSnapshotStateFault";
797
+ $fault = "client";
796
798
  constructor(opts) {
797
799
  super({
798
800
  name: "InvalidDBSnapshotStateFault",
799
801
  $fault: "client",
800
802
  ...opts,
801
803
  });
802
- this.name = "InvalidDBSnapshotStateFault";
803
- this.$fault = "client";
804
804
  Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
805
805
  }
806
806
  }
807
807
  export class InvalidRestoreFault extends __BaseException {
808
+ name = "InvalidRestoreFault";
809
+ $fault = "client";
808
810
  constructor(opts) {
809
811
  super({
810
812
  name: "InvalidRestoreFault",
811
813
  $fault: "client",
812
814
  ...opts,
813
815
  });
814
- this.name = "InvalidRestoreFault";
815
- this.$fault = "client";
816
816
  Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
817
817
  }
818
818
  }