@aws-sdk/client-auditmanager 3.928.0 → 3.930.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.
Files changed (86) hide show
  1. package/dist-cjs/index.js +2775 -3133
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AuditManagerClient.js +2 -0
  4. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +3 -9
  6. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -10
  7. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +3 -10
  8. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +3 -9
  9. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -10
  10. package/dist-es/commands/CreateAssessmentCommand.js +3 -10
  11. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -10
  12. package/dist-es/commands/CreateAssessmentReportCommand.js +3 -10
  13. package/dist-es/commands/CreateControlCommand.js +3 -10
  14. package/dist-es/commands/DeleteAssessmentCommand.js +3 -9
  15. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +3 -9
  16. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +3 -9
  17. package/dist-es/commands/DeleteAssessmentReportCommand.js +3 -9
  18. package/dist-es/commands/DeleteControlCommand.js +3 -9
  19. package/dist-es/commands/DeregisterAccountCommand.js +3 -9
  20. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +3 -9
  21. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +3 -9
  22. package/dist-es/commands/GetAccountStatusCommand.js +3 -9
  23. package/dist-es/commands/GetAssessmentCommand.js +3 -10
  24. package/dist-es/commands/GetAssessmentFrameworkCommand.js +3 -10
  25. package/dist-es/commands/GetAssessmentReportUrlCommand.js +3 -9
  26. package/dist-es/commands/GetChangeLogsCommand.js +3 -9
  27. package/dist-es/commands/GetControlCommand.js +3 -10
  28. package/dist-es/commands/GetDelegationsCommand.js +3 -10
  29. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +3 -9
  30. package/dist-es/commands/GetEvidenceCommand.js +3 -9
  31. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +3 -10
  32. package/dist-es/commands/GetEvidenceFolderCommand.js +3 -9
  33. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +3 -9
  34. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +3 -9
  35. package/dist-es/commands/GetInsightsByAssessmentCommand.js +3 -9
  36. package/dist-es/commands/GetInsightsCommand.js +3 -9
  37. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +3 -9
  38. package/dist-es/commands/GetServicesInScopeCommand.js +3 -9
  39. package/dist-es/commands/GetSettingsCommand.js +3 -10
  40. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +3 -9
  41. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +3 -10
  42. package/dist-es/commands/ListAssessmentFrameworksCommand.js +3 -10
  43. package/dist-es/commands/ListAssessmentReportsCommand.js +3 -10
  44. package/dist-es/commands/ListAssessmentsCommand.js +3 -10
  45. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +3 -9
  46. package/dist-es/commands/ListControlDomainInsightsCommand.js +3 -9
  47. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +3 -9
  48. package/dist-es/commands/ListControlsCommand.js +3 -9
  49. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +3 -9
  50. package/dist-es/commands/ListNotificationsCommand.js +3 -10
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/RegisterAccountCommand.js +3 -9
  53. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +3 -9
  54. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +3 -10
  55. package/dist-es/commands/TagResourceCommand.js +3 -9
  56. package/dist-es/commands/UntagResourceCommand.js +3 -9
  57. package/dist-es/commands/UpdateAssessmentCommand.js +3 -10
  58. package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -10
  59. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -10
  60. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -10
  61. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +3 -10
  62. package/dist-es/commands/UpdateAssessmentStatusCommand.js +3 -10
  63. package/dist-es/commands/UpdateControlCommand.js +3 -10
  64. package/dist-es/commands/UpdateSettingsCommand.js +3 -10
  65. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +3 -9
  66. package/dist-es/models/models_0.js +0 -348
  67. package/dist-es/runtimeConfig.shared.js +2 -0
  68. package/dist-es/schemas/schemas_0.js +2651 -0
  69. package/dist-types/AuditManagerClient.d.ts +10 -1
  70. package/dist-types/models/models_0.d.ts +0 -272
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  72. package/dist-types/runtimeConfig.d.ts +1 -0
  73. package/dist-types/runtimeConfig.native.d.ts +1 -0
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +310 -0
  76. package/dist-types/ts3.4/AuditManagerClient.d.ts +4 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +0 -186
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +316 -0
  83. package/package.json +33 -33
  84. package/dist-es/protocols/Aws_restJson1.js +0 -2278
  85. package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
@@ -1,749 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateAssessmentReportEvidenceFolderCommandInput,
8
- AssociateAssessmentReportEvidenceFolderCommandOutput,
9
- } from "../commands/AssociateAssessmentReportEvidenceFolderCommand";
10
- import {
11
- BatchAssociateAssessmentReportEvidenceCommandInput,
12
- BatchAssociateAssessmentReportEvidenceCommandOutput,
13
- } from "../commands/BatchAssociateAssessmentReportEvidenceCommand";
14
- import {
15
- BatchCreateDelegationByAssessmentCommandInput,
16
- BatchCreateDelegationByAssessmentCommandOutput,
17
- } from "../commands/BatchCreateDelegationByAssessmentCommand";
18
- import {
19
- BatchDeleteDelegationByAssessmentCommandInput,
20
- BatchDeleteDelegationByAssessmentCommandOutput,
21
- } from "../commands/BatchDeleteDelegationByAssessmentCommand";
22
- import {
23
- BatchDisassociateAssessmentReportEvidenceCommandInput,
24
- BatchDisassociateAssessmentReportEvidenceCommandOutput,
25
- } from "../commands/BatchDisassociateAssessmentReportEvidenceCommand";
26
- import {
27
- BatchImportEvidenceToAssessmentControlCommandInput,
28
- BatchImportEvidenceToAssessmentControlCommandOutput,
29
- } from "../commands/BatchImportEvidenceToAssessmentControlCommand";
30
- import {
31
- CreateAssessmentCommandInput,
32
- CreateAssessmentCommandOutput,
33
- } from "../commands/CreateAssessmentCommand";
34
- import {
35
- CreateAssessmentFrameworkCommandInput,
36
- CreateAssessmentFrameworkCommandOutput,
37
- } from "../commands/CreateAssessmentFrameworkCommand";
38
- import {
39
- CreateAssessmentReportCommandInput,
40
- CreateAssessmentReportCommandOutput,
41
- } from "../commands/CreateAssessmentReportCommand";
42
- import {
43
- CreateControlCommandInput,
44
- CreateControlCommandOutput,
45
- } from "../commands/CreateControlCommand";
46
- import {
47
- DeleteAssessmentCommandInput,
48
- DeleteAssessmentCommandOutput,
49
- } from "../commands/DeleteAssessmentCommand";
50
- import {
51
- DeleteAssessmentFrameworkCommandInput,
52
- DeleteAssessmentFrameworkCommandOutput,
53
- } from "../commands/DeleteAssessmentFrameworkCommand";
54
- import {
55
- DeleteAssessmentFrameworkShareCommandInput,
56
- DeleteAssessmentFrameworkShareCommandOutput,
57
- } from "../commands/DeleteAssessmentFrameworkShareCommand";
58
- import {
59
- DeleteAssessmentReportCommandInput,
60
- DeleteAssessmentReportCommandOutput,
61
- } from "../commands/DeleteAssessmentReportCommand";
62
- import {
63
- DeleteControlCommandInput,
64
- DeleteControlCommandOutput,
65
- } from "../commands/DeleteControlCommand";
66
- import {
67
- DeregisterAccountCommandInput,
68
- DeregisterAccountCommandOutput,
69
- } from "../commands/DeregisterAccountCommand";
70
- import {
71
- DeregisterOrganizationAdminAccountCommandInput,
72
- DeregisterOrganizationAdminAccountCommandOutput,
73
- } from "../commands/DeregisterOrganizationAdminAccountCommand";
74
- import {
75
- DisassociateAssessmentReportEvidenceFolderCommandInput,
76
- DisassociateAssessmentReportEvidenceFolderCommandOutput,
77
- } from "../commands/DisassociateAssessmentReportEvidenceFolderCommand";
78
- import {
79
- GetAccountStatusCommandInput,
80
- GetAccountStatusCommandOutput,
81
- } from "../commands/GetAccountStatusCommand";
82
- import {
83
- GetAssessmentCommandInput,
84
- GetAssessmentCommandOutput,
85
- } from "../commands/GetAssessmentCommand";
86
- import {
87
- GetAssessmentFrameworkCommandInput,
88
- GetAssessmentFrameworkCommandOutput,
89
- } from "../commands/GetAssessmentFrameworkCommand";
90
- import {
91
- GetAssessmentReportUrlCommandInput,
92
- GetAssessmentReportUrlCommandOutput,
93
- } from "../commands/GetAssessmentReportUrlCommand";
94
- import {
95
- GetChangeLogsCommandInput,
96
- GetChangeLogsCommandOutput,
97
- } from "../commands/GetChangeLogsCommand";
98
- import {
99
- GetControlCommandInput,
100
- GetControlCommandOutput,
101
- } from "../commands/GetControlCommand";
102
- import {
103
- GetDelegationsCommandInput,
104
- GetDelegationsCommandOutput,
105
- } from "../commands/GetDelegationsCommand";
106
- import {
107
- GetEvidenceByEvidenceFolderCommandInput,
108
- GetEvidenceByEvidenceFolderCommandOutput,
109
- } from "../commands/GetEvidenceByEvidenceFolderCommand";
110
- import {
111
- GetEvidenceCommandInput,
112
- GetEvidenceCommandOutput,
113
- } from "../commands/GetEvidenceCommand";
114
- import {
115
- GetEvidenceFileUploadUrlCommandInput,
116
- GetEvidenceFileUploadUrlCommandOutput,
117
- } from "../commands/GetEvidenceFileUploadUrlCommand";
118
- import {
119
- GetEvidenceFolderCommandInput,
120
- GetEvidenceFolderCommandOutput,
121
- } from "../commands/GetEvidenceFolderCommand";
122
- import {
123
- GetEvidenceFoldersByAssessmentCommandInput,
124
- GetEvidenceFoldersByAssessmentCommandOutput,
125
- } from "../commands/GetEvidenceFoldersByAssessmentCommand";
126
- import {
127
- GetEvidenceFoldersByAssessmentControlCommandInput,
128
- GetEvidenceFoldersByAssessmentControlCommandOutput,
129
- } from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
130
- import {
131
- GetInsightsByAssessmentCommandInput,
132
- GetInsightsByAssessmentCommandOutput,
133
- } from "../commands/GetInsightsByAssessmentCommand";
134
- import {
135
- GetInsightsCommandInput,
136
- GetInsightsCommandOutput,
137
- } from "../commands/GetInsightsCommand";
138
- import {
139
- GetOrganizationAdminAccountCommandInput,
140
- GetOrganizationAdminAccountCommandOutput,
141
- } from "../commands/GetOrganizationAdminAccountCommand";
142
- import {
143
- GetServicesInScopeCommandInput,
144
- GetServicesInScopeCommandOutput,
145
- } from "../commands/GetServicesInScopeCommand";
146
- import {
147
- GetSettingsCommandInput,
148
- GetSettingsCommandOutput,
149
- } from "../commands/GetSettingsCommand";
150
- import {
151
- ListAssessmentControlInsightsByControlDomainCommandInput,
152
- ListAssessmentControlInsightsByControlDomainCommandOutput,
153
- } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
154
- import {
155
- ListAssessmentFrameworksCommandInput,
156
- ListAssessmentFrameworksCommandOutput,
157
- } from "../commands/ListAssessmentFrameworksCommand";
158
- import {
159
- ListAssessmentFrameworkShareRequestsCommandInput,
160
- ListAssessmentFrameworkShareRequestsCommandOutput,
161
- } from "../commands/ListAssessmentFrameworkShareRequestsCommand";
162
- import {
163
- ListAssessmentReportsCommandInput,
164
- ListAssessmentReportsCommandOutput,
165
- } from "../commands/ListAssessmentReportsCommand";
166
- import {
167
- ListAssessmentsCommandInput,
168
- ListAssessmentsCommandOutput,
169
- } from "../commands/ListAssessmentsCommand";
170
- import {
171
- ListControlDomainInsightsByAssessmentCommandInput,
172
- ListControlDomainInsightsByAssessmentCommandOutput,
173
- } from "../commands/ListControlDomainInsightsByAssessmentCommand";
174
- import {
175
- ListControlDomainInsightsCommandInput,
176
- ListControlDomainInsightsCommandOutput,
177
- } from "../commands/ListControlDomainInsightsCommand";
178
- import {
179
- ListControlInsightsByControlDomainCommandInput,
180
- ListControlInsightsByControlDomainCommandOutput,
181
- } from "../commands/ListControlInsightsByControlDomainCommand";
182
- import {
183
- ListControlsCommandInput,
184
- ListControlsCommandOutput,
185
- } from "../commands/ListControlsCommand";
186
- import {
187
- ListKeywordsForDataSourceCommandInput,
188
- ListKeywordsForDataSourceCommandOutput,
189
- } from "../commands/ListKeywordsForDataSourceCommand";
190
- import {
191
- ListNotificationsCommandInput,
192
- ListNotificationsCommandOutput,
193
- } from "../commands/ListNotificationsCommand";
194
- import {
195
- ListTagsForResourceCommandInput,
196
- ListTagsForResourceCommandOutput,
197
- } from "../commands/ListTagsForResourceCommand";
198
- import {
199
- RegisterAccountCommandInput,
200
- RegisterAccountCommandOutput,
201
- } from "../commands/RegisterAccountCommand";
202
- import {
203
- RegisterOrganizationAdminAccountCommandInput,
204
- RegisterOrganizationAdminAccountCommandOutput,
205
- } from "../commands/RegisterOrganizationAdminAccountCommand";
206
- import {
207
- StartAssessmentFrameworkShareCommandInput,
208
- StartAssessmentFrameworkShareCommandOutput,
209
- } from "../commands/StartAssessmentFrameworkShareCommand";
210
- import {
211
- TagResourceCommandInput,
212
- TagResourceCommandOutput,
213
- } from "../commands/TagResourceCommand";
214
- import {
215
- UntagResourceCommandInput,
216
- UntagResourceCommandOutput,
217
- } from "../commands/UntagResourceCommand";
218
- import {
219
- UpdateAssessmentCommandInput,
220
- UpdateAssessmentCommandOutput,
221
- } from "../commands/UpdateAssessmentCommand";
222
- import {
223
- UpdateAssessmentControlCommandInput,
224
- UpdateAssessmentControlCommandOutput,
225
- } from "../commands/UpdateAssessmentControlCommand";
226
- import {
227
- UpdateAssessmentControlSetStatusCommandInput,
228
- UpdateAssessmentControlSetStatusCommandOutput,
229
- } from "../commands/UpdateAssessmentControlSetStatusCommand";
230
- import {
231
- UpdateAssessmentFrameworkCommandInput,
232
- UpdateAssessmentFrameworkCommandOutput,
233
- } from "../commands/UpdateAssessmentFrameworkCommand";
234
- import {
235
- UpdateAssessmentFrameworkShareCommandInput,
236
- UpdateAssessmentFrameworkShareCommandOutput,
237
- } from "../commands/UpdateAssessmentFrameworkShareCommand";
238
- import {
239
- UpdateAssessmentStatusCommandInput,
240
- UpdateAssessmentStatusCommandOutput,
241
- } from "../commands/UpdateAssessmentStatusCommand";
242
- import {
243
- UpdateControlCommandInput,
244
- UpdateControlCommandOutput,
245
- } from "../commands/UpdateControlCommand";
246
- import {
247
- UpdateSettingsCommandInput,
248
- UpdateSettingsCommandOutput,
249
- } from "../commands/UpdateSettingsCommand";
250
- import {
251
- ValidateAssessmentReportIntegrityCommandInput,
252
- ValidateAssessmentReportIntegrityCommandOutput,
253
- } from "../commands/ValidateAssessmentReportIntegrityCommand";
254
- export declare const se_AssociateAssessmentReportEvidenceFolderCommand: (
255
- input: AssociateAssessmentReportEvidenceFolderCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_BatchAssociateAssessmentReportEvidenceCommand: (
259
- input: BatchAssociateAssessmentReportEvidenceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_BatchCreateDelegationByAssessmentCommand: (
263
- input: BatchCreateDelegationByAssessmentCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_BatchDeleteDelegationByAssessmentCommand: (
267
- input: BatchDeleteDelegationByAssessmentCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_BatchDisassociateAssessmentReportEvidenceCommand: (
271
- input: BatchDisassociateAssessmentReportEvidenceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_BatchImportEvidenceToAssessmentControlCommand: (
275
- input: BatchImportEvidenceToAssessmentControlCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_CreateAssessmentCommand: (
279
- input: CreateAssessmentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_CreateAssessmentFrameworkCommand: (
283
- input: CreateAssessmentFrameworkCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_CreateAssessmentReportCommand: (
287
- input: CreateAssessmentReportCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_CreateControlCommand: (
291
- input: CreateControlCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteAssessmentCommand: (
295
- input: DeleteAssessmentCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteAssessmentFrameworkCommand: (
299
- input: DeleteAssessmentFrameworkCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DeleteAssessmentFrameworkShareCommand: (
303
- input: DeleteAssessmentFrameworkShareCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeleteAssessmentReportCommand: (
307
- input: DeleteAssessmentReportCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeleteControlCommand: (
311
- input: DeleteControlCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeregisterAccountCommand: (
315
- input: DeregisterAccountCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DeregisterOrganizationAdminAccountCommand: (
319
- input: DeregisterOrganizationAdminAccountCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DisassociateAssessmentReportEvidenceFolderCommand: (
323
- input: DisassociateAssessmentReportEvidenceFolderCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_GetAccountStatusCommand: (
327
- input: GetAccountStatusCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_GetAssessmentCommand: (
331
- input: GetAssessmentCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetAssessmentFrameworkCommand: (
335
- input: GetAssessmentFrameworkCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetAssessmentReportUrlCommand: (
339
- input: GetAssessmentReportUrlCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetChangeLogsCommand: (
343
- input: GetChangeLogsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetControlCommand: (
347
- input: GetControlCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_GetDelegationsCommand: (
351
- input: GetDelegationsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_GetEvidenceCommand: (
355
- input: GetEvidenceCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_GetEvidenceByEvidenceFolderCommand: (
359
- input: GetEvidenceByEvidenceFolderCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_GetEvidenceFileUploadUrlCommand: (
363
- input: GetEvidenceFileUploadUrlCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_GetEvidenceFolderCommand: (
367
- input: GetEvidenceFolderCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_GetEvidenceFoldersByAssessmentCommand: (
371
- input: GetEvidenceFoldersByAssessmentCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_GetEvidenceFoldersByAssessmentControlCommand: (
375
- input: GetEvidenceFoldersByAssessmentControlCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_GetInsightsCommand: (
379
- input: GetInsightsCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_GetInsightsByAssessmentCommand: (
383
- input: GetInsightsByAssessmentCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetOrganizationAdminAccountCommand: (
387
- input: GetOrganizationAdminAccountCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_GetServicesInScopeCommand: (
391
- input: GetServicesInScopeCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_GetSettingsCommand: (
395
- input: GetSettingsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListAssessmentControlInsightsByControlDomainCommand: (
399
- input: ListAssessmentControlInsightsByControlDomainCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListAssessmentFrameworksCommand: (
403
- input: ListAssessmentFrameworksCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListAssessmentFrameworkShareRequestsCommand: (
407
- input: ListAssessmentFrameworkShareRequestsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListAssessmentReportsCommand: (
411
- input: ListAssessmentReportsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListAssessmentsCommand: (
415
- input: ListAssessmentsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListControlDomainInsightsCommand: (
419
- input: ListControlDomainInsightsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListControlDomainInsightsByAssessmentCommand: (
423
- input: ListControlDomainInsightsByAssessmentCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListControlInsightsByControlDomainCommand: (
427
- input: ListControlInsightsByControlDomainCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListControlsCommand: (
431
- input: ListControlsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListKeywordsForDataSourceCommand: (
435
- input: ListKeywordsForDataSourceCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListNotificationsCommand: (
439
- input: ListNotificationsCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListTagsForResourceCommand: (
443
- input: ListTagsForResourceCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_RegisterAccountCommand: (
447
- input: RegisterAccountCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_RegisterOrganizationAdminAccountCommand: (
451
- input: RegisterOrganizationAdminAccountCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_StartAssessmentFrameworkShareCommand: (
455
- input: StartAssessmentFrameworkShareCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_TagResourceCommand: (
459
- input: TagResourceCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UntagResourceCommand: (
463
- input: UntagResourceCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateAssessmentCommand: (
467
- input: UpdateAssessmentCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateAssessmentControlCommand: (
471
- input: UpdateAssessmentControlCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateAssessmentControlSetStatusCommand: (
475
- input: UpdateAssessmentControlSetStatusCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_UpdateAssessmentFrameworkCommand: (
479
- input: UpdateAssessmentFrameworkCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_UpdateAssessmentFrameworkShareCommand: (
483
- input: UpdateAssessmentFrameworkShareCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_UpdateAssessmentStatusCommand: (
487
- input: UpdateAssessmentStatusCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_UpdateControlCommand: (
491
- input: UpdateControlCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_UpdateSettingsCommand: (
495
- input: UpdateSettingsCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ValidateAssessmentReportIntegrityCommand: (
499
- input: ValidateAssessmentReportIntegrityCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const de_AssociateAssessmentReportEvidenceFolderCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<AssociateAssessmentReportEvidenceFolderCommandOutput>;
506
- export declare const de_BatchAssociateAssessmentReportEvidenceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<BatchAssociateAssessmentReportEvidenceCommandOutput>;
510
- export declare const de_BatchCreateDelegationByAssessmentCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<BatchCreateDelegationByAssessmentCommandOutput>;
514
- export declare const de_BatchDeleteDelegationByAssessmentCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<BatchDeleteDelegationByAssessmentCommandOutput>;
518
- export declare const de_BatchDisassociateAssessmentReportEvidenceCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<BatchDisassociateAssessmentReportEvidenceCommandOutput>;
522
- export declare const de_BatchImportEvidenceToAssessmentControlCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<BatchImportEvidenceToAssessmentControlCommandOutput>;
526
- export declare const de_CreateAssessmentCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<CreateAssessmentCommandOutput>;
530
- export declare const de_CreateAssessmentFrameworkCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<CreateAssessmentFrameworkCommandOutput>;
534
- export declare const de_CreateAssessmentReportCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<CreateAssessmentReportCommandOutput>;
538
- export declare const de_CreateControlCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<CreateControlCommandOutput>;
542
- export declare const de_DeleteAssessmentCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DeleteAssessmentCommandOutput>;
546
- export declare const de_DeleteAssessmentFrameworkCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DeleteAssessmentFrameworkCommandOutput>;
550
- export declare const de_DeleteAssessmentFrameworkShareCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DeleteAssessmentFrameworkShareCommandOutput>;
554
- export declare const de_DeleteAssessmentReportCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DeleteAssessmentReportCommandOutput>;
558
- export declare const de_DeleteControlCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DeleteControlCommandOutput>;
562
- export declare const de_DeregisterAccountCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DeregisterAccountCommandOutput>;
566
- export declare const de_DeregisterOrganizationAdminAccountCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DeregisterOrganizationAdminAccountCommandOutput>;
570
- export declare const de_DisassociateAssessmentReportEvidenceFolderCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DisassociateAssessmentReportEvidenceFolderCommandOutput>;
574
- export declare const de_GetAccountStatusCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<GetAccountStatusCommandOutput>;
578
- export declare const de_GetAssessmentCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<GetAssessmentCommandOutput>;
582
- export declare const de_GetAssessmentFrameworkCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<GetAssessmentFrameworkCommandOutput>;
586
- export declare const de_GetAssessmentReportUrlCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<GetAssessmentReportUrlCommandOutput>;
590
- export declare const de_GetChangeLogsCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<GetChangeLogsCommandOutput>;
594
- export declare const de_GetControlCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<GetControlCommandOutput>;
598
- export declare const de_GetDelegationsCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<GetDelegationsCommandOutput>;
602
- export declare const de_GetEvidenceCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<GetEvidenceCommandOutput>;
606
- export declare const de_GetEvidenceByEvidenceFolderCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<GetEvidenceByEvidenceFolderCommandOutput>;
610
- export declare const de_GetEvidenceFileUploadUrlCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<GetEvidenceFileUploadUrlCommandOutput>;
614
- export declare const de_GetEvidenceFolderCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<GetEvidenceFolderCommandOutput>;
618
- export declare const de_GetEvidenceFoldersByAssessmentCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<GetEvidenceFoldersByAssessmentCommandOutput>;
622
- export declare const de_GetEvidenceFoldersByAssessmentControlCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<GetEvidenceFoldersByAssessmentControlCommandOutput>;
626
- export declare const de_GetInsightsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<GetInsightsCommandOutput>;
630
- export declare const de_GetInsightsByAssessmentCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<GetInsightsByAssessmentCommandOutput>;
634
- export declare const de_GetOrganizationAdminAccountCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<GetOrganizationAdminAccountCommandOutput>;
638
- export declare const de_GetServicesInScopeCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<GetServicesInScopeCommandOutput>;
642
- export declare const de_GetSettingsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<GetSettingsCommandOutput>;
646
- export declare const de_ListAssessmentControlInsightsByControlDomainCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
650
- export declare const de_ListAssessmentFrameworksCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListAssessmentFrameworksCommandOutput>;
654
- export declare const de_ListAssessmentFrameworkShareRequestsCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListAssessmentFrameworkShareRequestsCommandOutput>;
658
- export declare const de_ListAssessmentReportsCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<ListAssessmentReportsCommandOutput>;
662
- export declare const de_ListAssessmentsCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<ListAssessmentsCommandOutput>;
666
- export declare const de_ListControlDomainInsightsCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<ListControlDomainInsightsCommandOutput>;
670
- export declare const de_ListControlDomainInsightsByAssessmentCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
674
- export declare const de_ListControlInsightsByControlDomainCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<ListControlInsightsByControlDomainCommandOutput>;
678
- export declare const de_ListControlsCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<ListControlsCommandOutput>;
682
- export declare const de_ListKeywordsForDataSourceCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<ListKeywordsForDataSourceCommandOutput>;
686
- export declare const de_ListNotificationsCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<ListNotificationsCommandOutput>;
690
- export declare const de_ListTagsForResourceCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<ListTagsForResourceCommandOutput>;
694
- export declare const de_RegisterAccountCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<RegisterAccountCommandOutput>;
698
- export declare const de_RegisterOrganizationAdminAccountCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<RegisterOrganizationAdminAccountCommandOutput>;
702
- export declare const de_StartAssessmentFrameworkShareCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<StartAssessmentFrameworkShareCommandOutput>;
706
- export declare const de_TagResourceCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<TagResourceCommandOutput>;
710
- export declare const de_UntagResourceCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UntagResourceCommandOutput>;
714
- export declare const de_UpdateAssessmentCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<UpdateAssessmentCommandOutput>;
718
- export declare const de_UpdateAssessmentControlCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<UpdateAssessmentControlCommandOutput>;
722
- export declare const de_UpdateAssessmentControlSetStatusCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<UpdateAssessmentControlSetStatusCommandOutput>;
726
- export declare const de_UpdateAssessmentFrameworkCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<UpdateAssessmentFrameworkCommandOutput>;
730
- export declare const de_UpdateAssessmentFrameworkShareCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<UpdateAssessmentFrameworkShareCommandOutput>;
734
- export declare const de_UpdateAssessmentStatusCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<UpdateAssessmentStatusCommandOutput>;
738
- export declare const de_UpdateControlCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<UpdateControlCommandOutput>;
742
- export declare const de_UpdateSettingsCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<UpdateSettingsCommandOutput>;
746
- export declare const de_ValidateAssessmentReportIntegrityCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<ValidateAssessmentReportIntegrityCommandOutput>;