@aws-sdk/client-docdb 3.168.0 → 3.170.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-types/ts3.4/DocDB.d.ts +994 -270
- package/dist-types/ts3.4/DocDBClient.d.ts +447 -126
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/DocDBServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2345 -2054
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,2054 +1,2345 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AddSourceIdentifierToSubscriptionMessage {
|
|
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
|
-
export interface AddTagsToResourceMessage {
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
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
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
export
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
export declare class
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
export interface
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
export declare class
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
export interface
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
export
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
export interface
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
export interface
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
export interface
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
export interface
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
export
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
export
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
export
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
export
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AddSourceIdentifierToSubscriptionMessage {
|
|
5
|
+
SubscriptionName: string | undefined;
|
|
6
|
+
|
|
7
|
+
SourceIdentifier: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface EventSubscription {
|
|
11
|
+
CustomerAwsId?: string;
|
|
12
|
+
|
|
13
|
+
CustSubscriptionId?: string;
|
|
14
|
+
|
|
15
|
+
SnsTopicArn?: string;
|
|
16
|
+
|
|
17
|
+
Status?: string;
|
|
18
|
+
|
|
19
|
+
SubscriptionCreationTime?: string;
|
|
20
|
+
|
|
21
|
+
SourceType?: string;
|
|
22
|
+
|
|
23
|
+
SourceIdsList?: string[];
|
|
24
|
+
|
|
25
|
+
EventCategoriesList?: string[];
|
|
26
|
+
|
|
27
|
+
Enabled?: boolean;
|
|
28
|
+
|
|
29
|
+
EventSubscriptionArn?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface AddSourceIdentifierToSubscriptionResult {
|
|
32
|
+
EventSubscription?: EventSubscription;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export declare class SourceNotFoundFault extends __BaseException {
|
|
36
|
+
readonly name: "SourceNotFoundFault";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
45
|
+
readonly name: "SubscriptionNotFoundFault";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface Tag {
|
|
54
|
+
Key?: string;
|
|
55
|
+
|
|
56
|
+
Value?: string;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface AddTagsToResourceMessage {
|
|
60
|
+
ResourceName: string | undefined;
|
|
61
|
+
|
|
62
|
+
Tags: Tag[] | undefined;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export declare class DBClusterNotFoundFault extends __BaseException {
|
|
66
|
+
readonly name: "DBClusterNotFoundFault";
|
|
67
|
+
readonly $fault: "client";
|
|
68
|
+
|
|
69
|
+
constructor(
|
|
70
|
+
opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export declare class DBInstanceNotFoundFault extends __BaseException {
|
|
75
|
+
readonly name: "DBInstanceNotFoundFault";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export declare class DBSnapshotNotFoundFault extends __BaseException {
|
|
84
|
+
readonly name: "DBSnapshotNotFoundFault";
|
|
85
|
+
readonly $fault: "client";
|
|
86
|
+
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export interface ApplyPendingMaintenanceActionMessage {
|
|
93
|
+
ResourceIdentifier: string | undefined;
|
|
94
|
+
|
|
95
|
+
ApplyAction: string | undefined;
|
|
96
|
+
|
|
97
|
+
OptInType: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface PendingMaintenanceAction {
|
|
101
|
+
Action?: string;
|
|
102
|
+
|
|
103
|
+
AutoAppliedAfterDate?: Date;
|
|
104
|
+
|
|
105
|
+
ForcedApplyDate?: Date;
|
|
106
|
+
|
|
107
|
+
OptInStatus?: string;
|
|
108
|
+
|
|
109
|
+
CurrentApplyDate?: Date;
|
|
110
|
+
|
|
111
|
+
Description?: string;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface ResourcePendingMaintenanceActions {
|
|
115
|
+
ResourceIdentifier?: string;
|
|
116
|
+
|
|
117
|
+
PendingMaintenanceActionDetails?: PendingMaintenanceAction[];
|
|
118
|
+
}
|
|
119
|
+
export interface ApplyPendingMaintenanceActionResult {
|
|
120
|
+
ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export declare class InvalidDBClusterStateFault extends __BaseException {
|
|
124
|
+
readonly name: "InvalidDBClusterStateFault";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
|
|
127
|
+
constructor(
|
|
128
|
+
opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export declare class InvalidDBInstanceStateFault extends __BaseException {
|
|
133
|
+
readonly name: "InvalidDBInstanceStateFault";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export declare class ResourceNotFoundFault extends __BaseException {
|
|
142
|
+
readonly name: "ResourceNotFoundFault";
|
|
143
|
+
readonly $fault: "client";
|
|
144
|
+
|
|
145
|
+
constructor(
|
|
146
|
+
opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export interface CopyDBClusterParameterGroupMessage {
|
|
151
|
+
SourceDBClusterParameterGroupIdentifier: string | undefined;
|
|
152
|
+
|
|
153
|
+
TargetDBClusterParameterGroupIdentifier: string | undefined;
|
|
154
|
+
|
|
155
|
+
TargetDBClusterParameterGroupDescription: string | undefined;
|
|
156
|
+
|
|
157
|
+
Tags?: Tag[];
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export interface DBClusterParameterGroup {
|
|
161
|
+
DBClusterParameterGroupName?: string;
|
|
162
|
+
|
|
163
|
+
DBParameterGroupFamily?: string;
|
|
164
|
+
|
|
165
|
+
Description?: string;
|
|
166
|
+
|
|
167
|
+
DBClusterParameterGroupArn?: string;
|
|
168
|
+
}
|
|
169
|
+
export interface CopyDBClusterParameterGroupResult {
|
|
170
|
+
DBClusterParameterGroup?: DBClusterParameterGroup;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
|
|
174
|
+
readonly name: "DBParameterGroupAlreadyExistsFault";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
|
|
177
|
+
constructor(
|
|
178
|
+
opts: __ExceptionOptionType<
|
|
179
|
+
DBParameterGroupAlreadyExistsFault,
|
|
180
|
+
__BaseException
|
|
181
|
+
>
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
export declare class DBParameterGroupNotFoundFault extends __BaseException {
|
|
186
|
+
readonly name: "DBParameterGroupNotFoundFault";
|
|
187
|
+
readonly $fault: "client";
|
|
188
|
+
|
|
189
|
+
constructor(
|
|
190
|
+
opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>
|
|
191
|
+
);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
195
|
+
readonly name: "DBParameterGroupQuotaExceededFault";
|
|
196
|
+
readonly $fault: "client";
|
|
197
|
+
|
|
198
|
+
constructor(
|
|
199
|
+
opts: __ExceptionOptionType<
|
|
200
|
+
DBParameterGroupQuotaExceededFault,
|
|
201
|
+
__BaseException
|
|
202
|
+
>
|
|
203
|
+
);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface CopyDBClusterSnapshotMessage {
|
|
207
|
+
SourceDBClusterSnapshotIdentifier: string | undefined;
|
|
208
|
+
|
|
209
|
+
TargetDBClusterSnapshotIdentifier: string | undefined;
|
|
210
|
+
|
|
211
|
+
KmsKeyId?: string;
|
|
212
|
+
|
|
213
|
+
PreSignedUrl?: string;
|
|
214
|
+
|
|
215
|
+
CopyTags?: boolean;
|
|
216
|
+
|
|
217
|
+
Tags?: Tag[];
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface DBClusterSnapshot {
|
|
221
|
+
AvailabilityZones?: string[];
|
|
222
|
+
|
|
223
|
+
DBClusterSnapshotIdentifier?: string;
|
|
224
|
+
|
|
225
|
+
DBClusterIdentifier?: string;
|
|
226
|
+
|
|
227
|
+
SnapshotCreateTime?: Date;
|
|
228
|
+
|
|
229
|
+
Engine?: string;
|
|
230
|
+
|
|
231
|
+
Status?: string;
|
|
232
|
+
|
|
233
|
+
Port?: number;
|
|
234
|
+
|
|
235
|
+
VpcId?: string;
|
|
236
|
+
|
|
237
|
+
ClusterCreateTime?: Date;
|
|
238
|
+
|
|
239
|
+
MasterUsername?: string;
|
|
240
|
+
|
|
241
|
+
EngineVersion?: string;
|
|
242
|
+
|
|
243
|
+
SnapshotType?: string;
|
|
244
|
+
|
|
245
|
+
PercentProgress?: number;
|
|
246
|
+
|
|
247
|
+
StorageEncrypted?: boolean;
|
|
248
|
+
|
|
249
|
+
KmsKeyId?: string;
|
|
250
|
+
|
|
251
|
+
DBClusterSnapshotArn?: string;
|
|
252
|
+
|
|
253
|
+
SourceDBClusterSnapshotArn?: string;
|
|
254
|
+
}
|
|
255
|
+
export interface CopyDBClusterSnapshotResult {
|
|
256
|
+
DBClusterSnapshot?: DBClusterSnapshot;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
260
|
+
readonly name: "DBClusterSnapshotAlreadyExistsFault";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
|
|
263
|
+
constructor(
|
|
264
|
+
opts: __ExceptionOptionType<
|
|
265
|
+
DBClusterSnapshotAlreadyExistsFault,
|
|
266
|
+
__BaseException
|
|
267
|
+
>
|
|
268
|
+
);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
272
|
+
readonly name: "DBClusterSnapshotNotFoundFault";
|
|
273
|
+
readonly $fault: "client";
|
|
274
|
+
|
|
275
|
+
constructor(
|
|
276
|
+
opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>
|
|
277
|
+
);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
|
|
281
|
+
readonly name: "InvalidDBClusterSnapshotStateFault";
|
|
282
|
+
readonly $fault: "client";
|
|
283
|
+
|
|
284
|
+
constructor(
|
|
285
|
+
opts: __ExceptionOptionType<
|
|
286
|
+
InvalidDBClusterSnapshotStateFault,
|
|
287
|
+
__BaseException
|
|
288
|
+
>
|
|
289
|
+
);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
293
|
+
readonly name: "KMSKeyNotAccessibleFault";
|
|
294
|
+
readonly $fault: "client";
|
|
295
|
+
|
|
296
|
+
constructor(
|
|
297
|
+
opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
|
|
298
|
+
);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
302
|
+
readonly name: "SnapshotQuotaExceededFault";
|
|
303
|
+
readonly $fault: "client";
|
|
304
|
+
|
|
305
|
+
constructor(
|
|
306
|
+
opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
|
|
307
|
+
);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export interface CreateDBClusterMessage {
|
|
311
|
+
AvailabilityZones?: string[];
|
|
312
|
+
|
|
313
|
+
BackupRetentionPeriod?: number;
|
|
314
|
+
|
|
315
|
+
DBClusterIdentifier: string | undefined;
|
|
316
|
+
|
|
317
|
+
DBClusterParameterGroupName?: string;
|
|
318
|
+
|
|
319
|
+
VpcSecurityGroupIds?: string[];
|
|
320
|
+
|
|
321
|
+
DBSubnetGroupName?: string;
|
|
322
|
+
|
|
323
|
+
Engine: string | undefined;
|
|
324
|
+
|
|
325
|
+
EngineVersion?: string;
|
|
326
|
+
|
|
327
|
+
Port?: number;
|
|
328
|
+
|
|
329
|
+
MasterUsername?: string;
|
|
330
|
+
|
|
331
|
+
MasterUserPassword?: string;
|
|
332
|
+
|
|
333
|
+
PreferredBackupWindow?: string;
|
|
334
|
+
|
|
335
|
+
PreferredMaintenanceWindow?: string;
|
|
336
|
+
|
|
337
|
+
Tags?: Tag[];
|
|
338
|
+
|
|
339
|
+
StorageEncrypted?: boolean;
|
|
340
|
+
|
|
341
|
+
KmsKeyId?: string;
|
|
342
|
+
|
|
343
|
+
PreSignedUrl?: string;
|
|
344
|
+
|
|
345
|
+
EnableCloudwatchLogsExports?: string[];
|
|
346
|
+
|
|
347
|
+
DeletionProtection?: boolean;
|
|
348
|
+
|
|
349
|
+
GlobalClusterIdentifier?: string;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export interface DBClusterRole {
|
|
353
|
+
RoleArn?: string;
|
|
354
|
+
|
|
355
|
+
Status?: string;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export interface DBClusterMember {
|
|
359
|
+
DBInstanceIdentifier?: string;
|
|
360
|
+
|
|
361
|
+
IsClusterWriter?: boolean;
|
|
362
|
+
|
|
363
|
+
DBClusterParameterGroupStatus?: string;
|
|
364
|
+
|
|
365
|
+
PromotionTier?: number;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export interface VpcSecurityGroupMembership {
|
|
369
|
+
VpcSecurityGroupId?: string;
|
|
370
|
+
|
|
371
|
+
Status?: string;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export interface DBCluster {
|
|
375
|
+
AvailabilityZones?: string[];
|
|
376
|
+
|
|
377
|
+
BackupRetentionPeriod?: number;
|
|
378
|
+
|
|
379
|
+
DBClusterIdentifier?: string;
|
|
380
|
+
|
|
381
|
+
DBClusterParameterGroup?: string;
|
|
382
|
+
|
|
383
|
+
DBSubnetGroup?: string;
|
|
384
|
+
|
|
385
|
+
Status?: string;
|
|
386
|
+
|
|
387
|
+
PercentProgress?: string;
|
|
388
|
+
|
|
389
|
+
EarliestRestorableTime?: Date;
|
|
390
|
+
|
|
391
|
+
Endpoint?: string;
|
|
392
|
+
|
|
393
|
+
ReaderEndpoint?: string;
|
|
394
|
+
|
|
395
|
+
MultiAZ?: boolean;
|
|
396
|
+
|
|
397
|
+
Engine?: string;
|
|
398
|
+
|
|
399
|
+
EngineVersion?: string;
|
|
400
|
+
|
|
401
|
+
LatestRestorableTime?: Date;
|
|
402
|
+
|
|
403
|
+
Port?: number;
|
|
404
|
+
|
|
405
|
+
MasterUsername?: string;
|
|
406
|
+
|
|
407
|
+
PreferredBackupWindow?: string;
|
|
408
|
+
|
|
409
|
+
PreferredMaintenanceWindow?: string;
|
|
410
|
+
|
|
411
|
+
ReplicationSourceIdentifier?: string;
|
|
412
|
+
|
|
413
|
+
ReadReplicaIdentifiers?: string[];
|
|
414
|
+
|
|
415
|
+
DBClusterMembers?: DBClusterMember[];
|
|
416
|
+
|
|
417
|
+
VpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
418
|
+
|
|
419
|
+
HostedZoneId?: string;
|
|
420
|
+
|
|
421
|
+
StorageEncrypted?: boolean;
|
|
422
|
+
|
|
423
|
+
KmsKeyId?: string;
|
|
424
|
+
|
|
425
|
+
DbClusterResourceId?: string;
|
|
426
|
+
|
|
427
|
+
DBClusterArn?: string;
|
|
428
|
+
|
|
429
|
+
AssociatedRoles?: DBClusterRole[];
|
|
430
|
+
|
|
431
|
+
CloneGroupId?: string;
|
|
432
|
+
|
|
433
|
+
ClusterCreateTime?: Date;
|
|
434
|
+
|
|
435
|
+
EnabledCloudwatchLogsExports?: string[];
|
|
436
|
+
|
|
437
|
+
DeletionProtection?: boolean;
|
|
438
|
+
}
|
|
439
|
+
export interface CreateDBClusterResult {
|
|
440
|
+
DBCluster?: DBCluster;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export declare class DBClusterAlreadyExistsFault extends __BaseException {
|
|
444
|
+
readonly name: "DBClusterAlreadyExistsFault";
|
|
445
|
+
readonly $fault: "client";
|
|
446
|
+
|
|
447
|
+
constructor(
|
|
448
|
+
opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
|
|
449
|
+
);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
453
|
+
readonly name: "DBClusterParameterGroupNotFoundFault";
|
|
454
|
+
readonly $fault: "client";
|
|
455
|
+
|
|
456
|
+
constructor(
|
|
457
|
+
opts: __ExceptionOptionType<
|
|
458
|
+
DBClusterParameterGroupNotFoundFault,
|
|
459
|
+
__BaseException
|
|
460
|
+
>
|
|
461
|
+
);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
465
|
+
readonly name: "DBClusterQuotaExceededFault";
|
|
466
|
+
readonly $fault: "client";
|
|
467
|
+
|
|
468
|
+
constructor(
|
|
469
|
+
opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
|
|
470
|
+
);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
474
|
+
readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
475
|
+
readonly $fault: "client";
|
|
476
|
+
|
|
477
|
+
constructor(
|
|
478
|
+
opts: __ExceptionOptionType<
|
|
479
|
+
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
480
|
+
__BaseException
|
|
481
|
+
>
|
|
482
|
+
);
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export declare class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
486
|
+
readonly name: "DBSubnetGroupNotFoundFault";
|
|
487
|
+
readonly $fault: "client";
|
|
488
|
+
|
|
489
|
+
constructor(
|
|
490
|
+
opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>
|
|
491
|
+
);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
495
|
+
readonly name: "GlobalClusterNotFoundFault";
|
|
496
|
+
readonly $fault: "client";
|
|
497
|
+
|
|
498
|
+
constructor(
|
|
499
|
+
opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
|
|
500
|
+
);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
504
|
+
readonly name: "InsufficientStorageClusterCapacityFault";
|
|
505
|
+
readonly $fault: "client";
|
|
506
|
+
|
|
507
|
+
constructor(
|
|
508
|
+
opts: __ExceptionOptionType<
|
|
509
|
+
InsufficientStorageClusterCapacityFault,
|
|
510
|
+
__BaseException
|
|
511
|
+
>
|
|
512
|
+
);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
|
|
516
|
+
readonly name: "InvalidDBSubnetGroupStateFault";
|
|
517
|
+
readonly $fault: "client";
|
|
518
|
+
|
|
519
|
+
constructor(
|
|
520
|
+
opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>
|
|
521
|
+
);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export declare class InvalidGlobalClusterStateFault extends __BaseException {
|
|
525
|
+
readonly name: "InvalidGlobalClusterStateFault";
|
|
526
|
+
readonly $fault: "client";
|
|
527
|
+
|
|
528
|
+
constructor(
|
|
529
|
+
opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>
|
|
530
|
+
);
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
534
|
+
readonly name: "InvalidSubnet";
|
|
535
|
+
readonly $fault: "client";
|
|
536
|
+
|
|
537
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
541
|
+
readonly name: "InvalidVPCNetworkStateFault";
|
|
542
|
+
readonly $fault: "client";
|
|
543
|
+
|
|
544
|
+
constructor(
|
|
545
|
+
opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
|
|
546
|
+
);
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
550
|
+
readonly name: "StorageQuotaExceededFault";
|
|
551
|
+
readonly $fault: "client";
|
|
552
|
+
|
|
553
|
+
constructor(
|
|
554
|
+
opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
|
|
555
|
+
);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export interface CreateDBClusterParameterGroupMessage {
|
|
559
|
+
DBClusterParameterGroupName: string | undefined;
|
|
560
|
+
|
|
561
|
+
DBParameterGroupFamily: string | undefined;
|
|
562
|
+
|
|
563
|
+
Description: string | undefined;
|
|
564
|
+
|
|
565
|
+
Tags?: Tag[];
|
|
566
|
+
}
|
|
567
|
+
export interface CreateDBClusterParameterGroupResult {
|
|
568
|
+
DBClusterParameterGroup?: DBClusterParameterGroup;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export interface CreateDBClusterSnapshotMessage {
|
|
572
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
573
|
+
|
|
574
|
+
DBClusterIdentifier: string | undefined;
|
|
575
|
+
|
|
576
|
+
Tags?: Tag[];
|
|
577
|
+
}
|
|
578
|
+
export interface CreateDBClusterSnapshotResult {
|
|
579
|
+
DBClusterSnapshot?: DBClusterSnapshot;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
583
|
+
readonly name: "AuthorizationNotFoundFault";
|
|
584
|
+
readonly $fault: "client";
|
|
585
|
+
|
|
586
|
+
constructor(
|
|
587
|
+
opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
|
|
588
|
+
);
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
export interface CreateDBInstanceMessage {
|
|
592
|
+
DBInstanceIdentifier: string | undefined;
|
|
593
|
+
|
|
594
|
+
DBInstanceClass: string | undefined;
|
|
595
|
+
|
|
596
|
+
Engine: string | undefined;
|
|
597
|
+
|
|
598
|
+
AvailabilityZone?: string;
|
|
599
|
+
|
|
600
|
+
PreferredMaintenanceWindow?: string;
|
|
601
|
+
|
|
602
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
603
|
+
|
|
604
|
+
Tags?: Tag[];
|
|
605
|
+
|
|
606
|
+
DBClusterIdentifier: string | undefined;
|
|
607
|
+
|
|
608
|
+
CopyTagsToSnapshot?: boolean;
|
|
609
|
+
|
|
610
|
+
PromotionTier?: number;
|
|
611
|
+
|
|
612
|
+
EnablePerformanceInsights?: boolean;
|
|
613
|
+
|
|
614
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
export interface AvailabilityZone {
|
|
618
|
+
Name?: string;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export interface Subnet {
|
|
622
|
+
SubnetIdentifier?: string;
|
|
623
|
+
|
|
624
|
+
SubnetAvailabilityZone?: AvailabilityZone;
|
|
625
|
+
|
|
626
|
+
SubnetStatus?: string;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export interface DBSubnetGroup {
|
|
630
|
+
DBSubnetGroupName?: string;
|
|
631
|
+
|
|
632
|
+
DBSubnetGroupDescription?: string;
|
|
633
|
+
|
|
634
|
+
VpcId?: string;
|
|
635
|
+
|
|
636
|
+
SubnetGroupStatus?: string;
|
|
637
|
+
|
|
638
|
+
Subnets?: Subnet[];
|
|
639
|
+
|
|
640
|
+
DBSubnetGroupArn?: string;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
export interface Endpoint {
|
|
644
|
+
Address?: string;
|
|
645
|
+
|
|
646
|
+
Port?: number;
|
|
647
|
+
|
|
648
|
+
HostedZoneId?: string;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export interface PendingCloudwatchLogsExports {
|
|
652
|
+
LogTypesToEnable?: string[];
|
|
653
|
+
|
|
654
|
+
LogTypesToDisable?: string[];
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
export interface PendingModifiedValues {
|
|
658
|
+
DBInstanceClass?: string;
|
|
659
|
+
|
|
660
|
+
AllocatedStorage?: number;
|
|
661
|
+
|
|
662
|
+
MasterUserPassword?: string;
|
|
663
|
+
|
|
664
|
+
Port?: number;
|
|
665
|
+
|
|
666
|
+
BackupRetentionPeriod?: number;
|
|
667
|
+
|
|
668
|
+
MultiAZ?: boolean;
|
|
669
|
+
|
|
670
|
+
EngineVersion?: string;
|
|
671
|
+
|
|
672
|
+
LicenseModel?: string;
|
|
673
|
+
|
|
674
|
+
Iops?: number;
|
|
675
|
+
|
|
676
|
+
DBInstanceIdentifier?: string;
|
|
677
|
+
|
|
678
|
+
StorageType?: string;
|
|
679
|
+
|
|
680
|
+
CACertificateIdentifier?: string;
|
|
681
|
+
|
|
682
|
+
DBSubnetGroupName?: string;
|
|
683
|
+
|
|
684
|
+
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface DBInstanceStatusInfo {
|
|
688
|
+
StatusType?: string;
|
|
689
|
+
|
|
690
|
+
Normal?: boolean;
|
|
691
|
+
|
|
692
|
+
Status?: string;
|
|
693
|
+
|
|
694
|
+
Message?: string;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export interface DBInstance {
|
|
698
|
+
DBInstanceIdentifier?: string;
|
|
699
|
+
|
|
700
|
+
DBInstanceClass?: string;
|
|
701
|
+
|
|
702
|
+
Engine?: string;
|
|
703
|
+
|
|
704
|
+
DBInstanceStatus?: string;
|
|
705
|
+
|
|
706
|
+
Endpoint?: Endpoint;
|
|
707
|
+
|
|
708
|
+
InstanceCreateTime?: Date;
|
|
709
|
+
|
|
710
|
+
PreferredBackupWindow?: string;
|
|
711
|
+
|
|
712
|
+
BackupRetentionPeriod?: number;
|
|
713
|
+
|
|
714
|
+
VpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
715
|
+
|
|
716
|
+
AvailabilityZone?: string;
|
|
717
|
+
|
|
718
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
719
|
+
|
|
720
|
+
PreferredMaintenanceWindow?: string;
|
|
721
|
+
|
|
722
|
+
PendingModifiedValues?: PendingModifiedValues;
|
|
723
|
+
|
|
724
|
+
LatestRestorableTime?: Date;
|
|
725
|
+
|
|
726
|
+
EngineVersion?: string;
|
|
727
|
+
|
|
728
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
729
|
+
|
|
730
|
+
PubliclyAccessible?: boolean;
|
|
731
|
+
|
|
732
|
+
StatusInfos?: DBInstanceStatusInfo[];
|
|
733
|
+
|
|
734
|
+
DBClusterIdentifier?: string;
|
|
735
|
+
|
|
736
|
+
StorageEncrypted?: boolean;
|
|
737
|
+
|
|
738
|
+
KmsKeyId?: string;
|
|
739
|
+
|
|
740
|
+
DbiResourceId?: string;
|
|
741
|
+
|
|
742
|
+
CACertificateIdentifier?: string;
|
|
743
|
+
|
|
744
|
+
CopyTagsToSnapshot?: boolean;
|
|
745
|
+
|
|
746
|
+
PromotionTier?: number;
|
|
747
|
+
|
|
748
|
+
DBInstanceArn?: string;
|
|
749
|
+
|
|
750
|
+
EnabledCloudwatchLogsExports?: string[];
|
|
751
|
+
}
|
|
752
|
+
export interface CreateDBInstanceResult {
|
|
753
|
+
DBInstance?: DBInstance;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
757
|
+
readonly name: "DBInstanceAlreadyExistsFault";
|
|
758
|
+
readonly $fault: "client";
|
|
759
|
+
|
|
760
|
+
constructor(
|
|
761
|
+
opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
|
|
762
|
+
);
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
export declare class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
766
|
+
readonly name: "DBSecurityGroupNotFoundFault";
|
|
767
|
+
readonly $fault: "client";
|
|
768
|
+
|
|
769
|
+
constructor(
|
|
770
|
+
opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>
|
|
771
|
+
);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
775
|
+
readonly name: "InstanceQuotaExceededFault";
|
|
776
|
+
readonly $fault: "client";
|
|
777
|
+
|
|
778
|
+
constructor(
|
|
779
|
+
opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
|
|
780
|
+
);
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
784
|
+
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
785
|
+
readonly $fault: "client";
|
|
786
|
+
|
|
787
|
+
constructor(
|
|
788
|
+
opts: __ExceptionOptionType<
|
|
789
|
+
InsufficientDBInstanceCapacityFault,
|
|
790
|
+
__BaseException
|
|
791
|
+
>
|
|
792
|
+
);
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
796
|
+
readonly name: "StorageTypeNotSupportedFault";
|
|
797
|
+
readonly $fault: "client";
|
|
798
|
+
|
|
799
|
+
constructor(
|
|
800
|
+
opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
|
|
801
|
+
);
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
export interface CreateDBSubnetGroupMessage {
|
|
805
|
+
DBSubnetGroupName: string | undefined;
|
|
806
|
+
|
|
807
|
+
DBSubnetGroupDescription: string | undefined;
|
|
808
|
+
|
|
809
|
+
SubnetIds: string[] | undefined;
|
|
810
|
+
|
|
811
|
+
Tags?: Tag[];
|
|
812
|
+
}
|
|
813
|
+
export interface CreateDBSubnetGroupResult {
|
|
814
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
818
|
+
readonly name: "DBSubnetGroupAlreadyExistsFault";
|
|
819
|
+
readonly $fault: "client";
|
|
820
|
+
|
|
821
|
+
constructor(
|
|
822
|
+
opts: __ExceptionOptionType<
|
|
823
|
+
DBSubnetGroupAlreadyExistsFault,
|
|
824
|
+
__BaseException
|
|
825
|
+
>
|
|
826
|
+
);
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
830
|
+
readonly name: "DBSubnetGroupQuotaExceededFault";
|
|
831
|
+
readonly $fault: "client";
|
|
832
|
+
|
|
833
|
+
constructor(
|
|
834
|
+
opts: __ExceptionOptionType<
|
|
835
|
+
DBSubnetGroupQuotaExceededFault,
|
|
836
|
+
__BaseException
|
|
837
|
+
>
|
|
838
|
+
);
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
export declare class DBSubnetQuotaExceededFault extends __BaseException {
|
|
842
|
+
readonly name: "DBSubnetQuotaExceededFault";
|
|
843
|
+
readonly $fault: "client";
|
|
844
|
+
|
|
845
|
+
constructor(
|
|
846
|
+
opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>
|
|
847
|
+
);
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
export interface CreateEventSubscriptionMessage {
|
|
851
|
+
SubscriptionName: string | undefined;
|
|
852
|
+
|
|
853
|
+
SnsTopicArn: string | undefined;
|
|
854
|
+
|
|
855
|
+
SourceType?: string;
|
|
856
|
+
|
|
857
|
+
EventCategories?: string[];
|
|
858
|
+
|
|
859
|
+
SourceIds?: string[];
|
|
860
|
+
|
|
861
|
+
Enabled?: boolean;
|
|
862
|
+
|
|
863
|
+
Tags?: Tag[];
|
|
864
|
+
}
|
|
865
|
+
export interface CreateEventSubscriptionResult {
|
|
866
|
+
EventSubscription?: EventSubscription;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
870
|
+
readonly name: "EventSubscriptionQuotaExceededFault";
|
|
871
|
+
readonly $fault: "client";
|
|
872
|
+
|
|
873
|
+
constructor(
|
|
874
|
+
opts: __ExceptionOptionType<
|
|
875
|
+
EventSubscriptionQuotaExceededFault,
|
|
876
|
+
__BaseException
|
|
877
|
+
>
|
|
878
|
+
);
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
882
|
+
readonly name: "SNSInvalidTopicFault";
|
|
883
|
+
readonly $fault: "client";
|
|
884
|
+
|
|
885
|
+
constructor(
|
|
886
|
+
opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
|
|
887
|
+
);
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
891
|
+
readonly name: "SNSNoAuthorizationFault";
|
|
892
|
+
readonly $fault: "client";
|
|
893
|
+
|
|
894
|
+
constructor(
|
|
895
|
+
opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
|
|
896
|
+
);
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
export declare class SNSTopicArnNotFoundFault extends __BaseException {
|
|
900
|
+
readonly name: "SNSTopicArnNotFoundFault";
|
|
901
|
+
readonly $fault: "client";
|
|
902
|
+
|
|
903
|
+
constructor(
|
|
904
|
+
opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>
|
|
905
|
+
);
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
export declare class SubscriptionAlreadyExistFault extends __BaseException {
|
|
909
|
+
readonly name: "SubscriptionAlreadyExistFault";
|
|
910
|
+
readonly $fault: "client";
|
|
911
|
+
|
|
912
|
+
constructor(
|
|
913
|
+
opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>
|
|
914
|
+
);
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
918
|
+
readonly name: "SubscriptionCategoryNotFoundFault";
|
|
919
|
+
readonly $fault: "client";
|
|
920
|
+
|
|
921
|
+
constructor(
|
|
922
|
+
opts: __ExceptionOptionType<
|
|
923
|
+
SubscriptionCategoryNotFoundFault,
|
|
924
|
+
__BaseException
|
|
925
|
+
>
|
|
926
|
+
);
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export interface CreateGlobalClusterMessage {
|
|
930
|
+
GlobalClusterIdentifier: string | undefined;
|
|
931
|
+
|
|
932
|
+
SourceDBClusterIdentifier?: string;
|
|
933
|
+
|
|
934
|
+
Engine?: string;
|
|
935
|
+
|
|
936
|
+
EngineVersion?: string;
|
|
937
|
+
|
|
938
|
+
DeletionProtection?: boolean;
|
|
939
|
+
|
|
940
|
+
DatabaseName?: string;
|
|
941
|
+
|
|
942
|
+
StorageEncrypted?: boolean;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
export interface GlobalClusterMember {
|
|
946
|
+
DBClusterArn?: string;
|
|
947
|
+
|
|
948
|
+
Readers?: string[];
|
|
949
|
+
|
|
950
|
+
IsWriter?: boolean;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
export interface GlobalCluster {
|
|
954
|
+
GlobalClusterIdentifier?: string;
|
|
955
|
+
|
|
956
|
+
GlobalClusterResourceId?: string;
|
|
957
|
+
|
|
958
|
+
GlobalClusterArn?: string;
|
|
959
|
+
|
|
960
|
+
Status?: string;
|
|
961
|
+
|
|
962
|
+
Engine?: string;
|
|
963
|
+
|
|
964
|
+
EngineVersion?: string;
|
|
965
|
+
|
|
966
|
+
DatabaseName?: string;
|
|
967
|
+
|
|
968
|
+
StorageEncrypted?: boolean;
|
|
969
|
+
|
|
970
|
+
DeletionProtection?: boolean;
|
|
971
|
+
|
|
972
|
+
GlobalClusterMembers?: GlobalClusterMember[];
|
|
973
|
+
}
|
|
974
|
+
export interface CreateGlobalClusterResult {
|
|
975
|
+
GlobalCluster?: GlobalCluster;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
979
|
+
readonly name: "GlobalClusterAlreadyExistsFault";
|
|
980
|
+
readonly $fault: "client";
|
|
981
|
+
|
|
982
|
+
constructor(
|
|
983
|
+
opts: __ExceptionOptionType<
|
|
984
|
+
GlobalClusterAlreadyExistsFault,
|
|
985
|
+
__BaseException
|
|
986
|
+
>
|
|
987
|
+
);
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export declare class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
991
|
+
readonly name: "GlobalClusterQuotaExceededFault";
|
|
992
|
+
readonly $fault: "client";
|
|
993
|
+
|
|
994
|
+
constructor(
|
|
995
|
+
opts: __ExceptionOptionType<
|
|
996
|
+
GlobalClusterQuotaExceededFault,
|
|
997
|
+
__BaseException
|
|
998
|
+
>
|
|
999
|
+
);
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export interface DeleteDBClusterMessage {
|
|
1003
|
+
DBClusterIdentifier: string | undefined;
|
|
1004
|
+
|
|
1005
|
+
SkipFinalSnapshot?: boolean;
|
|
1006
|
+
|
|
1007
|
+
FinalDBSnapshotIdentifier?: string;
|
|
1008
|
+
}
|
|
1009
|
+
export interface DeleteDBClusterResult {
|
|
1010
|
+
DBCluster?: DBCluster;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
export interface DeleteDBClusterParameterGroupMessage {
|
|
1014
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
1018
|
+
readonly name: "InvalidDBParameterGroupStateFault";
|
|
1019
|
+
readonly $fault: "client";
|
|
1020
|
+
|
|
1021
|
+
constructor(
|
|
1022
|
+
opts: __ExceptionOptionType<
|
|
1023
|
+
InvalidDBParameterGroupStateFault,
|
|
1024
|
+
__BaseException
|
|
1025
|
+
>
|
|
1026
|
+
);
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
export interface DeleteDBClusterSnapshotMessage {
|
|
1030
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
1031
|
+
}
|
|
1032
|
+
export interface DeleteDBClusterSnapshotResult {
|
|
1033
|
+
DBClusterSnapshot?: DBClusterSnapshot;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
1037
|
+
readonly name: "DBSnapshotAlreadyExistsFault";
|
|
1038
|
+
readonly $fault: "client";
|
|
1039
|
+
|
|
1040
|
+
constructor(
|
|
1041
|
+
opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>
|
|
1042
|
+
);
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
export interface DeleteDBInstanceMessage {
|
|
1046
|
+
DBInstanceIdentifier: string | undefined;
|
|
1047
|
+
}
|
|
1048
|
+
export interface DeleteDBInstanceResult {
|
|
1049
|
+
DBInstance?: DBInstance;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export interface DeleteDBSubnetGroupMessage {
|
|
1053
|
+
DBSubnetGroupName: string | undefined;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
export declare class InvalidDBSubnetStateFault extends __BaseException {
|
|
1057
|
+
readonly name: "InvalidDBSubnetStateFault";
|
|
1058
|
+
readonly $fault: "client";
|
|
1059
|
+
|
|
1060
|
+
constructor(
|
|
1061
|
+
opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>
|
|
1062
|
+
);
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export interface DeleteEventSubscriptionMessage {
|
|
1066
|
+
SubscriptionName: string | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
export interface DeleteEventSubscriptionResult {
|
|
1069
|
+
EventSubscription?: EventSubscription;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
export declare class InvalidEventSubscriptionStateFault extends __BaseException {
|
|
1073
|
+
readonly name: "InvalidEventSubscriptionStateFault";
|
|
1074
|
+
readonly $fault: "client";
|
|
1075
|
+
|
|
1076
|
+
constructor(
|
|
1077
|
+
opts: __ExceptionOptionType<
|
|
1078
|
+
InvalidEventSubscriptionStateFault,
|
|
1079
|
+
__BaseException
|
|
1080
|
+
>
|
|
1081
|
+
);
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export interface DeleteGlobalClusterMessage {
|
|
1085
|
+
GlobalClusterIdentifier: string | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
export interface DeleteGlobalClusterResult {
|
|
1088
|
+
GlobalCluster?: GlobalCluster;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
export interface Certificate {
|
|
1092
|
+
CertificateIdentifier?: string;
|
|
1093
|
+
|
|
1094
|
+
CertificateType?: string;
|
|
1095
|
+
|
|
1096
|
+
Thumbprint?: string;
|
|
1097
|
+
|
|
1098
|
+
ValidFrom?: Date;
|
|
1099
|
+
|
|
1100
|
+
ValidTill?: Date;
|
|
1101
|
+
|
|
1102
|
+
CertificateArn?: string;
|
|
1103
|
+
}
|
|
1104
|
+
export interface CertificateMessage {
|
|
1105
|
+
Certificates?: Certificate[];
|
|
1106
|
+
|
|
1107
|
+
Marker?: string;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
export declare class CertificateNotFoundFault extends __BaseException {
|
|
1111
|
+
readonly name: "CertificateNotFoundFault";
|
|
1112
|
+
readonly $fault: "client";
|
|
1113
|
+
|
|
1114
|
+
constructor(
|
|
1115
|
+
opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
|
|
1116
|
+
);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
export interface Filter {
|
|
1120
|
+
Name: string | undefined;
|
|
1121
|
+
|
|
1122
|
+
Values: string[] | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
export interface DescribeCertificatesMessage {
|
|
1125
|
+
CertificateIdentifier?: string;
|
|
1126
|
+
|
|
1127
|
+
Filters?: Filter[];
|
|
1128
|
+
|
|
1129
|
+
MaxRecords?: number;
|
|
1130
|
+
|
|
1131
|
+
Marker?: string;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
export interface DBClusterParameterGroupsMessage {
|
|
1135
|
+
Marker?: string;
|
|
1136
|
+
|
|
1137
|
+
DBClusterParameterGroups?: DBClusterParameterGroup[];
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
export interface DescribeDBClusterParameterGroupsMessage {
|
|
1141
|
+
DBClusterParameterGroupName?: string;
|
|
1142
|
+
|
|
1143
|
+
Filters?: Filter[];
|
|
1144
|
+
|
|
1145
|
+
MaxRecords?: number;
|
|
1146
|
+
|
|
1147
|
+
Marker?: string;
|
|
1148
|
+
}
|
|
1149
|
+
export declare type ApplyMethod = "immediate" | "pending-reboot";
|
|
1150
|
+
|
|
1151
|
+
export interface Parameter {
|
|
1152
|
+
ParameterName?: string;
|
|
1153
|
+
|
|
1154
|
+
ParameterValue?: string;
|
|
1155
|
+
|
|
1156
|
+
Description?: string;
|
|
1157
|
+
|
|
1158
|
+
Source?: string;
|
|
1159
|
+
|
|
1160
|
+
ApplyType?: string;
|
|
1161
|
+
|
|
1162
|
+
DataType?: string;
|
|
1163
|
+
|
|
1164
|
+
AllowedValues?: string;
|
|
1165
|
+
|
|
1166
|
+
IsModifiable?: boolean;
|
|
1167
|
+
|
|
1168
|
+
MinimumEngineVersion?: string;
|
|
1169
|
+
|
|
1170
|
+
ApplyMethod?: ApplyMethod | string;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
export interface DBClusterParameterGroupDetails {
|
|
1174
|
+
Parameters?: Parameter[];
|
|
1175
|
+
|
|
1176
|
+
Marker?: string;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
export interface DescribeDBClusterParametersMessage {
|
|
1180
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1181
|
+
|
|
1182
|
+
Source?: string;
|
|
1183
|
+
|
|
1184
|
+
Filters?: Filter[];
|
|
1185
|
+
|
|
1186
|
+
MaxRecords?: number;
|
|
1187
|
+
|
|
1188
|
+
Marker?: string;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
export interface DBClusterMessage {
|
|
1192
|
+
Marker?: string;
|
|
1193
|
+
|
|
1194
|
+
DBClusters?: DBCluster[];
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
export interface DescribeDBClustersMessage {
|
|
1198
|
+
DBClusterIdentifier?: string;
|
|
1199
|
+
|
|
1200
|
+
Filters?: Filter[];
|
|
1201
|
+
|
|
1202
|
+
MaxRecords?: number;
|
|
1203
|
+
|
|
1204
|
+
Marker?: string;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
export interface DescribeDBClusterSnapshotAttributesMessage {
|
|
1208
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
export interface DBClusterSnapshotAttribute {
|
|
1212
|
+
AttributeName?: string;
|
|
1213
|
+
|
|
1214
|
+
AttributeValues?: string[];
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
export interface DBClusterSnapshotAttributesResult {
|
|
1218
|
+
DBClusterSnapshotIdentifier?: string;
|
|
1219
|
+
|
|
1220
|
+
DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[];
|
|
1221
|
+
}
|
|
1222
|
+
export interface DescribeDBClusterSnapshotAttributesResult {
|
|
1223
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
export interface DBClusterSnapshotMessage {
|
|
1227
|
+
Marker?: string;
|
|
1228
|
+
|
|
1229
|
+
DBClusterSnapshots?: DBClusterSnapshot[];
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
export interface DescribeDBClusterSnapshotsMessage {
|
|
1233
|
+
DBClusterIdentifier?: string;
|
|
1234
|
+
|
|
1235
|
+
DBClusterSnapshotIdentifier?: string;
|
|
1236
|
+
|
|
1237
|
+
SnapshotType?: string;
|
|
1238
|
+
|
|
1239
|
+
Filters?: Filter[];
|
|
1240
|
+
|
|
1241
|
+
MaxRecords?: number;
|
|
1242
|
+
|
|
1243
|
+
Marker?: string;
|
|
1244
|
+
|
|
1245
|
+
IncludeShared?: boolean;
|
|
1246
|
+
|
|
1247
|
+
IncludePublic?: boolean;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
export interface UpgradeTarget {
|
|
1251
|
+
Engine?: string;
|
|
1252
|
+
|
|
1253
|
+
EngineVersion?: string;
|
|
1254
|
+
|
|
1255
|
+
Description?: string;
|
|
1256
|
+
|
|
1257
|
+
AutoUpgrade?: boolean;
|
|
1258
|
+
|
|
1259
|
+
IsMajorVersionUpgrade?: boolean;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
export interface DBEngineVersion {
|
|
1263
|
+
Engine?: string;
|
|
1264
|
+
|
|
1265
|
+
EngineVersion?: string;
|
|
1266
|
+
|
|
1267
|
+
DBParameterGroupFamily?: string;
|
|
1268
|
+
|
|
1269
|
+
DBEngineDescription?: string;
|
|
1270
|
+
|
|
1271
|
+
DBEngineVersionDescription?: string;
|
|
1272
|
+
|
|
1273
|
+
ValidUpgradeTarget?: UpgradeTarget[];
|
|
1274
|
+
|
|
1275
|
+
ExportableLogTypes?: string[];
|
|
1276
|
+
|
|
1277
|
+
SupportsLogExportsToCloudwatchLogs?: boolean;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
export interface DBEngineVersionMessage {
|
|
1281
|
+
Marker?: string;
|
|
1282
|
+
|
|
1283
|
+
DBEngineVersions?: DBEngineVersion[];
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export interface DescribeDBEngineVersionsMessage {
|
|
1287
|
+
Engine?: string;
|
|
1288
|
+
|
|
1289
|
+
EngineVersion?: string;
|
|
1290
|
+
|
|
1291
|
+
DBParameterGroupFamily?: string;
|
|
1292
|
+
|
|
1293
|
+
Filters?: Filter[];
|
|
1294
|
+
|
|
1295
|
+
MaxRecords?: number;
|
|
1296
|
+
|
|
1297
|
+
Marker?: string;
|
|
1298
|
+
|
|
1299
|
+
DefaultOnly?: boolean;
|
|
1300
|
+
|
|
1301
|
+
ListSupportedCharacterSets?: boolean;
|
|
1302
|
+
|
|
1303
|
+
ListSupportedTimezones?: boolean;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
export interface DBInstanceMessage {
|
|
1307
|
+
Marker?: string;
|
|
1308
|
+
|
|
1309
|
+
DBInstances?: DBInstance[];
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
export interface DescribeDBInstancesMessage {
|
|
1313
|
+
DBInstanceIdentifier?: string;
|
|
1314
|
+
|
|
1315
|
+
Filters?: Filter[];
|
|
1316
|
+
|
|
1317
|
+
MaxRecords?: number;
|
|
1318
|
+
|
|
1319
|
+
Marker?: string;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
export interface DBSubnetGroupMessage {
|
|
1323
|
+
Marker?: string;
|
|
1324
|
+
|
|
1325
|
+
DBSubnetGroups?: DBSubnetGroup[];
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export interface DescribeDBSubnetGroupsMessage {
|
|
1329
|
+
DBSubnetGroupName?: string;
|
|
1330
|
+
|
|
1331
|
+
Filters?: Filter[];
|
|
1332
|
+
|
|
1333
|
+
MaxRecords?: number;
|
|
1334
|
+
|
|
1335
|
+
Marker?: string;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
export interface DescribeEngineDefaultClusterParametersMessage {
|
|
1339
|
+
DBParameterGroupFamily: string | undefined;
|
|
1340
|
+
|
|
1341
|
+
Filters?: Filter[];
|
|
1342
|
+
|
|
1343
|
+
MaxRecords?: number;
|
|
1344
|
+
|
|
1345
|
+
Marker?: string;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
export interface EngineDefaults {
|
|
1349
|
+
DBParameterGroupFamily?: string;
|
|
1350
|
+
|
|
1351
|
+
Marker?: string;
|
|
1352
|
+
|
|
1353
|
+
Parameters?: Parameter[];
|
|
1354
|
+
}
|
|
1355
|
+
export interface DescribeEngineDefaultClusterParametersResult {
|
|
1356
|
+
EngineDefaults?: EngineDefaults;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
export interface DescribeEventCategoriesMessage {
|
|
1360
|
+
SourceType?: string;
|
|
1361
|
+
|
|
1362
|
+
Filters?: Filter[];
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
export interface EventCategoriesMap {
|
|
1366
|
+
SourceType?: string;
|
|
1367
|
+
|
|
1368
|
+
EventCategories?: string[];
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
export interface EventCategoriesMessage {
|
|
1372
|
+
EventCategoriesMapList?: EventCategoriesMap[];
|
|
1373
|
+
}
|
|
1374
|
+
export declare type SourceType =
|
|
1375
|
+
| "db-cluster"
|
|
1376
|
+
| "db-cluster-snapshot"
|
|
1377
|
+
| "db-instance"
|
|
1378
|
+
| "db-parameter-group"
|
|
1379
|
+
| "db-security-group"
|
|
1380
|
+
| "db-snapshot";
|
|
1381
|
+
|
|
1382
|
+
export interface DescribeEventsMessage {
|
|
1383
|
+
SourceIdentifier?: string;
|
|
1384
|
+
|
|
1385
|
+
SourceType?: SourceType | string;
|
|
1386
|
+
|
|
1387
|
+
StartTime?: Date;
|
|
1388
|
+
|
|
1389
|
+
EndTime?: Date;
|
|
1390
|
+
|
|
1391
|
+
Duration?: number;
|
|
1392
|
+
|
|
1393
|
+
EventCategories?: string[];
|
|
1394
|
+
|
|
1395
|
+
Filters?: Filter[];
|
|
1396
|
+
|
|
1397
|
+
MaxRecords?: number;
|
|
1398
|
+
|
|
1399
|
+
Marker?: string;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
export interface Event {
|
|
1403
|
+
SourceIdentifier?: string;
|
|
1404
|
+
|
|
1405
|
+
SourceType?: SourceType | string;
|
|
1406
|
+
|
|
1407
|
+
Message?: string;
|
|
1408
|
+
|
|
1409
|
+
EventCategories?: string[];
|
|
1410
|
+
|
|
1411
|
+
Date?: Date;
|
|
1412
|
+
|
|
1413
|
+
SourceArn?: string;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
export interface EventsMessage {
|
|
1417
|
+
Marker?: string;
|
|
1418
|
+
|
|
1419
|
+
Events?: Event[];
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
export interface DescribeEventSubscriptionsMessage {
|
|
1423
|
+
SubscriptionName?: string;
|
|
1424
|
+
|
|
1425
|
+
Filters?: Filter[];
|
|
1426
|
+
|
|
1427
|
+
MaxRecords?: number;
|
|
1428
|
+
|
|
1429
|
+
Marker?: string;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
export interface EventSubscriptionsMessage {
|
|
1433
|
+
Marker?: string;
|
|
1434
|
+
|
|
1435
|
+
EventSubscriptionsList?: EventSubscription[];
|
|
1436
|
+
}
|
|
1437
|
+
export interface DescribeGlobalClustersMessage {
|
|
1438
|
+
GlobalClusterIdentifier?: string;
|
|
1439
|
+
|
|
1440
|
+
Filters?: Filter[];
|
|
1441
|
+
|
|
1442
|
+
MaxRecords?: number;
|
|
1443
|
+
|
|
1444
|
+
Marker?: string;
|
|
1445
|
+
}
|
|
1446
|
+
export interface GlobalClustersMessage {
|
|
1447
|
+
Marker?: string;
|
|
1448
|
+
|
|
1449
|
+
GlobalClusters?: GlobalCluster[];
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
1453
|
+
Engine: string | undefined;
|
|
1454
|
+
|
|
1455
|
+
EngineVersion?: string;
|
|
1456
|
+
|
|
1457
|
+
DBInstanceClass?: string;
|
|
1458
|
+
|
|
1459
|
+
LicenseModel?: string;
|
|
1460
|
+
|
|
1461
|
+
Vpc?: boolean;
|
|
1462
|
+
|
|
1463
|
+
Filters?: Filter[];
|
|
1464
|
+
|
|
1465
|
+
MaxRecords?: number;
|
|
1466
|
+
|
|
1467
|
+
Marker?: string;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
export interface OrderableDBInstanceOption {
|
|
1471
|
+
Engine?: string;
|
|
1472
|
+
|
|
1473
|
+
EngineVersion?: string;
|
|
1474
|
+
|
|
1475
|
+
DBInstanceClass?: string;
|
|
1476
|
+
|
|
1477
|
+
LicenseModel?: string;
|
|
1478
|
+
|
|
1479
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
1480
|
+
|
|
1481
|
+
Vpc?: boolean;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
export interface OrderableDBInstanceOptionsMessage {
|
|
1485
|
+
OrderableDBInstanceOptions?: OrderableDBInstanceOption[];
|
|
1486
|
+
|
|
1487
|
+
Marker?: string;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
export interface DescribePendingMaintenanceActionsMessage {
|
|
1491
|
+
ResourceIdentifier?: string;
|
|
1492
|
+
|
|
1493
|
+
Filters?: Filter[];
|
|
1494
|
+
|
|
1495
|
+
Marker?: string;
|
|
1496
|
+
|
|
1497
|
+
MaxRecords?: number;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
export interface PendingMaintenanceActionsMessage {
|
|
1501
|
+
PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
|
|
1502
|
+
|
|
1503
|
+
Marker?: string;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
export interface FailoverDBClusterMessage {
|
|
1507
|
+
DBClusterIdentifier?: string;
|
|
1508
|
+
|
|
1509
|
+
TargetDBInstanceIdentifier?: string;
|
|
1510
|
+
}
|
|
1511
|
+
export interface FailoverDBClusterResult {
|
|
1512
|
+
DBCluster?: DBCluster;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
export interface ListTagsForResourceMessage {
|
|
1516
|
+
ResourceName: string | undefined;
|
|
1517
|
+
|
|
1518
|
+
Filters?: Filter[];
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
export interface TagListMessage {
|
|
1522
|
+
TagList?: Tag[];
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
|
|
1526
|
+
readonly name: "InvalidDBSecurityGroupStateFault";
|
|
1527
|
+
readonly $fault: "client";
|
|
1528
|
+
|
|
1529
|
+
constructor(
|
|
1530
|
+
opts: __ExceptionOptionType<
|
|
1531
|
+
InvalidDBSecurityGroupStateFault,
|
|
1532
|
+
__BaseException
|
|
1533
|
+
>
|
|
1534
|
+
);
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
export interface CloudwatchLogsExportConfiguration {
|
|
1538
|
+
EnableLogTypes?: string[];
|
|
1539
|
+
|
|
1540
|
+
DisableLogTypes?: string[];
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
export interface ModifyDBClusterMessage {
|
|
1544
|
+
DBClusterIdentifier: string | undefined;
|
|
1545
|
+
|
|
1546
|
+
NewDBClusterIdentifier?: string;
|
|
1547
|
+
|
|
1548
|
+
ApplyImmediately?: boolean;
|
|
1549
|
+
|
|
1550
|
+
BackupRetentionPeriod?: number;
|
|
1551
|
+
|
|
1552
|
+
DBClusterParameterGroupName?: string;
|
|
1553
|
+
|
|
1554
|
+
VpcSecurityGroupIds?: string[];
|
|
1555
|
+
|
|
1556
|
+
Port?: number;
|
|
1557
|
+
|
|
1558
|
+
MasterUserPassword?: string;
|
|
1559
|
+
|
|
1560
|
+
PreferredBackupWindow?: string;
|
|
1561
|
+
|
|
1562
|
+
PreferredMaintenanceWindow?: string;
|
|
1563
|
+
|
|
1564
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
|
1565
|
+
|
|
1566
|
+
EngineVersion?: string;
|
|
1567
|
+
|
|
1568
|
+
DeletionProtection?: boolean;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ModifyDBClusterResult {
|
|
1571
|
+
DBCluster?: DBCluster;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
export interface DBClusterParameterGroupNameMessage {
|
|
1575
|
+
DBClusterParameterGroupName?: string;
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
export interface ModifyDBClusterParameterGroupMessage {
|
|
1579
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1580
|
+
|
|
1581
|
+
Parameters: Parameter[] | undefined;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
export interface ModifyDBClusterSnapshotAttributeMessage {
|
|
1585
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
1586
|
+
|
|
1587
|
+
AttributeName: string | undefined;
|
|
1588
|
+
|
|
1589
|
+
ValuesToAdd?: string[];
|
|
1590
|
+
|
|
1591
|
+
ValuesToRemove?: string[];
|
|
1592
|
+
}
|
|
1593
|
+
export interface ModifyDBClusterSnapshotAttributeResult {
|
|
1594
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
1598
|
+
readonly name: "SharedSnapshotQuotaExceededFault";
|
|
1599
|
+
readonly $fault: "client";
|
|
1600
|
+
|
|
1601
|
+
constructor(
|
|
1602
|
+
opts: __ExceptionOptionType<
|
|
1603
|
+
SharedSnapshotQuotaExceededFault,
|
|
1604
|
+
__BaseException
|
|
1605
|
+
>
|
|
1606
|
+
);
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
1610
|
+
readonly name: "DBUpgradeDependencyFailureFault";
|
|
1611
|
+
readonly $fault: "client";
|
|
1612
|
+
|
|
1613
|
+
constructor(
|
|
1614
|
+
opts: __ExceptionOptionType<
|
|
1615
|
+
DBUpgradeDependencyFailureFault,
|
|
1616
|
+
__BaseException
|
|
1617
|
+
>
|
|
1618
|
+
);
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
export interface ModifyDBInstanceMessage {
|
|
1622
|
+
DBInstanceIdentifier: string | undefined;
|
|
1623
|
+
|
|
1624
|
+
DBInstanceClass?: string;
|
|
1625
|
+
|
|
1626
|
+
ApplyImmediately?: boolean;
|
|
1627
|
+
|
|
1628
|
+
PreferredMaintenanceWindow?: string;
|
|
1629
|
+
|
|
1630
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1631
|
+
|
|
1632
|
+
NewDBInstanceIdentifier?: string;
|
|
1633
|
+
|
|
1634
|
+
CACertificateIdentifier?: string;
|
|
1635
|
+
|
|
1636
|
+
CopyTagsToSnapshot?: boolean;
|
|
1637
|
+
|
|
1638
|
+
PromotionTier?: number;
|
|
1639
|
+
|
|
1640
|
+
EnablePerformanceInsights?: boolean;
|
|
1641
|
+
|
|
1642
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1643
|
+
}
|
|
1644
|
+
export interface ModifyDBInstanceResult {
|
|
1645
|
+
DBInstance?: DBInstance;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
export interface ModifyDBSubnetGroupMessage {
|
|
1649
|
+
DBSubnetGroupName: string | undefined;
|
|
1650
|
+
|
|
1651
|
+
DBSubnetGroupDescription?: string;
|
|
1652
|
+
|
|
1653
|
+
SubnetIds: string[] | undefined;
|
|
1654
|
+
}
|
|
1655
|
+
export interface ModifyDBSubnetGroupResult {
|
|
1656
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
1660
|
+
readonly name: "SubnetAlreadyInUse";
|
|
1661
|
+
readonly $fault: "client";
|
|
1662
|
+
|
|
1663
|
+
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
export interface ModifyEventSubscriptionMessage {
|
|
1667
|
+
SubscriptionName: string | undefined;
|
|
1668
|
+
|
|
1669
|
+
SnsTopicArn?: string;
|
|
1670
|
+
|
|
1671
|
+
SourceType?: string;
|
|
1672
|
+
|
|
1673
|
+
EventCategories?: string[];
|
|
1674
|
+
|
|
1675
|
+
Enabled?: boolean;
|
|
1676
|
+
}
|
|
1677
|
+
export interface ModifyEventSubscriptionResult {
|
|
1678
|
+
EventSubscription?: EventSubscription;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
export interface ModifyGlobalClusterMessage {
|
|
1682
|
+
GlobalClusterIdentifier: string | undefined;
|
|
1683
|
+
|
|
1684
|
+
NewGlobalClusterIdentifier?: string;
|
|
1685
|
+
|
|
1686
|
+
DeletionProtection?: boolean;
|
|
1687
|
+
}
|
|
1688
|
+
export interface ModifyGlobalClusterResult {
|
|
1689
|
+
GlobalCluster?: GlobalCluster;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
export interface RebootDBInstanceMessage {
|
|
1693
|
+
DBInstanceIdentifier: string | undefined;
|
|
1694
|
+
|
|
1695
|
+
ForceFailover?: boolean;
|
|
1696
|
+
}
|
|
1697
|
+
export interface RebootDBInstanceResult {
|
|
1698
|
+
DBInstance?: DBInstance;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
export interface RemoveFromGlobalClusterMessage {
|
|
1702
|
+
GlobalClusterIdentifier: string | undefined;
|
|
1703
|
+
|
|
1704
|
+
DbClusterIdentifier: string | undefined;
|
|
1705
|
+
}
|
|
1706
|
+
export interface RemoveFromGlobalClusterResult {
|
|
1707
|
+
GlobalCluster?: GlobalCluster;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
export interface RemoveSourceIdentifierFromSubscriptionMessage {
|
|
1711
|
+
SubscriptionName: string | undefined;
|
|
1712
|
+
|
|
1713
|
+
SourceIdentifier: string | undefined;
|
|
1714
|
+
}
|
|
1715
|
+
export interface RemoveSourceIdentifierFromSubscriptionResult {
|
|
1716
|
+
EventSubscription?: EventSubscription;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
export interface RemoveTagsFromResourceMessage {
|
|
1720
|
+
ResourceName: string | undefined;
|
|
1721
|
+
|
|
1722
|
+
TagKeys: string[] | undefined;
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
export interface ResetDBClusterParameterGroupMessage {
|
|
1726
|
+
DBClusterParameterGroupName: string | undefined;
|
|
1727
|
+
|
|
1728
|
+
ResetAllParameters?: boolean;
|
|
1729
|
+
|
|
1730
|
+
Parameters?: Parameter[];
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
export declare class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
1734
|
+
readonly name: "InsufficientDBClusterCapacityFault";
|
|
1735
|
+
readonly $fault: "client";
|
|
1736
|
+
|
|
1737
|
+
constructor(
|
|
1738
|
+
opts: __ExceptionOptionType<
|
|
1739
|
+
InsufficientDBClusterCapacityFault,
|
|
1740
|
+
__BaseException
|
|
1741
|
+
>
|
|
1742
|
+
);
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
export declare class InvalidDBSnapshotStateFault extends __BaseException {
|
|
1746
|
+
readonly name: "InvalidDBSnapshotStateFault";
|
|
1747
|
+
readonly $fault: "client";
|
|
1748
|
+
|
|
1749
|
+
constructor(
|
|
1750
|
+
opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>
|
|
1751
|
+
);
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
export declare class InvalidRestoreFault extends __BaseException {
|
|
1755
|
+
readonly name: "InvalidRestoreFault";
|
|
1756
|
+
readonly $fault: "client";
|
|
1757
|
+
|
|
1758
|
+
constructor(
|
|
1759
|
+
opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
|
|
1760
|
+
);
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
export interface RestoreDBClusterFromSnapshotMessage {
|
|
1764
|
+
AvailabilityZones?: string[];
|
|
1765
|
+
|
|
1766
|
+
DBClusterIdentifier: string | undefined;
|
|
1767
|
+
|
|
1768
|
+
SnapshotIdentifier: string | undefined;
|
|
1769
|
+
|
|
1770
|
+
Engine: string | undefined;
|
|
1771
|
+
|
|
1772
|
+
EngineVersion?: string;
|
|
1773
|
+
|
|
1774
|
+
Port?: number;
|
|
1775
|
+
|
|
1776
|
+
DBSubnetGroupName?: string;
|
|
1777
|
+
|
|
1778
|
+
VpcSecurityGroupIds?: string[];
|
|
1779
|
+
|
|
1780
|
+
Tags?: Tag[];
|
|
1781
|
+
|
|
1782
|
+
KmsKeyId?: string;
|
|
1783
|
+
|
|
1784
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1785
|
+
|
|
1786
|
+
DeletionProtection?: boolean;
|
|
1787
|
+
}
|
|
1788
|
+
export interface RestoreDBClusterFromSnapshotResult {
|
|
1789
|
+
DBCluster?: DBCluster;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
export interface RestoreDBClusterToPointInTimeMessage {
|
|
1793
|
+
DBClusterIdentifier: string | undefined;
|
|
1794
|
+
|
|
1795
|
+
RestoreType?: string;
|
|
1796
|
+
|
|
1797
|
+
SourceDBClusterIdentifier: string | undefined;
|
|
1798
|
+
|
|
1799
|
+
RestoreToTime?: Date;
|
|
1800
|
+
|
|
1801
|
+
UseLatestRestorableTime?: boolean;
|
|
1802
|
+
|
|
1803
|
+
Port?: number;
|
|
1804
|
+
|
|
1805
|
+
DBSubnetGroupName?: string;
|
|
1806
|
+
|
|
1807
|
+
VpcSecurityGroupIds?: string[];
|
|
1808
|
+
|
|
1809
|
+
Tags?: Tag[];
|
|
1810
|
+
|
|
1811
|
+
KmsKeyId?: string;
|
|
1812
|
+
|
|
1813
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1814
|
+
|
|
1815
|
+
DeletionProtection?: boolean;
|
|
1816
|
+
}
|
|
1817
|
+
export interface RestoreDBClusterToPointInTimeResult {
|
|
1818
|
+
DBCluster?: DBCluster;
|
|
1819
|
+
}
|
|
1820
|
+
export interface StartDBClusterMessage {
|
|
1821
|
+
DBClusterIdentifier: string | undefined;
|
|
1822
|
+
}
|
|
1823
|
+
export interface StartDBClusterResult {
|
|
1824
|
+
DBCluster?: DBCluster;
|
|
1825
|
+
}
|
|
1826
|
+
export interface StopDBClusterMessage {
|
|
1827
|
+
DBClusterIdentifier: string | undefined;
|
|
1828
|
+
}
|
|
1829
|
+
export interface StopDBClusterResult {
|
|
1830
|
+
DBCluster?: DBCluster;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
export declare const AddSourceIdentifierToSubscriptionMessageFilterSensitiveLog: (
|
|
1834
|
+
obj: AddSourceIdentifierToSubscriptionMessage
|
|
1835
|
+
) => any;
|
|
1836
|
+
|
|
1837
|
+
export declare const EventSubscriptionFilterSensitiveLog: (
|
|
1838
|
+
obj: EventSubscription
|
|
1839
|
+
) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const AddSourceIdentifierToSubscriptionResultFilterSensitiveLog: (
|
|
1842
|
+
obj: AddSourceIdentifierToSubscriptionResult
|
|
1843
|
+
) => any;
|
|
1844
|
+
|
|
1845
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const AddTagsToResourceMessageFilterSensitiveLog: (
|
|
1848
|
+
obj: AddTagsToResourceMessage
|
|
1849
|
+
) => any;
|
|
1850
|
+
|
|
1851
|
+
export declare const ApplyPendingMaintenanceActionMessageFilterSensitiveLog: (
|
|
1852
|
+
obj: ApplyPendingMaintenanceActionMessage
|
|
1853
|
+
) => any;
|
|
1854
|
+
|
|
1855
|
+
export declare const PendingMaintenanceActionFilterSensitiveLog: (
|
|
1856
|
+
obj: PendingMaintenanceAction
|
|
1857
|
+
) => any;
|
|
1858
|
+
|
|
1859
|
+
export declare const ResourcePendingMaintenanceActionsFilterSensitiveLog: (
|
|
1860
|
+
obj: ResourcePendingMaintenanceActions
|
|
1861
|
+
) => any;
|
|
1862
|
+
|
|
1863
|
+
export declare const ApplyPendingMaintenanceActionResultFilterSensitiveLog: (
|
|
1864
|
+
obj: ApplyPendingMaintenanceActionResult
|
|
1865
|
+
) => any;
|
|
1866
|
+
|
|
1867
|
+
export declare const CopyDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
1868
|
+
obj: CopyDBClusterParameterGroupMessage
|
|
1869
|
+
) => any;
|
|
1870
|
+
|
|
1871
|
+
export declare const DBClusterParameterGroupFilterSensitiveLog: (
|
|
1872
|
+
obj: DBClusterParameterGroup
|
|
1873
|
+
) => any;
|
|
1874
|
+
|
|
1875
|
+
export declare const CopyDBClusterParameterGroupResultFilterSensitiveLog: (
|
|
1876
|
+
obj: CopyDBClusterParameterGroupResult
|
|
1877
|
+
) => any;
|
|
1878
|
+
|
|
1879
|
+
export declare const CopyDBClusterSnapshotMessageFilterSensitiveLog: (
|
|
1880
|
+
obj: CopyDBClusterSnapshotMessage
|
|
1881
|
+
) => any;
|
|
1882
|
+
|
|
1883
|
+
export declare const DBClusterSnapshotFilterSensitiveLog: (
|
|
1884
|
+
obj: DBClusterSnapshot
|
|
1885
|
+
) => any;
|
|
1886
|
+
|
|
1887
|
+
export declare const CopyDBClusterSnapshotResultFilterSensitiveLog: (
|
|
1888
|
+
obj: CopyDBClusterSnapshotResult
|
|
1889
|
+
) => any;
|
|
1890
|
+
|
|
1891
|
+
export declare const CreateDBClusterMessageFilterSensitiveLog: (
|
|
1892
|
+
obj: CreateDBClusterMessage
|
|
1893
|
+
) => any;
|
|
1894
|
+
|
|
1895
|
+
export declare const DBClusterRoleFilterSensitiveLog: (
|
|
1896
|
+
obj: DBClusterRole
|
|
1897
|
+
) => any;
|
|
1898
|
+
|
|
1899
|
+
export declare const DBClusterMemberFilterSensitiveLog: (
|
|
1900
|
+
obj: DBClusterMember
|
|
1901
|
+
) => any;
|
|
1902
|
+
|
|
1903
|
+
export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (
|
|
1904
|
+
obj: VpcSecurityGroupMembership
|
|
1905
|
+
) => any;
|
|
1906
|
+
|
|
1907
|
+
export declare const DBClusterFilterSensitiveLog: (obj: DBCluster) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const CreateDBClusterResultFilterSensitiveLog: (
|
|
1910
|
+
obj: CreateDBClusterResult
|
|
1911
|
+
) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const CreateDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
1914
|
+
obj: CreateDBClusterParameterGroupMessage
|
|
1915
|
+
) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const CreateDBClusterParameterGroupResultFilterSensitiveLog: (
|
|
1918
|
+
obj: CreateDBClusterParameterGroupResult
|
|
1919
|
+
) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const CreateDBClusterSnapshotMessageFilterSensitiveLog: (
|
|
1922
|
+
obj: CreateDBClusterSnapshotMessage
|
|
1923
|
+
) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const CreateDBClusterSnapshotResultFilterSensitiveLog: (
|
|
1926
|
+
obj: CreateDBClusterSnapshotResult
|
|
1927
|
+
) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const CreateDBInstanceMessageFilterSensitiveLog: (
|
|
1930
|
+
obj: CreateDBInstanceMessage
|
|
1931
|
+
) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const AvailabilityZoneFilterSensitiveLog: (
|
|
1934
|
+
obj: AvailabilityZone
|
|
1935
|
+
) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
1938
|
+
|
|
1939
|
+
export declare const DBSubnetGroupFilterSensitiveLog: (
|
|
1940
|
+
obj: DBSubnetGroup
|
|
1941
|
+
) => any;
|
|
1942
|
+
|
|
1943
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const PendingCloudwatchLogsExportsFilterSensitiveLog: (
|
|
1946
|
+
obj: PendingCloudwatchLogsExports
|
|
1947
|
+
) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const PendingModifiedValuesFilterSensitiveLog: (
|
|
1950
|
+
obj: PendingModifiedValues
|
|
1951
|
+
) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const DBInstanceStatusInfoFilterSensitiveLog: (
|
|
1954
|
+
obj: DBInstanceStatusInfo
|
|
1955
|
+
) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const DBInstanceFilterSensitiveLog: (obj: DBInstance) => any;
|
|
1958
|
+
|
|
1959
|
+
export declare const CreateDBInstanceResultFilterSensitiveLog: (
|
|
1960
|
+
obj: CreateDBInstanceResult
|
|
1961
|
+
) => any;
|
|
1962
|
+
|
|
1963
|
+
export declare const CreateDBSubnetGroupMessageFilterSensitiveLog: (
|
|
1964
|
+
obj: CreateDBSubnetGroupMessage
|
|
1965
|
+
) => any;
|
|
1966
|
+
|
|
1967
|
+
export declare const CreateDBSubnetGroupResultFilterSensitiveLog: (
|
|
1968
|
+
obj: CreateDBSubnetGroupResult
|
|
1969
|
+
) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const CreateEventSubscriptionMessageFilterSensitiveLog: (
|
|
1972
|
+
obj: CreateEventSubscriptionMessage
|
|
1973
|
+
) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const CreateEventSubscriptionResultFilterSensitiveLog: (
|
|
1976
|
+
obj: CreateEventSubscriptionResult
|
|
1977
|
+
) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const CreateGlobalClusterMessageFilterSensitiveLog: (
|
|
1980
|
+
obj: CreateGlobalClusterMessage
|
|
1981
|
+
) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const GlobalClusterMemberFilterSensitiveLog: (
|
|
1984
|
+
obj: GlobalClusterMember
|
|
1985
|
+
) => any;
|
|
1986
|
+
|
|
1987
|
+
export declare const GlobalClusterFilterSensitiveLog: (
|
|
1988
|
+
obj: GlobalCluster
|
|
1989
|
+
) => any;
|
|
1990
|
+
|
|
1991
|
+
export declare const CreateGlobalClusterResultFilterSensitiveLog: (
|
|
1992
|
+
obj: CreateGlobalClusterResult
|
|
1993
|
+
) => any;
|
|
1994
|
+
|
|
1995
|
+
export declare const DeleteDBClusterMessageFilterSensitiveLog: (
|
|
1996
|
+
obj: DeleteDBClusterMessage
|
|
1997
|
+
) => any;
|
|
1998
|
+
|
|
1999
|
+
export declare const DeleteDBClusterResultFilterSensitiveLog: (
|
|
2000
|
+
obj: DeleteDBClusterResult
|
|
2001
|
+
) => any;
|
|
2002
|
+
|
|
2003
|
+
export declare const DeleteDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
2004
|
+
obj: DeleteDBClusterParameterGroupMessage
|
|
2005
|
+
) => any;
|
|
2006
|
+
|
|
2007
|
+
export declare const DeleteDBClusterSnapshotMessageFilterSensitiveLog: (
|
|
2008
|
+
obj: DeleteDBClusterSnapshotMessage
|
|
2009
|
+
) => any;
|
|
2010
|
+
|
|
2011
|
+
export declare const DeleteDBClusterSnapshotResultFilterSensitiveLog: (
|
|
2012
|
+
obj: DeleteDBClusterSnapshotResult
|
|
2013
|
+
) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const DeleteDBInstanceMessageFilterSensitiveLog: (
|
|
2016
|
+
obj: DeleteDBInstanceMessage
|
|
2017
|
+
) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const DeleteDBInstanceResultFilterSensitiveLog: (
|
|
2020
|
+
obj: DeleteDBInstanceResult
|
|
2021
|
+
) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const DeleteDBSubnetGroupMessageFilterSensitiveLog: (
|
|
2024
|
+
obj: DeleteDBSubnetGroupMessage
|
|
2025
|
+
) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const DeleteEventSubscriptionMessageFilterSensitiveLog: (
|
|
2028
|
+
obj: DeleteEventSubscriptionMessage
|
|
2029
|
+
) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const DeleteEventSubscriptionResultFilterSensitiveLog: (
|
|
2032
|
+
obj: DeleteEventSubscriptionResult
|
|
2033
|
+
) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const DeleteGlobalClusterMessageFilterSensitiveLog: (
|
|
2036
|
+
obj: DeleteGlobalClusterMessage
|
|
2037
|
+
) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const DeleteGlobalClusterResultFilterSensitiveLog: (
|
|
2040
|
+
obj: DeleteGlobalClusterResult
|
|
2041
|
+
) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
2044
|
+
|
|
2045
|
+
export declare const CertificateMessageFilterSensitiveLog: (
|
|
2046
|
+
obj: CertificateMessage
|
|
2047
|
+
) => any;
|
|
2048
|
+
|
|
2049
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const DescribeCertificatesMessageFilterSensitiveLog: (
|
|
2052
|
+
obj: DescribeCertificatesMessage
|
|
2053
|
+
) => any;
|
|
2054
|
+
|
|
2055
|
+
export declare const DBClusterParameterGroupsMessageFilterSensitiveLog: (
|
|
2056
|
+
obj: DBClusterParameterGroupsMessage
|
|
2057
|
+
) => any;
|
|
2058
|
+
|
|
2059
|
+
export declare const DescribeDBClusterParameterGroupsMessageFilterSensitiveLog: (
|
|
2060
|
+
obj: DescribeDBClusterParameterGroupsMessage
|
|
2061
|
+
) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
2064
|
+
|
|
2065
|
+
export declare const DBClusterParameterGroupDetailsFilterSensitiveLog: (
|
|
2066
|
+
obj: DBClusterParameterGroupDetails
|
|
2067
|
+
) => any;
|
|
2068
|
+
|
|
2069
|
+
export declare const DescribeDBClusterParametersMessageFilterSensitiveLog: (
|
|
2070
|
+
obj: DescribeDBClusterParametersMessage
|
|
2071
|
+
) => any;
|
|
2072
|
+
|
|
2073
|
+
export declare const DBClusterMessageFilterSensitiveLog: (
|
|
2074
|
+
obj: DBClusterMessage
|
|
2075
|
+
) => any;
|
|
2076
|
+
|
|
2077
|
+
export declare const DescribeDBClustersMessageFilterSensitiveLog: (
|
|
2078
|
+
obj: DescribeDBClustersMessage
|
|
2079
|
+
) => any;
|
|
2080
|
+
|
|
2081
|
+
export declare const DescribeDBClusterSnapshotAttributesMessageFilterSensitiveLog: (
|
|
2082
|
+
obj: DescribeDBClusterSnapshotAttributesMessage
|
|
2083
|
+
) => any;
|
|
2084
|
+
|
|
2085
|
+
export declare const DBClusterSnapshotAttributeFilterSensitiveLog: (
|
|
2086
|
+
obj: DBClusterSnapshotAttribute
|
|
2087
|
+
) => any;
|
|
2088
|
+
|
|
2089
|
+
export declare const DBClusterSnapshotAttributesResultFilterSensitiveLog: (
|
|
2090
|
+
obj: DBClusterSnapshotAttributesResult
|
|
2091
|
+
) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const DescribeDBClusterSnapshotAttributesResultFilterSensitiveLog: (
|
|
2094
|
+
obj: DescribeDBClusterSnapshotAttributesResult
|
|
2095
|
+
) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const DBClusterSnapshotMessageFilterSensitiveLog: (
|
|
2098
|
+
obj: DBClusterSnapshotMessage
|
|
2099
|
+
) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const DescribeDBClusterSnapshotsMessageFilterSensitiveLog: (
|
|
2102
|
+
obj: DescribeDBClusterSnapshotsMessage
|
|
2103
|
+
) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const UpgradeTargetFilterSensitiveLog: (
|
|
2106
|
+
obj: UpgradeTarget
|
|
2107
|
+
) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const DBEngineVersionFilterSensitiveLog: (
|
|
2110
|
+
obj: DBEngineVersion
|
|
2111
|
+
) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const DBEngineVersionMessageFilterSensitiveLog: (
|
|
2114
|
+
obj: DBEngineVersionMessage
|
|
2115
|
+
) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const DescribeDBEngineVersionsMessageFilterSensitiveLog: (
|
|
2118
|
+
obj: DescribeDBEngineVersionsMessage
|
|
2119
|
+
) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const DBInstanceMessageFilterSensitiveLog: (
|
|
2122
|
+
obj: DBInstanceMessage
|
|
2123
|
+
) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const DescribeDBInstancesMessageFilterSensitiveLog: (
|
|
2126
|
+
obj: DescribeDBInstancesMessage
|
|
2127
|
+
) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const DBSubnetGroupMessageFilterSensitiveLog: (
|
|
2130
|
+
obj: DBSubnetGroupMessage
|
|
2131
|
+
) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const DescribeDBSubnetGroupsMessageFilterSensitiveLog: (
|
|
2134
|
+
obj: DescribeDBSubnetGroupsMessage
|
|
2135
|
+
) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog: (
|
|
2138
|
+
obj: DescribeEngineDefaultClusterParametersMessage
|
|
2139
|
+
) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const EngineDefaultsFilterSensitiveLog: (
|
|
2142
|
+
obj: EngineDefaults
|
|
2143
|
+
) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog: (
|
|
2146
|
+
obj: DescribeEngineDefaultClusterParametersResult
|
|
2147
|
+
) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const DescribeEventCategoriesMessageFilterSensitiveLog: (
|
|
2150
|
+
obj: DescribeEventCategoriesMessage
|
|
2151
|
+
) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const EventCategoriesMapFilterSensitiveLog: (
|
|
2154
|
+
obj: EventCategoriesMap
|
|
2155
|
+
) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const EventCategoriesMessageFilterSensitiveLog: (
|
|
2158
|
+
obj: EventCategoriesMessage
|
|
2159
|
+
) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const DescribeEventsMessageFilterSensitiveLog: (
|
|
2162
|
+
obj: DescribeEventsMessage
|
|
2163
|
+
) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
2166
|
+
|
|
2167
|
+
export declare const EventsMessageFilterSensitiveLog: (
|
|
2168
|
+
obj: EventsMessage
|
|
2169
|
+
) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const DescribeEventSubscriptionsMessageFilterSensitiveLog: (
|
|
2172
|
+
obj: DescribeEventSubscriptionsMessage
|
|
2173
|
+
) => any;
|
|
2174
|
+
|
|
2175
|
+
export declare const EventSubscriptionsMessageFilterSensitiveLog: (
|
|
2176
|
+
obj: EventSubscriptionsMessage
|
|
2177
|
+
) => any;
|
|
2178
|
+
|
|
2179
|
+
export declare const DescribeGlobalClustersMessageFilterSensitiveLog: (
|
|
2180
|
+
obj: DescribeGlobalClustersMessage
|
|
2181
|
+
) => any;
|
|
2182
|
+
|
|
2183
|
+
export declare const GlobalClustersMessageFilterSensitiveLog: (
|
|
2184
|
+
obj: GlobalClustersMessage
|
|
2185
|
+
) => any;
|
|
2186
|
+
|
|
2187
|
+
export declare const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog: (
|
|
2188
|
+
obj: DescribeOrderableDBInstanceOptionsMessage
|
|
2189
|
+
) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const OrderableDBInstanceOptionFilterSensitiveLog: (
|
|
2192
|
+
obj: OrderableDBInstanceOption
|
|
2193
|
+
) => any;
|
|
2194
|
+
|
|
2195
|
+
export declare const OrderableDBInstanceOptionsMessageFilterSensitiveLog: (
|
|
2196
|
+
obj: OrderableDBInstanceOptionsMessage
|
|
2197
|
+
) => any;
|
|
2198
|
+
|
|
2199
|
+
export declare const DescribePendingMaintenanceActionsMessageFilterSensitiveLog: (
|
|
2200
|
+
obj: DescribePendingMaintenanceActionsMessage
|
|
2201
|
+
) => any;
|
|
2202
|
+
|
|
2203
|
+
export declare const PendingMaintenanceActionsMessageFilterSensitiveLog: (
|
|
2204
|
+
obj: PendingMaintenanceActionsMessage
|
|
2205
|
+
) => any;
|
|
2206
|
+
|
|
2207
|
+
export declare const FailoverDBClusterMessageFilterSensitiveLog: (
|
|
2208
|
+
obj: FailoverDBClusterMessage
|
|
2209
|
+
) => any;
|
|
2210
|
+
|
|
2211
|
+
export declare const FailoverDBClusterResultFilterSensitiveLog: (
|
|
2212
|
+
obj: FailoverDBClusterResult
|
|
2213
|
+
) => any;
|
|
2214
|
+
|
|
2215
|
+
export declare const ListTagsForResourceMessageFilterSensitiveLog: (
|
|
2216
|
+
obj: ListTagsForResourceMessage
|
|
2217
|
+
) => any;
|
|
2218
|
+
|
|
2219
|
+
export declare const TagListMessageFilterSensitiveLog: (
|
|
2220
|
+
obj: TagListMessage
|
|
2221
|
+
) => any;
|
|
2222
|
+
|
|
2223
|
+
export declare const CloudwatchLogsExportConfigurationFilterSensitiveLog: (
|
|
2224
|
+
obj: CloudwatchLogsExportConfiguration
|
|
2225
|
+
) => any;
|
|
2226
|
+
|
|
2227
|
+
export declare const ModifyDBClusterMessageFilterSensitiveLog: (
|
|
2228
|
+
obj: ModifyDBClusterMessage
|
|
2229
|
+
) => any;
|
|
2230
|
+
|
|
2231
|
+
export declare const ModifyDBClusterResultFilterSensitiveLog: (
|
|
2232
|
+
obj: ModifyDBClusterResult
|
|
2233
|
+
) => any;
|
|
2234
|
+
|
|
2235
|
+
export declare const DBClusterParameterGroupNameMessageFilterSensitiveLog: (
|
|
2236
|
+
obj: DBClusterParameterGroupNameMessage
|
|
2237
|
+
) => any;
|
|
2238
|
+
|
|
2239
|
+
export declare const ModifyDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
2240
|
+
obj: ModifyDBClusterParameterGroupMessage
|
|
2241
|
+
) => any;
|
|
2242
|
+
|
|
2243
|
+
export declare const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog: (
|
|
2244
|
+
obj: ModifyDBClusterSnapshotAttributeMessage
|
|
2245
|
+
) => any;
|
|
2246
|
+
|
|
2247
|
+
export declare const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog: (
|
|
2248
|
+
obj: ModifyDBClusterSnapshotAttributeResult
|
|
2249
|
+
) => any;
|
|
2250
|
+
|
|
2251
|
+
export declare const ModifyDBInstanceMessageFilterSensitiveLog: (
|
|
2252
|
+
obj: ModifyDBInstanceMessage
|
|
2253
|
+
) => any;
|
|
2254
|
+
|
|
2255
|
+
export declare const ModifyDBInstanceResultFilterSensitiveLog: (
|
|
2256
|
+
obj: ModifyDBInstanceResult
|
|
2257
|
+
) => any;
|
|
2258
|
+
|
|
2259
|
+
export declare const ModifyDBSubnetGroupMessageFilterSensitiveLog: (
|
|
2260
|
+
obj: ModifyDBSubnetGroupMessage
|
|
2261
|
+
) => any;
|
|
2262
|
+
|
|
2263
|
+
export declare const ModifyDBSubnetGroupResultFilterSensitiveLog: (
|
|
2264
|
+
obj: ModifyDBSubnetGroupResult
|
|
2265
|
+
) => any;
|
|
2266
|
+
|
|
2267
|
+
export declare const ModifyEventSubscriptionMessageFilterSensitiveLog: (
|
|
2268
|
+
obj: ModifyEventSubscriptionMessage
|
|
2269
|
+
) => any;
|
|
2270
|
+
|
|
2271
|
+
export declare const ModifyEventSubscriptionResultFilterSensitiveLog: (
|
|
2272
|
+
obj: ModifyEventSubscriptionResult
|
|
2273
|
+
) => any;
|
|
2274
|
+
|
|
2275
|
+
export declare const ModifyGlobalClusterMessageFilterSensitiveLog: (
|
|
2276
|
+
obj: ModifyGlobalClusterMessage
|
|
2277
|
+
) => any;
|
|
2278
|
+
|
|
2279
|
+
export declare const ModifyGlobalClusterResultFilterSensitiveLog: (
|
|
2280
|
+
obj: ModifyGlobalClusterResult
|
|
2281
|
+
) => any;
|
|
2282
|
+
|
|
2283
|
+
export declare const RebootDBInstanceMessageFilterSensitiveLog: (
|
|
2284
|
+
obj: RebootDBInstanceMessage
|
|
2285
|
+
) => any;
|
|
2286
|
+
|
|
2287
|
+
export declare const RebootDBInstanceResultFilterSensitiveLog: (
|
|
2288
|
+
obj: RebootDBInstanceResult
|
|
2289
|
+
) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const RemoveFromGlobalClusterMessageFilterSensitiveLog: (
|
|
2292
|
+
obj: RemoveFromGlobalClusterMessage
|
|
2293
|
+
) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const RemoveFromGlobalClusterResultFilterSensitiveLog: (
|
|
2296
|
+
obj: RemoveFromGlobalClusterResult
|
|
2297
|
+
) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog: (
|
|
2300
|
+
obj: RemoveSourceIdentifierFromSubscriptionMessage
|
|
2301
|
+
) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog: (
|
|
2304
|
+
obj: RemoveSourceIdentifierFromSubscriptionResult
|
|
2305
|
+
) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (
|
|
2308
|
+
obj: RemoveTagsFromResourceMessage
|
|
2309
|
+
) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const ResetDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
2312
|
+
obj: ResetDBClusterParameterGroupMessage
|
|
2313
|
+
) => any;
|
|
2314
|
+
|
|
2315
|
+
export declare const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog: (
|
|
2316
|
+
obj: RestoreDBClusterFromSnapshotMessage
|
|
2317
|
+
) => any;
|
|
2318
|
+
|
|
2319
|
+
export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (
|
|
2320
|
+
obj: RestoreDBClusterFromSnapshotResult
|
|
2321
|
+
) => any;
|
|
2322
|
+
|
|
2323
|
+
export declare const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog: (
|
|
2324
|
+
obj: RestoreDBClusterToPointInTimeMessage
|
|
2325
|
+
) => any;
|
|
2326
|
+
|
|
2327
|
+
export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (
|
|
2328
|
+
obj: RestoreDBClusterToPointInTimeResult
|
|
2329
|
+
) => any;
|
|
2330
|
+
|
|
2331
|
+
export declare const StartDBClusterMessageFilterSensitiveLog: (
|
|
2332
|
+
obj: StartDBClusterMessage
|
|
2333
|
+
) => any;
|
|
2334
|
+
|
|
2335
|
+
export declare const StartDBClusterResultFilterSensitiveLog: (
|
|
2336
|
+
obj: StartDBClusterResult
|
|
2337
|
+
) => any;
|
|
2338
|
+
|
|
2339
|
+
export declare const StopDBClusterMessageFilterSensitiveLog: (
|
|
2340
|
+
obj: StopDBClusterMessage
|
|
2341
|
+
) => any;
|
|
2342
|
+
|
|
2343
|
+
export declare const StopDBClusterResultFilterSensitiveLog: (
|
|
2344
|
+
obj: StopDBClusterResult
|
|
2345
|
+
) => any;
|