@aws-sdk/client-auditmanager 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/AuditManager.d.ts +1186 -310
- package/dist-types/ts3.4/AuditManagerClient.d.ts +496 -134
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +41 -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/UpdateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +61 -61
- 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/AuditManagerServiceException.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 +2124 -1972
- package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +737 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1972 +1,2124 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
export declare enum ControlResponse {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
export declare enum ControlStatus {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export interface AssessmentControl {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export interface
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
export interface
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
export declare
|
|
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
|
-
export interface
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
export
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
export interface
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
export
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
}
|
|
773
|
-
export interface
|
|
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
|
-
export interface
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
}
|
|
809
|
-
export interface
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export interface
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
}
|
|
823
|
-
export interface
|
|
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
|
-
export interface
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
}
|
|
861
|
-
export interface
|
|
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
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
export interface
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
}
|
|
1051
|
-
export interface
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
export interface
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
}
|
|
1125
|
-
export interface
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
}
|
|
1137
|
-
export interface
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
}
|
|
1154
|
-
export
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
}
|
|
1178
|
-
export interface
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
}
|
|
1309
|
-
export interface
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
}
|
|
1377
|
-
export interface
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
}
|
|
1414
|
-
export interface
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
}
|
|
1422
|
-
export interface
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
}
|
|
1443
|
-
export interface
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
export declare const
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
export declare const
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
export declare const
|
|
1639
|
-
|
|
1640
|
-
export declare const
|
|
1641
|
-
|
|
1642
|
-
export declare const
|
|
1643
|
-
|
|
1644
|
-
export declare const
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
export declare const
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
export declare const
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
export declare const
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
export declare const
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
export declare const
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
export declare const
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
export declare const
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
export declare const
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
export declare const
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
export declare const
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
export declare const
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
export declare const
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
export declare const
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
export declare const
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
export declare const
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
export declare const
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
export declare const
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
export declare const
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
export declare const
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
export declare const
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
export declare const
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
export declare const
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
export declare const
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
export declare const
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
export declare const
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export declare const
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
export declare const
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
export declare const
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
export declare const
|
|
1761
|
-
|
|
1762
|
-
export declare const
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
export declare const
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
export declare const
|
|
1771
|
-
|
|
1772
|
-
export declare const
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
export declare const
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
export declare const
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
export declare const
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
export declare const
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
export declare const
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
export declare const
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
export declare const
|
|
1801
|
-
|
|
1802
|
-
export declare const
|
|
1803
|
-
|
|
1804
|
-
export declare const
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
export declare const
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
export declare const
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
export declare const GetEvidenceFolderRequestFilterSensitiveLog: (
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
export declare const
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
export declare const
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
export declare const
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
export declare const
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
export declare const
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
export declare const
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
export declare const
|
|
1845
|
-
|
|
1846
|
-
export declare const
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
export declare const
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
export declare const
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
export declare const
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
export declare const
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
export declare const
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
export declare const
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export declare const
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
export declare const
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
export declare const
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
export declare const
|
|
1887
|
-
|
|
1888
|
-
export declare const
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
export declare const
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
export declare const
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
export declare const
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
export declare const
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
export declare const
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
export declare const
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
export declare const
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
export declare const
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
export declare const
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
export declare const
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
export declare const
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
export declare const
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
export declare const
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
export declare const
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
export declare const
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
export declare const
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
export declare const
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
export declare const
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
export declare const
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
export declare const
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
export declare enum AccountStatus {
|
|
13
|
+
ACTIVE = "ACTIVE",
|
|
14
|
+
INACTIVE = "INACTIVE",
|
|
15
|
+
PENDING_ACTIVATION = "PENDING_ACTIVATION",
|
|
16
|
+
}
|
|
17
|
+
export declare enum ActionEnum {
|
|
18
|
+
ACTIVE = "ACTIVE",
|
|
19
|
+
CREATE = "CREATE",
|
|
20
|
+
DELETE = "DELETE",
|
|
21
|
+
IMPORT_EVIDENCE = "IMPORT_EVIDENCE",
|
|
22
|
+
INACTIVE = "INACTIVE",
|
|
23
|
+
REVIEWED = "REVIEWED",
|
|
24
|
+
UNDER_REVIEW = "UNDER_REVIEW",
|
|
25
|
+
UPDATE_METADATA = "UPDATE_METADATA",
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface AWSAccount {
|
|
29
|
+
id?: string;
|
|
30
|
+
|
|
31
|
+
emailAddress?: string;
|
|
32
|
+
|
|
33
|
+
name?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface ControlComment {
|
|
37
|
+
authorName?: string;
|
|
38
|
+
|
|
39
|
+
commentBody?: string;
|
|
40
|
+
|
|
41
|
+
postedDate?: Date;
|
|
42
|
+
}
|
|
43
|
+
export declare enum ControlResponse {
|
|
44
|
+
AUTOMATE = "AUTOMATE",
|
|
45
|
+
DEFER = "DEFER",
|
|
46
|
+
IGNORE = "IGNORE",
|
|
47
|
+
MANUAL = "MANUAL",
|
|
48
|
+
}
|
|
49
|
+
export declare enum ControlStatus {
|
|
50
|
+
INACTIVE = "INACTIVE",
|
|
51
|
+
REVIEWED = "REVIEWED",
|
|
52
|
+
UNDER_REVIEW = "UNDER_REVIEW",
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface AssessmentControl {
|
|
56
|
+
id?: string;
|
|
57
|
+
|
|
58
|
+
name?: string;
|
|
59
|
+
|
|
60
|
+
description?: string;
|
|
61
|
+
|
|
62
|
+
status?: ControlStatus | string;
|
|
63
|
+
|
|
64
|
+
response?: ControlResponse | string;
|
|
65
|
+
|
|
66
|
+
comments?: ControlComment[];
|
|
67
|
+
|
|
68
|
+
evidenceSources?: string[];
|
|
69
|
+
|
|
70
|
+
evidenceCount?: number;
|
|
71
|
+
|
|
72
|
+
assessmentReportEvidenceCount?: number;
|
|
73
|
+
}
|
|
74
|
+
export declare enum RoleType {
|
|
75
|
+
PROCESS_OWNER = "PROCESS_OWNER",
|
|
76
|
+
RESOURCE_OWNER = "RESOURCE_OWNER",
|
|
77
|
+
}
|
|
78
|
+
export declare enum DelegationStatus {
|
|
79
|
+
COMPLETE = "COMPLETE",
|
|
80
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
81
|
+
UNDER_REVIEW = "UNDER_REVIEW",
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface Delegation {
|
|
85
|
+
id?: string;
|
|
86
|
+
|
|
87
|
+
assessmentName?: string;
|
|
88
|
+
|
|
89
|
+
assessmentId?: string;
|
|
90
|
+
|
|
91
|
+
status?: DelegationStatus | string;
|
|
92
|
+
|
|
93
|
+
roleArn?: string;
|
|
94
|
+
|
|
95
|
+
roleType?: RoleType | string;
|
|
96
|
+
|
|
97
|
+
creationTime?: Date;
|
|
98
|
+
|
|
99
|
+
lastUpdated?: Date;
|
|
100
|
+
|
|
101
|
+
controlSetId?: string;
|
|
102
|
+
|
|
103
|
+
comment?: string;
|
|
104
|
+
|
|
105
|
+
createdBy?: string;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export interface Role {
|
|
109
|
+
roleType: RoleType | string | undefined;
|
|
110
|
+
|
|
111
|
+
roleArn: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export declare enum ControlSetStatus {
|
|
114
|
+
ACTIVE = "ACTIVE",
|
|
115
|
+
REVIEWED = "REVIEWED",
|
|
116
|
+
UNDER_REVIEW = "UNDER_REVIEW",
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface AssessmentControlSet {
|
|
120
|
+
id?: string;
|
|
121
|
+
|
|
122
|
+
description?: string;
|
|
123
|
+
|
|
124
|
+
status?: ControlSetStatus | string;
|
|
125
|
+
|
|
126
|
+
roles?: Role[];
|
|
127
|
+
|
|
128
|
+
controls?: AssessmentControl[];
|
|
129
|
+
|
|
130
|
+
delegations?: Delegation[];
|
|
131
|
+
|
|
132
|
+
systemEvidenceCount?: number;
|
|
133
|
+
|
|
134
|
+
manualEvidenceCount?: number;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export interface FrameworkMetadata {
|
|
138
|
+
name?: string;
|
|
139
|
+
|
|
140
|
+
description?: string;
|
|
141
|
+
|
|
142
|
+
logo?: string;
|
|
143
|
+
|
|
144
|
+
complianceType?: string;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface AssessmentFramework {
|
|
148
|
+
id?: string;
|
|
149
|
+
|
|
150
|
+
arn?: string;
|
|
151
|
+
|
|
152
|
+
metadata?: FrameworkMetadata;
|
|
153
|
+
|
|
154
|
+
controlSets?: AssessmentControlSet[];
|
|
155
|
+
}
|
|
156
|
+
export declare enum AssessmentReportDestinationType {
|
|
157
|
+
S3 = "S3",
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export interface AssessmentReportsDestination {
|
|
161
|
+
destinationType?: AssessmentReportDestinationType | string;
|
|
162
|
+
|
|
163
|
+
destination?: string;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export interface AWSService {
|
|
167
|
+
serviceName?: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface Scope {
|
|
171
|
+
awsAccounts?: AWSAccount[];
|
|
172
|
+
|
|
173
|
+
awsServices?: AWSService[];
|
|
174
|
+
}
|
|
175
|
+
export declare enum AssessmentStatus {
|
|
176
|
+
ACTIVE = "ACTIVE",
|
|
177
|
+
INACTIVE = "INACTIVE",
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export interface AssessmentMetadata {
|
|
181
|
+
name?: string;
|
|
182
|
+
|
|
183
|
+
id?: string;
|
|
184
|
+
|
|
185
|
+
description?: string;
|
|
186
|
+
|
|
187
|
+
complianceType?: string;
|
|
188
|
+
|
|
189
|
+
status?: AssessmentStatus | string;
|
|
190
|
+
|
|
191
|
+
assessmentReportsDestination?: AssessmentReportsDestination;
|
|
192
|
+
|
|
193
|
+
scope?: Scope;
|
|
194
|
+
|
|
195
|
+
roles?: Role[];
|
|
196
|
+
|
|
197
|
+
delegations?: Delegation[];
|
|
198
|
+
|
|
199
|
+
creationTime?: Date;
|
|
200
|
+
|
|
201
|
+
lastUpdated?: Date;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
export interface Assessment {
|
|
205
|
+
arn?: string;
|
|
206
|
+
|
|
207
|
+
awsAccount?: AWSAccount;
|
|
208
|
+
|
|
209
|
+
metadata?: AssessmentMetadata;
|
|
210
|
+
|
|
211
|
+
framework?: AssessmentFramework;
|
|
212
|
+
|
|
213
|
+
tags?: Record<string, string>;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface AssessmentEvidenceFolder {
|
|
217
|
+
name?: string;
|
|
218
|
+
|
|
219
|
+
date?: Date;
|
|
220
|
+
|
|
221
|
+
assessmentId?: string;
|
|
222
|
+
|
|
223
|
+
controlSetId?: string;
|
|
224
|
+
|
|
225
|
+
controlId?: string;
|
|
226
|
+
|
|
227
|
+
id?: string;
|
|
228
|
+
|
|
229
|
+
dataSource?: string;
|
|
230
|
+
|
|
231
|
+
author?: string;
|
|
232
|
+
|
|
233
|
+
totalEvidence?: number;
|
|
234
|
+
|
|
235
|
+
assessmentReportSelectionCount?: number;
|
|
236
|
+
|
|
237
|
+
controlName?: string;
|
|
238
|
+
|
|
239
|
+
evidenceResourcesIncludedCount?: number;
|
|
240
|
+
|
|
241
|
+
evidenceByTypeConfigurationDataCount?: number;
|
|
242
|
+
|
|
243
|
+
evidenceByTypeManualCount?: number;
|
|
244
|
+
|
|
245
|
+
evidenceByTypeComplianceCheckCount?: number;
|
|
246
|
+
|
|
247
|
+
evidenceByTypeComplianceCheckIssuesCount?: number;
|
|
248
|
+
|
|
249
|
+
evidenceByTypeUserActivityCount?: number;
|
|
250
|
+
|
|
251
|
+
evidenceAwsServiceSourceCount?: number;
|
|
252
|
+
}
|
|
253
|
+
export declare enum FrameworkType {
|
|
254
|
+
CUSTOM = "Custom",
|
|
255
|
+
STANDARD = "Standard",
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface AssessmentFrameworkMetadata {
|
|
259
|
+
arn?: string;
|
|
260
|
+
|
|
261
|
+
id?: string;
|
|
262
|
+
|
|
263
|
+
type?: FrameworkType | string;
|
|
264
|
+
|
|
265
|
+
name?: string;
|
|
266
|
+
|
|
267
|
+
description?: string;
|
|
268
|
+
|
|
269
|
+
logo?: string;
|
|
270
|
+
|
|
271
|
+
complianceType?: string;
|
|
272
|
+
|
|
273
|
+
controlsCount?: number;
|
|
274
|
+
|
|
275
|
+
controlSetsCount?: number;
|
|
276
|
+
|
|
277
|
+
createdAt?: Date;
|
|
278
|
+
|
|
279
|
+
lastUpdatedAt?: Date;
|
|
280
|
+
}
|
|
281
|
+
export declare enum ShareRequestStatus {
|
|
282
|
+
ACTIVE = "ACTIVE",
|
|
283
|
+
DECLINED = "DECLINED",
|
|
284
|
+
EXPIRED = "EXPIRED",
|
|
285
|
+
EXPIRING = "EXPIRING",
|
|
286
|
+
FAILED = "FAILED",
|
|
287
|
+
REPLICATING = "REPLICATING",
|
|
288
|
+
REVOKED = "REVOKED",
|
|
289
|
+
SHARED = "SHARED",
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface AssessmentFrameworkShareRequest {
|
|
293
|
+
id?: string;
|
|
294
|
+
|
|
295
|
+
frameworkId?: string;
|
|
296
|
+
|
|
297
|
+
frameworkName?: string;
|
|
298
|
+
|
|
299
|
+
frameworkDescription?: string;
|
|
300
|
+
|
|
301
|
+
status?: ShareRequestStatus | string;
|
|
302
|
+
|
|
303
|
+
sourceAccount?: string;
|
|
304
|
+
|
|
305
|
+
destinationAccount?: string;
|
|
306
|
+
|
|
307
|
+
destinationRegion?: string;
|
|
308
|
+
|
|
309
|
+
expirationTime?: Date;
|
|
310
|
+
|
|
311
|
+
creationTime?: Date;
|
|
312
|
+
|
|
313
|
+
lastUpdated?: Date;
|
|
314
|
+
|
|
315
|
+
comment?: string;
|
|
316
|
+
|
|
317
|
+
standardControlsCount?: number;
|
|
318
|
+
|
|
319
|
+
customControlsCount?: number;
|
|
320
|
+
|
|
321
|
+
complianceType?: string;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export interface AssessmentMetadataItem {
|
|
325
|
+
name?: string;
|
|
326
|
+
|
|
327
|
+
id?: string;
|
|
328
|
+
|
|
329
|
+
complianceType?: string;
|
|
330
|
+
|
|
331
|
+
status?: AssessmentStatus | string;
|
|
332
|
+
|
|
333
|
+
roles?: Role[];
|
|
334
|
+
|
|
335
|
+
delegations?: Delegation[];
|
|
336
|
+
|
|
337
|
+
creationTime?: Date;
|
|
338
|
+
|
|
339
|
+
lastUpdated?: Date;
|
|
340
|
+
}
|
|
341
|
+
export declare enum AssessmentReportStatus {
|
|
342
|
+
COMPLETE = "COMPLETE",
|
|
343
|
+
FAILED = "FAILED",
|
|
344
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
export interface AssessmentReport {
|
|
348
|
+
id?: string;
|
|
349
|
+
|
|
350
|
+
name?: string;
|
|
351
|
+
|
|
352
|
+
description?: string;
|
|
353
|
+
|
|
354
|
+
awsAccountId?: string;
|
|
355
|
+
|
|
356
|
+
assessmentId?: string;
|
|
357
|
+
|
|
358
|
+
assessmentName?: string;
|
|
359
|
+
|
|
360
|
+
author?: string;
|
|
361
|
+
|
|
362
|
+
status?: AssessmentReportStatus | string;
|
|
363
|
+
|
|
364
|
+
creationTime?: Date;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface AssessmentReportEvidenceError {
|
|
368
|
+
evidenceId?: string;
|
|
369
|
+
|
|
370
|
+
errorCode?: string;
|
|
371
|
+
|
|
372
|
+
errorMessage?: string;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface AssessmentReportMetadata {
|
|
376
|
+
id?: string;
|
|
377
|
+
|
|
378
|
+
name?: string;
|
|
379
|
+
|
|
380
|
+
description?: string;
|
|
381
|
+
|
|
382
|
+
assessmentId?: string;
|
|
383
|
+
|
|
384
|
+
assessmentName?: string;
|
|
385
|
+
|
|
386
|
+
author?: string;
|
|
387
|
+
|
|
388
|
+
status?: AssessmentReportStatus | string;
|
|
389
|
+
|
|
390
|
+
creationTime?: Date;
|
|
391
|
+
}
|
|
392
|
+
export interface AssociateAssessmentReportEvidenceFolderRequest {
|
|
393
|
+
assessmentId: string | undefined;
|
|
394
|
+
|
|
395
|
+
evidenceFolderId: string | undefined;
|
|
396
|
+
}
|
|
397
|
+
export interface AssociateAssessmentReportEvidenceFolderResponse {}
|
|
398
|
+
|
|
399
|
+
export declare class InternalServerException extends __BaseException {
|
|
400
|
+
readonly name: "InternalServerException";
|
|
401
|
+
readonly $fault: "server";
|
|
402
|
+
|
|
403
|
+
constructor(
|
|
404
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
405
|
+
);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
409
|
+
readonly name: "ResourceNotFoundException";
|
|
410
|
+
readonly $fault: "client";
|
|
411
|
+
|
|
412
|
+
resourceId: string | undefined;
|
|
413
|
+
|
|
414
|
+
resourceType: string | undefined;
|
|
415
|
+
|
|
416
|
+
constructor(
|
|
417
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
418
|
+
);
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export interface ValidationExceptionField {
|
|
422
|
+
name: string | undefined;
|
|
423
|
+
|
|
424
|
+
message: string | undefined;
|
|
425
|
+
}
|
|
426
|
+
export declare enum ValidationExceptionReason {
|
|
427
|
+
CANNOT_PARSE = "cannotParse",
|
|
428
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
429
|
+
OTHER = "other",
|
|
430
|
+
UNKNOWN_OPERATION = "unknownOperation",
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
export declare class ValidationException extends __BaseException {
|
|
434
|
+
readonly name: "ValidationException";
|
|
435
|
+
readonly $fault: "client";
|
|
436
|
+
|
|
437
|
+
reason?: ValidationExceptionReason | string;
|
|
438
|
+
|
|
439
|
+
fields?: ValidationExceptionField[];
|
|
440
|
+
|
|
441
|
+
constructor(
|
|
442
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
443
|
+
);
|
|
444
|
+
}
|
|
445
|
+
export interface BatchAssociateAssessmentReportEvidenceRequest {
|
|
446
|
+
assessmentId: string | undefined;
|
|
447
|
+
|
|
448
|
+
evidenceFolderId: string | undefined;
|
|
449
|
+
|
|
450
|
+
evidenceIds: string[] | undefined;
|
|
451
|
+
}
|
|
452
|
+
export interface BatchAssociateAssessmentReportEvidenceResponse {
|
|
453
|
+
evidenceIds?: string[];
|
|
454
|
+
|
|
455
|
+
errors?: AssessmentReportEvidenceError[];
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface CreateDelegationRequest {
|
|
459
|
+
comment?: string;
|
|
460
|
+
|
|
461
|
+
controlSetId?: string;
|
|
462
|
+
|
|
463
|
+
roleArn?: string;
|
|
464
|
+
|
|
465
|
+
roleType?: RoleType | string;
|
|
466
|
+
}
|
|
467
|
+
export interface BatchCreateDelegationByAssessmentRequest {
|
|
468
|
+
createDelegationRequests: CreateDelegationRequest[] | undefined;
|
|
469
|
+
|
|
470
|
+
assessmentId: string | undefined;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface BatchCreateDelegationByAssessmentError {
|
|
474
|
+
createDelegationRequest?: CreateDelegationRequest;
|
|
475
|
+
|
|
476
|
+
errorCode?: string;
|
|
477
|
+
|
|
478
|
+
errorMessage?: string;
|
|
479
|
+
}
|
|
480
|
+
export interface BatchCreateDelegationByAssessmentResponse {
|
|
481
|
+
delegations?: Delegation[];
|
|
482
|
+
|
|
483
|
+
errors?: BatchCreateDelegationByAssessmentError[];
|
|
484
|
+
}
|
|
485
|
+
export interface BatchDeleteDelegationByAssessmentRequest {
|
|
486
|
+
delegationIds: string[] | undefined;
|
|
487
|
+
|
|
488
|
+
assessmentId: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export interface BatchDeleteDelegationByAssessmentError {
|
|
492
|
+
delegationId?: string;
|
|
493
|
+
|
|
494
|
+
errorCode?: string;
|
|
495
|
+
|
|
496
|
+
errorMessage?: string;
|
|
497
|
+
}
|
|
498
|
+
export interface BatchDeleteDelegationByAssessmentResponse {
|
|
499
|
+
errors?: BatchDeleteDelegationByAssessmentError[];
|
|
500
|
+
}
|
|
501
|
+
export interface BatchDisassociateAssessmentReportEvidenceRequest {
|
|
502
|
+
assessmentId: string | undefined;
|
|
503
|
+
|
|
504
|
+
evidenceFolderId: string | undefined;
|
|
505
|
+
|
|
506
|
+
evidenceIds: string[] | undefined;
|
|
507
|
+
}
|
|
508
|
+
export interface BatchDisassociateAssessmentReportEvidenceResponse {
|
|
509
|
+
evidenceIds?: string[];
|
|
510
|
+
|
|
511
|
+
errors?: AssessmentReportEvidenceError[];
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
export interface ManualEvidence {
|
|
515
|
+
s3ResourcePath?: string;
|
|
516
|
+
}
|
|
517
|
+
export interface BatchImportEvidenceToAssessmentControlRequest {
|
|
518
|
+
assessmentId: string | undefined;
|
|
519
|
+
|
|
520
|
+
controlSetId: string | undefined;
|
|
521
|
+
|
|
522
|
+
controlId: string | undefined;
|
|
523
|
+
|
|
524
|
+
manualEvidence: ManualEvidence[] | undefined;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export interface BatchImportEvidenceToAssessmentControlError {
|
|
528
|
+
manualEvidence?: ManualEvidence;
|
|
529
|
+
|
|
530
|
+
errorCode?: string;
|
|
531
|
+
|
|
532
|
+
errorMessage?: string;
|
|
533
|
+
}
|
|
534
|
+
export interface BatchImportEvidenceToAssessmentControlResponse {
|
|
535
|
+
errors?: BatchImportEvidenceToAssessmentControlError[];
|
|
536
|
+
}
|
|
537
|
+
export interface CreateAssessmentRequest {
|
|
538
|
+
name: string | undefined;
|
|
539
|
+
|
|
540
|
+
description?: string;
|
|
541
|
+
|
|
542
|
+
assessmentReportsDestination: AssessmentReportsDestination | undefined;
|
|
543
|
+
|
|
544
|
+
scope: Scope | undefined;
|
|
545
|
+
|
|
546
|
+
roles: Role[] | undefined;
|
|
547
|
+
|
|
548
|
+
frameworkId: string | undefined;
|
|
549
|
+
|
|
550
|
+
tags?: Record<string, string>;
|
|
551
|
+
}
|
|
552
|
+
export interface CreateAssessmentResponse {
|
|
553
|
+
assessment?: Assessment;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
557
|
+
readonly name: "ServiceQuotaExceededException";
|
|
558
|
+
readonly $fault: "client";
|
|
559
|
+
|
|
560
|
+
constructor(
|
|
561
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
562
|
+
);
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
export interface CreateAssessmentFrameworkControl {
|
|
566
|
+
id: string | undefined;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface CreateAssessmentFrameworkControlSet {
|
|
570
|
+
name: string | undefined;
|
|
571
|
+
|
|
572
|
+
controls?: CreateAssessmentFrameworkControl[];
|
|
573
|
+
}
|
|
574
|
+
export interface CreateAssessmentFrameworkRequest {
|
|
575
|
+
name: string | undefined;
|
|
576
|
+
|
|
577
|
+
description?: string;
|
|
578
|
+
|
|
579
|
+
complianceType?: string;
|
|
580
|
+
|
|
581
|
+
controlSets: CreateAssessmentFrameworkControlSet[] | undefined;
|
|
582
|
+
|
|
583
|
+
tags?: Record<string, string>;
|
|
584
|
+
}
|
|
585
|
+
export declare enum SourceFrequency {
|
|
586
|
+
DAILY = "DAILY",
|
|
587
|
+
MONTHLY = "MONTHLY",
|
|
588
|
+
WEEKLY = "WEEKLY",
|
|
589
|
+
}
|
|
590
|
+
export declare enum KeywordInputType {
|
|
591
|
+
SELECT_FROM_LIST = "SELECT_FROM_LIST",
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
export interface SourceKeyword {
|
|
595
|
+
keywordInputType?: KeywordInputType | string;
|
|
596
|
+
|
|
597
|
+
keywordValue?: string;
|
|
598
|
+
}
|
|
599
|
+
export declare enum SourceSetUpOption {
|
|
600
|
+
PROCEDURAL_CONTROLS_MAPPING = "Procedural_Controls_Mapping",
|
|
601
|
+
SYSTEM_CONTROLS_MAPPING = "System_Controls_Mapping",
|
|
602
|
+
}
|
|
603
|
+
export declare enum SourceType {
|
|
604
|
+
AWS_API_CALL = "AWS_API_Call",
|
|
605
|
+
AWS_CLOUDTRAIL = "AWS_Cloudtrail",
|
|
606
|
+
AWS_CONFIG = "AWS_Config",
|
|
607
|
+
AWS_SECURITY_HUB = "AWS_Security_Hub",
|
|
608
|
+
MANUAL = "MANUAL",
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export interface ControlMappingSource {
|
|
612
|
+
sourceId?: string;
|
|
613
|
+
|
|
614
|
+
sourceName?: string;
|
|
615
|
+
|
|
616
|
+
sourceDescription?: string;
|
|
617
|
+
|
|
618
|
+
sourceSetUpOption?: SourceSetUpOption | string;
|
|
619
|
+
|
|
620
|
+
sourceType?: SourceType | string;
|
|
621
|
+
|
|
622
|
+
sourceKeyword?: SourceKeyword;
|
|
623
|
+
|
|
624
|
+
sourceFrequency?: SourceFrequency | string;
|
|
625
|
+
|
|
626
|
+
troubleshootingText?: string;
|
|
627
|
+
}
|
|
628
|
+
export declare enum ControlType {
|
|
629
|
+
CUSTOM = "Custom",
|
|
630
|
+
STANDARD = "Standard",
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export interface Control {
|
|
634
|
+
arn?: string;
|
|
635
|
+
|
|
636
|
+
id?: string;
|
|
637
|
+
|
|
638
|
+
type?: ControlType | string;
|
|
639
|
+
|
|
640
|
+
name?: string;
|
|
641
|
+
|
|
642
|
+
description?: string;
|
|
643
|
+
|
|
644
|
+
testingInformation?: string;
|
|
645
|
+
|
|
646
|
+
actionPlanTitle?: string;
|
|
647
|
+
|
|
648
|
+
actionPlanInstructions?: string;
|
|
649
|
+
|
|
650
|
+
controlSources?: string;
|
|
651
|
+
|
|
652
|
+
controlMappingSources?: ControlMappingSource[];
|
|
653
|
+
|
|
654
|
+
createdAt?: Date;
|
|
655
|
+
|
|
656
|
+
lastUpdatedAt?: Date;
|
|
657
|
+
|
|
658
|
+
createdBy?: string;
|
|
659
|
+
|
|
660
|
+
lastUpdatedBy?: string;
|
|
661
|
+
|
|
662
|
+
tags?: Record<string, string>;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
export interface ControlSet {
|
|
666
|
+
id?: string;
|
|
667
|
+
|
|
668
|
+
name?: string;
|
|
669
|
+
|
|
670
|
+
controls?: Control[];
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export interface Framework {
|
|
674
|
+
arn?: string;
|
|
675
|
+
|
|
676
|
+
id?: string;
|
|
677
|
+
|
|
678
|
+
name?: string;
|
|
679
|
+
|
|
680
|
+
type?: FrameworkType | string;
|
|
681
|
+
|
|
682
|
+
complianceType?: string;
|
|
683
|
+
|
|
684
|
+
description?: string;
|
|
685
|
+
|
|
686
|
+
logo?: string;
|
|
687
|
+
|
|
688
|
+
controlSources?: string;
|
|
689
|
+
|
|
690
|
+
controlSets?: ControlSet[];
|
|
691
|
+
|
|
692
|
+
createdAt?: Date;
|
|
693
|
+
|
|
694
|
+
lastUpdatedAt?: Date;
|
|
695
|
+
|
|
696
|
+
createdBy?: string;
|
|
697
|
+
|
|
698
|
+
lastUpdatedBy?: string;
|
|
699
|
+
|
|
700
|
+
tags?: Record<string, string>;
|
|
701
|
+
}
|
|
702
|
+
export interface CreateAssessmentFrameworkResponse {
|
|
703
|
+
framework?: Framework;
|
|
704
|
+
}
|
|
705
|
+
export interface CreateAssessmentReportRequest {
|
|
706
|
+
name: string | undefined;
|
|
707
|
+
|
|
708
|
+
description?: string;
|
|
709
|
+
|
|
710
|
+
assessmentId: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
export interface CreateAssessmentReportResponse {
|
|
713
|
+
assessmentReport?: AssessmentReport;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export interface CreateControlMappingSource {
|
|
717
|
+
sourceName?: string;
|
|
718
|
+
|
|
719
|
+
sourceDescription?: string;
|
|
720
|
+
|
|
721
|
+
sourceSetUpOption?: SourceSetUpOption | string;
|
|
722
|
+
|
|
723
|
+
sourceType?: SourceType | string;
|
|
724
|
+
|
|
725
|
+
sourceKeyword?: SourceKeyword;
|
|
726
|
+
|
|
727
|
+
sourceFrequency?: SourceFrequency | string;
|
|
728
|
+
|
|
729
|
+
troubleshootingText?: string;
|
|
730
|
+
}
|
|
731
|
+
export interface CreateControlRequest {
|
|
732
|
+
name: string | undefined;
|
|
733
|
+
|
|
734
|
+
description?: string;
|
|
735
|
+
|
|
736
|
+
testingInformation?: string;
|
|
737
|
+
|
|
738
|
+
actionPlanTitle?: string;
|
|
739
|
+
|
|
740
|
+
actionPlanInstructions?: string;
|
|
741
|
+
|
|
742
|
+
controlMappingSources: CreateControlMappingSource[] | undefined;
|
|
743
|
+
|
|
744
|
+
tags?: Record<string, string>;
|
|
745
|
+
}
|
|
746
|
+
export interface CreateControlResponse {
|
|
747
|
+
control?: Control;
|
|
748
|
+
}
|
|
749
|
+
export interface DeleteAssessmentRequest {
|
|
750
|
+
assessmentId: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface DeleteAssessmentResponse {}
|
|
753
|
+
export interface DeleteAssessmentFrameworkRequest {
|
|
754
|
+
frameworkId: string | undefined;
|
|
755
|
+
}
|
|
756
|
+
export interface DeleteAssessmentFrameworkResponse {}
|
|
757
|
+
export declare enum ShareRequestType {
|
|
758
|
+
RECEIVED = "RECEIVED",
|
|
759
|
+
SENT = "SENT",
|
|
760
|
+
}
|
|
761
|
+
export interface DeleteAssessmentFrameworkShareRequest {
|
|
762
|
+
requestId: string | undefined;
|
|
763
|
+
|
|
764
|
+
requestType: ShareRequestType | string | undefined;
|
|
765
|
+
}
|
|
766
|
+
export interface DeleteAssessmentFrameworkShareResponse {}
|
|
767
|
+
export interface DeleteAssessmentReportRequest {
|
|
768
|
+
assessmentId: string | undefined;
|
|
769
|
+
|
|
770
|
+
assessmentReportId: string | undefined;
|
|
771
|
+
}
|
|
772
|
+
export interface DeleteAssessmentReportResponse {}
|
|
773
|
+
export interface DeleteControlRequest {
|
|
774
|
+
controlId: string | undefined;
|
|
775
|
+
}
|
|
776
|
+
export interface DeleteControlResponse {}
|
|
777
|
+
export interface DeregisterAccountRequest {}
|
|
778
|
+
export interface DeregisterAccountResponse {
|
|
779
|
+
status?: AccountStatus | string;
|
|
780
|
+
}
|
|
781
|
+
export interface DeregisterOrganizationAdminAccountRequest {
|
|
782
|
+
adminAccountId?: string;
|
|
783
|
+
}
|
|
784
|
+
export interface DeregisterOrganizationAdminAccountResponse {}
|
|
785
|
+
export interface DisassociateAssessmentReportEvidenceFolderRequest {
|
|
786
|
+
assessmentId: string | undefined;
|
|
787
|
+
|
|
788
|
+
evidenceFolderId: string | undefined;
|
|
789
|
+
}
|
|
790
|
+
export interface DisassociateAssessmentReportEvidenceFolderResponse {}
|
|
791
|
+
export interface GetAccountStatusRequest {}
|
|
792
|
+
export interface GetAccountStatusResponse {
|
|
793
|
+
status?: AccountStatus | string;
|
|
794
|
+
}
|
|
795
|
+
export interface GetAssessmentRequest {
|
|
796
|
+
assessmentId: string | undefined;
|
|
797
|
+
}
|
|
798
|
+
export interface GetAssessmentResponse {
|
|
799
|
+
assessment?: Assessment;
|
|
800
|
+
|
|
801
|
+
userRole?: Role;
|
|
802
|
+
}
|
|
803
|
+
export interface GetAssessmentFrameworkRequest {
|
|
804
|
+
frameworkId: string | undefined;
|
|
805
|
+
}
|
|
806
|
+
export interface GetAssessmentFrameworkResponse {
|
|
807
|
+
framework?: Framework;
|
|
808
|
+
}
|
|
809
|
+
export interface GetAssessmentReportUrlRequest {
|
|
810
|
+
assessmentReportId: string | undefined;
|
|
811
|
+
|
|
812
|
+
assessmentId: string | undefined;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export interface URL {
|
|
816
|
+
hyperlinkName?: string;
|
|
817
|
+
|
|
818
|
+
link?: string;
|
|
819
|
+
}
|
|
820
|
+
export interface GetAssessmentReportUrlResponse {
|
|
821
|
+
preSignedUrl?: URL;
|
|
822
|
+
}
|
|
823
|
+
export interface GetChangeLogsRequest {
|
|
824
|
+
assessmentId: string | undefined;
|
|
825
|
+
|
|
826
|
+
controlSetId?: string;
|
|
827
|
+
|
|
828
|
+
controlId?: string;
|
|
829
|
+
|
|
830
|
+
nextToken?: string;
|
|
831
|
+
|
|
832
|
+
maxResults?: number;
|
|
833
|
+
}
|
|
834
|
+
export declare enum ObjectTypeEnum {
|
|
835
|
+
ASSESSMENT = "ASSESSMENT",
|
|
836
|
+
ASSESSMENT_REPORT = "ASSESSMENT_REPORT",
|
|
837
|
+
CONTROL = "CONTROL",
|
|
838
|
+
CONTROL_SET = "CONTROL_SET",
|
|
839
|
+
DELEGATION = "DELEGATION",
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export interface ChangeLog {
|
|
843
|
+
objectType?: ObjectTypeEnum | string;
|
|
844
|
+
|
|
845
|
+
objectName?: string;
|
|
846
|
+
|
|
847
|
+
action?: ActionEnum | string;
|
|
848
|
+
|
|
849
|
+
createdAt?: Date;
|
|
850
|
+
|
|
851
|
+
createdBy?: string;
|
|
852
|
+
}
|
|
853
|
+
export interface GetChangeLogsResponse {
|
|
854
|
+
changeLogs?: ChangeLog[];
|
|
855
|
+
|
|
856
|
+
nextToken?: string;
|
|
857
|
+
}
|
|
858
|
+
export interface GetControlRequest {
|
|
859
|
+
controlId: string | undefined;
|
|
860
|
+
}
|
|
861
|
+
export interface GetControlResponse {
|
|
862
|
+
control?: Control;
|
|
863
|
+
}
|
|
864
|
+
export interface GetDelegationsRequest {
|
|
865
|
+
nextToken?: string;
|
|
866
|
+
|
|
867
|
+
maxResults?: number;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
export interface DelegationMetadata {
|
|
871
|
+
id?: string;
|
|
872
|
+
|
|
873
|
+
assessmentName?: string;
|
|
874
|
+
|
|
875
|
+
assessmentId?: string;
|
|
876
|
+
|
|
877
|
+
status?: DelegationStatus | string;
|
|
878
|
+
|
|
879
|
+
roleArn?: string;
|
|
880
|
+
|
|
881
|
+
creationTime?: Date;
|
|
882
|
+
|
|
883
|
+
controlSetName?: string;
|
|
884
|
+
}
|
|
885
|
+
export interface GetDelegationsResponse {
|
|
886
|
+
delegations?: DelegationMetadata[];
|
|
887
|
+
|
|
888
|
+
nextToken?: string;
|
|
889
|
+
}
|
|
890
|
+
export interface GetEvidenceRequest {
|
|
891
|
+
assessmentId: string | undefined;
|
|
892
|
+
|
|
893
|
+
controlSetId: string | undefined;
|
|
894
|
+
|
|
895
|
+
evidenceFolderId: string | undefined;
|
|
896
|
+
|
|
897
|
+
evidenceId: string | undefined;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
export interface Resource {
|
|
901
|
+
arn?: string;
|
|
902
|
+
|
|
903
|
+
value?: string;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
export interface Evidence {
|
|
907
|
+
dataSource?: string;
|
|
908
|
+
|
|
909
|
+
evidenceAwsAccountId?: string;
|
|
910
|
+
|
|
911
|
+
time?: Date;
|
|
912
|
+
|
|
913
|
+
eventSource?: string;
|
|
914
|
+
|
|
915
|
+
eventName?: string;
|
|
916
|
+
|
|
917
|
+
evidenceByType?: string;
|
|
918
|
+
|
|
919
|
+
resourcesIncluded?: Resource[];
|
|
920
|
+
|
|
921
|
+
attributes?: Record<string, string>;
|
|
922
|
+
|
|
923
|
+
iamId?: string;
|
|
924
|
+
|
|
925
|
+
complianceCheck?: string;
|
|
926
|
+
|
|
927
|
+
awsOrganization?: string;
|
|
928
|
+
|
|
929
|
+
awsAccountId?: string;
|
|
930
|
+
|
|
931
|
+
evidenceFolderId?: string;
|
|
932
|
+
|
|
933
|
+
id?: string;
|
|
934
|
+
|
|
935
|
+
assessmentReportSelection?: string;
|
|
936
|
+
}
|
|
937
|
+
export interface GetEvidenceResponse {
|
|
938
|
+
evidence?: Evidence;
|
|
939
|
+
}
|
|
940
|
+
export interface GetEvidenceByEvidenceFolderRequest {
|
|
941
|
+
assessmentId: string | undefined;
|
|
942
|
+
|
|
943
|
+
controlSetId: string | undefined;
|
|
944
|
+
|
|
945
|
+
evidenceFolderId: string | undefined;
|
|
946
|
+
|
|
947
|
+
nextToken?: string;
|
|
948
|
+
|
|
949
|
+
maxResults?: number;
|
|
950
|
+
}
|
|
951
|
+
export interface GetEvidenceByEvidenceFolderResponse {
|
|
952
|
+
evidence?: Evidence[];
|
|
953
|
+
|
|
954
|
+
nextToken?: string;
|
|
955
|
+
}
|
|
956
|
+
export interface GetEvidenceFolderRequest {
|
|
957
|
+
assessmentId: string | undefined;
|
|
958
|
+
|
|
959
|
+
controlSetId: string | undefined;
|
|
960
|
+
|
|
961
|
+
evidenceFolderId: string | undefined;
|
|
962
|
+
}
|
|
963
|
+
export interface GetEvidenceFolderResponse {
|
|
964
|
+
evidenceFolder?: AssessmentEvidenceFolder;
|
|
965
|
+
}
|
|
966
|
+
export interface GetEvidenceFoldersByAssessmentRequest {
|
|
967
|
+
assessmentId: string | undefined;
|
|
968
|
+
|
|
969
|
+
nextToken?: string;
|
|
970
|
+
|
|
971
|
+
maxResults?: number;
|
|
972
|
+
}
|
|
973
|
+
export interface GetEvidenceFoldersByAssessmentResponse {
|
|
974
|
+
evidenceFolders?: AssessmentEvidenceFolder[];
|
|
975
|
+
|
|
976
|
+
nextToken?: string;
|
|
977
|
+
}
|
|
978
|
+
export interface GetEvidenceFoldersByAssessmentControlRequest {
|
|
979
|
+
assessmentId: string | undefined;
|
|
980
|
+
|
|
981
|
+
controlSetId: string | undefined;
|
|
982
|
+
|
|
983
|
+
controlId: string | undefined;
|
|
984
|
+
|
|
985
|
+
nextToken?: string;
|
|
986
|
+
|
|
987
|
+
maxResults?: number;
|
|
988
|
+
}
|
|
989
|
+
export interface GetEvidenceFoldersByAssessmentControlResponse {
|
|
990
|
+
evidenceFolders?: AssessmentEvidenceFolder[];
|
|
991
|
+
|
|
992
|
+
nextToken?: string;
|
|
993
|
+
}
|
|
994
|
+
export interface GetInsightsRequest {}
|
|
995
|
+
|
|
996
|
+
export interface Insights {
|
|
997
|
+
activeAssessmentsCount?: number;
|
|
998
|
+
|
|
999
|
+
noncompliantEvidenceCount?: number;
|
|
1000
|
+
|
|
1001
|
+
compliantEvidenceCount?: number;
|
|
1002
|
+
|
|
1003
|
+
inconclusiveEvidenceCount?: number;
|
|
1004
|
+
|
|
1005
|
+
assessmentControlsCountByNoncompliantEvidence?: number;
|
|
1006
|
+
|
|
1007
|
+
totalAssessmentControlsCount?: number;
|
|
1008
|
+
|
|
1009
|
+
lastUpdated?: Date;
|
|
1010
|
+
}
|
|
1011
|
+
export interface GetInsightsResponse {
|
|
1012
|
+
insights?: Insights;
|
|
1013
|
+
}
|
|
1014
|
+
export interface GetInsightsByAssessmentRequest {
|
|
1015
|
+
assessmentId: string | undefined;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export interface InsightsByAssessment {
|
|
1019
|
+
noncompliantEvidenceCount?: number;
|
|
1020
|
+
|
|
1021
|
+
compliantEvidenceCount?: number;
|
|
1022
|
+
|
|
1023
|
+
inconclusiveEvidenceCount?: number;
|
|
1024
|
+
|
|
1025
|
+
assessmentControlsCountByNoncompliantEvidence?: number;
|
|
1026
|
+
|
|
1027
|
+
totalAssessmentControlsCount?: number;
|
|
1028
|
+
|
|
1029
|
+
lastUpdated?: Date;
|
|
1030
|
+
}
|
|
1031
|
+
export interface GetInsightsByAssessmentResponse {
|
|
1032
|
+
insights?: InsightsByAssessment;
|
|
1033
|
+
}
|
|
1034
|
+
export interface GetOrganizationAdminAccountRequest {}
|
|
1035
|
+
export interface GetOrganizationAdminAccountResponse {
|
|
1036
|
+
adminAccountId?: string;
|
|
1037
|
+
|
|
1038
|
+
organizationId?: string;
|
|
1039
|
+
}
|
|
1040
|
+
export interface GetServicesInScopeRequest {}
|
|
1041
|
+
|
|
1042
|
+
export interface ServiceMetadata {
|
|
1043
|
+
name?: string;
|
|
1044
|
+
|
|
1045
|
+
displayName?: string;
|
|
1046
|
+
|
|
1047
|
+
description?: string;
|
|
1048
|
+
|
|
1049
|
+
category?: string;
|
|
1050
|
+
}
|
|
1051
|
+
export interface GetServicesInScopeResponse {
|
|
1052
|
+
serviceMetadata?: ServiceMetadata[];
|
|
1053
|
+
}
|
|
1054
|
+
export declare enum SettingAttribute {
|
|
1055
|
+
ALL = "ALL",
|
|
1056
|
+
DEFAULT_ASSESSMENT_REPORTS_DESTINATION = "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
|
|
1057
|
+
DEFAULT_PROCESS_OWNERS = "DEFAULT_PROCESS_OWNERS",
|
|
1058
|
+
IS_AWS_ORG_ENABLED = "IS_AWS_ORG_ENABLED",
|
|
1059
|
+
SNS_TOPIC = "SNS_TOPIC",
|
|
1060
|
+
}
|
|
1061
|
+
export interface GetSettingsRequest {
|
|
1062
|
+
attribute: SettingAttribute | string | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export interface Settings {
|
|
1066
|
+
isAwsOrgEnabled?: boolean;
|
|
1067
|
+
|
|
1068
|
+
snsTopic?: string;
|
|
1069
|
+
|
|
1070
|
+
defaultAssessmentReportsDestination?: AssessmentReportsDestination;
|
|
1071
|
+
|
|
1072
|
+
defaultProcessOwners?: Role[];
|
|
1073
|
+
|
|
1074
|
+
kmsKey?: string;
|
|
1075
|
+
}
|
|
1076
|
+
export interface GetSettingsResponse {
|
|
1077
|
+
settings?: Settings;
|
|
1078
|
+
}
|
|
1079
|
+
export interface ListAssessmentControlInsightsByControlDomainRequest {
|
|
1080
|
+
controlDomainId: string | undefined;
|
|
1081
|
+
|
|
1082
|
+
assessmentId: string | undefined;
|
|
1083
|
+
|
|
1084
|
+
nextToken?: string;
|
|
1085
|
+
|
|
1086
|
+
maxResults?: number;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
export interface EvidenceInsights {
|
|
1090
|
+
noncompliantEvidenceCount?: number;
|
|
1091
|
+
|
|
1092
|
+
compliantEvidenceCount?: number;
|
|
1093
|
+
|
|
1094
|
+
inconclusiveEvidenceCount?: number;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
export interface ControlInsightsMetadataByAssessmentItem {
|
|
1098
|
+
name?: string;
|
|
1099
|
+
|
|
1100
|
+
id?: string;
|
|
1101
|
+
|
|
1102
|
+
evidenceInsights?: EvidenceInsights;
|
|
1103
|
+
|
|
1104
|
+
controlSetName?: string;
|
|
1105
|
+
|
|
1106
|
+
lastUpdated?: Date;
|
|
1107
|
+
}
|
|
1108
|
+
export interface ListAssessmentControlInsightsByControlDomainResponse {
|
|
1109
|
+
controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[];
|
|
1110
|
+
|
|
1111
|
+
nextToken?: string;
|
|
1112
|
+
}
|
|
1113
|
+
export interface ListAssessmentFrameworksRequest {
|
|
1114
|
+
frameworkType: FrameworkType | string | undefined;
|
|
1115
|
+
|
|
1116
|
+
nextToken?: string;
|
|
1117
|
+
|
|
1118
|
+
maxResults?: number;
|
|
1119
|
+
}
|
|
1120
|
+
export interface ListAssessmentFrameworksResponse {
|
|
1121
|
+
frameworkMetadataList?: AssessmentFrameworkMetadata[];
|
|
1122
|
+
|
|
1123
|
+
nextToken?: string;
|
|
1124
|
+
}
|
|
1125
|
+
export interface ListAssessmentFrameworkShareRequestsRequest {
|
|
1126
|
+
requestType: ShareRequestType | string | undefined;
|
|
1127
|
+
|
|
1128
|
+
nextToken?: string;
|
|
1129
|
+
|
|
1130
|
+
maxResults?: number;
|
|
1131
|
+
}
|
|
1132
|
+
export interface ListAssessmentFrameworkShareRequestsResponse {
|
|
1133
|
+
assessmentFrameworkShareRequests?: AssessmentFrameworkShareRequest[];
|
|
1134
|
+
|
|
1135
|
+
nextToken?: string;
|
|
1136
|
+
}
|
|
1137
|
+
export interface ListAssessmentReportsRequest {
|
|
1138
|
+
nextToken?: string;
|
|
1139
|
+
|
|
1140
|
+
maxResults?: number;
|
|
1141
|
+
}
|
|
1142
|
+
export interface ListAssessmentReportsResponse {
|
|
1143
|
+
assessmentReports?: AssessmentReportMetadata[];
|
|
1144
|
+
|
|
1145
|
+
nextToken?: string;
|
|
1146
|
+
}
|
|
1147
|
+
export interface ListAssessmentsRequest {
|
|
1148
|
+
status?: AssessmentStatus | string;
|
|
1149
|
+
|
|
1150
|
+
nextToken?: string;
|
|
1151
|
+
|
|
1152
|
+
maxResults?: number;
|
|
1153
|
+
}
|
|
1154
|
+
export interface ListAssessmentsResponse {
|
|
1155
|
+
assessmentMetadata?: AssessmentMetadataItem[];
|
|
1156
|
+
|
|
1157
|
+
nextToken?: string;
|
|
1158
|
+
}
|
|
1159
|
+
export interface ListControlDomainInsightsRequest {
|
|
1160
|
+
nextToken?: string;
|
|
1161
|
+
|
|
1162
|
+
maxResults?: number;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
export interface ControlDomainInsights {
|
|
1166
|
+
name?: string;
|
|
1167
|
+
|
|
1168
|
+
id?: string;
|
|
1169
|
+
|
|
1170
|
+
controlsCountByNoncompliantEvidence?: number;
|
|
1171
|
+
|
|
1172
|
+
totalControlsCount?: number;
|
|
1173
|
+
|
|
1174
|
+
evidenceInsights?: EvidenceInsights;
|
|
1175
|
+
|
|
1176
|
+
lastUpdated?: Date;
|
|
1177
|
+
}
|
|
1178
|
+
export interface ListControlDomainInsightsResponse {
|
|
1179
|
+
controlDomainInsights?: ControlDomainInsights[];
|
|
1180
|
+
|
|
1181
|
+
nextToken?: string;
|
|
1182
|
+
}
|
|
1183
|
+
export interface ListControlDomainInsightsByAssessmentRequest {
|
|
1184
|
+
assessmentId: string | undefined;
|
|
1185
|
+
|
|
1186
|
+
nextToken?: string;
|
|
1187
|
+
|
|
1188
|
+
maxResults?: number;
|
|
1189
|
+
}
|
|
1190
|
+
export interface ListControlDomainInsightsByAssessmentResponse {
|
|
1191
|
+
controlDomainInsights?: ControlDomainInsights[];
|
|
1192
|
+
|
|
1193
|
+
nextToken?: string;
|
|
1194
|
+
}
|
|
1195
|
+
export interface ListControlInsightsByControlDomainRequest {
|
|
1196
|
+
controlDomainId: string | undefined;
|
|
1197
|
+
|
|
1198
|
+
nextToken?: string;
|
|
1199
|
+
|
|
1200
|
+
maxResults?: number;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
export interface ControlInsightsMetadataItem {
|
|
1204
|
+
name?: string;
|
|
1205
|
+
|
|
1206
|
+
id?: string;
|
|
1207
|
+
|
|
1208
|
+
evidenceInsights?: EvidenceInsights;
|
|
1209
|
+
|
|
1210
|
+
lastUpdated?: Date;
|
|
1211
|
+
}
|
|
1212
|
+
export interface ListControlInsightsByControlDomainResponse {
|
|
1213
|
+
controlInsightsMetadata?: ControlInsightsMetadataItem[];
|
|
1214
|
+
|
|
1215
|
+
nextToken?: string;
|
|
1216
|
+
}
|
|
1217
|
+
export interface ListControlsRequest {
|
|
1218
|
+
controlType: ControlType | string | undefined;
|
|
1219
|
+
|
|
1220
|
+
nextToken?: string;
|
|
1221
|
+
|
|
1222
|
+
maxResults?: number;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export interface ControlMetadata {
|
|
1226
|
+
arn?: string;
|
|
1227
|
+
|
|
1228
|
+
id?: string;
|
|
1229
|
+
|
|
1230
|
+
name?: string;
|
|
1231
|
+
|
|
1232
|
+
controlSources?: string;
|
|
1233
|
+
|
|
1234
|
+
createdAt?: Date;
|
|
1235
|
+
|
|
1236
|
+
lastUpdatedAt?: Date;
|
|
1237
|
+
}
|
|
1238
|
+
export interface ListControlsResponse {
|
|
1239
|
+
controlMetadataList?: ControlMetadata[];
|
|
1240
|
+
|
|
1241
|
+
nextToken?: string;
|
|
1242
|
+
}
|
|
1243
|
+
export interface ListKeywordsForDataSourceRequest {
|
|
1244
|
+
source: SourceType | string | undefined;
|
|
1245
|
+
|
|
1246
|
+
nextToken?: string;
|
|
1247
|
+
|
|
1248
|
+
maxResults?: number;
|
|
1249
|
+
}
|
|
1250
|
+
export interface ListKeywordsForDataSourceResponse {
|
|
1251
|
+
keywords?: string[];
|
|
1252
|
+
|
|
1253
|
+
nextToken?: string;
|
|
1254
|
+
}
|
|
1255
|
+
export interface ListNotificationsRequest {
|
|
1256
|
+
nextToken?: string;
|
|
1257
|
+
|
|
1258
|
+
maxResults?: number;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
export interface Notification {
|
|
1262
|
+
id?: string;
|
|
1263
|
+
|
|
1264
|
+
assessmentId?: string;
|
|
1265
|
+
|
|
1266
|
+
assessmentName?: string;
|
|
1267
|
+
|
|
1268
|
+
controlSetId?: string;
|
|
1269
|
+
|
|
1270
|
+
controlSetName?: string;
|
|
1271
|
+
|
|
1272
|
+
description?: string;
|
|
1273
|
+
|
|
1274
|
+
eventTime?: Date;
|
|
1275
|
+
|
|
1276
|
+
source?: string;
|
|
1277
|
+
}
|
|
1278
|
+
export interface ListNotificationsResponse {
|
|
1279
|
+
notifications?: Notification[];
|
|
1280
|
+
|
|
1281
|
+
nextToken?: string;
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListTagsForResourceRequest {
|
|
1284
|
+
resourceArn: string | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export interface ListTagsForResourceResponse {
|
|
1287
|
+
tags?: Record<string, string>;
|
|
1288
|
+
}
|
|
1289
|
+
export interface RegisterAccountRequest {
|
|
1290
|
+
kmsKey?: string;
|
|
1291
|
+
|
|
1292
|
+
delegatedAdminAccount?: string;
|
|
1293
|
+
}
|
|
1294
|
+
export interface RegisterAccountResponse {
|
|
1295
|
+
status?: AccountStatus | string;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
export declare class ThrottlingException extends __BaseException {
|
|
1299
|
+
readonly name: "ThrottlingException";
|
|
1300
|
+
readonly $fault: "client";
|
|
1301
|
+
|
|
1302
|
+
constructor(
|
|
1303
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
1304
|
+
);
|
|
1305
|
+
}
|
|
1306
|
+
export interface RegisterOrganizationAdminAccountRequest {
|
|
1307
|
+
adminAccountId: string | undefined;
|
|
1308
|
+
}
|
|
1309
|
+
export interface RegisterOrganizationAdminAccountResponse {
|
|
1310
|
+
adminAccountId?: string;
|
|
1311
|
+
|
|
1312
|
+
organizationId?: string;
|
|
1313
|
+
}
|
|
1314
|
+
export interface StartAssessmentFrameworkShareRequest {
|
|
1315
|
+
frameworkId: string | undefined;
|
|
1316
|
+
|
|
1317
|
+
destinationAccount: string | undefined;
|
|
1318
|
+
|
|
1319
|
+
destinationRegion: string | undefined;
|
|
1320
|
+
|
|
1321
|
+
comment?: string;
|
|
1322
|
+
}
|
|
1323
|
+
export interface StartAssessmentFrameworkShareResponse {
|
|
1324
|
+
assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
|
|
1325
|
+
}
|
|
1326
|
+
export interface TagResourceRequest {
|
|
1327
|
+
resourceArn: string | undefined;
|
|
1328
|
+
|
|
1329
|
+
tags: Record<string, string> | undefined;
|
|
1330
|
+
}
|
|
1331
|
+
export interface TagResourceResponse {}
|
|
1332
|
+
export interface UntagResourceRequest {
|
|
1333
|
+
resourceArn: string | undefined;
|
|
1334
|
+
|
|
1335
|
+
tagKeys: string[] | undefined;
|
|
1336
|
+
}
|
|
1337
|
+
export interface UntagResourceResponse {}
|
|
1338
|
+
export interface UpdateAssessmentRequest {
|
|
1339
|
+
assessmentId: string | undefined;
|
|
1340
|
+
|
|
1341
|
+
assessmentName?: string;
|
|
1342
|
+
|
|
1343
|
+
assessmentDescription?: string;
|
|
1344
|
+
|
|
1345
|
+
scope: Scope | undefined;
|
|
1346
|
+
|
|
1347
|
+
assessmentReportsDestination?: AssessmentReportsDestination;
|
|
1348
|
+
|
|
1349
|
+
roles?: Role[];
|
|
1350
|
+
}
|
|
1351
|
+
export interface UpdateAssessmentResponse {
|
|
1352
|
+
assessment?: Assessment;
|
|
1353
|
+
}
|
|
1354
|
+
export interface UpdateAssessmentControlRequest {
|
|
1355
|
+
assessmentId: string | undefined;
|
|
1356
|
+
|
|
1357
|
+
controlSetId: string | undefined;
|
|
1358
|
+
|
|
1359
|
+
controlId: string | undefined;
|
|
1360
|
+
|
|
1361
|
+
controlStatus?: ControlStatus | string;
|
|
1362
|
+
|
|
1363
|
+
commentBody?: string;
|
|
1364
|
+
}
|
|
1365
|
+
export interface UpdateAssessmentControlResponse {
|
|
1366
|
+
control?: AssessmentControl;
|
|
1367
|
+
}
|
|
1368
|
+
export interface UpdateAssessmentControlSetStatusRequest {
|
|
1369
|
+
assessmentId: string | undefined;
|
|
1370
|
+
|
|
1371
|
+
controlSetId: string | undefined;
|
|
1372
|
+
|
|
1373
|
+
status: ControlSetStatus | string | undefined;
|
|
1374
|
+
|
|
1375
|
+
comment: string | undefined;
|
|
1376
|
+
}
|
|
1377
|
+
export interface UpdateAssessmentControlSetStatusResponse {
|
|
1378
|
+
controlSet?: AssessmentControlSet;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
export interface UpdateAssessmentFrameworkControlSet {
|
|
1382
|
+
id?: string;
|
|
1383
|
+
|
|
1384
|
+
name: string | undefined;
|
|
1385
|
+
|
|
1386
|
+
controls: CreateAssessmentFrameworkControl[] | undefined;
|
|
1387
|
+
}
|
|
1388
|
+
export interface UpdateAssessmentFrameworkRequest {
|
|
1389
|
+
frameworkId: string | undefined;
|
|
1390
|
+
|
|
1391
|
+
name: string | undefined;
|
|
1392
|
+
|
|
1393
|
+
description?: string;
|
|
1394
|
+
|
|
1395
|
+
complianceType?: string;
|
|
1396
|
+
|
|
1397
|
+
controlSets: UpdateAssessmentFrameworkControlSet[] | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
export interface UpdateAssessmentFrameworkResponse {
|
|
1400
|
+
framework?: Framework;
|
|
1401
|
+
}
|
|
1402
|
+
export declare enum ShareRequestAction {
|
|
1403
|
+
ACCEPT = "ACCEPT",
|
|
1404
|
+
DECLINE = "DECLINE",
|
|
1405
|
+
REVOKE = "REVOKE",
|
|
1406
|
+
}
|
|
1407
|
+
export interface UpdateAssessmentFrameworkShareRequest {
|
|
1408
|
+
requestId: string | undefined;
|
|
1409
|
+
|
|
1410
|
+
requestType: ShareRequestType | string | undefined;
|
|
1411
|
+
|
|
1412
|
+
action: ShareRequestAction | string | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface UpdateAssessmentFrameworkShareResponse {
|
|
1415
|
+
assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
|
|
1416
|
+
}
|
|
1417
|
+
export interface UpdateAssessmentStatusRequest {
|
|
1418
|
+
assessmentId: string | undefined;
|
|
1419
|
+
|
|
1420
|
+
status: AssessmentStatus | string | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface UpdateAssessmentStatusResponse {
|
|
1423
|
+
assessment?: Assessment;
|
|
1424
|
+
}
|
|
1425
|
+
export interface UpdateControlRequest {
|
|
1426
|
+
controlId: string | undefined;
|
|
1427
|
+
|
|
1428
|
+
name: string | undefined;
|
|
1429
|
+
|
|
1430
|
+
description?: string;
|
|
1431
|
+
|
|
1432
|
+
testingInformation?: string;
|
|
1433
|
+
|
|
1434
|
+
actionPlanTitle?: string;
|
|
1435
|
+
|
|
1436
|
+
actionPlanInstructions?: string;
|
|
1437
|
+
|
|
1438
|
+
controlMappingSources: ControlMappingSource[] | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export interface UpdateControlResponse {
|
|
1441
|
+
control?: Control;
|
|
1442
|
+
}
|
|
1443
|
+
export interface UpdateSettingsRequest {
|
|
1444
|
+
snsTopic?: string;
|
|
1445
|
+
|
|
1446
|
+
defaultAssessmentReportsDestination?: AssessmentReportsDestination;
|
|
1447
|
+
|
|
1448
|
+
defaultProcessOwners?: Role[];
|
|
1449
|
+
|
|
1450
|
+
kmsKey?: string;
|
|
1451
|
+
}
|
|
1452
|
+
export interface UpdateSettingsResponse {
|
|
1453
|
+
settings?: Settings;
|
|
1454
|
+
}
|
|
1455
|
+
export interface ValidateAssessmentReportIntegrityRequest {
|
|
1456
|
+
s3RelativePath: string | undefined;
|
|
1457
|
+
}
|
|
1458
|
+
export interface ValidateAssessmentReportIntegrityResponse {
|
|
1459
|
+
signatureValid?: boolean;
|
|
1460
|
+
|
|
1461
|
+
signatureAlgorithm?: string;
|
|
1462
|
+
|
|
1463
|
+
signatureDateTime?: string;
|
|
1464
|
+
|
|
1465
|
+
signatureKeyId?: string;
|
|
1466
|
+
|
|
1467
|
+
validationErrors?: string[];
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
export declare const AWSAccountFilterSensitiveLog: (obj: AWSAccount) => any;
|
|
1471
|
+
|
|
1472
|
+
export declare const ControlCommentFilterSensitiveLog: (
|
|
1473
|
+
obj: ControlComment
|
|
1474
|
+
) => any;
|
|
1475
|
+
|
|
1476
|
+
export declare const AssessmentControlFilterSensitiveLog: (
|
|
1477
|
+
obj: AssessmentControl
|
|
1478
|
+
) => any;
|
|
1479
|
+
|
|
1480
|
+
export declare const DelegationFilterSensitiveLog: (obj: Delegation) => any;
|
|
1481
|
+
|
|
1482
|
+
export declare const RoleFilterSensitiveLog: (obj: Role) => any;
|
|
1483
|
+
|
|
1484
|
+
export declare const AssessmentControlSetFilterSensitiveLog: (
|
|
1485
|
+
obj: AssessmentControlSet
|
|
1486
|
+
) => any;
|
|
1487
|
+
|
|
1488
|
+
export declare const FrameworkMetadataFilterSensitiveLog: (
|
|
1489
|
+
obj: FrameworkMetadata
|
|
1490
|
+
) => any;
|
|
1491
|
+
|
|
1492
|
+
export declare const AssessmentFrameworkFilterSensitiveLog: (
|
|
1493
|
+
obj: AssessmentFramework
|
|
1494
|
+
) => any;
|
|
1495
|
+
|
|
1496
|
+
export declare const AssessmentReportsDestinationFilterSensitiveLog: (
|
|
1497
|
+
obj: AssessmentReportsDestination
|
|
1498
|
+
) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const AWSServiceFilterSensitiveLog: (obj: AWSService) => any;
|
|
1501
|
+
|
|
1502
|
+
export declare const ScopeFilterSensitiveLog: (obj: Scope) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const AssessmentMetadataFilterSensitiveLog: (
|
|
1505
|
+
obj: AssessmentMetadata
|
|
1506
|
+
) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const AssessmentFilterSensitiveLog: (obj: Assessment) => any;
|
|
1509
|
+
|
|
1510
|
+
export declare const AssessmentEvidenceFolderFilterSensitiveLog: (
|
|
1511
|
+
obj: AssessmentEvidenceFolder
|
|
1512
|
+
) => any;
|
|
1513
|
+
|
|
1514
|
+
export declare const AssessmentFrameworkMetadataFilterSensitiveLog: (
|
|
1515
|
+
obj: AssessmentFrameworkMetadata
|
|
1516
|
+
) => any;
|
|
1517
|
+
|
|
1518
|
+
export declare const AssessmentFrameworkShareRequestFilterSensitiveLog: (
|
|
1519
|
+
obj: AssessmentFrameworkShareRequest
|
|
1520
|
+
) => any;
|
|
1521
|
+
|
|
1522
|
+
export declare const AssessmentMetadataItemFilterSensitiveLog: (
|
|
1523
|
+
obj: AssessmentMetadataItem
|
|
1524
|
+
) => any;
|
|
1525
|
+
|
|
1526
|
+
export declare const AssessmentReportFilterSensitiveLog: (
|
|
1527
|
+
obj: AssessmentReport
|
|
1528
|
+
) => any;
|
|
1529
|
+
|
|
1530
|
+
export declare const AssessmentReportEvidenceErrorFilterSensitiveLog: (
|
|
1531
|
+
obj: AssessmentReportEvidenceError
|
|
1532
|
+
) => any;
|
|
1533
|
+
|
|
1534
|
+
export declare const AssessmentReportMetadataFilterSensitiveLog: (
|
|
1535
|
+
obj: AssessmentReportMetadata
|
|
1536
|
+
) => any;
|
|
1537
|
+
|
|
1538
|
+
export declare const AssociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog: (
|
|
1539
|
+
obj: AssociateAssessmentReportEvidenceFolderRequest
|
|
1540
|
+
) => any;
|
|
1541
|
+
|
|
1542
|
+
export declare const AssociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog: (
|
|
1543
|
+
obj: AssociateAssessmentReportEvidenceFolderResponse
|
|
1544
|
+
) => any;
|
|
1545
|
+
|
|
1546
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1547
|
+
obj: ValidationExceptionField
|
|
1548
|
+
) => any;
|
|
1549
|
+
|
|
1550
|
+
export declare const BatchAssociateAssessmentReportEvidenceRequestFilterSensitiveLog: (
|
|
1551
|
+
obj: BatchAssociateAssessmentReportEvidenceRequest
|
|
1552
|
+
) => any;
|
|
1553
|
+
|
|
1554
|
+
export declare const BatchAssociateAssessmentReportEvidenceResponseFilterSensitiveLog: (
|
|
1555
|
+
obj: BatchAssociateAssessmentReportEvidenceResponse
|
|
1556
|
+
) => any;
|
|
1557
|
+
|
|
1558
|
+
export declare const CreateDelegationRequestFilterSensitiveLog: (
|
|
1559
|
+
obj: CreateDelegationRequest
|
|
1560
|
+
) => any;
|
|
1561
|
+
|
|
1562
|
+
export declare const BatchCreateDelegationByAssessmentRequestFilterSensitiveLog: (
|
|
1563
|
+
obj: BatchCreateDelegationByAssessmentRequest
|
|
1564
|
+
) => any;
|
|
1565
|
+
|
|
1566
|
+
export declare const BatchCreateDelegationByAssessmentErrorFilterSensitiveLog: (
|
|
1567
|
+
obj: BatchCreateDelegationByAssessmentError
|
|
1568
|
+
) => any;
|
|
1569
|
+
|
|
1570
|
+
export declare const BatchCreateDelegationByAssessmentResponseFilterSensitiveLog: (
|
|
1571
|
+
obj: BatchCreateDelegationByAssessmentResponse
|
|
1572
|
+
) => any;
|
|
1573
|
+
|
|
1574
|
+
export declare const BatchDeleteDelegationByAssessmentRequestFilterSensitiveLog: (
|
|
1575
|
+
obj: BatchDeleteDelegationByAssessmentRequest
|
|
1576
|
+
) => any;
|
|
1577
|
+
|
|
1578
|
+
export declare const BatchDeleteDelegationByAssessmentErrorFilterSensitiveLog: (
|
|
1579
|
+
obj: BatchDeleteDelegationByAssessmentError
|
|
1580
|
+
) => any;
|
|
1581
|
+
|
|
1582
|
+
export declare const BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog: (
|
|
1583
|
+
obj: BatchDeleteDelegationByAssessmentResponse
|
|
1584
|
+
) => any;
|
|
1585
|
+
|
|
1586
|
+
export declare const BatchDisassociateAssessmentReportEvidenceRequestFilterSensitiveLog: (
|
|
1587
|
+
obj: BatchDisassociateAssessmentReportEvidenceRequest
|
|
1588
|
+
) => any;
|
|
1589
|
+
|
|
1590
|
+
export declare const BatchDisassociateAssessmentReportEvidenceResponseFilterSensitiveLog: (
|
|
1591
|
+
obj: BatchDisassociateAssessmentReportEvidenceResponse
|
|
1592
|
+
) => any;
|
|
1593
|
+
|
|
1594
|
+
export declare const ManualEvidenceFilterSensitiveLog: (
|
|
1595
|
+
obj: ManualEvidence
|
|
1596
|
+
) => any;
|
|
1597
|
+
|
|
1598
|
+
export declare const BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog: (
|
|
1599
|
+
obj: BatchImportEvidenceToAssessmentControlRequest
|
|
1600
|
+
) => any;
|
|
1601
|
+
|
|
1602
|
+
export declare const BatchImportEvidenceToAssessmentControlErrorFilterSensitiveLog: (
|
|
1603
|
+
obj: BatchImportEvidenceToAssessmentControlError
|
|
1604
|
+
) => any;
|
|
1605
|
+
|
|
1606
|
+
export declare const BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog: (
|
|
1607
|
+
obj: BatchImportEvidenceToAssessmentControlResponse
|
|
1608
|
+
) => any;
|
|
1609
|
+
|
|
1610
|
+
export declare const CreateAssessmentRequestFilterSensitiveLog: (
|
|
1611
|
+
obj: CreateAssessmentRequest
|
|
1612
|
+
) => any;
|
|
1613
|
+
|
|
1614
|
+
export declare const CreateAssessmentResponseFilterSensitiveLog: (
|
|
1615
|
+
obj: CreateAssessmentResponse
|
|
1616
|
+
) => any;
|
|
1617
|
+
|
|
1618
|
+
export declare const CreateAssessmentFrameworkControlFilterSensitiveLog: (
|
|
1619
|
+
obj: CreateAssessmentFrameworkControl
|
|
1620
|
+
) => any;
|
|
1621
|
+
|
|
1622
|
+
export declare const CreateAssessmentFrameworkControlSetFilterSensitiveLog: (
|
|
1623
|
+
obj: CreateAssessmentFrameworkControlSet
|
|
1624
|
+
) => any;
|
|
1625
|
+
|
|
1626
|
+
export declare const CreateAssessmentFrameworkRequestFilterSensitiveLog: (
|
|
1627
|
+
obj: CreateAssessmentFrameworkRequest
|
|
1628
|
+
) => any;
|
|
1629
|
+
|
|
1630
|
+
export declare const SourceKeywordFilterSensitiveLog: (
|
|
1631
|
+
obj: SourceKeyword
|
|
1632
|
+
) => any;
|
|
1633
|
+
|
|
1634
|
+
export declare const ControlMappingSourceFilterSensitiveLog: (
|
|
1635
|
+
obj: ControlMappingSource
|
|
1636
|
+
) => any;
|
|
1637
|
+
|
|
1638
|
+
export declare const ControlFilterSensitiveLog: (obj: Control) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const ControlSetFilterSensitiveLog: (obj: ControlSet) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const FrameworkFilterSensitiveLog: (obj: Framework) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const CreateAssessmentFrameworkResponseFilterSensitiveLog: (
|
|
1645
|
+
obj: CreateAssessmentFrameworkResponse
|
|
1646
|
+
) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const CreateAssessmentReportRequestFilterSensitiveLog: (
|
|
1649
|
+
obj: CreateAssessmentReportRequest
|
|
1650
|
+
) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const CreateAssessmentReportResponseFilterSensitiveLog: (
|
|
1653
|
+
obj: CreateAssessmentReportResponse
|
|
1654
|
+
) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const CreateControlMappingSourceFilterSensitiveLog: (
|
|
1657
|
+
obj: CreateControlMappingSource
|
|
1658
|
+
) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const CreateControlRequestFilterSensitiveLog: (
|
|
1661
|
+
obj: CreateControlRequest
|
|
1662
|
+
) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const CreateControlResponseFilterSensitiveLog: (
|
|
1665
|
+
obj: CreateControlResponse
|
|
1666
|
+
) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const DeleteAssessmentRequestFilterSensitiveLog: (
|
|
1669
|
+
obj: DeleteAssessmentRequest
|
|
1670
|
+
) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const DeleteAssessmentResponseFilterSensitiveLog: (
|
|
1673
|
+
obj: DeleteAssessmentResponse
|
|
1674
|
+
) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const DeleteAssessmentFrameworkRequestFilterSensitiveLog: (
|
|
1677
|
+
obj: DeleteAssessmentFrameworkRequest
|
|
1678
|
+
) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const DeleteAssessmentFrameworkResponseFilterSensitiveLog: (
|
|
1681
|
+
obj: DeleteAssessmentFrameworkResponse
|
|
1682
|
+
) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const DeleteAssessmentFrameworkShareRequestFilterSensitiveLog: (
|
|
1685
|
+
obj: DeleteAssessmentFrameworkShareRequest
|
|
1686
|
+
) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const DeleteAssessmentFrameworkShareResponseFilterSensitiveLog: (
|
|
1689
|
+
obj: DeleteAssessmentFrameworkShareResponse
|
|
1690
|
+
) => any;
|
|
1691
|
+
|
|
1692
|
+
export declare const DeleteAssessmentReportRequestFilterSensitiveLog: (
|
|
1693
|
+
obj: DeleteAssessmentReportRequest
|
|
1694
|
+
) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const DeleteAssessmentReportResponseFilterSensitiveLog: (
|
|
1697
|
+
obj: DeleteAssessmentReportResponse
|
|
1698
|
+
) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const DeleteControlRequestFilterSensitiveLog: (
|
|
1701
|
+
obj: DeleteControlRequest
|
|
1702
|
+
) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const DeleteControlResponseFilterSensitiveLog: (
|
|
1705
|
+
obj: DeleteControlResponse
|
|
1706
|
+
) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const DeregisterAccountRequestFilterSensitiveLog: (
|
|
1709
|
+
obj: DeregisterAccountRequest
|
|
1710
|
+
) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const DeregisterAccountResponseFilterSensitiveLog: (
|
|
1713
|
+
obj: DeregisterAccountResponse
|
|
1714
|
+
) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const DeregisterOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
1717
|
+
obj: DeregisterOrganizationAdminAccountRequest
|
|
1718
|
+
) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const DeregisterOrganizationAdminAccountResponseFilterSensitiveLog: (
|
|
1721
|
+
obj: DeregisterOrganizationAdminAccountResponse
|
|
1722
|
+
) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const DisassociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog: (
|
|
1725
|
+
obj: DisassociateAssessmentReportEvidenceFolderRequest
|
|
1726
|
+
) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const DisassociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog: (
|
|
1729
|
+
obj: DisassociateAssessmentReportEvidenceFolderResponse
|
|
1730
|
+
) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const GetAccountStatusRequestFilterSensitiveLog: (
|
|
1733
|
+
obj: GetAccountStatusRequest
|
|
1734
|
+
) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const GetAccountStatusResponseFilterSensitiveLog: (
|
|
1737
|
+
obj: GetAccountStatusResponse
|
|
1738
|
+
) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const GetAssessmentRequestFilterSensitiveLog: (
|
|
1741
|
+
obj: GetAssessmentRequest
|
|
1742
|
+
) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const GetAssessmentResponseFilterSensitiveLog: (
|
|
1745
|
+
obj: GetAssessmentResponse
|
|
1746
|
+
) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const GetAssessmentFrameworkRequestFilterSensitiveLog: (
|
|
1749
|
+
obj: GetAssessmentFrameworkRequest
|
|
1750
|
+
) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const GetAssessmentFrameworkResponseFilterSensitiveLog: (
|
|
1753
|
+
obj: GetAssessmentFrameworkResponse
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const GetAssessmentReportUrlRequestFilterSensitiveLog: (
|
|
1757
|
+
obj: GetAssessmentReportUrlRequest
|
|
1758
|
+
) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const URLFilterSensitiveLog: (obj: URL) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const GetAssessmentReportUrlResponseFilterSensitiveLog: (
|
|
1763
|
+
obj: GetAssessmentReportUrlResponse
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const GetChangeLogsRequestFilterSensitiveLog: (
|
|
1767
|
+
obj: GetChangeLogsRequest
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const ChangeLogFilterSensitiveLog: (obj: ChangeLog) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const GetChangeLogsResponseFilterSensitiveLog: (
|
|
1773
|
+
obj: GetChangeLogsResponse
|
|
1774
|
+
) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const GetControlRequestFilterSensitiveLog: (
|
|
1777
|
+
obj: GetControlRequest
|
|
1778
|
+
) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const GetControlResponseFilterSensitiveLog: (
|
|
1781
|
+
obj: GetControlResponse
|
|
1782
|
+
) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const GetDelegationsRequestFilterSensitiveLog: (
|
|
1785
|
+
obj: GetDelegationsRequest
|
|
1786
|
+
) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const DelegationMetadataFilterSensitiveLog: (
|
|
1789
|
+
obj: DelegationMetadata
|
|
1790
|
+
) => any;
|
|
1791
|
+
|
|
1792
|
+
export declare const GetDelegationsResponseFilterSensitiveLog: (
|
|
1793
|
+
obj: GetDelegationsResponse
|
|
1794
|
+
) => any;
|
|
1795
|
+
|
|
1796
|
+
export declare const GetEvidenceRequestFilterSensitiveLog: (
|
|
1797
|
+
obj: GetEvidenceRequest
|
|
1798
|
+
) => any;
|
|
1799
|
+
|
|
1800
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const EvidenceFilterSensitiveLog: (obj: Evidence) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const GetEvidenceResponseFilterSensitiveLog: (
|
|
1805
|
+
obj: GetEvidenceResponse
|
|
1806
|
+
) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const GetEvidenceByEvidenceFolderRequestFilterSensitiveLog: (
|
|
1809
|
+
obj: GetEvidenceByEvidenceFolderRequest
|
|
1810
|
+
) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const GetEvidenceByEvidenceFolderResponseFilterSensitiveLog: (
|
|
1813
|
+
obj: GetEvidenceByEvidenceFolderResponse
|
|
1814
|
+
) => any;
|
|
1815
|
+
|
|
1816
|
+
export declare const GetEvidenceFolderRequestFilterSensitiveLog: (
|
|
1817
|
+
obj: GetEvidenceFolderRequest
|
|
1818
|
+
) => any;
|
|
1819
|
+
|
|
1820
|
+
export declare const GetEvidenceFolderResponseFilterSensitiveLog: (
|
|
1821
|
+
obj: GetEvidenceFolderResponse
|
|
1822
|
+
) => any;
|
|
1823
|
+
|
|
1824
|
+
export declare const GetEvidenceFoldersByAssessmentRequestFilterSensitiveLog: (
|
|
1825
|
+
obj: GetEvidenceFoldersByAssessmentRequest
|
|
1826
|
+
) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const GetEvidenceFoldersByAssessmentResponseFilterSensitiveLog: (
|
|
1829
|
+
obj: GetEvidenceFoldersByAssessmentResponse
|
|
1830
|
+
) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const GetEvidenceFoldersByAssessmentControlRequestFilterSensitiveLog: (
|
|
1833
|
+
obj: GetEvidenceFoldersByAssessmentControlRequest
|
|
1834
|
+
) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const GetEvidenceFoldersByAssessmentControlResponseFilterSensitiveLog: (
|
|
1837
|
+
obj: GetEvidenceFoldersByAssessmentControlResponse
|
|
1838
|
+
) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const GetInsightsRequestFilterSensitiveLog: (
|
|
1841
|
+
obj: GetInsightsRequest
|
|
1842
|
+
) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const InsightsFilterSensitiveLog: (obj: Insights) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const GetInsightsResponseFilterSensitiveLog: (
|
|
1847
|
+
obj: GetInsightsResponse
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const GetInsightsByAssessmentRequestFilterSensitiveLog: (
|
|
1851
|
+
obj: GetInsightsByAssessmentRequest
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const InsightsByAssessmentFilterSensitiveLog: (
|
|
1855
|
+
obj: InsightsByAssessment
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const GetInsightsByAssessmentResponseFilterSensitiveLog: (
|
|
1859
|
+
obj: GetInsightsByAssessmentResponse
|
|
1860
|
+
) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const GetOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
1863
|
+
obj: GetOrganizationAdminAccountRequest
|
|
1864
|
+
) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const GetOrganizationAdminAccountResponseFilterSensitiveLog: (
|
|
1867
|
+
obj: GetOrganizationAdminAccountResponse
|
|
1868
|
+
) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const GetServicesInScopeRequestFilterSensitiveLog: (
|
|
1871
|
+
obj: GetServicesInScopeRequest
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const ServiceMetadataFilterSensitiveLog: (
|
|
1875
|
+
obj: ServiceMetadata
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const GetServicesInScopeResponseFilterSensitiveLog: (
|
|
1879
|
+
obj: GetServicesInScopeResponse
|
|
1880
|
+
) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const GetSettingsRequestFilterSensitiveLog: (
|
|
1883
|
+
obj: GetSettingsRequest
|
|
1884
|
+
) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const GetSettingsResponseFilterSensitiveLog: (
|
|
1889
|
+
obj: GetSettingsResponse
|
|
1890
|
+
) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const ListAssessmentControlInsightsByControlDomainRequestFilterSensitiveLog: (
|
|
1893
|
+
obj: ListAssessmentControlInsightsByControlDomainRequest
|
|
1894
|
+
) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const EvidenceInsightsFilterSensitiveLog: (
|
|
1897
|
+
obj: EvidenceInsights
|
|
1898
|
+
) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const ControlInsightsMetadataByAssessmentItemFilterSensitiveLog: (
|
|
1901
|
+
obj: ControlInsightsMetadataByAssessmentItem
|
|
1902
|
+
) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const ListAssessmentControlInsightsByControlDomainResponseFilterSensitiveLog: (
|
|
1905
|
+
obj: ListAssessmentControlInsightsByControlDomainResponse
|
|
1906
|
+
) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const ListAssessmentFrameworksRequestFilterSensitiveLog: (
|
|
1909
|
+
obj: ListAssessmentFrameworksRequest
|
|
1910
|
+
) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const ListAssessmentFrameworksResponseFilterSensitiveLog: (
|
|
1913
|
+
obj: ListAssessmentFrameworksResponse
|
|
1914
|
+
) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const ListAssessmentFrameworkShareRequestsRequestFilterSensitiveLog: (
|
|
1917
|
+
obj: ListAssessmentFrameworkShareRequestsRequest
|
|
1918
|
+
) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog: (
|
|
1921
|
+
obj: ListAssessmentFrameworkShareRequestsResponse
|
|
1922
|
+
) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const ListAssessmentReportsRequestFilterSensitiveLog: (
|
|
1925
|
+
obj: ListAssessmentReportsRequest
|
|
1926
|
+
) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const ListAssessmentReportsResponseFilterSensitiveLog: (
|
|
1929
|
+
obj: ListAssessmentReportsResponse
|
|
1930
|
+
) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const ListAssessmentsRequestFilterSensitiveLog: (
|
|
1933
|
+
obj: ListAssessmentsRequest
|
|
1934
|
+
) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const ListAssessmentsResponseFilterSensitiveLog: (
|
|
1937
|
+
obj: ListAssessmentsResponse
|
|
1938
|
+
) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const ListControlDomainInsightsRequestFilterSensitiveLog: (
|
|
1941
|
+
obj: ListControlDomainInsightsRequest
|
|
1942
|
+
) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const ControlDomainInsightsFilterSensitiveLog: (
|
|
1945
|
+
obj: ControlDomainInsights
|
|
1946
|
+
) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const ListControlDomainInsightsResponseFilterSensitiveLog: (
|
|
1949
|
+
obj: ListControlDomainInsightsResponse
|
|
1950
|
+
) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const ListControlDomainInsightsByAssessmentRequestFilterSensitiveLog: (
|
|
1953
|
+
obj: ListControlDomainInsightsByAssessmentRequest
|
|
1954
|
+
) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const ListControlDomainInsightsByAssessmentResponseFilterSensitiveLog: (
|
|
1957
|
+
obj: ListControlDomainInsightsByAssessmentResponse
|
|
1958
|
+
) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const ListControlInsightsByControlDomainRequestFilterSensitiveLog: (
|
|
1961
|
+
obj: ListControlInsightsByControlDomainRequest
|
|
1962
|
+
) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const ControlInsightsMetadataItemFilterSensitiveLog: (
|
|
1965
|
+
obj: ControlInsightsMetadataItem
|
|
1966
|
+
) => any;
|
|
1967
|
+
|
|
1968
|
+
export declare const ListControlInsightsByControlDomainResponseFilterSensitiveLog: (
|
|
1969
|
+
obj: ListControlInsightsByControlDomainResponse
|
|
1970
|
+
) => any;
|
|
1971
|
+
|
|
1972
|
+
export declare const ListControlsRequestFilterSensitiveLog: (
|
|
1973
|
+
obj: ListControlsRequest
|
|
1974
|
+
) => any;
|
|
1975
|
+
|
|
1976
|
+
export declare const ControlMetadataFilterSensitiveLog: (
|
|
1977
|
+
obj: ControlMetadata
|
|
1978
|
+
) => any;
|
|
1979
|
+
|
|
1980
|
+
export declare const ListControlsResponseFilterSensitiveLog: (
|
|
1981
|
+
obj: ListControlsResponse
|
|
1982
|
+
) => any;
|
|
1983
|
+
|
|
1984
|
+
export declare const ListKeywordsForDataSourceRequestFilterSensitiveLog: (
|
|
1985
|
+
obj: ListKeywordsForDataSourceRequest
|
|
1986
|
+
) => any;
|
|
1987
|
+
|
|
1988
|
+
export declare const ListKeywordsForDataSourceResponseFilterSensitiveLog: (
|
|
1989
|
+
obj: ListKeywordsForDataSourceResponse
|
|
1990
|
+
) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const ListNotificationsRequestFilterSensitiveLog: (
|
|
1993
|
+
obj: ListNotificationsRequest
|
|
1994
|
+
) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const ListNotificationsResponseFilterSensitiveLog: (
|
|
1999
|
+
obj: ListNotificationsResponse
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2003
|
+
obj: ListTagsForResourceRequest
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2007
|
+
obj: ListTagsForResourceResponse
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const RegisterAccountRequestFilterSensitiveLog: (
|
|
2011
|
+
obj: RegisterAccountRequest
|
|
2012
|
+
) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const RegisterAccountResponseFilterSensitiveLog: (
|
|
2015
|
+
obj: RegisterAccountResponse
|
|
2016
|
+
) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const RegisterOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
2019
|
+
obj: RegisterOrganizationAdminAccountRequest
|
|
2020
|
+
) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const RegisterOrganizationAdminAccountResponseFilterSensitiveLog: (
|
|
2023
|
+
obj: RegisterOrganizationAdminAccountResponse
|
|
2024
|
+
) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const StartAssessmentFrameworkShareRequestFilterSensitiveLog: (
|
|
2027
|
+
obj: StartAssessmentFrameworkShareRequest
|
|
2028
|
+
) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const StartAssessmentFrameworkShareResponseFilterSensitiveLog: (
|
|
2031
|
+
obj: StartAssessmentFrameworkShareResponse
|
|
2032
|
+
) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2035
|
+
obj: TagResourceRequest
|
|
2036
|
+
) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2039
|
+
obj: TagResourceResponse
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2043
|
+
obj: UntagResourceRequest
|
|
2044
|
+
) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2047
|
+
obj: UntagResourceResponse
|
|
2048
|
+
) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const UpdateAssessmentRequestFilterSensitiveLog: (
|
|
2051
|
+
obj: UpdateAssessmentRequest
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const UpdateAssessmentResponseFilterSensitiveLog: (
|
|
2055
|
+
obj: UpdateAssessmentResponse
|
|
2056
|
+
) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const UpdateAssessmentControlRequestFilterSensitiveLog: (
|
|
2059
|
+
obj: UpdateAssessmentControlRequest
|
|
2060
|
+
) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const UpdateAssessmentControlResponseFilterSensitiveLog: (
|
|
2063
|
+
obj: UpdateAssessmentControlResponse
|
|
2064
|
+
) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const UpdateAssessmentControlSetStatusRequestFilterSensitiveLog: (
|
|
2067
|
+
obj: UpdateAssessmentControlSetStatusRequest
|
|
2068
|
+
) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const UpdateAssessmentControlSetStatusResponseFilterSensitiveLog: (
|
|
2071
|
+
obj: UpdateAssessmentControlSetStatusResponse
|
|
2072
|
+
) => any;
|
|
2073
|
+
|
|
2074
|
+
export declare const UpdateAssessmentFrameworkControlSetFilterSensitiveLog: (
|
|
2075
|
+
obj: UpdateAssessmentFrameworkControlSet
|
|
2076
|
+
) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const UpdateAssessmentFrameworkRequestFilterSensitiveLog: (
|
|
2079
|
+
obj: UpdateAssessmentFrameworkRequest
|
|
2080
|
+
) => any;
|
|
2081
|
+
|
|
2082
|
+
export declare const UpdateAssessmentFrameworkResponseFilterSensitiveLog: (
|
|
2083
|
+
obj: UpdateAssessmentFrameworkResponse
|
|
2084
|
+
) => any;
|
|
2085
|
+
|
|
2086
|
+
export declare const UpdateAssessmentFrameworkShareRequestFilterSensitiveLog: (
|
|
2087
|
+
obj: UpdateAssessmentFrameworkShareRequest
|
|
2088
|
+
) => any;
|
|
2089
|
+
|
|
2090
|
+
export declare const UpdateAssessmentFrameworkShareResponseFilterSensitiveLog: (
|
|
2091
|
+
obj: UpdateAssessmentFrameworkShareResponse
|
|
2092
|
+
) => any;
|
|
2093
|
+
|
|
2094
|
+
export declare const UpdateAssessmentStatusRequestFilterSensitiveLog: (
|
|
2095
|
+
obj: UpdateAssessmentStatusRequest
|
|
2096
|
+
) => any;
|
|
2097
|
+
|
|
2098
|
+
export declare const UpdateAssessmentStatusResponseFilterSensitiveLog: (
|
|
2099
|
+
obj: UpdateAssessmentStatusResponse
|
|
2100
|
+
) => any;
|
|
2101
|
+
|
|
2102
|
+
export declare const UpdateControlRequestFilterSensitiveLog: (
|
|
2103
|
+
obj: UpdateControlRequest
|
|
2104
|
+
) => any;
|
|
2105
|
+
|
|
2106
|
+
export declare const UpdateControlResponseFilterSensitiveLog: (
|
|
2107
|
+
obj: UpdateControlResponse
|
|
2108
|
+
) => any;
|
|
2109
|
+
|
|
2110
|
+
export declare const UpdateSettingsRequestFilterSensitiveLog: (
|
|
2111
|
+
obj: UpdateSettingsRequest
|
|
2112
|
+
) => any;
|
|
2113
|
+
|
|
2114
|
+
export declare const UpdateSettingsResponseFilterSensitiveLog: (
|
|
2115
|
+
obj: UpdateSettingsResponse
|
|
2116
|
+
) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const ValidateAssessmentReportIntegrityRequestFilterSensitiveLog: (
|
|
2119
|
+
obj: ValidateAssessmentReportIntegrityRequest
|
|
2120
|
+
) => any;
|
|
2121
|
+
|
|
2122
|
+
export declare const ValidateAssessmentReportIntegrityResponseFilterSensitiveLog: (
|
|
2123
|
+
obj: ValidateAssessmentReportIntegrityResponse
|
|
2124
|
+
) => any;
|