@aws-sdk/client-accessanalyzer 3.169.0 → 3.171.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/AccessAnalyzer.d.ts +480 -145
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +273 -101
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +28 -28
- 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/AccessAnalyzerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1074 -1366
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnalyzersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ValidatePolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1366 +1,1074 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AccessAnalyzerServiceException as __BaseException } from "./AccessAnalyzerServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export
|
|
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
|
-
export
|
|
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
|
-
export
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export declare enum
|
|
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
|
-
|
|
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
|
-
export declare
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
export
|
|
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
|
-
export
|
|
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
|
-
export
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
export
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
export
|
|
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
|
-
|
|
1037
|
-
export declare
|
|
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
|
-
export
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
export declare type PathElement = PathElement.IndexMember | PathElement.KeyMember | PathElement.SubstringMember | PathElement.ValueMember | PathElement.$UnknownMember;
|
|
1077
|
-
export declare namespace PathElement {
|
|
1078
|
-
|
|
1079
|
-
interface IndexMember {
|
|
1080
|
-
index: number;
|
|
1081
|
-
key?: never;
|
|
1082
|
-
substring?: never;
|
|
1083
|
-
value?: never;
|
|
1084
|
-
$unknown?: never;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
interface KeyMember {
|
|
1088
|
-
index?: never;
|
|
1089
|
-
key: string;
|
|
1090
|
-
substring?: never;
|
|
1091
|
-
value?: never;
|
|
1092
|
-
$unknown?: never;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
interface SubstringMember {
|
|
1096
|
-
index?: never;
|
|
1097
|
-
key?: never;
|
|
1098
|
-
substring: Substring;
|
|
1099
|
-
value?: never;
|
|
1100
|
-
$unknown?: never;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
interface ValueMember {
|
|
1104
|
-
index?: never;
|
|
1105
|
-
key?: never;
|
|
1106
|
-
substring?: never;
|
|
1107
|
-
value: string;
|
|
1108
|
-
$unknown?: never;
|
|
1109
|
-
}
|
|
1110
|
-
interface $UnknownMember {
|
|
1111
|
-
index?: never;
|
|
1112
|
-
key?: never;
|
|
1113
|
-
substring?: never;
|
|
1114
|
-
value?: never;
|
|
1115
|
-
$unknown: [
|
|
1116
|
-
string,
|
|
1117
|
-
any
|
|
1118
|
-
];
|
|
1119
|
-
}
|
|
1120
|
-
interface Visitor<T> {
|
|
1121
|
-
index: (value: number) => T;
|
|
1122
|
-
key: (value: string) => T;
|
|
1123
|
-
substring: (value: Substring) => T;
|
|
1124
|
-
value: (value: string) => T;
|
|
1125
|
-
_: (name: string, value: any) => T;
|
|
1126
|
-
}
|
|
1127
|
-
const visit: <T>(value: PathElement, visitor: Visitor<T>) => T;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
export interface Position {
|
|
1131
|
-
|
|
1132
|
-
line: number | undefined;
|
|
1133
|
-
|
|
1134
|
-
column: number | undefined;
|
|
1135
|
-
|
|
1136
|
-
offset: number | undefined;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
export interface Span {
|
|
1140
|
-
|
|
1141
|
-
start: Position | undefined;
|
|
1142
|
-
|
|
1143
|
-
end: Position | undefined;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
export interface Location {
|
|
1147
|
-
|
|
1148
|
-
path: PathElement[] | undefined;
|
|
1149
|
-
|
|
1150
|
-
span: Span | undefined;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
export interface ValidatePolicyFinding {
|
|
1154
|
-
|
|
1155
|
-
findingDetails: string | undefined;
|
|
1156
|
-
|
|
1157
|
-
findingType: ValidatePolicyFindingType | string | undefined;
|
|
1158
|
-
|
|
1159
|
-
issueCode: string | undefined;
|
|
1160
|
-
|
|
1161
|
-
learnMoreLink: string | undefined;
|
|
1162
|
-
|
|
1163
|
-
locations: Location[] | undefined;
|
|
1164
|
-
}
|
|
1165
|
-
export interface ValidatePolicyResponse {
|
|
1166
|
-
|
|
1167
|
-
findings: ValidatePolicyFinding[] | undefined;
|
|
1168
|
-
|
|
1169
|
-
nextToken?: string;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
export declare const CriterionFilterSensitiveLog: (obj: Criterion) => any;
|
|
1173
|
-
|
|
1174
|
-
export declare const CreateArchiveRuleRequestFilterSensitiveLog: (obj: CreateArchiveRuleRequest) => any;
|
|
1175
|
-
|
|
1176
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1177
|
-
|
|
1178
|
-
export declare const DeleteArchiveRuleRequestFilterSensitiveLog: (obj: DeleteArchiveRuleRequest) => any;
|
|
1179
|
-
|
|
1180
|
-
export declare const GetArchiveRuleRequestFilterSensitiveLog: (obj: GetArchiveRuleRequest) => any;
|
|
1181
|
-
|
|
1182
|
-
export declare const ArchiveRuleSummaryFilterSensitiveLog: (obj: ArchiveRuleSummary) => any;
|
|
1183
|
-
|
|
1184
|
-
export declare const GetArchiveRuleResponseFilterSensitiveLog: (obj: GetArchiveRuleResponse) => any;
|
|
1185
|
-
|
|
1186
|
-
export declare const ListArchiveRulesRequestFilterSensitiveLog: (obj: ListArchiveRulesRequest) => any;
|
|
1187
|
-
|
|
1188
|
-
export declare const ListArchiveRulesResponseFilterSensitiveLog: (obj: ListArchiveRulesResponse) => any;
|
|
1189
|
-
|
|
1190
|
-
export declare const UpdateArchiveRuleRequestFilterSensitiveLog: (obj: UpdateArchiveRuleRequest) => any;
|
|
1191
|
-
|
|
1192
|
-
export declare const InlineArchiveRuleFilterSensitiveLog: (obj: InlineArchiveRule) => any;
|
|
1193
|
-
|
|
1194
|
-
export declare const CreateAnalyzerRequestFilterSensitiveLog: (obj: CreateAnalyzerRequest) => any;
|
|
1195
|
-
|
|
1196
|
-
export declare const CreateAnalyzerResponseFilterSensitiveLog: (obj: CreateAnalyzerResponse) => any;
|
|
1197
|
-
|
|
1198
|
-
export declare const DeleteAnalyzerRequestFilterSensitiveLog: (obj: DeleteAnalyzerRequest) => any;
|
|
1199
|
-
|
|
1200
|
-
export declare const GetAnalyzerRequestFilterSensitiveLog: (obj: GetAnalyzerRequest) => any;
|
|
1201
|
-
|
|
1202
|
-
export declare const StatusReasonFilterSensitiveLog: (obj: StatusReason) => any;
|
|
1203
|
-
|
|
1204
|
-
export declare const AnalyzerSummaryFilterSensitiveLog: (obj: AnalyzerSummary) => any;
|
|
1205
|
-
|
|
1206
|
-
export declare const GetAnalyzerResponseFilterSensitiveLog: (obj: GetAnalyzerResponse) => any;
|
|
1207
|
-
|
|
1208
|
-
export declare const ListAnalyzersRequestFilterSensitiveLog: (obj: ListAnalyzersRequest) => any;
|
|
1209
|
-
|
|
1210
|
-
export declare const ListAnalyzersResponseFilterSensitiveLog: (obj: ListAnalyzersResponse) => any;
|
|
1211
|
-
|
|
1212
|
-
export declare const ApplyArchiveRuleRequestFilterSensitiveLog: (obj: ApplyArchiveRuleRequest) => any;
|
|
1213
|
-
|
|
1214
|
-
export declare const CancelPolicyGenerationRequestFilterSensitiveLog: (obj: CancelPolicyGenerationRequest) => any;
|
|
1215
|
-
|
|
1216
|
-
export declare const CancelPolicyGenerationResponseFilterSensitiveLog: (obj: CancelPolicyGenerationResponse) => any;
|
|
1217
|
-
|
|
1218
|
-
export declare const IamRoleConfigurationFilterSensitiveLog: (obj: IamRoleConfiguration) => any;
|
|
1219
|
-
|
|
1220
|
-
export declare const KmsGrantConstraintsFilterSensitiveLog: (obj: KmsGrantConstraints) => any;
|
|
1221
|
-
|
|
1222
|
-
export declare const KmsGrantConfigurationFilterSensitiveLog: (obj: KmsGrantConfiguration) => any;
|
|
1223
|
-
|
|
1224
|
-
export declare const KmsKeyConfigurationFilterSensitiveLog: (obj: KmsKeyConfiguration) => any;
|
|
1225
|
-
|
|
1226
|
-
export declare const InternetConfigurationFilterSensitiveLog: (obj: InternetConfiguration) => any;
|
|
1227
|
-
|
|
1228
|
-
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
1229
|
-
|
|
1230
|
-
export declare const NetworkOriginConfigurationFilterSensitiveLog: (obj: NetworkOriginConfiguration) => any;
|
|
1231
|
-
|
|
1232
|
-
export declare const S3PublicAccessBlockConfigurationFilterSensitiveLog: (obj: S3PublicAccessBlockConfiguration) => any;
|
|
1233
|
-
|
|
1234
|
-
export declare const S3AccessPointConfigurationFilterSensitiveLog: (obj: S3AccessPointConfiguration) => any;
|
|
1235
|
-
|
|
1236
|
-
export declare const AclGranteeFilterSensitiveLog: (obj: AclGrantee) => any;
|
|
1237
|
-
|
|
1238
|
-
export declare const S3BucketAclGrantConfigurationFilterSensitiveLog: (obj: S3BucketAclGrantConfiguration) => any;
|
|
1239
|
-
|
|
1240
|
-
export declare const S3BucketConfigurationFilterSensitiveLog: (obj: S3BucketConfiguration) => any;
|
|
1241
|
-
|
|
1242
|
-
export declare const SecretsManagerSecretConfigurationFilterSensitiveLog: (obj: SecretsManagerSecretConfiguration) => any;
|
|
1243
|
-
|
|
1244
|
-
export declare const SqsQueueConfigurationFilterSensitiveLog: (obj: SqsQueueConfiguration) => any;
|
|
1245
|
-
|
|
1246
|
-
export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
|
|
1247
|
-
|
|
1248
|
-
export declare const CreateAccessPreviewRequestFilterSensitiveLog: (obj: CreateAccessPreviewRequest) => any;
|
|
1249
|
-
|
|
1250
|
-
export declare const CreateAccessPreviewResponseFilterSensitiveLog: (obj: CreateAccessPreviewResponse) => any;
|
|
1251
|
-
|
|
1252
|
-
export declare const GetAccessPreviewRequestFilterSensitiveLog: (obj: GetAccessPreviewRequest) => any;
|
|
1253
|
-
|
|
1254
|
-
export declare const AccessPreviewStatusReasonFilterSensitiveLog: (obj: AccessPreviewStatusReason) => any;
|
|
1255
|
-
|
|
1256
|
-
export declare const AccessPreviewFilterSensitiveLog: (obj: AccessPreview) => any;
|
|
1257
|
-
|
|
1258
|
-
export declare const GetAccessPreviewResponseFilterSensitiveLog: (obj: GetAccessPreviewResponse) => any;
|
|
1259
|
-
|
|
1260
|
-
export declare const GetAnalyzedResourceRequestFilterSensitiveLog: (obj: GetAnalyzedResourceRequest) => any;
|
|
1261
|
-
|
|
1262
|
-
export declare const AnalyzedResourceFilterSensitiveLog: (obj: AnalyzedResource) => any;
|
|
1263
|
-
|
|
1264
|
-
export declare const GetAnalyzedResourceResponseFilterSensitiveLog: (obj: GetAnalyzedResourceResponse) => any;
|
|
1265
|
-
|
|
1266
|
-
export declare const GetFindingRequestFilterSensitiveLog: (obj: GetFindingRequest) => any;
|
|
1267
|
-
|
|
1268
|
-
export declare const FindingSourceDetailFilterSensitiveLog: (obj: FindingSourceDetail) => any;
|
|
1269
|
-
|
|
1270
|
-
export declare const FindingSourceFilterSensitiveLog: (obj: FindingSource) => any;
|
|
1271
|
-
|
|
1272
|
-
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
1273
|
-
|
|
1274
|
-
export declare const GetFindingResponseFilterSensitiveLog: (obj: GetFindingResponse) => any;
|
|
1275
|
-
|
|
1276
|
-
export declare const GetGeneratedPolicyRequestFilterSensitiveLog: (obj: GetGeneratedPolicyRequest) => any;
|
|
1277
|
-
|
|
1278
|
-
export declare const GeneratedPolicyFilterSensitiveLog: (obj: GeneratedPolicy) => any;
|
|
1279
|
-
|
|
1280
|
-
export declare const TrailPropertiesFilterSensitiveLog: (obj: TrailProperties) => any;
|
|
1281
|
-
|
|
1282
|
-
export declare const CloudTrailPropertiesFilterSensitiveLog: (obj: CloudTrailProperties) => any;
|
|
1283
|
-
|
|
1284
|
-
export declare const GeneratedPolicyPropertiesFilterSensitiveLog: (obj: GeneratedPolicyProperties) => any;
|
|
1285
|
-
|
|
1286
|
-
export declare const GeneratedPolicyResultFilterSensitiveLog: (obj: GeneratedPolicyResult) => any;
|
|
1287
|
-
|
|
1288
|
-
export declare const JobErrorFilterSensitiveLog: (obj: JobError) => any;
|
|
1289
|
-
|
|
1290
|
-
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
1291
|
-
|
|
1292
|
-
export declare const GetGeneratedPolicyResponseFilterSensitiveLog: (obj: GetGeneratedPolicyResponse) => any;
|
|
1293
|
-
|
|
1294
|
-
export declare const ListAccessPreviewFindingsRequestFilterSensitiveLog: (obj: ListAccessPreviewFindingsRequest) => any;
|
|
1295
|
-
|
|
1296
|
-
export declare const AccessPreviewFindingFilterSensitiveLog: (obj: AccessPreviewFinding) => any;
|
|
1297
|
-
|
|
1298
|
-
export declare const ListAccessPreviewFindingsResponseFilterSensitiveLog: (obj: ListAccessPreviewFindingsResponse) => any;
|
|
1299
|
-
|
|
1300
|
-
export declare const ListAccessPreviewsRequestFilterSensitiveLog: (obj: ListAccessPreviewsRequest) => any;
|
|
1301
|
-
|
|
1302
|
-
export declare const AccessPreviewSummaryFilterSensitiveLog: (obj: AccessPreviewSummary) => any;
|
|
1303
|
-
|
|
1304
|
-
export declare const ListAccessPreviewsResponseFilterSensitiveLog: (obj: ListAccessPreviewsResponse) => any;
|
|
1305
|
-
|
|
1306
|
-
export declare const ListAnalyzedResourcesRequestFilterSensitiveLog: (obj: ListAnalyzedResourcesRequest) => any;
|
|
1307
|
-
|
|
1308
|
-
export declare const AnalyzedResourceSummaryFilterSensitiveLog: (obj: AnalyzedResourceSummary) => any;
|
|
1309
|
-
|
|
1310
|
-
export declare const ListAnalyzedResourcesResponseFilterSensitiveLog: (obj: ListAnalyzedResourcesResponse) => any;
|
|
1311
|
-
|
|
1312
|
-
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
1313
|
-
|
|
1314
|
-
export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
|
|
1315
|
-
|
|
1316
|
-
export declare const FindingSummaryFilterSensitiveLog: (obj: FindingSummary) => any;
|
|
1317
|
-
|
|
1318
|
-
export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
|
|
1319
|
-
|
|
1320
|
-
export declare const ListPolicyGenerationsRequestFilterSensitiveLog: (obj: ListPolicyGenerationsRequest) => any;
|
|
1321
|
-
|
|
1322
|
-
export declare const PolicyGenerationFilterSensitiveLog: (obj: PolicyGeneration) => any;
|
|
1323
|
-
|
|
1324
|
-
export declare const ListPolicyGenerationsResponseFilterSensitiveLog: (obj: ListPolicyGenerationsResponse) => any;
|
|
1325
|
-
|
|
1326
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1327
|
-
|
|
1328
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1329
|
-
|
|
1330
|
-
export declare const TrailFilterSensitiveLog: (obj: Trail) => any;
|
|
1331
|
-
|
|
1332
|
-
export declare const CloudTrailDetailsFilterSensitiveLog: (obj: CloudTrailDetails) => any;
|
|
1333
|
-
|
|
1334
|
-
export declare const PolicyGenerationDetailsFilterSensitiveLog: (obj: PolicyGenerationDetails) => any;
|
|
1335
|
-
|
|
1336
|
-
export declare const StartPolicyGenerationRequestFilterSensitiveLog: (obj: StartPolicyGenerationRequest) => any;
|
|
1337
|
-
|
|
1338
|
-
export declare const StartPolicyGenerationResponseFilterSensitiveLog: (obj: StartPolicyGenerationResponse) => any;
|
|
1339
|
-
|
|
1340
|
-
export declare const StartResourceScanRequestFilterSensitiveLog: (obj: StartResourceScanRequest) => any;
|
|
1341
|
-
|
|
1342
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1343
|
-
|
|
1344
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1345
|
-
|
|
1346
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1347
|
-
|
|
1348
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1349
|
-
|
|
1350
|
-
export declare const UpdateFindingsRequestFilterSensitiveLog: (obj: UpdateFindingsRequest) => any;
|
|
1351
|
-
|
|
1352
|
-
export declare const ValidatePolicyRequestFilterSensitiveLog: (obj: ValidatePolicyRequest) => any;
|
|
1353
|
-
|
|
1354
|
-
export declare const SubstringFilterSensitiveLog: (obj: Substring) => any;
|
|
1355
|
-
|
|
1356
|
-
export declare const PathElementFilterSensitiveLog: (obj: PathElement) => any;
|
|
1357
|
-
|
|
1358
|
-
export declare const PositionFilterSensitiveLog: (obj: Position) => any;
|
|
1359
|
-
|
|
1360
|
-
export declare const SpanFilterSensitiveLog: (obj: Span) => any;
|
|
1361
|
-
|
|
1362
|
-
export declare const LocationFilterSensitiveLog: (obj: Location) => any;
|
|
1363
|
-
|
|
1364
|
-
export declare const ValidatePolicyFindingFilterSensitiveLog: (obj: ValidatePolicyFinding) => any;
|
|
1365
|
-
|
|
1366
|
-
export declare const ValidatePolicyResponseFilterSensitiveLog: (obj: ValidatePolicyResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AccessAnalyzerServiceException as __BaseException } from "./AccessAnalyzerServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class ConflictException extends __BaseException {
|
|
11
|
+
readonly name: "ConflictException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
resourceId: string | undefined;
|
|
14
|
+
resourceType: string | undefined;
|
|
15
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export interface Criterion {
|
|
18
|
+
eq?: string[];
|
|
19
|
+
neq?: string[];
|
|
20
|
+
contains?: string[];
|
|
21
|
+
exists?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface CreateArchiveRuleRequest {
|
|
24
|
+
analyzerName: string | undefined;
|
|
25
|
+
ruleName: string | undefined;
|
|
26
|
+
filter: Record<string, Criterion> | undefined;
|
|
27
|
+
clientToken?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare class InternalServerException extends __BaseException {
|
|
30
|
+
readonly name: "InternalServerException";
|
|
31
|
+
readonly $fault: "server";
|
|
32
|
+
$retryable: {};
|
|
33
|
+
retryAfterSeconds?: number;
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
39
|
+
readonly name: "ResourceNotFoundException";
|
|
40
|
+
readonly $fault: "client";
|
|
41
|
+
resourceId: string | undefined;
|
|
42
|
+
resourceType: string | undefined;
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
48
|
+
readonly name: "ServiceQuotaExceededException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
resourceId: string | undefined;
|
|
51
|
+
resourceType: string | undefined;
|
|
52
|
+
constructor(
|
|
53
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
export declare class ThrottlingException extends __BaseException {
|
|
57
|
+
readonly name: "ThrottlingException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
$retryable: {
|
|
60
|
+
throttling: boolean;
|
|
61
|
+
};
|
|
62
|
+
retryAfterSeconds?: number;
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
export interface ValidationExceptionField {
|
|
68
|
+
name: string | undefined;
|
|
69
|
+
message: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export declare enum ValidationExceptionReason {
|
|
72
|
+
CANNOT_PARSE = "cannotParse",
|
|
73
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
74
|
+
OTHER = "other",
|
|
75
|
+
UNKNOWN_OPERATION = "unknownOperation",
|
|
76
|
+
}
|
|
77
|
+
export declare class ValidationException extends __BaseException {
|
|
78
|
+
readonly name: "ValidationException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
81
|
+
fieldList?: ValidationExceptionField[];
|
|
82
|
+
constructor(
|
|
83
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
export interface DeleteArchiveRuleRequest {
|
|
87
|
+
analyzerName: string | undefined;
|
|
88
|
+
ruleName: string | undefined;
|
|
89
|
+
clientToken?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface GetArchiveRuleRequest {
|
|
92
|
+
analyzerName: string | undefined;
|
|
93
|
+
ruleName: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface ArchiveRuleSummary {
|
|
96
|
+
ruleName: string | undefined;
|
|
97
|
+
filter: Record<string, Criterion> | undefined;
|
|
98
|
+
createdAt: Date | undefined;
|
|
99
|
+
updatedAt: Date | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface GetArchiveRuleResponse {
|
|
102
|
+
archiveRule: ArchiveRuleSummary | undefined;
|
|
103
|
+
}
|
|
104
|
+
export interface ListArchiveRulesRequest {
|
|
105
|
+
analyzerName: string | undefined;
|
|
106
|
+
nextToken?: string;
|
|
107
|
+
maxResults?: number;
|
|
108
|
+
}
|
|
109
|
+
export interface ListArchiveRulesResponse {
|
|
110
|
+
archiveRules: ArchiveRuleSummary[] | undefined;
|
|
111
|
+
nextToken?: string;
|
|
112
|
+
}
|
|
113
|
+
export interface UpdateArchiveRuleRequest {
|
|
114
|
+
analyzerName: string | undefined;
|
|
115
|
+
ruleName: string | undefined;
|
|
116
|
+
filter: Record<string, Criterion> | undefined;
|
|
117
|
+
clientToken?: string;
|
|
118
|
+
}
|
|
119
|
+
export interface InlineArchiveRule {
|
|
120
|
+
ruleName: string | undefined;
|
|
121
|
+
filter: Record<string, Criterion> | undefined;
|
|
122
|
+
}
|
|
123
|
+
export declare type Type = "ACCOUNT" | "ORGANIZATION";
|
|
124
|
+
export interface CreateAnalyzerRequest {
|
|
125
|
+
analyzerName: string | undefined;
|
|
126
|
+
type: Type | string | undefined;
|
|
127
|
+
archiveRules?: InlineArchiveRule[];
|
|
128
|
+
tags?: Record<string, string>;
|
|
129
|
+
clientToken?: string;
|
|
130
|
+
}
|
|
131
|
+
export interface CreateAnalyzerResponse {
|
|
132
|
+
arn?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface DeleteAnalyzerRequest {
|
|
135
|
+
analyzerName: string | undefined;
|
|
136
|
+
clientToken?: string;
|
|
137
|
+
}
|
|
138
|
+
export interface GetAnalyzerRequest {
|
|
139
|
+
analyzerName: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
export declare type AnalyzerStatus =
|
|
142
|
+
| "ACTIVE"
|
|
143
|
+
| "CREATING"
|
|
144
|
+
| "DISABLED"
|
|
145
|
+
| "FAILED";
|
|
146
|
+
export declare type ReasonCode =
|
|
147
|
+
| "AWS_SERVICE_ACCESS_DISABLED"
|
|
148
|
+
| "DELEGATED_ADMINISTRATOR_DEREGISTERED"
|
|
149
|
+
| "ORGANIZATION_DELETED"
|
|
150
|
+
| "SERVICE_LINKED_ROLE_CREATION_FAILED";
|
|
151
|
+
export interface StatusReason {
|
|
152
|
+
code: ReasonCode | string | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface AnalyzerSummary {
|
|
155
|
+
arn: string | undefined;
|
|
156
|
+
name: string | undefined;
|
|
157
|
+
type: Type | string | undefined;
|
|
158
|
+
createdAt: Date | undefined;
|
|
159
|
+
lastResourceAnalyzed?: string;
|
|
160
|
+
lastResourceAnalyzedAt?: Date;
|
|
161
|
+
tags?: Record<string, string>;
|
|
162
|
+
status: AnalyzerStatus | string | undefined;
|
|
163
|
+
statusReason?: StatusReason;
|
|
164
|
+
}
|
|
165
|
+
export interface GetAnalyzerResponse {
|
|
166
|
+
analyzer: AnalyzerSummary | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface ListAnalyzersRequest {
|
|
169
|
+
nextToken?: string;
|
|
170
|
+
maxResults?: number;
|
|
171
|
+
type?: Type | string;
|
|
172
|
+
}
|
|
173
|
+
export interface ListAnalyzersResponse {
|
|
174
|
+
analyzers: AnalyzerSummary[] | undefined;
|
|
175
|
+
nextToken?: string;
|
|
176
|
+
}
|
|
177
|
+
export interface ApplyArchiveRuleRequest {
|
|
178
|
+
analyzerArn: string | undefined;
|
|
179
|
+
ruleName: string | undefined;
|
|
180
|
+
clientToken?: string;
|
|
181
|
+
}
|
|
182
|
+
export interface CancelPolicyGenerationRequest {
|
|
183
|
+
jobId: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface CancelPolicyGenerationResponse {}
|
|
186
|
+
export interface IamRoleConfiguration {
|
|
187
|
+
trustPolicy?: string;
|
|
188
|
+
}
|
|
189
|
+
export interface KmsGrantConstraints {
|
|
190
|
+
encryptionContextEquals?: Record<string, string>;
|
|
191
|
+
encryptionContextSubset?: Record<string, string>;
|
|
192
|
+
}
|
|
193
|
+
export declare enum KmsGrantOperation {
|
|
194
|
+
CREATE_GRANT = "CreateGrant",
|
|
195
|
+
DECRYPT = "Decrypt",
|
|
196
|
+
DESCRIBE_KEY = "DescribeKey",
|
|
197
|
+
ENCRYPT = "Encrypt",
|
|
198
|
+
GENERATE_DATA_KEY = "GenerateDataKey",
|
|
199
|
+
GENERATE_DATA_KEY_PAIR = "GenerateDataKeyPair",
|
|
200
|
+
GENERATE_DATA_KEY_PAIR_WITHOUT_PLAINTEXT = "GenerateDataKeyPairWithoutPlaintext",
|
|
201
|
+
GENERATE_DATA_KEY_WITHOUT_PLAINTEXT = "GenerateDataKeyWithoutPlaintext",
|
|
202
|
+
GET_PUBLIC_KEY = "GetPublicKey",
|
|
203
|
+
REENCRYPT_FROM = "ReEncryptFrom",
|
|
204
|
+
REENCRYPT_TO = "ReEncryptTo",
|
|
205
|
+
RETIRE_GRANT = "RetireGrant",
|
|
206
|
+
SIGN = "Sign",
|
|
207
|
+
VERIFY = "Verify",
|
|
208
|
+
}
|
|
209
|
+
export interface KmsGrantConfiguration {
|
|
210
|
+
operations: (KmsGrantOperation | string)[] | undefined;
|
|
211
|
+
granteePrincipal: string | undefined;
|
|
212
|
+
retiringPrincipal?: string;
|
|
213
|
+
constraints?: KmsGrantConstraints;
|
|
214
|
+
issuingAccount: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface KmsKeyConfiguration {
|
|
217
|
+
keyPolicies?: Record<string, string>;
|
|
218
|
+
grants?: KmsGrantConfiguration[];
|
|
219
|
+
}
|
|
220
|
+
export interface InternetConfiguration {}
|
|
221
|
+
export interface VpcConfiguration {
|
|
222
|
+
vpcId: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export declare type NetworkOriginConfiguration =
|
|
225
|
+
| NetworkOriginConfiguration.InternetConfigurationMember
|
|
226
|
+
| NetworkOriginConfiguration.VpcConfigurationMember
|
|
227
|
+
| NetworkOriginConfiguration.$UnknownMember;
|
|
228
|
+
export declare namespace NetworkOriginConfiguration {
|
|
229
|
+
interface VpcConfigurationMember {
|
|
230
|
+
vpcConfiguration: VpcConfiguration;
|
|
231
|
+
internetConfiguration?: never;
|
|
232
|
+
$unknown?: never;
|
|
233
|
+
}
|
|
234
|
+
interface InternetConfigurationMember {
|
|
235
|
+
vpcConfiguration?: never;
|
|
236
|
+
internetConfiguration: InternetConfiguration;
|
|
237
|
+
$unknown?: never;
|
|
238
|
+
}
|
|
239
|
+
interface $UnknownMember {
|
|
240
|
+
vpcConfiguration?: never;
|
|
241
|
+
internetConfiguration?: never;
|
|
242
|
+
$unknown: [string, any];
|
|
243
|
+
}
|
|
244
|
+
interface Visitor<T> {
|
|
245
|
+
vpcConfiguration: (value: VpcConfiguration) => T;
|
|
246
|
+
internetConfiguration: (value: InternetConfiguration) => T;
|
|
247
|
+
_: (name: string, value: any) => T;
|
|
248
|
+
}
|
|
249
|
+
const visit: <T>(value: NetworkOriginConfiguration, visitor: Visitor<T>) => T;
|
|
250
|
+
}
|
|
251
|
+
export interface S3PublicAccessBlockConfiguration {
|
|
252
|
+
ignorePublicAcls: boolean | undefined;
|
|
253
|
+
restrictPublicBuckets: boolean | undefined;
|
|
254
|
+
}
|
|
255
|
+
export interface S3AccessPointConfiguration {
|
|
256
|
+
accessPointPolicy?: string;
|
|
257
|
+
publicAccessBlock?: S3PublicAccessBlockConfiguration;
|
|
258
|
+
networkOrigin?: NetworkOriginConfiguration;
|
|
259
|
+
}
|
|
260
|
+
export declare type AclGrantee =
|
|
261
|
+
| AclGrantee.IdMember
|
|
262
|
+
| AclGrantee.UriMember
|
|
263
|
+
| AclGrantee.$UnknownMember;
|
|
264
|
+
export declare namespace AclGrantee {
|
|
265
|
+
interface IdMember {
|
|
266
|
+
id: string;
|
|
267
|
+
uri?: never;
|
|
268
|
+
$unknown?: never;
|
|
269
|
+
}
|
|
270
|
+
interface UriMember {
|
|
271
|
+
id?: never;
|
|
272
|
+
uri: string;
|
|
273
|
+
$unknown?: never;
|
|
274
|
+
}
|
|
275
|
+
interface $UnknownMember {
|
|
276
|
+
id?: never;
|
|
277
|
+
uri?: never;
|
|
278
|
+
$unknown: [string, any];
|
|
279
|
+
}
|
|
280
|
+
interface Visitor<T> {
|
|
281
|
+
id: (value: string) => T;
|
|
282
|
+
uri: (value: string) => T;
|
|
283
|
+
_: (name: string, value: any) => T;
|
|
284
|
+
}
|
|
285
|
+
const visit: <T>(value: AclGrantee, visitor: Visitor<T>) => T;
|
|
286
|
+
}
|
|
287
|
+
export declare enum AclPermission {
|
|
288
|
+
FULL_CONTROL = "FULL_CONTROL",
|
|
289
|
+
READ = "READ",
|
|
290
|
+
READ_ACP = "READ_ACP",
|
|
291
|
+
WRITE = "WRITE",
|
|
292
|
+
WRITE_ACP = "WRITE_ACP",
|
|
293
|
+
}
|
|
294
|
+
export interface S3BucketAclGrantConfiguration {
|
|
295
|
+
permission: AclPermission | string | undefined;
|
|
296
|
+
grantee: AclGrantee | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface S3BucketConfiguration {
|
|
299
|
+
bucketPolicy?: string;
|
|
300
|
+
bucketAclGrants?: S3BucketAclGrantConfiguration[];
|
|
301
|
+
bucketPublicAccessBlock?: S3PublicAccessBlockConfiguration;
|
|
302
|
+
accessPoints?: Record<string, S3AccessPointConfiguration>;
|
|
303
|
+
}
|
|
304
|
+
export interface SecretsManagerSecretConfiguration {
|
|
305
|
+
kmsKeyId?: string;
|
|
306
|
+
secretPolicy?: string;
|
|
307
|
+
}
|
|
308
|
+
export interface SqsQueueConfiguration {
|
|
309
|
+
queuePolicy?: string;
|
|
310
|
+
}
|
|
311
|
+
export declare type Configuration =
|
|
312
|
+
| Configuration.IamRoleMember
|
|
313
|
+
| Configuration.KmsKeyMember
|
|
314
|
+
| Configuration.S3BucketMember
|
|
315
|
+
| Configuration.SecretsManagerSecretMember
|
|
316
|
+
| Configuration.SqsQueueMember
|
|
317
|
+
| Configuration.$UnknownMember;
|
|
318
|
+
export declare namespace Configuration {
|
|
319
|
+
interface IamRoleMember {
|
|
320
|
+
iamRole: IamRoleConfiguration;
|
|
321
|
+
kmsKey?: never;
|
|
322
|
+
secretsManagerSecret?: never;
|
|
323
|
+
s3Bucket?: never;
|
|
324
|
+
sqsQueue?: never;
|
|
325
|
+
$unknown?: never;
|
|
326
|
+
}
|
|
327
|
+
interface KmsKeyMember {
|
|
328
|
+
iamRole?: never;
|
|
329
|
+
kmsKey: KmsKeyConfiguration;
|
|
330
|
+
secretsManagerSecret?: never;
|
|
331
|
+
s3Bucket?: never;
|
|
332
|
+
sqsQueue?: never;
|
|
333
|
+
$unknown?: never;
|
|
334
|
+
}
|
|
335
|
+
interface SecretsManagerSecretMember {
|
|
336
|
+
iamRole?: never;
|
|
337
|
+
kmsKey?: never;
|
|
338
|
+
secretsManagerSecret: SecretsManagerSecretConfiguration;
|
|
339
|
+
s3Bucket?: never;
|
|
340
|
+
sqsQueue?: never;
|
|
341
|
+
$unknown?: never;
|
|
342
|
+
}
|
|
343
|
+
interface S3BucketMember {
|
|
344
|
+
iamRole?: never;
|
|
345
|
+
kmsKey?: never;
|
|
346
|
+
secretsManagerSecret?: never;
|
|
347
|
+
s3Bucket: S3BucketConfiguration;
|
|
348
|
+
sqsQueue?: never;
|
|
349
|
+
$unknown?: never;
|
|
350
|
+
}
|
|
351
|
+
interface SqsQueueMember {
|
|
352
|
+
iamRole?: never;
|
|
353
|
+
kmsKey?: never;
|
|
354
|
+
secretsManagerSecret?: never;
|
|
355
|
+
s3Bucket?: never;
|
|
356
|
+
sqsQueue: SqsQueueConfiguration;
|
|
357
|
+
$unknown?: never;
|
|
358
|
+
}
|
|
359
|
+
interface $UnknownMember {
|
|
360
|
+
iamRole?: never;
|
|
361
|
+
kmsKey?: never;
|
|
362
|
+
secretsManagerSecret?: never;
|
|
363
|
+
s3Bucket?: never;
|
|
364
|
+
sqsQueue?: never;
|
|
365
|
+
$unknown: [string, any];
|
|
366
|
+
}
|
|
367
|
+
interface Visitor<T> {
|
|
368
|
+
iamRole: (value: IamRoleConfiguration) => T;
|
|
369
|
+
kmsKey: (value: KmsKeyConfiguration) => T;
|
|
370
|
+
secretsManagerSecret: (value: SecretsManagerSecretConfiguration) => T;
|
|
371
|
+
s3Bucket: (value: S3BucketConfiguration) => T;
|
|
372
|
+
sqsQueue: (value: SqsQueueConfiguration) => T;
|
|
373
|
+
_: (name: string, value: any) => T;
|
|
374
|
+
}
|
|
375
|
+
const visit: <T>(value: Configuration, visitor: Visitor<T>) => T;
|
|
376
|
+
}
|
|
377
|
+
export interface CreateAccessPreviewRequest {
|
|
378
|
+
analyzerArn: string | undefined;
|
|
379
|
+
configurations: Record<string, Configuration> | undefined;
|
|
380
|
+
clientToken?: string;
|
|
381
|
+
}
|
|
382
|
+
export interface CreateAccessPreviewResponse {
|
|
383
|
+
id: string | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface GetAccessPreviewRequest {
|
|
386
|
+
accessPreviewId: string | undefined;
|
|
387
|
+
analyzerArn: string | undefined;
|
|
388
|
+
}
|
|
389
|
+
export declare enum AccessPreviewStatus {
|
|
390
|
+
COMPLETED = "COMPLETED",
|
|
391
|
+
CREATING = "CREATING",
|
|
392
|
+
FAILED = "FAILED",
|
|
393
|
+
}
|
|
394
|
+
export declare enum AccessPreviewStatusReasonCode {
|
|
395
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
396
|
+
INVALID_CONFIGURATION = "INVALID_CONFIGURATION",
|
|
397
|
+
}
|
|
398
|
+
export interface AccessPreviewStatusReason {
|
|
399
|
+
code: AccessPreviewStatusReasonCode | string | undefined;
|
|
400
|
+
}
|
|
401
|
+
export interface AccessPreview {
|
|
402
|
+
id: string | undefined;
|
|
403
|
+
analyzerArn: string | undefined;
|
|
404
|
+
configurations: Record<string, Configuration> | undefined;
|
|
405
|
+
createdAt: Date | undefined;
|
|
406
|
+
status: AccessPreviewStatus | string | undefined;
|
|
407
|
+
statusReason?: AccessPreviewStatusReason;
|
|
408
|
+
}
|
|
409
|
+
export interface GetAccessPreviewResponse {
|
|
410
|
+
accessPreview: AccessPreview | undefined;
|
|
411
|
+
}
|
|
412
|
+
export interface GetAnalyzedResourceRequest {
|
|
413
|
+
analyzerArn: string | undefined;
|
|
414
|
+
resourceArn: string | undefined;
|
|
415
|
+
}
|
|
416
|
+
export declare type ResourceType =
|
|
417
|
+
| "AWS::IAM::Role"
|
|
418
|
+
| "AWS::KMS::Key"
|
|
419
|
+
| "AWS::Lambda::Function"
|
|
420
|
+
| "AWS::Lambda::LayerVersion"
|
|
421
|
+
| "AWS::S3::Bucket"
|
|
422
|
+
| "AWS::SQS::Queue"
|
|
423
|
+
| "AWS::SecretsManager::Secret";
|
|
424
|
+
export declare type FindingStatus = "ACTIVE" | "ARCHIVED" | "RESOLVED";
|
|
425
|
+
export interface AnalyzedResource {
|
|
426
|
+
resourceArn: string | undefined;
|
|
427
|
+
resourceType: ResourceType | string | undefined;
|
|
428
|
+
createdAt: Date | undefined;
|
|
429
|
+
analyzedAt: Date | undefined;
|
|
430
|
+
updatedAt: Date | undefined;
|
|
431
|
+
isPublic: boolean | undefined;
|
|
432
|
+
actions?: string[];
|
|
433
|
+
sharedVia?: string[];
|
|
434
|
+
status?: FindingStatus | string;
|
|
435
|
+
resourceOwnerAccount: string | undefined;
|
|
436
|
+
error?: string;
|
|
437
|
+
}
|
|
438
|
+
export interface GetAnalyzedResourceResponse {
|
|
439
|
+
resource?: AnalyzedResource;
|
|
440
|
+
}
|
|
441
|
+
export interface GetFindingRequest {
|
|
442
|
+
analyzerArn: string | undefined;
|
|
443
|
+
id: string | undefined;
|
|
444
|
+
}
|
|
445
|
+
export interface FindingSourceDetail {
|
|
446
|
+
accessPointArn?: string;
|
|
447
|
+
}
|
|
448
|
+
export declare type FindingSourceType =
|
|
449
|
+
| "BUCKET_ACL"
|
|
450
|
+
| "POLICY"
|
|
451
|
+
| "S3_ACCESS_POINT";
|
|
452
|
+
export interface FindingSource {
|
|
453
|
+
type: FindingSourceType | string | undefined;
|
|
454
|
+
detail?: FindingSourceDetail;
|
|
455
|
+
}
|
|
456
|
+
export interface Finding {
|
|
457
|
+
id: string | undefined;
|
|
458
|
+
principal?: Record<string, string>;
|
|
459
|
+
action?: string[];
|
|
460
|
+
resource?: string;
|
|
461
|
+
isPublic?: boolean;
|
|
462
|
+
resourceType: ResourceType | string | undefined;
|
|
463
|
+
condition: Record<string, string> | undefined;
|
|
464
|
+
createdAt: Date | undefined;
|
|
465
|
+
analyzedAt: Date | undefined;
|
|
466
|
+
updatedAt: Date | undefined;
|
|
467
|
+
status: FindingStatus | string | undefined;
|
|
468
|
+
resourceOwnerAccount: string | undefined;
|
|
469
|
+
error?: string;
|
|
470
|
+
sources?: FindingSource[];
|
|
471
|
+
}
|
|
472
|
+
export interface GetFindingResponse {
|
|
473
|
+
finding?: Finding;
|
|
474
|
+
}
|
|
475
|
+
export interface GetGeneratedPolicyRequest {
|
|
476
|
+
jobId: string | undefined;
|
|
477
|
+
includeResourcePlaceholders?: boolean;
|
|
478
|
+
includeServiceLevelTemplate?: boolean;
|
|
479
|
+
}
|
|
480
|
+
export interface GeneratedPolicy {
|
|
481
|
+
policy: string | undefined;
|
|
482
|
+
}
|
|
483
|
+
export interface TrailProperties {
|
|
484
|
+
cloudTrailArn: string | undefined;
|
|
485
|
+
regions?: string[];
|
|
486
|
+
allRegions?: boolean;
|
|
487
|
+
}
|
|
488
|
+
export interface CloudTrailProperties {
|
|
489
|
+
trailProperties: TrailProperties[] | undefined;
|
|
490
|
+
startTime: Date | undefined;
|
|
491
|
+
endTime: Date | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface GeneratedPolicyProperties {
|
|
494
|
+
isComplete?: boolean;
|
|
495
|
+
principalArn: string | undefined;
|
|
496
|
+
cloudTrailProperties?: CloudTrailProperties;
|
|
497
|
+
}
|
|
498
|
+
export interface GeneratedPolicyResult {
|
|
499
|
+
properties: GeneratedPolicyProperties | undefined;
|
|
500
|
+
generatedPolicies?: GeneratedPolicy[];
|
|
501
|
+
}
|
|
502
|
+
export declare enum JobErrorCode {
|
|
503
|
+
AUTHORIZATION_ERROR = "AUTHORIZATION_ERROR",
|
|
504
|
+
RESOURCE_NOT_FOUND_ERROR = "RESOURCE_NOT_FOUND_ERROR",
|
|
505
|
+
SERVICE_ERROR = "SERVICE_ERROR",
|
|
506
|
+
SERVICE_QUOTA_EXCEEDED_ERROR = "SERVICE_QUOTA_EXCEEDED_ERROR",
|
|
507
|
+
}
|
|
508
|
+
export interface JobError {
|
|
509
|
+
code: JobErrorCode | string | undefined;
|
|
510
|
+
message: string | undefined;
|
|
511
|
+
}
|
|
512
|
+
export declare enum JobStatus {
|
|
513
|
+
CANCELED = "CANCELED",
|
|
514
|
+
FAILED = "FAILED",
|
|
515
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
516
|
+
SUCCEEDED = "SUCCEEDED",
|
|
517
|
+
}
|
|
518
|
+
export interface JobDetails {
|
|
519
|
+
jobId: string | undefined;
|
|
520
|
+
status: JobStatus | string | undefined;
|
|
521
|
+
startedOn: Date | undefined;
|
|
522
|
+
completedOn?: Date;
|
|
523
|
+
jobError?: JobError;
|
|
524
|
+
}
|
|
525
|
+
export interface GetGeneratedPolicyResponse {
|
|
526
|
+
jobDetails: JobDetails | undefined;
|
|
527
|
+
generatedPolicyResult: GeneratedPolicyResult | undefined;
|
|
528
|
+
}
|
|
529
|
+
export interface ListAccessPreviewFindingsRequest {
|
|
530
|
+
accessPreviewId: string | undefined;
|
|
531
|
+
analyzerArn: string | undefined;
|
|
532
|
+
filter?: Record<string, Criterion>;
|
|
533
|
+
nextToken?: string;
|
|
534
|
+
maxResults?: number;
|
|
535
|
+
}
|
|
536
|
+
export declare enum FindingChangeType {
|
|
537
|
+
CHANGED = "CHANGED",
|
|
538
|
+
NEW = "NEW",
|
|
539
|
+
UNCHANGED = "UNCHANGED",
|
|
540
|
+
}
|
|
541
|
+
export interface AccessPreviewFinding {
|
|
542
|
+
id: string | undefined;
|
|
543
|
+
existingFindingId?: string;
|
|
544
|
+
existingFindingStatus?: FindingStatus | string;
|
|
545
|
+
principal?: Record<string, string>;
|
|
546
|
+
action?: string[];
|
|
547
|
+
condition?: Record<string, string>;
|
|
548
|
+
resource?: string;
|
|
549
|
+
isPublic?: boolean;
|
|
550
|
+
resourceType: ResourceType | string | undefined;
|
|
551
|
+
createdAt: Date | undefined;
|
|
552
|
+
changeType: FindingChangeType | string | undefined;
|
|
553
|
+
status: FindingStatus | string | undefined;
|
|
554
|
+
resourceOwnerAccount: string | undefined;
|
|
555
|
+
error?: string;
|
|
556
|
+
sources?: FindingSource[];
|
|
557
|
+
}
|
|
558
|
+
export interface ListAccessPreviewFindingsResponse {
|
|
559
|
+
findings: AccessPreviewFinding[] | undefined;
|
|
560
|
+
nextToken?: string;
|
|
561
|
+
}
|
|
562
|
+
export interface ListAccessPreviewsRequest {
|
|
563
|
+
analyzerArn: string | undefined;
|
|
564
|
+
nextToken?: string;
|
|
565
|
+
maxResults?: number;
|
|
566
|
+
}
|
|
567
|
+
export interface AccessPreviewSummary {
|
|
568
|
+
id: string | undefined;
|
|
569
|
+
analyzerArn: string | undefined;
|
|
570
|
+
createdAt: Date | undefined;
|
|
571
|
+
status: AccessPreviewStatus | string | undefined;
|
|
572
|
+
statusReason?: AccessPreviewStatusReason;
|
|
573
|
+
}
|
|
574
|
+
export interface ListAccessPreviewsResponse {
|
|
575
|
+
accessPreviews: AccessPreviewSummary[] | undefined;
|
|
576
|
+
nextToken?: string;
|
|
577
|
+
}
|
|
578
|
+
export interface ListAnalyzedResourcesRequest {
|
|
579
|
+
analyzerArn: string | undefined;
|
|
580
|
+
resourceType?: ResourceType | string;
|
|
581
|
+
nextToken?: string;
|
|
582
|
+
maxResults?: number;
|
|
583
|
+
}
|
|
584
|
+
export interface AnalyzedResourceSummary {
|
|
585
|
+
resourceArn: string | undefined;
|
|
586
|
+
resourceOwnerAccount: string | undefined;
|
|
587
|
+
resourceType: ResourceType | string | undefined;
|
|
588
|
+
}
|
|
589
|
+
export interface ListAnalyzedResourcesResponse {
|
|
590
|
+
analyzedResources: AnalyzedResourceSummary[] | undefined;
|
|
591
|
+
nextToken?: string;
|
|
592
|
+
}
|
|
593
|
+
export declare type OrderBy = "ASC" | "DESC";
|
|
594
|
+
export interface SortCriteria {
|
|
595
|
+
attributeName?: string;
|
|
596
|
+
orderBy?: OrderBy | string;
|
|
597
|
+
}
|
|
598
|
+
export interface ListFindingsRequest {
|
|
599
|
+
analyzerArn: string | undefined;
|
|
600
|
+
filter?: Record<string, Criterion>;
|
|
601
|
+
sort?: SortCriteria;
|
|
602
|
+
nextToken?: string;
|
|
603
|
+
maxResults?: number;
|
|
604
|
+
}
|
|
605
|
+
export interface FindingSummary {
|
|
606
|
+
id: string | undefined;
|
|
607
|
+
principal?: Record<string, string>;
|
|
608
|
+
action?: string[];
|
|
609
|
+
resource?: string;
|
|
610
|
+
isPublic?: boolean;
|
|
611
|
+
resourceType: ResourceType | string | undefined;
|
|
612
|
+
condition: Record<string, string> | undefined;
|
|
613
|
+
createdAt: Date | undefined;
|
|
614
|
+
analyzedAt: Date | undefined;
|
|
615
|
+
updatedAt: Date | undefined;
|
|
616
|
+
status: FindingStatus | string | undefined;
|
|
617
|
+
resourceOwnerAccount: string | undefined;
|
|
618
|
+
error?: string;
|
|
619
|
+
sources?: FindingSource[];
|
|
620
|
+
}
|
|
621
|
+
export interface ListFindingsResponse {
|
|
622
|
+
findings: FindingSummary[] | undefined;
|
|
623
|
+
nextToken?: string;
|
|
624
|
+
}
|
|
625
|
+
export interface ListPolicyGenerationsRequest {
|
|
626
|
+
principalArn?: string;
|
|
627
|
+
maxResults?: number;
|
|
628
|
+
nextToken?: string;
|
|
629
|
+
}
|
|
630
|
+
export interface PolicyGeneration {
|
|
631
|
+
jobId: string | undefined;
|
|
632
|
+
principalArn: string | undefined;
|
|
633
|
+
status: JobStatus | string | undefined;
|
|
634
|
+
startedOn: Date | undefined;
|
|
635
|
+
completedOn?: Date;
|
|
636
|
+
}
|
|
637
|
+
export interface ListPolicyGenerationsResponse {
|
|
638
|
+
policyGenerations: PolicyGeneration[] | undefined;
|
|
639
|
+
nextToken?: string;
|
|
640
|
+
}
|
|
641
|
+
export interface ListTagsForResourceRequest {
|
|
642
|
+
resourceArn: string | undefined;
|
|
643
|
+
}
|
|
644
|
+
export interface ListTagsForResourceResponse {
|
|
645
|
+
tags?: Record<string, string>;
|
|
646
|
+
}
|
|
647
|
+
export interface Trail {
|
|
648
|
+
cloudTrailArn: string | undefined;
|
|
649
|
+
regions?: string[];
|
|
650
|
+
allRegions?: boolean;
|
|
651
|
+
}
|
|
652
|
+
export interface CloudTrailDetails {
|
|
653
|
+
trails: Trail[] | undefined;
|
|
654
|
+
accessRole: string | undefined;
|
|
655
|
+
startTime: Date | undefined;
|
|
656
|
+
endTime?: Date;
|
|
657
|
+
}
|
|
658
|
+
export interface PolicyGenerationDetails {
|
|
659
|
+
principalArn: string | undefined;
|
|
660
|
+
}
|
|
661
|
+
export interface StartPolicyGenerationRequest {
|
|
662
|
+
policyGenerationDetails: PolicyGenerationDetails | undefined;
|
|
663
|
+
cloudTrailDetails?: CloudTrailDetails;
|
|
664
|
+
clientToken?: string;
|
|
665
|
+
}
|
|
666
|
+
export interface StartPolicyGenerationResponse {
|
|
667
|
+
jobId: string | undefined;
|
|
668
|
+
}
|
|
669
|
+
export interface StartResourceScanRequest {
|
|
670
|
+
analyzerArn: string | undefined;
|
|
671
|
+
resourceArn: string | undefined;
|
|
672
|
+
}
|
|
673
|
+
export interface TagResourceRequest {
|
|
674
|
+
resourceArn: string | undefined;
|
|
675
|
+
tags: Record<string, string> | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface TagResourceResponse {}
|
|
678
|
+
export interface UntagResourceRequest {
|
|
679
|
+
resourceArn: string | undefined;
|
|
680
|
+
tagKeys: string[] | undefined;
|
|
681
|
+
}
|
|
682
|
+
export interface UntagResourceResponse {}
|
|
683
|
+
export declare type FindingStatusUpdate = "ACTIVE" | "ARCHIVED";
|
|
684
|
+
export interface UpdateFindingsRequest {
|
|
685
|
+
analyzerArn: string | undefined;
|
|
686
|
+
status: FindingStatusUpdate | string | undefined;
|
|
687
|
+
ids?: string[];
|
|
688
|
+
resourceArn?: string;
|
|
689
|
+
clientToken?: string;
|
|
690
|
+
}
|
|
691
|
+
export declare enum Locale {
|
|
692
|
+
DE = "DE",
|
|
693
|
+
EN = "EN",
|
|
694
|
+
ES = "ES",
|
|
695
|
+
FR = "FR",
|
|
696
|
+
IT = "IT",
|
|
697
|
+
JA = "JA",
|
|
698
|
+
KO = "KO",
|
|
699
|
+
PT_BR = "PT_BR",
|
|
700
|
+
ZH_CN = "ZH_CN",
|
|
701
|
+
ZH_TW = "ZH_TW",
|
|
702
|
+
}
|
|
703
|
+
export declare enum PolicyType {
|
|
704
|
+
IDENTITY_POLICY = "IDENTITY_POLICY",
|
|
705
|
+
RESOURCE_POLICY = "RESOURCE_POLICY",
|
|
706
|
+
SERVICE_CONTROL_POLICY = "SERVICE_CONTROL_POLICY",
|
|
707
|
+
}
|
|
708
|
+
export declare enum ValidatePolicyResourceType {
|
|
709
|
+
S3_ACCESS_POINT = "AWS::S3::AccessPoint",
|
|
710
|
+
S3_BUCKET = "AWS::S3::Bucket",
|
|
711
|
+
S3_MULTI_REGION_ACCESS_POINT = "AWS::S3::MultiRegionAccessPoint",
|
|
712
|
+
S3_OBJECT_LAMBDA_ACCESS_POINT = "AWS::S3ObjectLambda::AccessPoint",
|
|
713
|
+
}
|
|
714
|
+
export interface ValidatePolicyRequest {
|
|
715
|
+
locale?: Locale | string;
|
|
716
|
+
maxResults?: number;
|
|
717
|
+
nextToken?: string;
|
|
718
|
+
policyDocument: string | undefined;
|
|
719
|
+
policyType: PolicyType | string | undefined;
|
|
720
|
+
validatePolicyResourceType?: ValidatePolicyResourceType | string;
|
|
721
|
+
}
|
|
722
|
+
export declare enum ValidatePolicyFindingType {
|
|
723
|
+
ERROR = "ERROR",
|
|
724
|
+
SECURITY_WARNING = "SECURITY_WARNING",
|
|
725
|
+
SUGGESTION = "SUGGESTION",
|
|
726
|
+
WARNING = "WARNING",
|
|
727
|
+
}
|
|
728
|
+
export interface Substring {
|
|
729
|
+
start: number | undefined;
|
|
730
|
+
length: number | undefined;
|
|
731
|
+
}
|
|
732
|
+
export declare type PathElement =
|
|
733
|
+
| PathElement.IndexMember
|
|
734
|
+
| PathElement.KeyMember
|
|
735
|
+
| PathElement.SubstringMember
|
|
736
|
+
| PathElement.ValueMember
|
|
737
|
+
| PathElement.$UnknownMember;
|
|
738
|
+
export declare namespace PathElement {
|
|
739
|
+
interface IndexMember {
|
|
740
|
+
index: number;
|
|
741
|
+
key?: never;
|
|
742
|
+
substring?: never;
|
|
743
|
+
value?: never;
|
|
744
|
+
$unknown?: never;
|
|
745
|
+
}
|
|
746
|
+
interface KeyMember {
|
|
747
|
+
index?: never;
|
|
748
|
+
key: string;
|
|
749
|
+
substring?: never;
|
|
750
|
+
value?: never;
|
|
751
|
+
$unknown?: never;
|
|
752
|
+
}
|
|
753
|
+
interface SubstringMember {
|
|
754
|
+
index?: never;
|
|
755
|
+
key?: never;
|
|
756
|
+
substring: Substring;
|
|
757
|
+
value?: never;
|
|
758
|
+
$unknown?: never;
|
|
759
|
+
}
|
|
760
|
+
interface ValueMember {
|
|
761
|
+
index?: never;
|
|
762
|
+
key?: never;
|
|
763
|
+
substring?: never;
|
|
764
|
+
value: string;
|
|
765
|
+
$unknown?: never;
|
|
766
|
+
}
|
|
767
|
+
interface $UnknownMember {
|
|
768
|
+
index?: never;
|
|
769
|
+
key?: never;
|
|
770
|
+
substring?: never;
|
|
771
|
+
value?: never;
|
|
772
|
+
$unknown: [string, any];
|
|
773
|
+
}
|
|
774
|
+
interface Visitor<T> {
|
|
775
|
+
index: (value: number) => T;
|
|
776
|
+
key: (value: string) => T;
|
|
777
|
+
substring: (value: Substring) => T;
|
|
778
|
+
value: (value: string) => T;
|
|
779
|
+
_: (name: string, value: any) => T;
|
|
780
|
+
}
|
|
781
|
+
const visit: <T>(value: PathElement, visitor: Visitor<T>) => T;
|
|
782
|
+
}
|
|
783
|
+
export interface Position {
|
|
784
|
+
line: number | undefined;
|
|
785
|
+
column: number | undefined;
|
|
786
|
+
offset: number | undefined;
|
|
787
|
+
}
|
|
788
|
+
export interface Span {
|
|
789
|
+
start: Position | undefined;
|
|
790
|
+
end: Position | undefined;
|
|
791
|
+
}
|
|
792
|
+
export interface Location {
|
|
793
|
+
path: PathElement[] | undefined;
|
|
794
|
+
span: Span | undefined;
|
|
795
|
+
}
|
|
796
|
+
export interface ValidatePolicyFinding {
|
|
797
|
+
findingDetails: string | undefined;
|
|
798
|
+
findingType: ValidatePolicyFindingType | string | undefined;
|
|
799
|
+
issueCode: string | undefined;
|
|
800
|
+
learnMoreLink: string | undefined;
|
|
801
|
+
locations: Location[] | undefined;
|
|
802
|
+
}
|
|
803
|
+
export interface ValidatePolicyResponse {
|
|
804
|
+
findings: ValidatePolicyFinding[] | undefined;
|
|
805
|
+
nextToken?: string;
|
|
806
|
+
}
|
|
807
|
+
export declare const CriterionFilterSensitiveLog: (obj: Criterion) => any;
|
|
808
|
+
export declare const CreateArchiveRuleRequestFilterSensitiveLog: (
|
|
809
|
+
obj: CreateArchiveRuleRequest
|
|
810
|
+
) => any;
|
|
811
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
812
|
+
obj: ValidationExceptionField
|
|
813
|
+
) => any;
|
|
814
|
+
export declare const DeleteArchiveRuleRequestFilterSensitiveLog: (
|
|
815
|
+
obj: DeleteArchiveRuleRequest
|
|
816
|
+
) => any;
|
|
817
|
+
export declare const GetArchiveRuleRequestFilterSensitiveLog: (
|
|
818
|
+
obj: GetArchiveRuleRequest
|
|
819
|
+
) => any;
|
|
820
|
+
export declare const ArchiveRuleSummaryFilterSensitiveLog: (
|
|
821
|
+
obj: ArchiveRuleSummary
|
|
822
|
+
) => any;
|
|
823
|
+
export declare const GetArchiveRuleResponseFilterSensitiveLog: (
|
|
824
|
+
obj: GetArchiveRuleResponse
|
|
825
|
+
) => any;
|
|
826
|
+
export declare const ListArchiveRulesRequestFilterSensitiveLog: (
|
|
827
|
+
obj: ListArchiveRulesRequest
|
|
828
|
+
) => any;
|
|
829
|
+
export declare const ListArchiveRulesResponseFilterSensitiveLog: (
|
|
830
|
+
obj: ListArchiveRulesResponse
|
|
831
|
+
) => any;
|
|
832
|
+
export declare const UpdateArchiveRuleRequestFilterSensitiveLog: (
|
|
833
|
+
obj: UpdateArchiveRuleRequest
|
|
834
|
+
) => any;
|
|
835
|
+
export declare const InlineArchiveRuleFilterSensitiveLog: (
|
|
836
|
+
obj: InlineArchiveRule
|
|
837
|
+
) => any;
|
|
838
|
+
export declare const CreateAnalyzerRequestFilterSensitiveLog: (
|
|
839
|
+
obj: CreateAnalyzerRequest
|
|
840
|
+
) => any;
|
|
841
|
+
export declare const CreateAnalyzerResponseFilterSensitiveLog: (
|
|
842
|
+
obj: CreateAnalyzerResponse
|
|
843
|
+
) => any;
|
|
844
|
+
export declare const DeleteAnalyzerRequestFilterSensitiveLog: (
|
|
845
|
+
obj: DeleteAnalyzerRequest
|
|
846
|
+
) => any;
|
|
847
|
+
export declare const GetAnalyzerRequestFilterSensitiveLog: (
|
|
848
|
+
obj: GetAnalyzerRequest
|
|
849
|
+
) => any;
|
|
850
|
+
export declare const StatusReasonFilterSensitiveLog: (obj: StatusReason) => any;
|
|
851
|
+
export declare const AnalyzerSummaryFilterSensitiveLog: (
|
|
852
|
+
obj: AnalyzerSummary
|
|
853
|
+
) => any;
|
|
854
|
+
export declare const GetAnalyzerResponseFilterSensitiveLog: (
|
|
855
|
+
obj: GetAnalyzerResponse
|
|
856
|
+
) => any;
|
|
857
|
+
export declare const ListAnalyzersRequestFilterSensitiveLog: (
|
|
858
|
+
obj: ListAnalyzersRequest
|
|
859
|
+
) => any;
|
|
860
|
+
export declare const ListAnalyzersResponseFilterSensitiveLog: (
|
|
861
|
+
obj: ListAnalyzersResponse
|
|
862
|
+
) => any;
|
|
863
|
+
export declare const ApplyArchiveRuleRequestFilterSensitiveLog: (
|
|
864
|
+
obj: ApplyArchiveRuleRequest
|
|
865
|
+
) => any;
|
|
866
|
+
export declare const CancelPolicyGenerationRequestFilterSensitiveLog: (
|
|
867
|
+
obj: CancelPolicyGenerationRequest
|
|
868
|
+
) => any;
|
|
869
|
+
export declare const CancelPolicyGenerationResponseFilterSensitiveLog: (
|
|
870
|
+
obj: CancelPolicyGenerationResponse
|
|
871
|
+
) => any;
|
|
872
|
+
export declare const IamRoleConfigurationFilterSensitiveLog: (
|
|
873
|
+
obj: IamRoleConfiguration
|
|
874
|
+
) => any;
|
|
875
|
+
export declare const KmsGrantConstraintsFilterSensitiveLog: (
|
|
876
|
+
obj: KmsGrantConstraints
|
|
877
|
+
) => any;
|
|
878
|
+
export declare const KmsGrantConfigurationFilterSensitiveLog: (
|
|
879
|
+
obj: KmsGrantConfiguration
|
|
880
|
+
) => any;
|
|
881
|
+
export declare const KmsKeyConfigurationFilterSensitiveLog: (
|
|
882
|
+
obj: KmsKeyConfiguration
|
|
883
|
+
) => any;
|
|
884
|
+
export declare const InternetConfigurationFilterSensitiveLog: (
|
|
885
|
+
obj: InternetConfiguration
|
|
886
|
+
) => any;
|
|
887
|
+
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
888
|
+
obj: VpcConfiguration
|
|
889
|
+
) => any;
|
|
890
|
+
export declare const NetworkOriginConfigurationFilterSensitiveLog: (
|
|
891
|
+
obj: NetworkOriginConfiguration
|
|
892
|
+
) => any;
|
|
893
|
+
export declare const S3PublicAccessBlockConfigurationFilterSensitiveLog: (
|
|
894
|
+
obj: S3PublicAccessBlockConfiguration
|
|
895
|
+
) => any;
|
|
896
|
+
export declare const S3AccessPointConfigurationFilterSensitiveLog: (
|
|
897
|
+
obj: S3AccessPointConfiguration
|
|
898
|
+
) => any;
|
|
899
|
+
export declare const AclGranteeFilterSensitiveLog: (obj: AclGrantee) => any;
|
|
900
|
+
export declare const S3BucketAclGrantConfigurationFilterSensitiveLog: (
|
|
901
|
+
obj: S3BucketAclGrantConfiguration
|
|
902
|
+
) => any;
|
|
903
|
+
export declare const S3BucketConfigurationFilterSensitiveLog: (
|
|
904
|
+
obj: S3BucketConfiguration
|
|
905
|
+
) => any;
|
|
906
|
+
export declare const SecretsManagerSecretConfigurationFilterSensitiveLog: (
|
|
907
|
+
obj: SecretsManagerSecretConfiguration
|
|
908
|
+
) => any;
|
|
909
|
+
export declare const SqsQueueConfigurationFilterSensitiveLog: (
|
|
910
|
+
obj: SqsQueueConfiguration
|
|
911
|
+
) => any;
|
|
912
|
+
export declare const ConfigurationFilterSensitiveLog: (
|
|
913
|
+
obj: Configuration
|
|
914
|
+
) => any;
|
|
915
|
+
export declare const CreateAccessPreviewRequestFilterSensitiveLog: (
|
|
916
|
+
obj: CreateAccessPreviewRequest
|
|
917
|
+
) => any;
|
|
918
|
+
export declare const CreateAccessPreviewResponseFilterSensitiveLog: (
|
|
919
|
+
obj: CreateAccessPreviewResponse
|
|
920
|
+
) => any;
|
|
921
|
+
export declare const GetAccessPreviewRequestFilterSensitiveLog: (
|
|
922
|
+
obj: GetAccessPreviewRequest
|
|
923
|
+
) => any;
|
|
924
|
+
export declare const AccessPreviewStatusReasonFilterSensitiveLog: (
|
|
925
|
+
obj: AccessPreviewStatusReason
|
|
926
|
+
) => any;
|
|
927
|
+
export declare const AccessPreviewFilterSensitiveLog: (
|
|
928
|
+
obj: AccessPreview
|
|
929
|
+
) => any;
|
|
930
|
+
export declare const GetAccessPreviewResponseFilterSensitiveLog: (
|
|
931
|
+
obj: GetAccessPreviewResponse
|
|
932
|
+
) => any;
|
|
933
|
+
export declare const GetAnalyzedResourceRequestFilterSensitiveLog: (
|
|
934
|
+
obj: GetAnalyzedResourceRequest
|
|
935
|
+
) => any;
|
|
936
|
+
export declare const AnalyzedResourceFilterSensitiveLog: (
|
|
937
|
+
obj: AnalyzedResource
|
|
938
|
+
) => any;
|
|
939
|
+
export declare const GetAnalyzedResourceResponseFilterSensitiveLog: (
|
|
940
|
+
obj: GetAnalyzedResourceResponse
|
|
941
|
+
) => any;
|
|
942
|
+
export declare const GetFindingRequestFilterSensitiveLog: (
|
|
943
|
+
obj: GetFindingRequest
|
|
944
|
+
) => any;
|
|
945
|
+
export declare const FindingSourceDetailFilterSensitiveLog: (
|
|
946
|
+
obj: FindingSourceDetail
|
|
947
|
+
) => any;
|
|
948
|
+
export declare const FindingSourceFilterSensitiveLog: (
|
|
949
|
+
obj: FindingSource
|
|
950
|
+
) => any;
|
|
951
|
+
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
952
|
+
export declare const GetFindingResponseFilterSensitiveLog: (
|
|
953
|
+
obj: GetFindingResponse
|
|
954
|
+
) => any;
|
|
955
|
+
export declare const GetGeneratedPolicyRequestFilterSensitiveLog: (
|
|
956
|
+
obj: GetGeneratedPolicyRequest
|
|
957
|
+
) => any;
|
|
958
|
+
export declare const GeneratedPolicyFilterSensitiveLog: (
|
|
959
|
+
obj: GeneratedPolicy
|
|
960
|
+
) => any;
|
|
961
|
+
export declare const TrailPropertiesFilterSensitiveLog: (
|
|
962
|
+
obj: TrailProperties
|
|
963
|
+
) => any;
|
|
964
|
+
export declare const CloudTrailPropertiesFilterSensitiveLog: (
|
|
965
|
+
obj: CloudTrailProperties
|
|
966
|
+
) => any;
|
|
967
|
+
export declare const GeneratedPolicyPropertiesFilterSensitiveLog: (
|
|
968
|
+
obj: GeneratedPolicyProperties
|
|
969
|
+
) => any;
|
|
970
|
+
export declare const GeneratedPolicyResultFilterSensitiveLog: (
|
|
971
|
+
obj: GeneratedPolicyResult
|
|
972
|
+
) => any;
|
|
973
|
+
export declare const JobErrorFilterSensitiveLog: (obj: JobError) => any;
|
|
974
|
+
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
975
|
+
export declare const GetGeneratedPolicyResponseFilterSensitiveLog: (
|
|
976
|
+
obj: GetGeneratedPolicyResponse
|
|
977
|
+
) => any;
|
|
978
|
+
export declare const ListAccessPreviewFindingsRequestFilterSensitiveLog: (
|
|
979
|
+
obj: ListAccessPreviewFindingsRequest
|
|
980
|
+
) => any;
|
|
981
|
+
export declare const AccessPreviewFindingFilterSensitiveLog: (
|
|
982
|
+
obj: AccessPreviewFinding
|
|
983
|
+
) => any;
|
|
984
|
+
export declare const ListAccessPreviewFindingsResponseFilterSensitiveLog: (
|
|
985
|
+
obj: ListAccessPreviewFindingsResponse
|
|
986
|
+
) => any;
|
|
987
|
+
export declare const ListAccessPreviewsRequestFilterSensitiveLog: (
|
|
988
|
+
obj: ListAccessPreviewsRequest
|
|
989
|
+
) => any;
|
|
990
|
+
export declare const AccessPreviewSummaryFilterSensitiveLog: (
|
|
991
|
+
obj: AccessPreviewSummary
|
|
992
|
+
) => any;
|
|
993
|
+
export declare const ListAccessPreviewsResponseFilterSensitiveLog: (
|
|
994
|
+
obj: ListAccessPreviewsResponse
|
|
995
|
+
) => any;
|
|
996
|
+
export declare const ListAnalyzedResourcesRequestFilterSensitiveLog: (
|
|
997
|
+
obj: ListAnalyzedResourcesRequest
|
|
998
|
+
) => any;
|
|
999
|
+
export declare const AnalyzedResourceSummaryFilterSensitiveLog: (
|
|
1000
|
+
obj: AnalyzedResourceSummary
|
|
1001
|
+
) => any;
|
|
1002
|
+
export declare const ListAnalyzedResourcesResponseFilterSensitiveLog: (
|
|
1003
|
+
obj: ListAnalyzedResourcesResponse
|
|
1004
|
+
) => any;
|
|
1005
|
+
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
1006
|
+
export declare const ListFindingsRequestFilterSensitiveLog: (
|
|
1007
|
+
obj: ListFindingsRequest
|
|
1008
|
+
) => any;
|
|
1009
|
+
export declare const FindingSummaryFilterSensitiveLog: (
|
|
1010
|
+
obj: FindingSummary
|
|
1011
|
+
) => any;
|
|
1012
|
+
export declare const ListFindingsResponseFilterSensitiveLog: (
|
|
1013
|
+
obj: ListFindingsResponse
|
|
1014
|
+
) => any;
|
|
1015
|
+
export declare const ListPolicyGenerationsRequestFilterSensitiveLog: (
|
|
1016
|
+
obj: ListPolicyGenerationsRequest
|
|
1017
|
+
) => any;
|
|
1018
|
+
export declare const PolicyGenerationFilterSensitiveLog: (
|
|
1019
|
+
obj: PolicyGeneration
|
|
1020
|
+
) => any;
|
|
1021
|
+
export declare const ListPolicyGenerationsResponseFilterSensitiveLog: (
|
|
1022
|
+
obj: ListPolicyGenerationsResponse
|
|
1023
|
+
) => any;
|
|
1024
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1025
|
+
obj: ListTagsForResourceRequest
|
|
1026
|
+
) => any;
|
|
1027
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1028
|
+
obj: ListTagsForResourceResponse
|
|
1029
|
+
) => any;
|
|
1030
|
+
export declare const TrailFilterSensitiveLog: (obj: Trail) => any;
|
|
1031
|
+
export declare const CloudTrailDetailsFilterSensitiveLog: (
|
|
1032
|
+
obj: CloudTrailDetails
|
|
1033
|
+
) => any;
|
|
1034
|
+
export declare const PolicyGenerationDetailsFilterSensitiveLog: (
|
|
1035
|
+
obj: PolicyGenerationDetails
|
|
1036
|
+
) => any;
|
|
1037
|
+
export declare const StartPolicyGenerationRequestFilterSensitiveLog: (
|
|
1038
|
+
obj: StartPolicyGenerationRequest
|
|
1039
|
+
) => any;
|
|
1040
|
+
export declare const StartPolicyGenerationResponseFilterSensitiveLog: (
|
|
1041
|
+
obj: StartPolicyGenerationResponse
|
|
1042
|
+
) => any;
|
|
1043
|
+
export declare const StartResourceScanRequestFilterSensitiveLog: (
|
|
1044
|
+
obj: StartResourceScanRequest
|
|
1045
|
+
) => any;
|
|
1046
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1047
|
+
obj: TagResourceRequest
|
|
1048
|
+
) => any;
|
|
1049
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1050
|
+
obj: TagResourceResponse
|
|
1051
|
+
) => any;
|
|
1052
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1053
|
+
obj: UntagResourceRequest
|
|
1054
|
+
) => any;
|
|
1055
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1056
|
+
obj: UntagResourceResponse
|
|
1057
|
+
) => any;
|
|
1058
|
+
export declare const UpdateFindingsRequestFilterSensitiveLog: (
|
|
1059
|
+
obj: UpdateFindingsRequest
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const ValidatePolicyRequestFilterSensitiveLog: (
|
|
1062
|
+
obj: ValidatePolicyRequest
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const SubstringFilterSensitiveLog: (obj: Substring) => any;
|
|
1065
|
+
export declare const PathElementFilterSensitiveLog: (obj: PathElement) => any;
|
|
1066
|
+
export declare const PositionFilterSensitiveLog: (obj: Position) => any;
|
|
1067
|
+
export declare const SpanFilterSensitiveLog: (obj: Span) => any;
|
|
1068
|
+
export declare const LocationFilterSensitiveLog: (obj: Location) => any;
|
|
1069
|
+
export declare const ValidatePolicyFindingFilterSensitiveLog: (
|
|
1070
|
+
obj: ValidatePolicyFinding
|
|
1071
|
+
) => any;
|
|
1072
|
+
export declare const ValidatePolicyResponseFilterSensitiveLog: (
|
|
1073
|
+
obj: ValidatePolicyResponse
|
|
1074
|
+
) => any;
|