@aws-sdk/client-redshift-serverless 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/RedshiftServerless.d.ts +670 -190
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +352 -110
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.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 +1057 -966
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,966 +1,1057 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { RedshiftServerlessServiceException as __BaseException } from "./RedshiftServerlessServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
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
|
-
export declare enum SnapshotStatus {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface Snapshot {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}
|
|
183
|
-
export declare enum LogExport {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export interface Tag {
|
|
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
|
-
export
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
}
|
|
280
|
-
export
|
|
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
|
-
export interface
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
export interface
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
}
|
|
425
|
-
export interface
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
export interface
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
}
|
|
435
|
-
export interface
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
}
|
|
447
|
-
export interface
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
}
|
|
457
|
-
export interface
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
}
|
|
469
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
}
|
|
574
|
-
export interface
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
export
|
|
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
|
-
export interface
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
export
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
}
|
|
643
|
-
export interface
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
}
|
|
653
|
-
export interface
|
|
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
|
-
export
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
export
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
export
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
export
|
|
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
|
-
|
|
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
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { RedshiftServerlessServiceException as __BaseException } from "./RedshiftServerlessServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
code?: string;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface ConfigParameter {
|
|
15
|
+
parameterKey?: string;
|
|
16
|
+
|
|
17
|
+
parameterValue?: string;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export declare class ConflictException extends __BaseException {
|
|
21
|
+
readonly name: "ConflictException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
|
|
24
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
25
|
+
}
|
|
26
|
+
export interface ConvertRecoveryPointToSnapshotRequest {
|
|
27
|
+
recoveryPointId: string | undefined;
|
|
28
|
+
|
|
29
|
+
snapshotName: string | undefined;
|
|
30
|
+
|
|
31
|
+
retentionPeriod?: number;
|
|
32
|
+
}
|
|
33
|
+
export declare enum SnapshotStatus {
|
|
34
|
+
AVAILABLE = "AVAILABLE",
|
|
35
|
+
CANCELLED = "CANCELLED",
|
|
36
|
+
COPYING = "COPYING",
|
|
37
|
+
CREATING = "CREATING",
|
|
38
|
+
DELETED = "DELETED",
|
|
39
|
+
FAILED = "FAILED",
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface Snapshot {
|
|
43
|
+
namespaceName?: string;
|
|
44
|
+
|
|
45
|
+
namespaceArn?: string;
|
|
46
|
+
|
|
47
|
+
snapshotName?: string;
|
|
48
|
+
|
|
49
|
+
snapshotCreateTime?: Date;
|
|
50
|
+
|
|
51
|
+
adminUsername?: string;
|
|
52
|
+
|
|
53
|
+
status?: SnapshotStatus | string;
|
|
54
|
+
|
|
55
|
+
kmsKeyId?: string;
|
|
56
|
+
|
|
57
|
+
ownerAccount?: string;
|
|
58
|
+
|
|
59
|
+
totalBackupSizeInMegaBytes?: number;
|
|
60
|
+
|
|
61
|
+
actualIncrementalBackupSizeInMegaBytes?: number;
|
|
62
|
+
|
|
63
|
+
backupProgressInMegaBytes?: number;
|
|
64
|
+
|
|
65
|
+
currentBackupRateInMegaBytesPerSecond?: number;
|
|
66
|
+
|
|
67
|
+
estimatedSecondsToCompletion?: number;
|
|
68
|
+
|
|
69
|
+
elapsedTimeInSeconds?: number;
|
|
70
|
+
|
|
71
|
+
snapshotRetentionPeriod?: number;
|
|
72
|
+
|
|
73
|
+
snapshotRemainingDays?: number;
|
|
74
|
+
|
|
75
|
+
snapshotRetentionStartTime?: Date;
|
|
76
|
+
|
|
77
|
+
snapshotArn?: string;
|
|
78
|
+
|
|
79
|
+
accountsWithRestoreAccess?: string[];
|
|
80
|
+
|
|
81
|
+
accountsWithProvisionedRestoreAccess?: string[];
|
|
82
|
+
}
|
|
83
|
+
export interface ConvertRecoveryPointToSnapshotResponse {
|
|
84
|
+
snapshot?: Snapshot;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export declare class InternalServerException extends __BaseException {
|
|
88
|
+
readonly name: "InternalServerException";
|
|
89
|
+
readonly $fault: "server";
|
|
90
|
+
$retryable: {};
|
|
91
|
+
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
98
|
+
readonly name: "ResourceNotFoundException";
|
|
99
|
+
readonly $fault: "client";
|
|
100
|
+
|
|
101
|
+
resourceName?: string;
|
|
102
|
+
|
|
103
|
+
constructor(
|
|
104
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
109
|
+
readonly name: "ServiceQuotaExceededException";
|
|
110
|
+
readonly $fault: "client";
|
|
111
|
+
|
|
112
|
+
constructor(
|
|
113
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export declare class ValidationException extends __BaseException {
|
|
118
|
+
readonly name: "ValidationException";
|
|
119
|
+
readonly $fault: "client";
|
|
120
|
+
|
|
121
|
+
constructor(
|
|
122
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
export interface CreateEndpointAccessRequest {
|
|
126
|
+
endpointName: string | undefined;
|
|
127
|
+
|
|
128
|
+
subnetIds: string[] | undefined;
|
|
129
|
+
|
|
130
|
+
workgroupName: string | undefined;
|
|
131
|
+
|
|
132
|
+
vpcSecurityGroupIds?: string[];
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export interface NetworkInterface {
|
|
136
|
+
networkInterfaceId?: string;
|
|
137
|
+
|
|
138
|
+
subnetId?: string;
|
|
139
|
+
|
|
140
|
+
privateIpAddress?: string;
|
|
141
|
+
|
|
142
|
+
availabilityZone?: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export interface VpcEndpoint {
|
|
146
|
+
vpcEndpointId?: string;
|
|
147
|
+
|
|
148
|
+
vpcId?: string;
|
|
149
|
+
|
|
150
|
+
networkInterfaces?: NetworkInterface[];
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface VpcSecurityGroupMembership {
|
|
154
|
+
vpcSecurityGroupId?: string;
|
|
155
|
+
|
|
156
|
+
status?: string;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface EndpointAccess {
|
|
160
|
+
endpointName?: string;
|
|
161
|
+
|
|
162
|
+
endpointStatus?: string;
|
|
163
|
+
|
|
164
|
+
workgroupName?: string;
|
|
165
|
+
|
|
166
|
+
endpointCreateTime?: Date;
|
|
167
|
+
|
|
168
|
+
port?: number;
|
|
169
|
+
|
|
170
|
+
address?: string;
|
|
171
|
+
|
|
172
|
+
subnetIds?: string[];
|
|
173
|
+
|
|
174
|
+
vpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
175
|
+
|
|
176
|
+
vpcEndpoint?: VpcEndpoint;
|
|
177
|
+
|
|
178
|
+
endpointArn?: string;
|
|
179
|
+
}
|
|
180
|
+
export interface CreateEndpointAccessResponse {
|
|
181
|
+
endpoint?: EndpointAccess;
|
|
182
|
+
}
|
|
183
|
+
export declare enum LogExport {
|
|
184
|
+
CONNECTION_LOG = "connectionlog",
|
|
185
|
+
USER_ACTIVITY_LOG = "useractivitylog",
|
|
186
|
+
USER_LOG = "userlog",
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface Tag {
|
|
190
|
+
key: string | undefined;
|
|
191
|
+
|
|
192
|
+
value: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface CreateNamespaceRequest {
|
|
195
|
+
namespaceName: string | undefined;
|
|
196
|
+
|
|
197
|
+
adminUsername?: string;
|
|
198
|
+
|
|
199
|
+
adminUserPassword?: string;
|
|
200
|
+
|
|
201
|
+
dbName?: string;
|
|
202
|
+
|
|
203
|
+
kmsKeyId?: string;
|
|
204
|
+
|
|
205
|
+
defaultIamRoleArn?: string;
|
|
206
|
+
|
|
207
|
+
iamRoles?: string[];
|
|
208
|
+
|
|
209
|
+
logExports?: (LogExport | string)[];
|
|
210
|
+
|
|
211
|
+
tags?: Tag[];
|
|
212
|
+
}
|
|
213
|
+
export declare enum NamespaceStatus {
|
|
214
|
+
AVAILABLE = "AVAILABLE",
|
|
215
|
+
DELETING = "DELETING",
|
|
216
|
+
MODIFYING = "MODIFYING",
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface Namespace {
|
|
220
|
+
namespaceArn?: string;
|
|
221
|
+
|
|
222
|
+
namespaceId?: string;
|
|
223
|
+
|
|
224
|
+
namespaceName?: string;
|
|
225
|
+
|
|
226
|
+
adminUsername?: string;
|
|
227
|
+
|
|
228
|
+
dbName?: string;
|
|
229
|
+
|
|
230
|
+
kmsKeyId?: string;
|
|
231
|
+
|
|
232
|
+
defaultIamRoleArn?: string;
|
|
233
|
+
|
|
234
|
+
iamRoles?: string[];
|
|
235
|
+
|
|
236
|
+
logExports?: (LogExport | string)[];
|
|
237
|
+
|
|
238
|
+
status?: NamespaceStatus | string;
|
|
239
|
+
|
|
240
|
+
creationDate?: Date;
|
|
241
|
+
}
|
|
242
|
+
export interface CreateNamespaceResponse {
|
|
243
|
+
namespace?: Namespace;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
247
|
+
readonly name: "TooManyTagsException";
|
|
248
|
+
readonly $fault: "client";
|
|
249
|
+
|
|
250
|
+
resourceName?: string;
|
|
251
|
+
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
export interface CreateSnapshotRequest {
|
|
257
|
+
namespaceName: string | undefined;
|
|
258
|
+
|
|
259
|
+
snapshotName: string | undefined;
|
|
260
|
+
|
|
261
|
+
retentionPeriod?: number;
|
|
262
|
+
}
|
|
263
|
+
export interface CreateSnapshotResponse {
|
|
264
|
+
snapshot?: Snapshot;
|
|
265
|
+
}
|
|
266
|
+
export declare enum UsageLimitBreachAction {
|
|
267
|
+
DEACTIVATE = "deactivate",
|
|
268
|
+
EMIT_METRIC = "emit-metric",
|
|
269
|
+
LOG = "log",
|
|
270
|
+
}
|
|
271
|
+
export declare enum UsageLimitPeriod {
|
|
272
|
+
DAILY = "daily",
|
|
273
|
+
MONTHLY = "monthly",
|
|
274
|
+
WEEKLY = "weekly",
|
|
275
|
+
}
|
|
276
|
+
export declare enum UsageLimitUsageType {
|
|
277
|
+
CROSS_REGION_DATASHARING = "cross-region-datasharing",
|
|
278
|
+
SERVERLESS_COMPUTE = "serverless-compute",
|
|
279
|
+
}
|
|
280
|
+
export interface CreateUsageLimitRequest {
|
|
281
|
+
resourceArn: string | undefined;
|
|
282
|
+
|
|
283
|
+
usageType: UsageLimitUsageType | string | undefined;
|
|
284
|
+
|
|
285
|
+
amount: number | undefined;
|
|
286
|
+
|
|
287
|
+
period?: UsageLimitPeriod | string;
|
|
288
|
+
|
|
289
|
+
breachAction?: UsageLimitBreachAction | string;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface UsageLimit {
|
|
293
|
+
usageLimitId?: string;
|
|
294
|
+
|
|
295
|
+
usageLimitArn?: string;
|
|
296
|
+
|
|
297
|
+
resourceArn?: string;
|
|
298
|
+
|
|
299
|
+
usageType?: UsageLimitUsageType | string;
|
|
300
|
+
|
|
301
|
+
amount?: number;
|
|
302
|
+
|
|
303
|
+
period?: UsageLimitPeriod | string;
|
|
304
|
+
|
|
305
|
+
breachAction?: UsageLimitBreachAction | string;
|
|
306
|
+
}
|
|
307
|
+
export interface CreateUsageLimitResponse {
|
|
308
|
+
usageLimit?: UsageLimit;
|
|
309
|
+
}
|
|
310
|
+
export interface CreateWorkgroupRequest {
|
|
311
|
+
workgroupName: string | undefined;
|
|
312
|
+
|
|
313
|
+
namespaceName: string | undefined;
|
|
314
|
+
|
|
315
|
+
baseCapacity?: number;
|
|
316
|
+
|
|
317
|
+
enhancedVpcRouting?: boolean;
|
|
318
|
+
|
|
319
|
+
configParameters?: ConfigParameter[];
|
|
320
|
+
|
|
321
|
+
securityGroupIds?: string[];
|
|
322
|
+
|
|
323
|
+
subnetIds?: string[];
|
|
324
|
+
|
|
325
|
+
publiclyAccessible?: boolean;
|
|
326
|
+
|
|
327
|
+
tags?: Tag[];
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export interface Endpoint {
|
|
331
|
+
address?: string;
|
|
332
|
+
|
|
333
|
+
port?: number;
|
|
334
|
+
|
|
335
|
+
vpcEndpoints?: VpcEndpoint[];
|
|
336
|
+
}
|
|
337
|
+
export declare enum WorkgroupStatus {
|
|
338
|
+
AVAILABLE = "AVAILABLE",
|
|
339
|
+
CREATING = "CREATING",
|
|
340
|
+
DELETING = "DELETING",
|
|
341
|
+
MODIFYING = "MODIFYING",
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export interface Workgroup {
|
|
345
|
+
workgroupId?: string;
|
|
346
|
+
|
|
347
|
+
workgroupArn?: string;
|
|
348
|
+
|
|
349
|
+
workgroupName?: string;
|
|
350
|
+
|
|
351
|
+
namespaceName?: string;
|
|
352
|
+
|
|
353
|
+
baseCapacity?: number;
|
|
354
|
+
|
|
355
|
+
enhancedVpcRouting?: boolean;
|
|
356
|
+
|
|
357
|
+
configParameters?: ConfigParameter[];
|
|
358
|
+
|
|
359
|
+
securityGroupIds?: string[];
|
|
360
|
+
|
|
361
|
+
subnetIds?: string[];
|
|
362
|
+
|
|
363
|
+
status?: WorkgroupStatus | string;
|
|
364
|
+
|
|
365
|
+
endpoint?: Endpoint;
|
|
366
|
+
|
|
367
|
+
publiclyAccessible?: boolean;
|
|
368
|
+
|
|
369
|
+
creationDate?: Date;
|
|
370
|
+
}
|
|
371
|
+
export interface CreateWorkgroupResponse {
|
|
372
|
+
workgroup?: Workgroup;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export declare class InsufficientCapacityException extends __BaseException {
|
|
376
|
+
readonly name: "InsufficientCapacityException";
|
|
377
|
+
readonly $fault: "client";
|
|
378
|
+
$retryable: {};
|
|
379
|
+
|
|
380
|
+
constructor(
|
|
381
|
+
opts: __ExceptionOptionType<InsufficientCapacityException, __BaseException>
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
export interface DeleteEndpointAccessRequest {
|
|
385
|
+
endpointName: string | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface DeleteEndpointAccessResponse {
|
|
388
|
+
endpoint?: EndpointAccess;
|
|
389
|
+
}
|
|
390
|
+
export interface GetEndpointAccessRequest {
|
|
391
|
+
endpointName: string | undefined;
|
|
392
|
+
}
|
|
393
|
+
export interface GetEndpointAccessResponse {
|
|
394
|
+
endpoint?: EndpointAccess;
|
|
395
|
+
}
|
|
396
|
+
export interface ListEndpointAccessRequest {
|
|
397
|
+
nextToken?: string;
|
|
398
|
+
|
|
399
|
+
maxResults?: number;
|
|
400
|
+
|
|
401
|
+
workgroupName?: string;
|
|
402
|
+
|
|
403
|
+
vpcId?: string;
|
|
404
|
+
}
|
|
405
|
+
export interface ListEndpointAccessResponse {
|
|
406
|
+
nextToken?: string;
|
|
407
|
+
|
|
408
|
+
endpoints: EndpointAccess[] | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface UpdateEndpointAccessRequest {
|
|
411
|
+
endpointName: string | undefined;
|
|
412
|
+
|
|
413
|
+
vpcSecurityGroupIds?: string[];
|
|
414
|
+
}
|
|
415
|
+
export interface UpdateEndpointAccessResponse {
|
|
416
|
+
endpoint?: EndpointAccess;
|
|
417
|
+
}
|
|
418
|
+
export interface DeleteNamespaceRequest {
|
|
419
|
+
namespaceName: string | undefined;
|
|
420
|
+
|
|
421
|
+
finalSnapshotName?: string;
|
|
422
|
+
|
|
423
|
+
finalSnapshotRetentionPeriod?: number;
|
|
424
|
+
}
|
|
425
|
+
export interface DeleteNamespaceResponse {
|
|
426
|
+
namespace: Namespace | undefined;
|
|
427
|
+
}
|
|
428
|
+
export interface DeleteResourcePolicyRequest {
|
|
429
|
+
resourceArn: string | undefined;
|
|
430
|
+
}
|
|
431
|
+
export interface DeleteResourcePolicyResponse {}
|
|
432
|
+
export interface DeleteSnapshotRequest {
|
|
433
|
+
snapshotName: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface DeleteSnapshotResponse {
|
|
436
|
+
snapshot?: Snapshot;
|
|
437
|
+
}
|
|
438
|
+
export interface DeleteUsageLimitRequest {
|
|
439
|
+
usageLimitId: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface DeleteUsageLimitResponse {
|
|
442
|
+
usageLimit?: UsageLimit;
|
|
443
|
+
}
|
|
444
|
+
export interface DeleteWorkgroupRequest {
|
|
445
|
+
workgroupName: string | undefined;
|
|
446
|
+
}
|
|
447
|
+
export interface DeleteWorkgroupResponse {
|
|
448
|
+
workgroup: Workgroup | undefined;
|
|
449
|
+
}
|
|
450
|
+
export interface GetCredentialsRequest {
|
|
451
|
+
workgroupName: string | undefined;
|
|
452
|
+
|
|
453
|
+
dbName?: string;
|
|
454
|
+
|
|
455
|
+
durationSeconds?: number;
|
|
456
|
+
}
|
|
457
|
+
export interface GetCredentialsResponse {
|
|
458
|
+
dbUser?: string;
|
|
459
|
+
|
|
460
|
+
dbPassword?: string;
|
|
461
|
+
|
|
462
|
+
expiration?: Date;
|
|
463
|
+
|
|
464
|
+
nextRefreshTime?: Date;
|
|
465
|
+
}
|
|
466
|
+
export interface GetNamespaceRequest {
|
|
467
|
+
namespaceName: string | undefined;
|
|
468
|
+
}
|
|
469
|
+
export interface GetNamespaceResponse {
|
|
470
|
+
namespace: Namespace | undefined;
|
|
471
|
+
}
|
|
472
|
+
export interface GetRecoveryPointRequest {
|
|
473
|
+
recoveryPointId: string | undefined;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface RecoveryPoint {
|
|
477
|
+
recoveryPointId?: string;
|
|
478
|
+
|
|
479
|
+
recoveryPointCreateTime?: Date;
|
|
480
|
+
|
|
481
|
+
totalSizeInMegaBytes?: number;
|
|
482
|
+
|
|
483
|
+
namespaceName?: string;
|
|
484
|
+
|
|
485
|
+
workgroupName?: string;
|
|
486
|
+
}
|
|
487
|
+
export interface GetRecoveryPointResponse {
|
|
488
|
+
recoveryPoint?: RecoveryPoint;
|
|
489
|
+
}
|
|
490
|
+
export interface GetResourcePolicyRequest {
|
|
491
|
+
resourceArn: string | undefined;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface ResourcePolicy {
|
|
495
|
+
resourceArn?: string;
|
|
496
|
+
|
|
497
|
+
policy?: string;
|
|
498
|
+
}
|
|
499
|
+
export interface GetResourcePolicyResponse {
|
|
500
|
+
resourcePolicy?: ResourcePolicy;
|
|
501
|
+
}
|
|
502
|
+
export interface GetSnapshotRequest {
|
|
503
|
+
snapshotName?: string;
|
|
504
|
+
|
|
505
|
+
ownerAccount?: string;
|
|
506
|
+
|
|
507
|
+
snapshotArn?: string;
|
|
508
|
+
}
|
|
509
|
+
export interface GetSnapshotResponse {
|
|
510
|
+
snapshot?: Snapshot;
|
|
511
|
+
}
|
|
512
|
+
export interface GetUsageLimitRequest {
|
|
513
|
+
usageLimitId: string | undefined;
|
|
514
|
+
}
|
|
515
|
+
export interface GetUsageLimitResponse {
|
|
516
|
+
usageLimit?: UsageLimit;
|
|
517
|
+
}
|
|
518
|
+
export interface GetWorkgroupRequest {
|
|
519
|
+
workgroupName: string | undefined;
|
|
520
|
+
}
|
|
521
|
+
export interface GetWorkgroupResponse {
|
|
522
|
+
workgroup: Workgroup | undefined;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export declare class InvalidPaginationException extends __BaseException {
|
|
526
|
+
readonly name: "InvalidPaginationException";
|
|
527
|
+
readonly $fault: "client";
|
|
528
|
+
|
|
529
|
+
constructor(
|
|
530
|
+
opts: __ExceptionOptionType<InvalidPaginationException, __BaseException>
|
|
531
|
+
);
|
|
532
|
+
}
|
|
533
|
+
export interface ListNamespacesRequest {
|
|
534
|
+
nextToken?: string;
|
|
535
|
+
|
|
536
|
+
maxResults?: number;
|
|
537
|
+
}
|
|
538
|
+
export interface ListNamespacesResponse {
|
|
539
|
+
nextToken?: string;
|
|
540
|
+
|
|
541
|
+
namespaces: Namespace[] | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface ListRecoveryPointsRequest {
|
|
544
|
+
nextToken?: string;
|
|
545
|
+
|
|
546
|
+
maxResults?: number;
|
|
547
|
+
|
|
548
|
+
startTime?: Date;
|
|
549
|
+
|
|
550
|
+
endTime?: Date;
|
|
551
|
+
|
|
552
|
+
namespaceName?: string;
|
|
553
|
+
}
|
|
554
|
+
export interface ListRecoveryPointsResponse {
|
|
555
|
+
recoveryPoints?: RecoveryPoint[];
|
|
556
|
+
|
|
557
|
+
nextToken?: string;
|
|
558
|
+
}
|
|
559
|
+
export interface ListSnapshotsRequest {
|
|
560
|
+
nextToken?: string;
|
|
561
|
+
|
|
562
|
+
maxResults?: number;
|
|
563
|
+
|
|
564
|
+
namespaceName?: string;
|
|
565
|
+
|
|
566
|
+
namespaceArn?: string;
|
|
567
|
+
|
|
568
|
+
ownerAccount?: string;
|
|
569
|
+
|
|
570
|
+
startTime?: Date;
|
|
571
|
+
|
|
572
|
+
endTime?: Date;
|
|
573
|
+
}
|
|
574
|
+
export interface ListSnapshotsResponse {
|
|
575
|
+
nextToken?: string;
|
|
576
|
+
|
|
577
|
+
snapshots?: Snapshot[];
|
|
578
|
+
}
|
|
579
|
+
export interface ListTagsForResourceRequest {
|
|
580
|
+
resourceArn: string | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface ListTagsForResourceResponse {
|
|
583
|
+
tags?: Tag[];
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export declare class ThrottlingException extends __BaseException {
|
|
587
|
+
readonly name: "ThrottlingException";
|
|
588
|
+
readonly $fault: "client";
|
|
589
|
+
$retryable: {};
|
|
590
|
+
code?: string;
|
|
591
|
+
|
|
592
|
+
constructor(
|
|
593
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
594
|
+
);
|
|
595
|
+
}
|
|
596
|
+
export interface ListUsageLimitsRequest {
|
|
597
|
+
resourceArn?: string;
|
|
598
|
+
|
|
599
|
+
usageType?: UsageLimitUsageType | string;
|
|
600
|
+
|
|
601
|
+
nextToken?: string;
|
|
602
|
+
|
|
603
|
+
maxResults?: number;
|
|
604
|
+
}
|
|
605
|
+
export interface ListUsageLimitsResponse {
|
|
606
|
+
usageLimits?: UsageLimit[];
|
|
607
|
+
|
|
608
|
+
nextToken?: string;
|
|
609
|
+
}
|
|
610
|
+
export interface ListWorkgroupsRequest {
|
|
611
|
+
nextToken?: string;
|
|
612
|
+
|
|
613
|
+
maxResults?: number;
|
|
614
|
+
}
|
|
615
|
+
export interface ListWorkgroupsResponse {
|
|
616
|
+
nextToken?: string;
|
|
617
|
+
|
|
618
|
+
workgroups: Workgroup[] | undefined;
|
|
619
|
+
}
|
|
620
|
+
export interface UpdateNamespaceRequest {
|
|
621
|
+
namespaceName: string | undefined;
|
|
622
|
+
|
|
623
|
+
adminUserPassword?: string;
|
|
624
|
+
|
|
625
|
+
adminUsername?: string;
|
|
626
|
+
|
|
627
|
+
kmsKeyId?: string;
|
|
628
|
+
|
|
629
|
+
defaultIamRoleArn?: string;
|
|
630
|
+
|
|
631
|
+
iamRoles?: string[];
|
|
632
|
+
|
|
633
|
+
logExports?: (LogExport | string)[];
|
|
634
|
+
}
|
|
635
|
+
export interface UpdateNamespaceResponse {
|
|
636
|
+
namespace: Namespace | undefined;
|
|
637
|
+
}
|
|
638
|
+
export interface PutResourcePolicyRequest {
|
|
639
|
+
resourceArn: string | undefined;
|
|
640
|
+
|
|
641
|
+
policy: string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface PutResourcePolicyResponse {
|
|
644
|
+
resourcePolicy?: ResourcePolicy;
|
|
645
|
+
}
|
|
646
|
+
export interface RestoreFromRecoveryPointRequest {
|
|
647
|
+
recoveryPointId: string | undefined;
|
|
648
|
+
|
|
649
|
+
namespaceName: string | undefined;
|
|
650
|
+
|
|
651
|
+
workgroupName: string | undefined;
|
|
652
|
+
}
|
|
653
|
+
export interface RestoreFromRecoveryPointResponse {
|
|
654
|
+
recoveryPointId?: string;
|
|
655
|
+
|
|
656
|
+
namespace?: Namespace;
|
|
657
|
+
}
|
|
658
|
+
export interface RestoreFromSnapshotRequest {
|
|
659
|
+
namespaceName: string | undefined;
|
|
660
|
+
|
|
661
|
+
workgroupName: string | undefined;
|
|
662
|
+
|
|
663
|
+
snapshotName?: string;
|
|
664
|
+
|
|
665
|
+
snapshotArn?: string;
|
|
666
|
+
|
|
667
|
+
ownerAccount?: string;
|
|
668
|
+
}
|
|
669
|
+
export interface RestoreFromSnapshotResponse {
|
|
670
|
+
snapshotName?: string;
|
|
671
|
+
|
|
672
|
+
ownerAccount?: string;
|
|
673
|
+
|
|
674
|
+
namespace?: Namespace;
|
|
675
|
+
}
|
|
676
|
+
export interface UpdateSnapshotRequest {
|
|
677
|
+
snapshotName: string | undefined;
|
|
678
|
+
|
|
679
|
+
retentionPeriod?: number;
|
|
680
|
+
}
|
|
681
|
+
export interface UpdateSnapshotResponse {
|
|
682
|
+
snapshot?: Snapshot;
|
|
683
|
+
}
|
|
684
|
+
export interface TagResourceRequest {
|
|
685
|
+
resourceArn: string | undefined;
|
|
686
|
+
|
|
687
|
+
tags: Tag[] | undefined;
|
|
688
|
+
}
|
|
689
|
+
export interface TagResourceResponse {}
|
|
690
|
+
export interface UntagResourceRequest {
|
|
691
|
+
resourceArn: string | undefined;
|
|
692
|
+
|
|
693
|
+
tagKeys: string[] | undefined;
|
|
694
|
+
}
|
|
695
|
+
export interface UntagResourceResponse {}
|
|
696
|
+
export interface UpdateUsageLimitRequest {
|
|
697
|
+
usageLimitId: string | undefined;
|
|
698
|
+
|
|
699
|
+
amount?: number;
|
|
700
|
+
|
|
701
|
+
breachAction?: UsageLimitBreachAction | string;
|
|
702
|
+
}
|
|
703
|
+
export interface UpdateUsageLimitResponse {
|
|
704
|
+
usageLimit?: UsageLimit;
|
|
705
|
+
}
|
|
706
|
+
export interface UpdateWorkgroupRequest {
|
|
707
|
+
workgroupName: string | undefined;
|
|
708
|
+
|
|
709
|
+
baseCapacity?: number;
|
|
710
|
+
|
|
711
|
+
enhancedVpcRouting?: boolean;
|
|
712
|
+
|
|
713
|
+
configParameters?: ConfigParameter[];
|
|
714
|
+
|
|
715
|
+
publiclyAccessible?: boolean;
|
|
716
|
+
|
|
717
|
+
subnetIds?: string[];
|
|
718
|
+
|
|
719
|
+
securityGroupIds?: string[];
|
|
720
|
+
}
|
|
721
|
+
export interface UpdateWorkgroupResponse {
|
|
722
|
+
workgroup: Workgroup | undefined;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export declare const ConfigParameterFilterSensitiveLog: (
|
|
726
|
+
obj: ConfigParameter
|
|
727
|
+
) => any;
|
|
728
|
+
|
|
729
|
+
export declare const ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog: (
|
|
730
|
+
obj: ConvertRecoveryPointToSnapshotRequest
|
|
731
|
+
) => any;
|
|
732
|
+
|
|
733
|
+
export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
|
|
734
|
+
|
|
735
|
+
export declare const ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog: (
|
|
736
|
+
obj: ConvertRecoveryPointToSnapshotResponse
|
|
737
|
+
) => any;
|
|
738
|
+
|
|
739
|
+
export declare const CreateEndpointAccessRequestFilterSensitiveLog: (
|
|
740
|
+
obj: CreateEndpointAccessRequest
|
|
741
|
+
) => any;
|
|
742
|
+
|
|
743
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (
|
|
744
|
+
obj: NetworkInterface
|
|
745
|
+
) => any;
|
|
746
|
+
|
|
747
|
+
export declare const VpcEndpointFilterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
748
|
+
|
|
749
|
+
export declare const VpcSecurityGroupMembershipFilterSensitiveLog: (
|
|
750
|
+
obj: VpcSecurityGroupMembership
|
|
751
|
+
) => any;
|
|
752
|
+
|
|
753
|
+
export declare const EndpointAccessFilterSensitiveLog: (
|
|
754
|
+
obj: EndpointAccess
|
|
755
|
+
) => any;
|
|
756
|
+
|
|
757
|
+
export declare const CreateEndpointAccessResponseFilterSensitiveLog: (
|
|
758
|
+
obj: CreateEndpointAccessResponse
|
|
759
|
+
) => any;
|
|
760
|
+
|
|
761
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
762
|
+
|
|
763
|
+
export declare const CreateNamespaceRequestFilterSensitiveLog: (
|
|
764
|
+
obj: CreateNamespaceRequest
|
|
765
|
+
) => any;
|
|
766
|
+
|
|
767
|
+
export declare const NamespaceFilterSensitiveLog: (obj: Namespace) => any;
|
|
768
|
+
|
|
769
|
+
export declare const CreateNamespaceResponseFilterSensitiveLog: (
|
|
770
|
+
obj: CreateNamespaceResponse
|
|
771
|
+
) => any;
|
|
772
|
+
|
|
773
|
+
export declare const CreateSnapshotRequestFilterSensitiveLog: (
|
|
774
|
+
obj: CreateSnapshotRequest
|
|
775
|
+
) => any;
|
|
776
|
+
|
|
777
|
+
export declare const CreateSnapshotResponseFilterSensitiveLog: (
|
|
778
|
+
obj: CreateSnapshotResponse
|
|
779
|
+
) => any;
|
|
780
|
+
|
|
781
|
+
export declare const CreateUsageLimitRequestFilterSensitiveLog: (
|
|
782
|
+
obj: CreateUsageLimitRequest
|
|
783
|
+
) => any;
|
|
784
|
+
|
|
785
|
+
export declare const UsageLimitFilterSensitiveLog: (obj: UsageLimit) => any;
|
|
786
|
+
|
|
787
|
+
export declare const CreateUsageLimitResponseFilterSensitiveLog: (
|
|
788
|
+
obj: CreateUsageLimitResponse
|
|
789
|
+
) => any;
|
|
790
|
+
|
|
791
|
+
export declare const CreateWorkgroupRequestFilterSensitiveLog: (
|
|
792
|
+
obj: CreateWorkgroupRequest
|
|
793
|
+
) => any;
|
|
794
|
+
|
|
795
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
796
|
+
|
|
797
|
+
export declare const WorkgroupFilterSensitiveLog: (obj: Workgroup) => any;
|
|
798
|
+
|
|
799
|
+
export declare const CreateWorkgroupResponseFilterSensitiveLog: (
|
|
800
|
+
obj: CreateWorkgroupResponse
|
|
801
|
+
) => any;
|
|
802
|
+
|
|
803
|
+
export declare const DeleteEndpointAccessRequestFilterSensitiveLog: (
|
|
804
|
+
obj: DeleteEndpointAccessRequest
|
|
805
|
+
) => any;
|
|
806
|
+
|
|
807
|
+
export declare const DeleteEndpointAccessResponseFilterSensitiveLog: (
|
|
808
|
+
obj: DeleteEndpointAccessResponse
|
|
809
|
+
) => any;
|
|
810
|
+
|
|
811
|
+
export declare const GetEndpointAccessRequestFilterSensitiveLog: (
|
|
812
|
+
obj: GetEndpointAccessRequest
|
|
813
|
+
) => any;
|
|
814
|
+
|
|
815
|
+
export declare const GetEndpointAccessResponseFilterSensitiveLog: (
|
|
816
|
+
obj: GetEndpointAccessResponse
|
|
817
|
+
) => any;
|
|
818
|
+
|
|
819
|
+
export declare const ListEndpointAccessRequestFilterSensitiveLog: (
|
|
820
|
+
obj: ListEndpointAccessRequest
|
|
821
|
+
) => any;
|
|
822
|
+
|
|
823
|
+
export declare const ListEndpointAccessResponseFilterSensitiveLog: (
|
|
824
|
+
obj: ListEndpointAccessResponse
|
|
825
|
+
) => any;
|
|
826
|
+
|
|
827
|
+
export declare const UpdateEndpointAccessRequestFilterSensitiveLog: (
|
|
828
|
+
obj: UpdateEndpointAccessRequest
|
|
829
|
+
) => any;
|
|
830
|
+
|
|
831
|
+
export declare const UpdateEndpointAccessResponseFilterSensitiveLog: (
|
|
832
|
+
obj: UpdateEndpointAccessResponse
|
|
833
|
+
) => any;
|
|
834
|
+
|
|
835
|
+
export declare const DeleteNamespaceRequestFilterSensitiveLog: (
|
|
836
|
+
obj: DeleteNamespaceRequest
|
|
837
|
+
) => any;
|
|
838
|
+
|
|
839
|
+
export declare const DeleteNamespaceResponseFilterSensitiveLog: (
|
|
840
|
+
obj: DeleteNamespaceResponse
|
|
841
|
+
) => any;
|
|
842
|
+
|
|
843
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
844
|
+
obj: DeleteResourcePolicyRequest
|
|
845
|
+
) => any;
|
|
846
|
+
|
|
847
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
848
|
+
obj: DeleteResourcePolicyResponse
|
|
849
|
+
) => any;
|
|
850
|
+
|
|
851
|
+
export declare const DeleteSnapshotRequestFilterSensitiveLog: (
|
|
852
|
+
obj: DeleteSnapshotRequest
|
|
853
|
+
) => any;
|
|
854
|
+
|
|
855
|
+
export declare const DeleteSnapshotResponseFilterSensitiveLog: (
|
|
856
|
+
obj: DeleteSnapshotResponse
|
|
857
|
+
) => any;
|
|
858
|
+
|
|
859
|
+
export declare const DeleteUsageLimitRequestFilterSensitiveLog: (
|
|
860
|
+
obj: DeleteUsageLimitRequest
|
|
861
|
+
) => any;
|
|
862
|
+
|
|
863
|
+
export declare const DeleteUsageLimitResponseFilterSensitiveLog: (
|
|
864
|
+
obj: DeleteUsageLimitResponse
|
|
865
|
+
) => any;
|
|
866
|
+
|
|
867
|
+
export declare const DeleteWorkgroupRequestFilterSensitiveLog: (
|
|
868
|
+
obj: DeleteWorkgroupRequest
|
|
869
|
+
) => any;
|
|
870
|
+
|
|
871
|
+
export declare const DeleteWorkgroupResponseFilterSensitiveLog: (
|
|
872
|
+
obj: DeleteWorkgroupResponse
|
|
873
|
+
) => any;
|
|
874
|
+
|
|
875
|
+
export declare const GetCredentialsRequestFilterSensitiveLog: (
|
|
876
|
+
obj: GetCredentialsRequest
|
|
877
|
+
) => any;
|
|
878
|
+
|
|
879
|
+
export declare const GetCredentialsResponseFilterSensitiveLog: (
|
|
880
|
+
obj: GetCredentialsResponse
|
|
881
|
+
) => any;
|
|
882
|
+
|
|
883
|
+
export declare const GetNamespaceRequestFilterSensitiveLog: (
|
|
884
|
+
obj: GetNamespaceRequest
|
|
885
|
+
) => any;
|
|
886
|
+
|
|
887
|
+
export declare const GetNamespaceResponseFilterSensitiveLog: (
|
|
888
|
+
obj: GetNamespaceResponse
|
|
889
|
+
) => any;
|
|
890
|
+
|
|
891
|
+
export declare const GetRecoveryPointRequestFilterSensitiveLog: (
|
|
892
|
+
obj: GetRecoveryPointRequest
|
|
893
|
+
) => any;
|
|
894
|
+
|
|
895
|
+
export declare const RecoveryPointFilterSensitiveLog: (
|
|
896
|
+
obj: RecoveryPoint
|
|
897
|
+
) => any;
|
|
898
|
+
|
|
899
|
+
export declare const GetRecoveryPointResponseFilterSensitiveLog: (
|
|
900
|
+
obj: GetRecoveryPointResponse
|
|
901
|
+
) => any;
|
|
902
|
+
|
|
903
|
+
export declare const GetResourcePolicyRequestFilterSensitiveLog: (
|
|
904
|
+
obj: GetResourcePolicyRequest
|
|
905
|
+
) => any;
|
|
906
|
+
|
|
907
|
+
export declare const ResourcePolicyFilterSensitiveLog: (
|
|
908
|
+
obj: ResourcePolicy
|
|
909
|
+
) => any;
|
|
910
|
+
|
|
911
|
+
export declare const GetResourcePolicyResponseFilterSensitiveLog: (
|
|
912
|
+
obj: GetResourcePolicyResponse
|
|
913
|
+
) => any;
|
|
914
|
+
|
|
915
|
+
export declare const GetSnapshotRequestFilterSensitiveLog: (
|
|
916
|
+
obj: GetSnapshotRequest
|
|
917
|
+
) => any;
|
|
918
|
+
|
|
919
|
+
export declare const GetSnapshotResponseFilterSensitiveLog: (
|
|
920
|
+
obj: GetSnapshotResponse
|
|
921
|
+
) => any;
|
|
922
|
+
|
|
923
|
+
export declare const GetUsageLimitRequestFilterSensitiveLog: (
|
|
924
|
+
obj: GetUsageLimitRequest
|
|
925
|
+
) => any;
|
|
926
|
+
|
|
927
|
+
export declare const GetUsageLimitResponseFilterSensitiveLog: (
|
|
928
|
+
obj: GetUsageLimitResponse
|
|
929
|
+
) => any;
|
|
930
|
+
|
|
931
|
+
export declare const GetWorkgroupRequestFilterSensitiveLog: (
|
|
932
|
+
obj: GetWorkgroupRequest
|
|
933
|
+
) => any;
|
|
934
|
+
|
|
935
|
+
export declare const GetWorkgroupResponseFilterSensitiveLog: (
|
|
936
|
+
obj: GetWorkgroupResponse
|
|
937
|
+
) => any;
|
|
938
|
+
|
|
939
|
+
export declare const ListNamespacesRequestFilterSensitiveLog: (
|
|
940
|
+
obj: ListNamespacesRequest
|
|
941
|
+
) => any;
|
|
942
|
+
|
|
943
|
+
export declare const ListNamespacesResponseFilterSensitiveLog: (
|
|
944
|
+
obj: ListNamespacesResponse
|
|
945
|
+
) => any;
|
|
946
|
+
|
|
947
|
+
export declare const ListRecoveryPointsRequestFilterSensitiveLog: (
|
|
948
|
+
obj: ListRecoveryPointsRequest
|
|
949
|
+
) => any;
|
|
950
|
+
|
|
951
|
+
export declare const ListRecoveryPointsResponseFilterSensitiveLog: (
|
|
952
|
+
obj: ListRecoveryPointsResponse
|
|
953
|
+
) => any;
|
|
954
|
+
|
|
955
|
+
export declare const ListSnapshotsRequestFilterSensitiveLog: (
|
|
956
|
+
obj: ListSnapshotsRequest
|
|
957
|
+
) => any;
|
|
958
|
+
|
|
959
|
+
export declare const ListSnapshotsResponseFilterSensitiveLog: (
|
|
960
|
+
obj: ListSnapshotsResponse
|
|
961
|
+
) => any;
|
|
962
|
+
|
|
963
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
964
|
+
obj: ListTagsForResourceRequest
|
|
965
|
+
) => any;
|
|
966
|
+
|
|
967
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
968
|
+
obj: ListTagsForResourceResponse
|
|
969
|
+
) => any;
|
|
970
|
+
|
|
971
|
+
export declare const ListUsageLimitsRequestFilterSensitiveLog: (
|
|
972
|
+
obj: ListUsageLimitsRequest
|
|
973
|
+
) => any;
|
|
974
|
+
|
|
975
|
+
export declare const ListUsageLimitsResponseFilterSensitiveLog: (
|
|
976
|
+
obj: ListUsageLimitsResponse
|
|
977
|
+
) => any;
|
|
978
|
+
|
|
979
|
+
export declare const ListWorkgroupsRequestFilterSensitiveLog: (
|
|
980
|
+
obj: ListWorkgroupsRequest
|
|
981
|
+
) => any;
|
|
982
|
+
|
|
983
|
+
export declare const ListWorkgroupsResponseFilterSensitiveLog: (
|
|
984
|
+
obj: ListWorkgroupsResponse
|
|
985
|
+
) => any;
|
|
986
|
+
|
|
987
|
+
export declare const UpdateNamespaceRequestFilterSensitiveLog: (
|
|
988
|
+
obj: UpdateNamespaceRequest
|
|
989
|
+
) => any;
|
|
990
|
+
|
|
991
|
+
export declare const UpdateNamespaceResponseFilterSensitiveLog: (
|
|
992
|
+
obj: UpdateNamespaceResponse
|
|
993
|
+
) => any;
|
|
994
|
+
|
|
995
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
996
|
+
obj: PutResourcePolicyRequest
|
|
997
|
+
) => any;
|
|
998
|
+
|
|
999
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
1000
|
+
obj: PutResourcePolicyResponse
|
|
1001
|
+
) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const RestoreFromRecoveryPointRequestFilterSensitiveLog: (
|
|
1004
|
+
obj: RestoreFromRecoveryPointRequest
|
|
1005
|
+
) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const RestoreFromRecoveryPointResponseFilterSensitiveLog: (
|
|
1008
|
+
obj: RestoreFromRecoveryPointResponse
|
|
1009
|
+
) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (
|
|
1012
|
+
obj: RestoreFromSnapshotRequest
|
|
1013
|
+
) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const RestoreFromSnapshotResponseFilterSensitiveLog: (
|
|
1016
|
+
obj: RestoreFromSnapshotResponse
|
|
1017
|
+
) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const UpdateSnapshotRequestFilterSensitiveLog: (
|
|
1020
|
+
obj: UpdateSnapshotRequest
|
|
1021
|
+
) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const UpdateSnapshotResponseFilterSensitiveLog: (
|
|
1024
|
+
obj: UpdateSnapshotResponse
|
|
1025
|
+
) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1028
|
+
obj: TagResourceRequest
|
|
1029
|
+
) => any;
|
|
1030
|
+
|
|
1031
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1032
|
+
obj: TagResourceResponse
|
|
1033
|
+
) => any;
|
|
1034
|
+
|
|
1035
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1036
|
+
obj: UntagResourceRequest
|
|
1037
|
+
) => any;
|
|
1038
|
+
|
|
1039
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1040
|
+
obj: UntagResourceResponse
|
|
1041
|
+
) => any;
|
|
1042
|
+
|
|
1043
|
+
export declare const UpdateUsageLimitRequestFilterSensitiveLog: (
|
|
1044
|
+
obj: UpdateUsageLimitRequest
|
|
1045
|
+
) => any;
|
|
1046
|
+
|
|
1047
|
+
export declare const UpdateUsageLimitResponseFilterSensitiveLog: (
|
|
1048
|
+
obj: UpdateUsageLimitResponse
|
|
1049
|
+
) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const UpdateWorkgroupRequestFilterSensitiveLog: (
|
|
1052
|
+
obj: UpdateWorkgroupRequest
|
|
1053
|
+
) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const UpdateWorkgroupResponseFilterSensitiveLog: (
|
|
1056
|
+
obj: UpdateWorkgroupResponse
|
|
1057
|
+
) => any;
|