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