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