@aws-sdk/client-accessanalyzer 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 (61) hide show
  1. package/dist-cjs/index.js +2113 -1976
  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 -146
  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 +40 -22
  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 -25
  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 +33 -34
  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,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 { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "../commands/ApplyArchiveRuleCommand";
4
- import { CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput } from "../commands/CancelPolicyGenerationCommand";
5
- import { CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput } from "../commands/CheckAccessNotGrantedCommand";
6
- import { CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput } from "../commands/CheckNoNewAccessCommand";
7
- import { CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput } from "../commands/CheckNoPublicAccessCommand";
8
- import { CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput } from "../commands/CreateAccessPreviewCommand";
9
- import { CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput } from "../commands/CreateAnalyzerCommand";
10
- import { CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput } from "../commands/CreateArchiveRuleCommand";
11
- import { DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput } from "../commands/DeleteAnalyzerCommand";
12
- import { DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput } from "../commands/DeleteArchiveRuleCommand";
13
- import { GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput } from "../commands/GenerateFindingRecommendationCommand";
14
- import { GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput } from "../commands/GetAccessPreviewCommand";
15
- import { GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput } from "../commands/GetAnalyzedResourceCommand";
16
- import { GetAnalyzerCommandInput, GetAnalyzerCommandOutput } from "../commands/GetAnalyzerCommand";
17
- import { GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput } from "../commands/GetArchiveRuleCommand";
18
- import { GetFindingCommandInput, GetFindingCommandOutput } from "../commands/GetFindingCommand";
19
- import { GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput } from "../commands/GetFindingRecommendationCommand";
20
- import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "../commands/GetFindingsStatisticsCommand";
21
- import { GetFindingV2CommandInput, GetFindingV2CommandOutput } from "../commands/GetFindingV2Command";
22
- import { GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput } from "../commands/GetGeneratedPolicyCommand";
23
- import { ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput } from "../commands/ListAccessPreviewFindingsCommand";
24
- import { ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput } from "../commands/ListAccessPreviewsCommand";
25
- import { ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput } from "../commands/ListAnalyzedResourcesCommand";
26
- import { ListAnalyzersCommandInput, ListAnalyzersCommandOutput } from "../commands/ListAnalyzersCommand";
27
- import { ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput } from "../commands/ListArchiveRulesCommand";
28
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
29
- import { ListFindingsV2CommandInput, ListFindingsV2CommandOutput } from "../commands/ListFindingsV2Command";
30
- import { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "../commands/ListPolicyGenerationsCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
32
- import { StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput } from "../commands/StartPolicyGenerationCommand";
33
- import { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "../commands/StartResourceScanCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput } from "../commands/UpdateAnalyzerCommand";
37
- import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from "../commands/UpdateArchiveRuleCommand";
38
- import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "../commands/UpdateFindingsCommand";
39
- import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "../commands/ValidatePolicyCommand";
40
- /**
41
- * serializeAws_restJson1ApplyArchiveRuleCommand
42
- */
43
- export declare const se_ApplyArchiveRuleCommand: (input: ApplyArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1CancelPolicyGenerationCommand
46
- */
47
- export declare const se_CancelPolicyGenerationCommand: (input: CancelPolicyGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1CheckAccessNotGrantedCommand
50
- */
51
- export declare const se_CheckAccessNotGrantedCommand: (input: CheckAccessNotGrantedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1CheckNoNewAccessCommand
54
- */
55
- export declare const se_CheckNoNewAccessCommand: (input: CheckNoNewAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1CheckNoPublicAccessCommand
58
- */
59
- export declare const se_CheckNoPublicAccessCommand: (input: CheckNoPublicAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1CreateAccessPreviewCommand
62
- */
63
- export declare const se_CreateAccessPreviewCommand: (input: CreateAccessPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1CreateAnalyzerCommand
66
- */
67
- export declare const se_CreateAnalyzerCommand: (input: CreateAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1CreateArchiveRuleCommand
70
- */
71
- export declare const se_CreateArchiveRuleCommand: (input: CreateArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1DeleteAnalyzerCommand
74
- */
75
- export declare const se_DeleteAnalyzerCommand: (input: DeleteAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1DeleteArchiveRuleCommand
78
- */
79
- export declare const se_DeleteArchiveRuleCommand: (input: DeleteArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1GenerateFindingRecommendationCommand
82
- */
83
- export declare const se_GenerateFindingRecommendationCommand: (input: GenerateFindingRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1GetAccessPreviewCommand
86
- */
87
- export declare const se_GetAccessPreviewCommand: (input: GetAccessPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1GetAnalyzedResourceCommand
90
- */
91
- export declare const se_GetAnalyzedResourceCommand: (input: GetAnalyzedResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1GetAnalyzerCommand
94
- */
95
- export declare const se_GetAnalyzerCommand: (input: GetAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1GetArchiveRuleCommand
98
- */
99
- export declare const se_GetArchiveRuleCommand: (input: GetArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1GetFindingCommand
102
- */
103
- export declare const se_GetFindingCommand: (input: GetFindingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1GetFindingRecommendationCommand
106
- */
107
- export declare const se_GetFindingRecommendationCommand: (input: GetFindingRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1GetFindingsStatisticsCommand
110
- */
111
- export declare const se_GetFindingsStatisticsCommand: (input: GetFindingsStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1GetFindingV2Command
114
- */
115
- export declare const se_GetFindingV2Command: (input: GetFindingV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1GetGeneratedPolicyCommand
118
- */
119
- export declare const se_GetGeneratedPolicyCommand: (input: GetGeneratedPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1ListAccessPreviewFindingsCommand
122
- */
123
- export declare const se_ListAccessPreviewFindingsCommand: (input: ListAccessPreviewFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1ListAccessPreviewsCommand
126
- */
127
- export declare const se_ListAccessPreviewsCommand: (input: ListAccessPreviewsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1ListAnalyzedResourcesCommand
130
- */
131
- export declare const se_ListAnalyzedResourcesCommand: (input: ListAnalyzedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1ListAnalyzersCommand
134
- */
135
- export declare const se_ListAnalyzersCommand: (input: ListAnalyzersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1ListArchiveRulesCommand
138
- */
139
- export declare const se_ListArchiveRulesCommand: (input: ListArchiveRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1ListFindingsCommand
142
- */
143
- export declare const se_ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1ListFindingsV2Command
146
- */
147
- export declare const se_ListFindingsV2Command: (input: ListFindingsV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1ListPolicyGenerationsCommand
150
- */
151
- export declare const se_ListPolicyGenerationsCommand: (input: ListPolicyGenerationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1ListTagsForResourceCommand
154
- */
155
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1StartPolicyGenerationCommand
158
- */
159
- export declare const se_StartPolicyGenerationCommand: (input: StartPolicyGenerationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1StartResourceScanCommand
162
- */
163
- export declare const se_StartResourceScanCommand: (input: StartResourceScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1TagResourceCommand
166
- */
167
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_restJson1UntagResourceCommand
170
- */
171
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_restJson1UpdateAnalyzerCommand
174
- */
175
- export declare const se_UpdateAnalyzerCommand: (input: UpdateAnalyzerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_restJson1UpdateArchiveRuleCommand
178
- */
179
- export declare const se_UpdateArchiveRuleCommand: (input: UpdateArchiveRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_restJson1UpdateFindingsCommand
182
- */
183
- export declare const se_UpdateFindingsCommand: (input: UpdateFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_restJson1ValidatePolicyCommand
186
- */
187
- export declare const se_ValidatePolicyCommand: (input: ValidatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * deserializeAws_restJson1ApplyArchiveRuleCommand
190
- */
191
- export declare const de_ApplyArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyArchiveRuleCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1CancelPolicyGenerationCommand
194
- */
195
- export declare const de_CancelPolicyGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelPolicyGenerationCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1CheckAccessNotGrantedCommand
198
- */
199
- export declare const de_CheckAccessNotGrantedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckAccessNotGrantedCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1CheckNoNewAccessCommand
202
- */
203
- export declare const de_CheckNoNewAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckNoNewAccessCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1CheckNoPublicAccessCommand
206
- */
207
- export declare const de_CheckNoPublicAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckNoPublicAccessCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1CreateAccessPreviewCommand
210
- */
211
- export declare const de_CreateAccessPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPreviewCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1CreateAnalyzerCommand
214
- */
215
- export declare const de_CreateAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalyzerCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1CreateArchiveRuleCommand
218
- */
219
- export declare const de_CreateArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateArchiveRuleCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1DeleteAnalyzerCommand
222
- */
223
- export declare const de_DeleteAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalyzerCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1DeleteArchiveRuleCommand
226
- */
227
- export declare const de_DeleteArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArchiveRuleCommandOutput>;
228
- /**
229
- * deserializeAws_restJson1GenerateFindingRecommendationCommand
230
- */
231
- export declare const de_GenerateFindingRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateFindingRecommendationCommandOutput>;
232
- /**
233
- * deserializeAws_restJson1GetAccessPreviewCommand
234
- */
235
- export declare const de_GetAccessPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPreviewCommandOutput>;
236
- /**
237
- * deserializeAws_restJson1GetAnalyzedResourceCommand
238
- */
239
- export declare const de_GetAnalyzedResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalyzedResourceCommandOutput>;
240
- /**
241
- * deserializeAws_restJson1GetAnalyzerCommand
242
- */
243
- export declare const de_GetAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalyzerCommandOutput>;
244
- /**
245
- * deserializeAws_restJson1GetArchiveRuleCommand
246
- */
247
- export declare const de_GetArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveRuleCommandOutput>;
248
- /**
249
- * deserializeAws_restJson1GetFindingCommand
250
- */
251
- export declare const de_GetFindingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingCommandOutput>;
252
- /**
253
- * deserializeAws_restJson1GetFindingRecommendationCommand
254
- */
255
- export declare const de_GetFindingRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingRecommendationCommandOutput>;
256
- /**
257
- * deserializeAws_restJson1GetFindingsStatisticsCommand
258
- */
259
- export declare const de_GetFindingsStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsStatisticsCommandOutput>;
260
- /**
261
- * deserializeAws_restJson1GetFindingV2Command
262
- */
263
- export declare const de_GetFindingV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingV2CommandOutput>;
264
- /**
265
- * deserializeAws_restJson1GetGeneratedPolicyCommand
266
- */
267
- export declare const de_GetGeneratedPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeneratedPolicyCommandOutput>;
268
- /**
269
- * deserializeAws_restJson1ListAccessPreviewFindingsCommand
270
- */
271
- export declare const de_ListAccessPreviewFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPreviewFindingsCommandOutput>;
272
- /**
273
- * deserializeAws_restJson1ListAccessPreviewsCommand
274
- */
275
- export declare const de_ListAccessPreviewsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPreviewsCommandOutput>;
276
- /**
277
- * deserializeAws_restJson1ListAnalyzedResourcesCommand
278
- */
279
- export declare const de_ListAnalyzedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalyzedResourcesCommandOutput>;
280
- /**
281
- * deserializeAws_restJson1ListAnalyzersCommand
282
- */
283
- export declare const de_ListAnalyzersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalyzersCommandOutput>;
284
- /**
285
- * deserializeAws_restJson1ListArchiveRulesCommand
286
- */
287
- export declare const de_ListArchiveRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArchiveRulesCommandOutput>;
288
- /**
289
- * deserializeAws_restJson1ListFindingsCommand
290
- */
291
- export declare const de_ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
292
- /**
293
- * deserializeAws_restJson1ListFindingsV2Command
294
- */
295
- export declare const de_ListFindingsV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsV2CommandOutput>;
296
- /**
297
- * deserializeAws_restJson1ListPolicyGenerationsCommand
298
- */
299
- export declare const de_ListPolicyGenerationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyGenerationsCommandOutput>;
300
- /**
301
- * deserializeAws_restJson1ListTagsForResourceCommand
302
- */
303
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
304
- /**
305
- * deserializeAws_restJson1StartPolicyGenerationCommand
306
- */
307
- export declare const de_StartPolicyGenerationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPolicyGenerationCommandOutput>;
308
- /**
309
- * deserializeAws_restJson1StartResourceScanCommand
310
- */
311
- export declare const de_StartResourceScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartResourceScanCommandOutput>;
312
- /**
313
- * deserializeAws_restJson1TagResourceCommand
314
- */
315
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
316
- /**
317
- * deserializeAws_restJson1UntagResourceCommand
318
- */
319
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
320
- /**
321
- * deserializeAws_restJson1UpdateAnalyzerCommand
322
- */
323
- export declare const de_UpdateAnalyzerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalyzerCommandOutput>;
324
- /**
325
- * deserializeAws_restJson1UpdateArchiveRuleCommand
326
- */
327
- export declare const de_UpdateArchiveRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateArchiveRuleCommandOutput>;
328
- /**
329
- * deserializeAws_restJson1UpdateFindingsCommand
330
- */
331
- export declare const de_UpdateFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsCommandOutput>;
332
- /**
333
- * deserializeAws_restJson1ValidatePolicyCommand
334
- */
335
- export declare const de_ValidatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidatePolicyCommandOutput>;