@aws-sdk/client-accessanalyzer 3.927.0 → 3.929.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 (61) hide show
  1. package/dist-cjs/index.js +2113 -1844
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AccessAnalyzerClient.js +2 -0
  4. package/dist-es/commands/ApplyArchiveRuleCommand.js +3 -9
  5. package/dist-es/commands/CancelPolicyGenerationCommand.js +3 -9
  6. package/dist-es/commands/CheckAccessNotGrantedCommand.js +3 -10
  7. package/dist-es/commands/CheckNoNewAccessCommand.js +3 -10
  8. package/dist-es/commands/CheckNoPublicAccessCommand.js +3 -10
  9. package/dist-es/commands/CreateAccessPreviewCommand.js +3 -9
  10. package/dist-es/commands/CreateAnalyzerCommand.js +3 -9
  11. package/dist-es/commands/CreateArchiveRuleCommand.js +3 -9
  12. package/dist-es/commands/DeleteAnalyzerCommand.js +3 -9
  13. package/dist-es/commands/DeleteArchiveRuleCommand.js +3 -9
  14. package/dist-es/commands/GenerateFindingRecommendationCommand.js +3 -9
  15. package/dist-es/commands/GetAccessPreviewCommand.js +3 -9
  16. package/dist-es/commands/GetAnalyzedResourceCommand.js +3 -9
  17. package/dist-es/commands/GetAnalyzerCommand.js +3 -9
  18. package/dist-es/commands/GetArchiveRuleCommand.js +3 -9
  19. package/dist-es/commands/GetFindingCommand.js +3 -9
  20. package/dist-es/commands/GetFindingRecommendationCommand.js +3 -9
  21. package/dist-es/commands/GetFindingV2Command.js +3 -9
  22. package/dist-es/commands/GetFindingsStatisticsCommand.js +3 -9
  23. package/dist-es/commands/GetGeneratedPolicyCommand.js +3 -9
  24. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +3 -9
  25. package/dist-es/commands/ListAccessPreviewsCommand.js +3 -9
  26. package/dist-es/commands/ListAnalyzedResourcesCommand.js +3 -9
  27. package/dist-es/commands/ListAnalyzersCommand.js +3 -9
  28. package/dist-es/commands/ListArchiveRulesCommand.js +3 -9
  29. package/dist-es/commands/ListFindingsCommand.js +3 -9
  30. package/dist-es/commands/ListFindingsV2Command.js +3 -9
  31. package/dist-es/commands/ListPolicyGenerationsCommand.js +3 -9
  32. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  33. package/dist-es/commands/StartPolicyGenerationCommand.js +3 -9
  34. package/dist-es/commands/StartResourceScanCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateAnalyzerCommand.js +3 -9
  38. package/dist-es/commands/UpdateArchiveRuleCommand.js +3 -9
  39. package/dist-es/commands/UpdateFindingsCommand.js +3 -9
  40. package/dist-es/commands/ValidatePolicyCommand.js +3 -9
  41. package/dist-es/models/models_0.js +0 -14
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +2043 -0
  44. package/dist-types/AccessAnalyzerClient.d.ts +10 -1
  45. package/dist-types/models/models_0.d.ts +0 -12
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +266 -0
  51. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +4 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +273 -0
  58. package/package.json +5 -6
  59. package/dist-es/protocols/Aws_restJson1.js +0 -1553
  60. package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
@@ -1,449 +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
- ApplyArchiveRuleCommandInput,
8
- ApplyArchiveRuleCommandOutput,
9
- } from "../commands/ApplyArchiveRuleCommand";
10
- import {
11
- CancelPolicyGenerationCommandInput,
12
- CancelPolicyGenerationCommandOutput,
13
- } from "../commands/CancelPolicyGenerationCommand";
14
- import {
15
- CheckAccessNotGrantedCommandInput,
16
- CheckAccessNotGrantedCommandOutput,
17
- } from "../commands/CheckAccessNotGrantedCommand";
18
- import {
19
- CheckNoNewAccessCommandInput,
20
- CheckNoNewAccessCommandOutput,
21
- } from "../commands/CheckNoNewAccessCommand";
22
- import {
23
- CheckNoPublicAccessCommandInput,
24
- CheckNoPublicAccessCommandOutput,
25
- } from "../commands/CheckNoPublicAccessCommand";
26
- import {
27
- CreateAccessPreviewCommandInput,
28
- CreateAccessPreviewCommandOutput,
29
- } from "../commands/CreateAccessPreviewCommand";
30
- import {
31
- CreateAnalyzerCommandInput,
32
- CreateAnalyzerCommandOutput,
33
- } from "../commands/CreateAnalyzerCommand";
34
- import {
35
- CreateArchiveRuleCommandInput,
36
- CreateArchiveRuleCommandOutput,
37
- } from "../commands/CreateArchiveRuleCommand";
38
- import {
39
- DeleteAnalyzerCommandInput,
40
- DeleteAnalyzerCommandOutput,
41
- } from "../commands/DeleteAnalyzerCommand";
42
- import {
43
- DeleteArchiveRuleCommandInput,
44
- DeleteArchiveRuleCommandOutput,
45
- } from "../commands/DeleteArchiveRuleCommand";
46
- import {
47
- GenerateFindingRecommendationCommandInput,
48
- GenerateFindingRecommendationCommandOutput,
49
- } from "../commands/GenerateFindingRecommendationCommand";
50
- import {
51
- GetAccessPreviewCommandInput,
52
- GetAccessPreviewCommandOutput,
53
- } from "../commands/GetAccessPreviewCommand";
54
- import {
55
- GetAnalyzedResourceCommandInput,
56
- GetAnalyzedResourceCommandOutput,
57
- } from "../commands/GetAnalyzedResourceCommand";
58
- import {
59
- GetAnalyzerCommandInput,
60
- GetAnalyzerCommandOutput,
61
- } from "../commands/GetAnalyzerCommand";
62
- import {
63
- GetArchiveRuleCommandInput,
64
- GetArchiveRuleCommandOutput,
65
- } from "../commands/GetArchiveRuleCommand";
66
- import {
67
- GetFindingCommandInput,
68
- GetFindingCommandOutput,
69
- } from "../commands/GetFindingCommand";
70
- import {
71
- GetFindingRecommendationCommandInput,
72
- GetFindingRecommendationCommandOutput,
73
- } from "../commands/GetFindingRecommendationCommand";
74
- import {
75
- GetFindingsStatisticsCommandInput,
76
- GetFindingsStatisticsCommandOutput,
77
- } from "../commands/GetFindingsStatisticsCommand";
78
- import {
79
- GetFindingV2CommandInput,
80
- GetFindingV2CommandOutput,
81
- } from "../commands/GetFindingV2Command";
82
- import {
83
- GetGeneratedPolicyCommandInput,
84
- GetGeneratedPolicyCommandOutput,
85
- } from "../commands/GetGeneratedPolicyCommand";
86
- import {
87
- ListAccessPreviewFindingsCommandInput,
88
- ListAccessPreviewFindingsCommandOutput,
89
- } from "../commands/ListAccessPreviewFindingsCommand";
90
- import {
91
- ListAccessPreviewsCommandInput,
92
- ListAccessPreviewsCommandOutput,
93
- } from "../commands/ListAccessPreviewsCommand";
94
- import {
95
- ListAnalyzedResourcesCommandInput,
96
- ListAnalyzedResourcesCommandOutput,
97
- } from "../commands/ListAnalyzedResourcesCommand";
98
- import {
99
- ListAnalyzersCommandInput,
100
- ListAnalyzersCommandOutput,
101
- } from "../commands/ListAnalyzersCommand";
102
- import {
103
- ListArchiveRulesCommandInput,
104
- ListArchiveRulesCommandOutput,
105
- } from "../commands/ListArchiveRulesCommand";
106
- import {
107
- ListFindingsCommandInput,
108
- ListFindingsCommandOutput,
109
- } from "../commands/ListFindingsCommand";
110
- import {
111
- ListFindingsV2CommandInput,
112
- ListFindingsV2CommandOutput,
113
- } from "../commands/ListFindingsV2Command";
114
- import {
115
- ListPolicyGenerationsCommandInput,
116
- ListPolicyGenerationsCommandOutput,
117
- } from "../commands/ListPolicyGenerationsCommand";
118
- import {
119
- ListTagsForResourceCommandInput,
120
- ListTagsForResourceCommandOutput,
121
- } from "../commands/ListTagsForResourceCommand";
122
- import {
123
- StartPolicyGenerationCommandInput,
124
- StartPolicyGenerationCommandOutput,
125
- } from "../commands/StartPolicyGenerationCommand";
126
- import {
127
- StartResourceScanCommandInput,
128
- StartResourceScanCommandOutput,
129
- } from "../commands/StartResourceScanCommand";
130
- import {
131
- TagResourceCommandInput,
132
- TagResourceCommandOutput,
133
- } from "../commands/TagResourceCommand";
134
- import {
135
- UntagResourceCommandInput,
136
- UntagResourceCommandOutput,
137
- } from "../commands/UntagResourceCommand";
138
- import {
139
- UpdateAnalyzerCommandInput,
140
- UpdateAnalyzerCommandOutput,
141
- } from "../commands/UpdateAnalyzerCommand";
142
- import {
143
- UpdateArchiveRuleCommandInput,
144
- UpdateArchiveRuleCommandOutput,
145
- } from "../commands/UpdateArchiveRuleCommand";
146
- import {
147
- UpdateFindingsCommandInput,
148
- UpdateFindingsCommandOutput,
149
- } from "../commands/UpdateFindingsCommand";
150
- import {
151
- ValidatePolicyCommandInput,
152
- ValidatePolicyCommandOutput,
153
- } from "../commands/ValidatePolicyCommand";
154
- export declare const se_ApplyArchiveRuleCommand: (
155
- input: ApplyArchiveRuleCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CancelPolicyGenerationCommand: (
159
- input: CancelPolicyGenerationCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CheckAccessNotGrantedCommand: (
163
- input: CheckAccessNotGrantedCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CheckNoNewAccessCommand: (
167
- input: CheckNoNewAccessCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CheckNoPublicAccessCommand: (
171
- input: CheckNoPublicAccessCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateAccessPreviewCommand: (
175
- input: CreateAccessPreviewCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateAnalyzerCommand: (
179
- input: CreateAnalyzerCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_CreateArchiveRuleCommand: (
183
- input: CreateArchiveRuleCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteAnalyzerCommand: (
187
- input: DeleteAnalyzerCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteArchiveRuleCommand: (
191
- input: DeleteArchiveRuleCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GenerateFindingRecommendationCommand: (
195
- input: GenerateFindingRecommendationCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetAccessPreviewCommand: (
199
- input: GetAccessPreviewCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetAnalyzedResourceCommand: (
203
- input: GetAnalyzedResourceCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetAnalyzerCommand: (
207
- input: GetAnalyzerCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetArchiveRuleCommand: (
211
- input: GetArchiveRuleCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetFindingCommand: (
215
- input: GetFindingCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetFindingRecommendationCommand: (
219
- input: GetFindingRecommendationCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetFindingsStatisticsCommand: (
223
- input: GetFindingsStatisticsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetFindingV2Command: (
227
- input: GetFindingV2CommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetGeneratedPolicyCommand: (
231
- input: GetGeneratedPolicyCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListAccessPreviewFindingsCommand: (
235
- input: ListAccessPreviewFindingsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListAccessPreviewsCommand: (
239
- input: ListAccessPreviewsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListAnalyzedResourcesCommand: (
243
- input: ListAnalyzedResourcesCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListAnalyzersCommand: (
247
- input: ListAnalyzersCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListArchiveRulesCommand: (
251
- input: ListArchiveRulesCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListFindingsCommand: (
255
- input: ListFindingsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListFindingsV2Command: (
259
- input: ListFindingsV2CommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListPolicyGenerationsCommand: (
263
- input: ListPolicyGenerationsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListTagsForResourceCommand: (
267
- input: ListTagsForResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_StartPolicyGenerationCommand: (
271
- input: StartPolicyGenerationCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_StartResourceScanCommand: (
275
- input: StartResourceScanCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_TagResourceCommand: (
279
- input: TagResourceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UntagResourceCommand: (
283
- input: UntagResourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_UpdateAnalyzerCommand: (
287
- input: UpdateAnalyzerCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UpdateArchiveRuleCommand: (
291
- input: UpdateArchiveRuleCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateFindingsCommand: (
295
- input: UpdateFindingsCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ValidatePolicyCommand: (
299
- input: ValidatePolicyCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const de_ApplyArchiveRuleCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<ApplyArchiveRuleCommandOutput>;
306
- export declare const de_CancelPolicyGenerationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CancelPolicyGenerationCommandOutput>;
310
- export declare const de_CheckAccessNotGrantedCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CheckAccessNotGrantedCommandOutput>;
314
- export declare const de_CheckNoNewAccessCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CheckNoNewAccessCommandOutput>;
318
- export declare const de_CheckNoPublicAccessCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CheckNoPublicAccessCommandOutput>;
322
- export declare const de_CreateAccessPreviewCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateAccessPreviewCommandOutput>;
326
- export declare const de_CreateAnalyzerCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateAnalyzerCommandOutput>;
330
- export declare const de_CreateArchiveRuleCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<CreateArchiveRuleCommandOutput>;
334
- export declare const de_DeleteAnalyzerCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteAnalyzerCommandOutput>;
338
- export declare const de_DeleteArchiveRuleCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteArchiveRuleCommandOutput>;
342
- export declare const de_GenerateFindingRecommendationCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GenerateFindingRecommendationCommandOutput>;
346
- export declare const de_GetAccessPreviewCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetAccessPreviewCommandOutput>;
350
- export declare const de_GetAnalyzedResourceCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetAnalyzedResourceCommandOutput>;
354
- export declare const de_GetAnalyzerCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetAnalyzerCommandOutput>;
358
- export declare const de_GetArchiveRuleCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetArchiveRuleCommandOutput>;
362
- export declare const de_GetFindingCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetFindingCommandOutput>;
366
- export declare const de_GetFindingRecommendationCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetFindingRecommendationCommandOutput>;
370
- export declare const de_GetFindingsStatisticsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetFindingsStatisticsCommandOutput>;
374
- export declare const de_GetFindingV2Command: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<GetFindingV2CommandOutput>;
378
- export declare const de_GetGeneratedPolicyCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetGeneratedPolicyCommandOutput>;
382
- export declare const de_ListAccessPreviewFindingsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListAccessPreviewFindingsCommandOutput>;
386
- export declare const de_ListAccessPreviewsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListAccessPreviewsCommandOutput>;
390
- export declare const de_ListAnalyzedResourcesCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListAnalyzedResourcesCommandOutput>;
394
- export declare const de_ListAnalyzersCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListAnalyzersCommandOutput>;
398
- export declare const de_ListArchiveRulesCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListArchiveRulesCommandOutput>;
402
- export declare const de_ListFindingsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListFindingsCommandOutput>;
406
- export declare const de_ListFindingsV2Command: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListFindingsV2CommandOutput>;
410
- export declare const de_ListPolicyGenerationsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListPolicyGenerationsCommandOutput>;
414
- export declare const de_ListTagsForResourceCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListTagsForResourceCommandOutput>;
418
- export declare const de_StartPolicyGenerationCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<StartPolicyGenerationCommandOutput>;
422
- export declare const de_StartResourceScanCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<StartResourceScanCommandOutput>;
426
- export declare const de_TagResourceCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<TagResourceCommandOutput>;
430
- export declare const de_UntagResourceCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<UntagResourceCommandOutput>;
434
- export declare const de_UpdateAnalyzerCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<UpdateAnalyzerCommandOutput>;
438
- export declare const de_UpdateArchiveRuleCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<UpdateArchiveRuleCommandOutput>;
442
- export declare const de_UpdateFindingsCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<UpdateFindingsCommandOutput>;
446
- export declare const de_ValidatePolicyCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<ValidatePolicyCommandOutput>;