@aws-sdk/client-inspector 3.926.0 → 3.928.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 (58) hide show
  1. package/dist-cjs/index.js +1243 -1407
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/InspectorClient.js +2 -0
  4. package/dist-es/commands/AddAttributesToFindingsCommand.js +3 -9
  5. package/dist-es/commands/CreateAssessmentTargetCommand.js +3 -9
  6. package/dist-es/commands/CreateAssessmentTemplateCommand.js +3 -9
  7. package/dist-es/commands/CreateExclusionsPreviewCommand.js +3 -9
  8. package/dist-es/commands/CreateResourceGroupCommand.js +3 -9
  9. package/dist-es/commands/DeleteAssessmentRunCommand.js +3 -9
  10. package/dist-es/commands/DeleteAssessmentTargetCommand.js +3 -9
  11. package/dist-es/commands/DeleteAssessmentTemplateCommand.js +3 -9
  12. package/dist-es/commands/DescribeAssessmentRunsCommand.js +3 -9
  13. package/dist-es/commands/DescribeAssessmentTargetsCommand.js +3 -9
  14. package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +3 -9
  15. package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +3 -9
  16. package/dist-es/commands/DescribeExclusionsCommand.js +3 -9
  17. package/dist-es/commands/DescribeFindingsCommand.js +3 -9
  18. package/dist-es/commands/DescribeResourceGroupsCommand.js +3 -9
  19. package/dist-es/commands/DescribeRulesPackagesCommand.js +3 -9
  20. package/dist-es/commands/GetAssessmentReportCommand.js +3 -9
  21. package/dist-es/commands/GetExclusionsPreviewCommand.js +3 -9
  22. package/dist-es/commands/GetTelemetryMetadataCommand.js +3 -9
  23. package/dist-es/commands/ListAssessmentRunAgentsCommand.js +3 -9
  24. package/dist-es/commands/ListAssessmentRunsCommand.js +3 -9
  25. package/dist-es/commands/ListAssessmentTargetsCommand.js +3 -9
  26. package/dist-es/commands/ListAssessmentTemplatesCommand.js +3 -9
  27. package/dist-es/commands/ListEventSubscriptionsCommand.js +3 -9
  28. package/dist-es/commands/ListExclusionsCommand.js +3 -9
  29. package/dist-es/commands/ListFindingsCommand.js +3 -9
  30. package/dist-es/commands/ListRulesPackagesCommand.js +3 -9
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  32. package/dist-es/commands/PreviewAgentsCommand.js +3 -9
  33. package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +3 -9
  34. package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +3 -9
  35. package/dist-es/commands/SetTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/StartAssessmentRunCommand.js +3 -9
  37. package/dist-es/commands/StopAssessmentRunCommand.js +3 -9
  38. package/dist-es/commands/SubscribeToEventCommand.js +3 -9
  39. package/dist-es/commands/UnsubscribeFromEventCommand.js +3 -9
  40. package/dist-es/commands/UpdateAssessmentTargetCommand.js +3 -9
  41. package/dist-es/runtimeConfig.shared.js +7 -0
  42. package/dist-es/schemas/schemas_0.js +1154 -0
  43. package/dist-types/InspectorClient.d.ts +10 -1
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  48. package/dist-types/schemas/schemas_0.d.ts +194 -0
  49. package/dist-types/ts3.4/InspectorClient.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +200 -0
  55. package/package.json +5 -5
  56. package/dist-es/protocols/Aws_json1_1.js +0 -1119
  57. package/dist-types/protocols/Aws_json1_1.d.ts +0 -335
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -449
@@ -1,335 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "../commands/AddAttributesToFindingsCommand";
4
- import { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "../commands/CreateAssessmentTargetCommand";
5
- import { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "../commands/CreateAssessmentTemplateCommand";
6
- import { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "../commands/CreateExclusionsPreviewCommand";
7
- import { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "../commands/CreateResourceGroupCommand";
8
- import { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "../commands/DeleteAssessmentRunCommand";
9
- import { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "../commands/DeleteAssessmentTargetCommand";
10
- import { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "../commands/DeleteAssessmentTemplateCommand";
11
- import { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "../commands/DescribeAssessmentRunsCommand";
12
- import { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "../commands/DescribeAssessmentTargetsCommand";
13
- import { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "../commands/DescribeAssessmentTemplatesCommand";
14
- import { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "../commands/DescribeCrossAccountAccessRoleCommand";
15
- import { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "../commands/DescribeExclusionsCommand";
16
- import { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "../commands/DescribeFindingsCommand";
17
- import { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "../commands/DescribeResourceGroupsCommand";
18
- import { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "../commands/DescribeRulesPackagesCommand";
19
- import { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "../commands/GetAssessmentReportCommand";
20
- import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "../commands/GetExclusionsPreviewCommand";
21
- import { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "../commands/GetTelemetryMetadataCommand";
22
- import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "../commands/ListAssessmentRunAgentsCommand";
23
- import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "../commands/ListAssessmentRunsCommand";
24
- import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "../commands/ListAssessmentTargetsCommand";
25
- import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "../commands/ListAssessmentTemplatesCommand";
26
- import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "../commands/ListEventSubscriptionsCommand";
27
- import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "../commands/ListExclusionsCommand";
28
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
29
- import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "../commands/ListRulesPackagesCommand";
30
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
- import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "../commands/PreviewAgentsCommand";
32
- import { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "../commands/RegisterCrossAccountAccessRoleCommand";
33
- import { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "../commands/RemoveAttributesFromFindingsCommand";
34
- import { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "../commands/SetTagsForResourceCommand";
35
- import { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "../commands/StartAssessmentRunCommand";
36
- import { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "../commands/StopAssessmentRunCommand";
37
- import { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "../commands/SubscribeToEventCommand";
38
- import { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "../commands/UnsubscribeFromEventCommand";
39
- import { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "../commands/UpdateAssessmentTargetCommand";
40
- /**
41
- * serializeAws_json1_1AddAttributesToFindingsCommand
42
- */
43
- export declare const se_AddAttributesToFindingsCommand: (input: AddAttributesToFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_json1_1CreateAssessmentTargetCommand
46
- */
47
- export declare const se_CreateAssessmentTargetCommand: (input: CreateAssessmentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_json1_1CreateAssessmentTemplateCommand
50
- */
51
- export declare const se_CreateAssessmentTemplateCommand: (input: CreateAssessmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_json1_1CreateExclusionsPreviewCommand
54
- */
55
- export declare const se_CreateExclusionsPreviewCommand: (input: CreateExclusionsPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_json1_1CreateResourceGroupCommand
58
- */
59
- export declare const se_CreateResourceGroupCommand: (input: CreateResourceGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_json1_1DeleteAssessmentRunCommand
62
- */
63
- export declare const se_DeleteAssessmentRunCommand: (input: DeleteAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_1DeleteAssessmentTargetCommand
66
- */
67
- export declare const se_DeleteAssessmentTargetCommand: (input: DeleteAssessmentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_1DeleteAssessmentTemplateCommand
70
- */
71
- export declare const se_DeleteAssessmentTemplateCommand: (input: DeleteAssessmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_1DescribeAssessmentRunsCommand
74
- */
75
- export declare const se_DescribeAssessmentRunsCommand: (input: DescribeAssessmentRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_1DescribeAssessmentTargetsCommand
78
- */
79
- export declare const se_DescribeAssessmentTargetsCommand: (input: DescribeAssessmentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_1DescribeAssessmentTemplatesCommand
82
- */
83
- export declare const se_DescribeAssessmentTemplatesCommand: (input: DescribeAssessmentTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1DescribeCrossAccountAccessRoleCommand
86
- */
87
- export declare const se_DescribeCrossAccountAccessRoleCommand: (input: DescribeCrossAccountAccessRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1DescribeExclusionsCommand
90
- */
91
- export declare const se_DescribeExclusionsCommand: (input: DescribeExclusionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1DescribeFindingsCommand
94
- */
95
- export declare const se_DescribeFindingsCommand: (input: DescribeFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1DescribeResourceGroupsCommand
98
- */
99
- export declare const se_DescribeResourceGroupsCommand: (input: DescribeResourceGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1DescribeRulesPackagesCommand
102
- */
103
- export declare const se_DescribeRulesPackagesCommand: (input: DescribeRulesPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1GetAssessmentReportCommand
106
- */
107
- export declare const se_GetAssessmentReportCommand: (input: GetAssessmentReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1GetExclusionsPreviewCommand
110
- */
111
- export declare const se_GetExclusionsPreviewCommand: (input: GetExclusionsPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1GetTelemetryMetadataCommand
114
- */
115
- export declare const se_GetTelemetryMetadataCommand: (input: GetTelemetryMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1ListAssessmentRunAgentsCommand
118
- */
119
- export declare const se_ListAssessmentRunAgentsCommand: (input: ListAssessmentRunAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1ListAssessmentRunsCommand
122
- */
123
- export declare const se_ListAssessmentRunsCommand: (input: ListAssessmentRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1ListAssessmentTargetsCommand
126
- */
127
- export declare const se_ListAssessmentTargetsCommand: (input: ListAssessmentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1ListAssessmentTemplatesCommand
130
- */
131
- export declare const se_ListAssessmentTemplatesCommand: (input: ListAssessmentTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1ListEventSubscriptionsCommand
134
- */
135
- export declare const se_ListEventSubscriptionsCommand: (input: ListEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1ListExclusionsCommand
138
- */
139
- export declare const se_ListExclusionsCommand: (input: ListExclusionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1ListFindingsCommand
142
- */
143
- export declare const se_ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1ListRulesPackagesCommand
146
- */
147
- export declare const se_ListRulesPackagesCommand: (input: ListRulesPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1ListTagsForResourceCommand
150
- */
151
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1PreviewAgentsCommand
154
- */
155
- export declare const se_PreviewAgentsCommand: (input: PreviewAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1RegisterCrossAccountAccessRoleCommand
158
- */
159
- export declare const se_RegisterCrossAccountAccessRoleCommand: (input: RegisterCrossAccountAccessRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1RemoveAttributesFromFindingsCommand
162
- */
163
- export declare const se_RemoveAttributesFromFindingsCommand: (input: RemoveAttributesFromFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1SetTagsForResourceCommand
166
- */
167
- export declare const se_SetTagsForResourceCommand: (input: SetTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_1StartAssessmentRunCommand
170
- */
171
- export declare const se_StartAssessmentRunCommand: (input: StartAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_1StopAssessmentRunCommand
174
- */
175
- export declare const se_StopAssessmentRunCommand: (input: StopAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_1SubscribeToEventCommand
178
- */
179
- export declare const se_SubscribeToEventCommand: (input: SubscribeToEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_1UnsubscribeFromEventCommand
182
- */
183
- export declare const se_UnsubscribeFromEventCommand: (input: UnsubscribeFromEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_1UpdateAssessmentTargetCommand
186
- */
187
- export declare const se_UpdateAssessmentTargetCommand: (input: UpdateAssessmentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * deserializeAws_json1_1AddAttributesToFindingsCommand
190
- */
191
- export declare const de_AddAttributesToFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddAttributesToFindingsCommandOutput>;
192
- /**
193
- * deserializeAws_json1_1CreateAssessmentTargetCommand
194
- */
195
- export declare const de_CreateAssessmentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentTargetCommandOutput>;
196
- /**
197
- * deserializeAws_json1_1CreateAssessmentTemplateCommand
198
- */
199
- export declare const de_CreateAssessmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentTemplateCommandOutput>;
200
- /**
201
- * deserializeAws_json1_1CreateExclusionsPreviewCommand
202
- */
203
- export declare const de_CreateExclusionsPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExclusionsPreviewCommandOutput>;
204
- /**
205
- * deserializeAws_json1_1CreateResourceGroupCommand
206
- */
207
- export declare const de_CreateResourceGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceGroupCommandOutput>;
208
- /**
209
- * deserializeAws_json1_1DeleteAssessmentRunCommand
210
- */
211
- export declare const de_DeleteAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentRunCommandOutput>;
212
- /**
213
- * deserializeAws_json1_1DeleteAssessmentTargetCommand
214
- */
215
- export declare const de_DeleteAssessmentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentTargetCommandOutput>;
216
- /**
217
- * deserializeAws_json1_1DeleteAssessmentTemplateCommand
218
- */
219
- export declare const de_DeleteAssessmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentTemplateCommandOutput>;
220
- /**
221
- * deserializeAws_json1_1DescribeAssessmentRunsCommand
222
- */
223
- export declare const de_DescribeAssessmentRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssessmentRunsCommandOutput>;
224
- /**
225
- * deserializeAws_json1_1DescribeAssessmentTargetsCommand
226
- */
227
- export declare const de_DescribeAssessmentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssessmentTargetsCommandOutput>;
228
- /**
229
- * deserializeAws_json1_1DescribeAssessmentTemplatesCommand
230
- */
231
- export declare const de_DescribeAssessmentTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssessmentTemplatesCommandOutput>;
232
- /**
233
- * deserializeAws_json1_1DescribeCrossAccountAccessRoleCommand
234
- */
235
- export declare const de_DescribeCrossAccountAccessRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCrossAccountAccessRoleCommandOutput>;
236
- /**
237
- * deserializeAws_json1_1DescribeExclusionsCommand
238
- */
239
- export declare const de_DescribeExclusionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExclusionsCommandOutput>;
240
- /**
241
- * deserializeAws_json1_1DescribeFindingsCommand
242
- */
243
- export declare const de_DescribeFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFindingsCommandOutput>;
244
- /**
245
- * deserializeAws_json1_1DescribeResourceGroupsCommand
246
- */
247
- export declare const de_DescribeResourceGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceGroupsCommandOutput>;
248
- /**
249
- * deserializeAws_json1_1DescribeRulesPackagesCommand
250
- */
251
- export declare const de_DescribeRulesPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRulesPackagesCommandOutput>;
252
- /**
253
- * deserializeAws_json1_1GetAssessmentReportCommand
254
- */
255
- export declare const de_GetAssessmentReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssessmentReportCommandOutput>;
256
- /**
257
- * deserializeAws_json1_1GetExclusionsPreviewCommand
258
- */
259
- export declare const de_GetExclusionsPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExclusionsPreviewCommandOutput>;
260
- /**
261
- * deserializeAws_json1_1GetTelemetryMetadataCommand
262
- */
263
- export declare const de_GetTelemetryMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryMetadataCommandOutput>;
264
- /**
265
- * deserializeAws_json1_1ListAssessmentRunAgentsCommand
266
- */
267
- export declare const de_ListAssessmentRunAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentRunAgentsCommandOutput>;
268
- /**
269
- * deserializeAws_json1_1ListAssessmentRunsCommand
270
- */
271
- export declare const de_ListAssessmentRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentRunsCommandOutput>;
272
- /**
273
- * deserializeAws_json1_1ListAssessmentTargetsCommand
274
- */
275
- export declare const de_ListAssessmentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentTargetsCommandOutput>;
276
- /**
277
- * deserializeAws_json1_1ListAssessmentTemplatesCommand
278
- */
279
- export declare const de_ListAssessmentTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentTemplatesCommandOutput>;
280
- /**
281
- * deserializeAws_json1_1ListEventSubscriptionsCommand
282
- */
283
- export declare const de_ListEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventSubscriptionsCommandOutput>;
284
- /**
285
- * deserializeAws_json1_1ListExclusionsCommand
286
- */
287
- export declare const de_ListExclusionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExclusionsCommandOutput>;
288
- /**
289
- * deserializeAws_json1_1ListFindingsCommand
290
- */
291
- export declare const de_ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
292
- /**
293
- * deserializeAws_json1_1ListRulesPackagesCommand
294
- */
295
- export declare const de_ListRulesPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesPackagesCommandOutput>;
296
- /**
297
- * deserializeAws_json1_1ListTagsForResourceCommand
298
- */
299
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
300
- /**
301
- * deserializeAws_json1_1PreviewAgentsCommand
302
- */
303
- export declare const de_PreviewAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PreviewAgentsCommandOutput>;
304
- /**
305
- * deserializeAws_json1_1RegisterCrossAccountAccessRoleCommand
306
- */
307
- export declare const de_RegisterCrossAccountAccessRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterCrossAccountAccessRoleCommandOutput>;
308
- /**
309
- * deserializeAws_json1_1RemoveAttributesFromFindingsCommand
310
- */
311
- export declare const de_RemoveAttributesFromFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAttributesFromFindingsCommandOutput>;
312
- /**
313
- * deserializeAws_json1_1SetTagsForResourceCommand
314
- */
315
- export declare const de_SetTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTagsForResourceCommandOutput>;
316
- /**
317
- * deserializeAws_json1_1StartAssessmentRunCommand
318
- */
319
- export declare const de_StartAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssessmentRunCommandOutput>;
320
- /**
321
- * deserializeAws_json1_1StopAssessmentRunCommand
322
- */
323
- export declare const de_StopAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAssessmentRunCommandOutput>;
324
- /**
325
- * deserializeAws_json1_1SubscribeToEventCommand
326
- */
327
- export declare const de_SubscribeToEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeToEventCommandOutput>;
328
- /**
329
- * deserializeAws_json1_1UnsubscribeFromEventCommand
330
- */
331
- export declare const de_UnsubscribeFromEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeFromEventCommandOutput>;
332
- /**
333
- * deserializeAws_json1_1UpdateAssessmentTargetCommand
334
- */
335
- export declare const de_UpdateAssessmentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentTargetCommandOutput>;