@aws-sdk/client-accessanalyzer 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +132 -143
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +9 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateServiceLinkedAnalyzerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +13 -40
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
|
@@ -64,18 +64,12 @@ import {
|
|
|
64
64
|
GetAnalyzedResourceCommandInput,
|
|
65
65
|
GetAnalyzedResourceCommandOutput,
|
|
66
66
|
} from "./commands/GetAnalyzedResourceCommand";
|
|
67
|
-
import {
|
|
68
|
-
GetAnalyzerCommandInput,
|
|
69
|
-
GetAnalyzerCommandOutput,
|
|
70
|
-
} from "./commands/GetAnalyzerCommand";
|
|
67
|
+
import { GetAnalyzerCommandInput, GetAnalyzerCommandOutput } from "./commands/GetAnalyzerCommand";
|
|
71
68
|
import {
|
|
72
69
|
GetArchiveRuleCommandInput,
|
|
73
70
|
GetArchiveRuleCommandOutput,
|
|
74
71
|
} from "./commands/GetArchiveRuleCommand";
|
|
75
|
-
import {
|
|
76
|
-
GetFindingCommandInput,
|
|
77
|
-
GetFindingCommandOutput,
|
|
78
|
-
} from "./commands/GetFindingCommand";
|
|
72
|
+
import { GetFindingCommandInput, GetFindingCommandOutput } from "./commands/GetFindingCommand";
|
|
79
73
|
import {
|
|
80
74
|
GetFindingRecommendationCommandInput,
|
|
81
75
|
GetFindingRecommendationCommandOutput,
|
|
@@ -136,10 +130,7 @@ import {
|
|
|
136
130
|
StartResourceScanCommandInput,
|
|
137
131
|
StartResourceScanCommandOutput,
|
|
138
132
|
} from "./commands/StartResourceScanCommand";
|
|
139
|
-
import {
|
|
140
|
-
TagResourceCommandInput,
|
|
141
|
-
TagResourceCommandOutput,
|
|
142
|
-
} from "./commands/TagResourceCommand";
|
|
133
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
143
134
|
import {
|
|
144
135
|
UntagResourceCommandInput,
|
|
145
136
|
UntagResourceCommandOutput,
|
|
@@ -163,591 +154,589 @@ import {
|
|
|
163
154
|
export interface AccessAnalyzer {
|
|
164
155
|
applyArchiveRule(
|
|
165
156
|
args: ApplyArchiveRuleCommandInput,
|
|
166
|
-
options?: __HttpHandlerOptions
|
|
157
|
+
options?: __HttpHandlerOptions,
|
|
167
158
|
): Promise<ApplyArchiveRuleCommandOutput>;
|
|
168
159
|
applyArchiveRule(
|
|
169
160
|
args: ApplyArchiveRuleCommandInput,
|
|
170
|
-
cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void
|
|
161
|
+
cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void,
|
|
171
162
|
): void;
|
|
172
163
|
applyArchiveRule(
|
|
173
164
|
args: ApplyArchiveRuleCommandInput,
|
|
174
165
|
options: __HttpHandlerOptions,
|
|
175
|
-
cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void
|
|
166
|
+
cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void,
|
|
176
167
|
): void;
|
|
177
168
|
cancelPolicyGeneration(
|
|
178
169
|
args: CancelPolicyGenerationCommandInput,
|
|
179
|
-
options?: __HttpHandlerOptions
|
|
170
|
+
options?: __HttpHandlerOptions,
|
|
180
171
|
): Promise<CancelPolicyGenerationCommandOutput>;
|
|
181
172
|
cancelPolicyGeneration(
|
|
182
173
|
args: CancelPolicyGenerationCommandInput,
|
|
183
|
-
cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void
|
|
174
|
+
cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void,
|
|
184
175
|
): void;
|
|
185
176
|
cancelPolicyGeneration(
|
|
186
177
|
args: CancelPolicyGenerationCommandInput,
|
|
187
178
|
options: __HttpHandlerOptions,
|
|
188
|
-
cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void
|
|
179
|
+
cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void,
|
|
189
180
|
): void;
|
|
190
181
|
checkAccessNotGranted(
|
|
191
182
|
args: CheckAccessNotGrantedCommandInput,
|
|
192
|
-
options?: __HttpHandlerOptions
|
|
183
|
+
options?: __HttpHandlerOptions,
|
|
193
184
|
): Promise<CheckAccessNotGrantedCommandOutput>;
|
|
194
185
|
checkAccessNotGranted(
|
|
195
186
|
args: CheckAccessNotGrantedCommandInput,
|
|
196
|
-
cb: (err: any, data?: CheckAccessNotGrantedCommandOutput) => void
|
|
187
|
+
cb: (err: any, data?: CheckAccessNotGrantedCommandOutput) => void,
|
|
197
188
|
): void;
|
|
198
189
|
checkAccessNotGranted(
|
|
199
190
|
args: CheckAccessNotGrantedCommandInput,
|
|
200
191
|
options: __HttpHandlerOptions,
|
|
201
|
-
cb: (err: any, data?: CheckAccessNotGrantedCommandOutput) => void
|
|
192
|
+
cb: (err: any, data?: CheckAccessNotGrantedCommandOutput) => void,
|
|
202
193
|
): void;
|
|
203
194
|
checkNoNewAccess(
|
|
204
195
|
args: CheckNoNewAccessCommandInput,
|
|
205
|
-
options?: __HttpHandlerOptions
|
|
196
|
+
options?: __HttpHandlerOptions,
|
|
206
197
|
): Promise<CheckNoNewAccessCommandOutput>;
|
|
207
198
|
checkNoNewAccess(
|
|
208
199
|
args: CheckNoNewAccessCommandInput,
|
|
209
|
-
cb: (err: any, data?: CheckNoNewAccessCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: CheckNoNewAccessCommandOutput) => void,
|
|
210
201
|
): void;
|
|
211
202
|
checkNoNewAccess(
|
|
212
203
|
args: CheckNoNewAccessCommandInput,
|
|
213
204
|
options: __HttpHandlerOptions,
|
|
214
|
-
cb: (err: any, data?: CheckNoNewAccessCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: CheckNoNewAccessCommandOutput) => void,
|
|
215
206
|
): void;
|
|
216
207
|
checkNoPublicAccess(
|
|
217
208
|
args: CheckNoPublicAccessCommandInput,
|
|
218
|
-
options?: __HttpHandlerOptions
|
|
209
|
+
options?: __HttpHandlerOptions,
|
|
219
210
|
): Promise<CheckNoPublicAccessCommandOutput>;
|
|
220
211
|
checkNoPublicAccess(
|
|
221
212
|
args: CheckNoPublicAccessCommandInput,
|
|
222
|
-
cb: (err: any, data?: CheckNoPublicAccessCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: CheckNoPublicAccessCommandOutput) => void,
|
|
223
214
|
): void;
|
|
224
215
|
checkNoPublicAccess(
|
|
225
216
|
args: CheckNoPublicAccessCommandInput,
|
|
226
217
|
options: __HttpHandlerOptions,
|
|
227
|
-
cb: (err: any, data?: CheckNoPublicAccessCommandOutput) => void
|
|
218
|
+
cb: (err: any, data?: CheckNoPublicAccessCommandOutput) => void,
|
|
228
219
|
): void;
|
|
229
220
|
createAccessPreview(
|
|
230
221
|
args: CreateAccessPreviewCommandInput,
|
|
231
|
-
options?: __HttpHandlerOptions
|
|
222
|
+
options?: __HttpHandlerOptions,
|
|
232
223
|
): Promise<CreateAccessPreviewCommandOutput>;
|
|
233
224
|
createAccessPreview(
|
|
234
225
|
args: CreateAccessPreviewCommandInput,
|
|
235
|
-
cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void,
|
|
236
227
|
): void;
|
|
237
228
|
createAccessPreview(
|
|
238
229
|
args: CreateAccessPreviewCommandInput,
|
|
239
230
|
options: __HttpHandlerOptions,
|
|
240
|
-
cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void,
|
|
241
232
|
): void;
|
|
242
233
|
createAnalyzer(
|
|
243
234
|
args: CreateAnalyzerCommandInput,
|
|
244
|
-
options?: __HttpHandlerOptions
|
|
235
|
+
options?: __HttpHandlerOptions,
|
|
245
236
|
): Promise<CreateAnalyzerCommandOutput>;
|
|
246
237
|
createAnalyzer(
|
|
247
238
|
args: CreateAnalyzerCommandInput,
|
|
248
|
-
cb: (err: any, data?: CreateAnalyzerCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: CreateAnalyzerCommandOutput) => void,
|
|
249
240
|
): void;
|
|
250
241
|
createAnalyzer(
|
|
251
242
|
args: CreateAnalyzerCommandInput,
|
|
252
243
|
options: __HttpHandlerOptions,
|
|
253
|
-
cb: (err: any, data?: CreateAnalyzerCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: CreateAnalyzerCommandOutput) => void,
|
|
254
245
|
): void;
|
|
255
246
|
createArchiveRule(
|
|
256
247
|
args: CreateArchiveRuleCommandInput,
|
|
257
|
-
options?: __HttpHandlerOptions
|
|
248
|
+
options?: __HttpHandlerOptions,
|
|
258
249
|
): Promise<CreateArchiveRuleCommandOutput>;
|
|
259
250
|
createArchiveRule(
|
|
260
251
|
args: CreateArchiveRuleCommandInput,
|
|
261
|
-
cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void,
|
|
262
253
|
): void;
|
|
263
254
|
createArchiveRule(
|
|
264
255
|
args: CreateArchiveRuleCommandInput,
|
|
265
256
|
options: __HttpHandlerOptions,
|
|
266
|
-
cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void
|
|
257
|
+
cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void,
|
|
267
258
|
): void;
|
|
268
259
|
createServiceLinkedAnalyzer(
|
|
269
260
|
args: CreateServiceLinkedAnalyzerCommandInput,
|
|
270
|
-
options?: __HttpHandlerOptions
|
|
261
|
+
options?: __HttpHandlerOptions,
|
|
271
262
|
): Promise<CreateServiceLinkedAnalyzerCommandOutput>;
|
|
272
263
|
createServiceLinkedAnalyzer(
|
|
273
264
|
args: CreateServiceLinkedAnalyzerCommandInput,
|
|
274
|
-
cb: (err: any, data?: CreateServiceLinkedAnalyzerCommandOutput) => void
|
|
265
|
+
cb: (err: any, data?: CreateServiceLinkedAnalyzerCommandOutput) => void,
|
|
275
266
|
): void;
|
|
276
267
|
createServiceLinkedAnalyzer(
|
|
277
268
|
args: CreateServiceLinkedAnalyzerCommandInput,
|
|
278
269
|
options: __HttpHandlerOptions,
|
|
279
|
-
cb: (err: any, data?: CreateServiceLinkedAnalyzerCommandOutput) => void
|
|
270
|
+
cb: (err: any, data?: CreateServiceLinkedAnalyzerCommandOutput) => void,
|
|
280
271
|
): void;
|
|
281
272
|
deleteAnalyzer(
|
|
282
273
|
args: DeleteAnalyzerCommandInput,
|
|
283
|
-
options?: __HttpHandlerOptions
|
|
274
|
+
options?: __HttpHandlerOptions,
|
|
284
275
|
): Promise<DeleteAnalyzerCommandOutput>;
|
|
285
276
|
deleteAnalyzer(
|
|
286
277
|
args: DeleteAnalyzerCommandInput,
|
|
287
|
-
cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void
|
|
278
|
+
cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void,
|
|
288
279
|
): void;
|
|
289
280
|
deleteAnalyzer(
|
|
290
281
|
args: DeleteAnalyzerCommandInput,
|
|
291
282
|
options: __HttpHandlerOptions,
|
|
292
|
-
cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void
|
|
283
|
+
cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void,
|
|
293
284
|
): void;
|
|
294
285
|
deleteArchiveRule(
|
|
295
286
|
args: DeleteArchiveRuleCommandInput,
|
|
296
|
-
options?: __HttpHandlerOptions
|
|
287
|
+
options?: __HttpHandlerOptions,
|
|
297
288
|
): Promise<DeleteArchiveRuleCommandOutput>;
|
|
298
289
|
deleteArchiveRule(
|
|
299
290
|
args: DeleteArchiveRuleCommandInput,
|
|
300
|
-
cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void,
|
|
301
292
|
): void;
|
|
302
293
|
deleteArchiveRule(
|
|
303
294
|
args: DeleteArchiveRuleCommandInput,
|
|
304
295
|
options: __HttpHandlerOptions,
|
|
305
|
-
cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void,
|
|
306
297
|
): void;
|
|
307
298
|
deleteServiceLinkedAnalyzer(
|
|
308
299
|
args: DeleteServiceLinkedAnalyzerCommandInput,
|
|
309
|
-
options?: __HttpHandlerOptions
|
|
300
|
+
options?: __HttpHandlerOptions,
|
|
310
301
|
): Promise<DeleteServiceLinkedAnalyzerCommandOutput>;
|
|
311
302
|
deleteServiceLinkedAnalyzer(
|
|
312
303
|
args: DeleteServiceLinkedAnalyzerCommandInput,
|
|
313
|
-
cb: (err: any, data?: DeleteServiceLinkedAnalyzerCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: DeleteServiceLinkedAnalyzerCommandOutput) => void,
|
|
314
305
|
): void;
|
|
315
306
|
deleteServiceLinkedAnalyzer(
|
|
316
307
|
args: DeleteServiceLinkedAnalyzerCommandInput,
|
|
317
308
|
options: __HttpHandlerOptions,
|
|
318
|
-
cb: (err: any, data?: DeleteServiceLinkedAnalyzerCommandOutput) => void
|
|
309
|
+
cb: (err: any, data?: DeleteServiceLinkedAnalyzerCommandOutput) => void,
|
|
319
310
|
): void;
|
|
320
311
|
generateFindingRecommendation(
|
|
321
312
|
args: GenerateFindingRecommendationCommandInput,
|
|
322
|
-
options?: __HttpHandlerOptions
|
|
313
|
+
options?: __HttpHandlerOptions,
|
|
323
314
|
): Promise<GenerateFindingRecommendationCommandOutput>;
|
|
324
315
|
generateFindingRecommendation(
|
|
325
316
|
args: GenerateFindingRecommendationCommandInput,
|
|
326
|
-
cb: (err: any, data?: GenerateFindingRecommendationCommandOutput) => void
|
|
317
|
+
cb: (err: any, data?: GenerateFindingRecommendationCommandOutput) => void,
|
|
327
318
|
): void;
|
|
328
319
|
generateFindingRecommendation(
|
|
329
320
|
args: GenerateFindingRecommendationCommandInput,
|
|
330
321
|
options: __HttpHandlerOptions,
|
|
331
|
-
cb: (err: any, data?: GenerateFindingRecommendationCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: GenerateFindingRecommendationCommandOutput) => void,
|
|
332
323
|
): void;
|
|
333
324
|
getAccessPreview(
|
|
334
325
|
args: GetAccessPreviewCommandInput,
|
|
335
|
-
options?: __HttpHandlerOptions
|
|
326
|
+
options?: __HttpHandlerOptions,
|
|
336
327
|
): Promise<GetAccessPreviewCommandOutput>;
|
|
337
328
|
getAccessPreview(
|
|
338
329
|
args: GetAccessPreviewCommandInput,
|
|
339
|
-
cb: (err: any, data?: GetAccessPreviewCommandOutput) => void
|
|
330
|
+
cb: (err: any, data?: GetAccessPreviewCommandOutput) => void,
|
|
340
331
|
): void;
|
|
341
332
|
getAccessPreview(
|
|
342
333
|
args: GetAccessPreviewCommandInput,
|
|
343
334
|
options: __HttpHandlerOptions,
|
|
344
|
-
cb: (err: any, data?: GetAccessPreviewCommandOutput) => void
|
|
335
|
+
cb: (err: any, data?: GetAccessPreviewCommandOutput) => void,
|
|
345
336
|
): void;
|
|
346
337
|
getAnalyzedResource(
|
|
347
338
|
args: GetAnalyzedResourceCommandInput,
|
|
348
|
-
options?: __HttpHandlerOptions
|
|
339
|
+
options?: __HttpHandlerOptions,
|
|
349
340
|
): Promise<GetAnalyzedResourceCommandOutput>;
|
|
350
341
|
getAnalyzedResource(
|
|
351
342
|
args: GetAnalyzedResourceCommandInput,
|
|
352
|
-
cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void
|
|
343
|
+
cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void,
|
|
353
344
|
): void;
|
|
354
345
|
getAnalyzedResource(
|
|
355
346
|
args: GetAnalyzedResourceCommandInput,
|
|
356
347
|
options: __HttpHandlerOptions,
|
|
357
|
-
cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void
|
|
348
|
+
cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void,
|
|
358
349
|
): void;
|
|
359
350
|
getAnalyzer(
|
|
360
351
|
args: GetAnalyzerCommandInput,
|
|
361
|
-
options?: __HttpHandlerOptions
|
|
352
|
+
options?: __HttpHandlerOptions,
|
|
362
353
|
): Promise<GetAnalyzerCommandOutput>;
|
|
363
354
|
getAnalyzer(
|
|
364
355
|
args: GetAnalyzerCommandInput,
|
|
365
|
-
cb: (err: any, data?: GetAnalyzerCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: GetAnalyzerCommandOutput) => void,
|
|
366
357
|
): void;
|
|
367
358
|
getAnalyzer(
|
|
368
359
|
args: GetAnalyzerCommandInput,
|
|
369
360
|
options: __HttpHandlerOptions,
|
|
370
|
-
cb: (err: any, data?: GetAnalyzerCommandOutput) => void
|
|
361
|
+
cb: (err: any, data?: GetAnalyzerCommandOutput) => void,
|
|
371
362
|
): void;
|
|
372
363
|
getArchiveRule(
|
|
373
364
|
args: GetArchiveRuleCommandInput,
|
|
374
|
-
options?: __HttpHandlerOptions
|
|
365
|
+
options?: __HttpHandlerOptions,
|
|
375
366
|
): Promise<GetArchiveRuleCommandOutput>;
|
|
376
367
|
getArchiveRule(
|
|
377
368
|
args: GetArchiveRuleCommandInput,
|
|
378
|
-
cb: (err: any, data?: GetArchiveRuleCommandOutput) => void
|
|
369
|
+
cb: (err: any, data?: GetArchiveRuleCommandOutput) => void,
|
|
379
370
|
): void;
|
|
380
371
|
getArchiveRule(
|
|
381
372
|
args: GetArchiveRuleCommandInput,
|
|
382
373
|
options: __HttpHandlerOptions,
|
|
383
|
-
cb: (err: any, data?: GetArchiveRuleCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: GetArchiveRuleCommandOutput) => void,
|
|
384
375
|
): void;
|
|
385
376
|
getFinding(
|
|
386
377
|
args: GetFindingCommandInput,
|
|
387
|
-
options?: __HttpHandlerOptions
|
|
378
|
+
options?: __HttpHandlerOptions,
|
|
388
379
|
): Promise<GetFindingCommandOutput>;
|
|
389
380
|
getFinding(
|
|
390
381
|
args: GetFindingCommandInput,
|
|
391
|
-
cb: (err: any, data?: GetFindingCommandOutput) => void
|
|
382
|
+
cb: (err: any, data?: GetFindingCommandOutput) => void,
|
|
392
383
|
): void;
|
|
393
384
|
getFinding(
|
|
394
385
|
args: GetFindingCommandInput,
|
|
395
386
|
options: __HttpHandlerOptions,
|
|
396
|
-
cb: (err: any, data?: GetFindingCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: GetFindingCommandOutput) => void,
|
|
397
388
|
): void;
|
|
398
389
|
getFindingRecommendation(
|
|
399
390
|
args: GetFindingRecommendationCommandInput,
|
|
400
|
-
options?: __HttpHandlerOptions
|
|
391
|
+
options?: __HttpHandlerOptions,
|
|
401
392
|
): Promise<GetFindingRecommendationCommandOutput>;
|
|
402
393
|
getFindingRecommendation(
|
|
403
394
|
args: GetFindingRecommendationCommandInput,
|
|
404
|
-
cb: (err: any, data?: GetFindingRecommendationCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: GetFindingRecommendationCommandOutput) => void,
|
|
405
396
|
): void;
|
|
406
397
|
getFindingRecommendation(
|
|
407
398
|
args: GetFindingRecommendationCommandInput,
|
|
408
399
|
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: GetFindingRecommendationCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: GetFindingRecommendationCommandOutput) => void,
|
|
410
401
|
): void;
|
|
411
402
|
getFindingsStatistics(
|
|
412
403
|
args: GetFindingsStatisticsCommandInput,
|
|
413
|
-
options?: __HttpHandlerOptions
|
|
404
|
+
options?: __HttpHandlerOptions,
|
|
414
405
|
): Promise<GetFindingsStatisticsCommandOutput>;
|
|
415
406
|
getFindingsStatistics(
|
|
416
407
|
args: GetFindingsStatisticsCommandInput,
|
|
417
|
-
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
408
|
+
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void,
|
|
418
409
|
): void;
|
|
419
410
|
getFindingsStatistics(
|
|
420
411
|
args: GetFindingsStatisticsCommandInput,
|
|
421
412
|
options: __HttpHandlerOptions,
|
|
422
|
-
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void,
|
|
423
414
|
): void;
|
|
424
415
|
getFindingV2(
|
|
425
416
|
args: GetFindingV2CommandInput,
|
|
426
|
-
options?: __HttpHandlerOptions
|
|
417
|
+
options?: __HttpHandlerOptions,
|
|
427
418
|
): Promise<GetFindingV2CommandOutput>;
|
|
428
419
|
getFindingV2(
|
|
429
420
|
args: GetFindingV2CommandInput,
|
|
430
|
-
cb: (err: any, data?: GetFindingV2CommandOutput) => void
|
|
421
|
+
cb: (err: any, data?: GetFindingV2CommandOutput) => void,
|
|
431
422
|
): void;
|
|
432
423
|
getFindingV2(
|
|
433
424
|
args: GetFindingV2CommandInput,
|
|
434
425
|
options: __HttpHandlerOptions,
|
|
435
|
-
cb: (err: any, data?: GetFindingV2CommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: GetFindingV2CommandOutput) => void,
|
|
436
427
|
): void;
|
|
437
428
|
getGeneratedPolicy(
|
|
438
429
|
args: GetGeneratedPolicyCommandInput,
|
|
439
|
-
options?: __HttpHandlerOptions
|
|
430
|
+
options?: __HttpHandlerOptions,
|
|
440
431
|
): Promise<GetGeneratedPolicyCommandOutput>;
|
|
441
432
|
getGeneratedPolicy(
|
|
442
433
|
args: GetGeneratedPolicyCommandInput,
|
|
443
|
-
cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void
|
|
434
|
+
cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void,
|
|
444
435
|
): void;
|
|
445
436
|
getGeneratedPolicy(
|
|
446
437
|
args: GetGeneratedPolicyCommandInput,
|
|
447
438
|
options: __HttpHandlerOptions,
|
|
448
|
-
cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void
|
|
439
|
+
cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void,
|
|
449
440
|
): void;
|
|
450
441
|
listAccessPreviewFindings(
|
|
451
442
|
args: ListAccessPreviewFindingsCommandInput,
|
|
452
|
-
options?: __HttpHandlerOptions
|
|
443
|
+
options?: __HttpHandlerOptions,
|
|
453
444
|
): Promise<ListAccessPreviewFindingsCommandOutput>;
|
|
454
445
|
listAccessPreviewFindings(
|
|
455
446
|
args: ListAccessPreviewFindingsCommandInput,
|
|
456
|
-
cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void
|
|
447
|
+
cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void,
|
|
457
448
|
): void;
|
|
458
449
|
listAccessPreviewFindings(
|
|
459
450
|
args: ListAccessPreviewFindingsCommandInput,
|
|
460
451
|
options: __HttpHandlerOptions,
|
|
461
|
-
cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void
|
|
452
|
+
cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void,
|
|
462
453
|
): void;
|
|
463
454
|
listAccessPreviews(
|
|
464
455
|
args: ListAccessPreviewsCommandInput,
|
|
465
|
-
options?: __HttpHandlerOptions
|
|
456
|
+
options?: __HttpHandlerOptions,
|
|
466
457
|
): Promise<ListAccessPreviewsCommandOutput>;
|
|
467
458
|
listAccessPreviews(
|
|
468
459
|
args: ListAccessPreviewsCommandInput,
|
|
469
|
-
cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void
|
|
460
|
+
cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void,
|
|
470
461
|
): void;
|
|
471
462
|
listAccessPreviews(
|
|
472
463
|
args: ListAccessPreviewsCommandInput,
|
|
473
464
|
options: __HttpHandlerOptions,
|
|
474
|
-
cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void
|
|
465
|
+
cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void,
|
|
475
466
|
): void;
|
|
476
467
|
listAnalyzedResources(
|
|
477
468
|
args: ListAnalyzedResourcesCommandInput,
|
|
478
|
-
options?: __HttpHandlerOptions
|
|
469
|
+
options?: __HttpHandlerOptions,
|
|
479
470
|
): Promise<ListAnalyzedResourcesCommandOutput>;
|
|
480
471
|
listAnalyzedResources(
|
|
481
472
|
args: ListAnalyzedResourcesCommandInput,
|
|
482
|
-
cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
|
|
473
|
+
cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void,
|
|
483
474
|
): void;
|
|
484
475
|
listAnalyzedResources(
|
|
485
476
|
args: ListAnalyzedResourcesCommandInput,
|
|
486
477
|
options: __HttpHandlerOptions,
|
|
487
|
-
cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void,
|
|
488
479
|
): void;
|
|
489
480
|
listAnalyzers(): Promise<ListAnalyzersCommandOutput>;
|
|
490
481
|
listAnalyzers(
|
|
491
482
|
args: ListAnalyzersCommandInput,
|
|
492
|
-
options?: __HttpHandlerOptions
|
|
483
|
+
options?: __HttpHandlerOptions,
|
|
493
484
|
): Promise<ListAnalyzersCommandOutput>;
|
|
494
485
|
listAnalyzers(
|
|
495
486
|
args: ListAnalyzersCommandInput,
|
|
496
|
-
cb: (err: any, data?: ListAnalyzersCommandOutput) => void
|
|
487
|
+
cb: (err: any, data?: ListAnalyzersCommandOutput) => void,
|
|
497
488
|
): void;
|
|
498
489
|
listAnalyzers(
|
|
499
490
|
args: ListAnalyzersCommandInput,
|
|
500
491
|
options: __HttpHandlerOptions,
|
|
501
|
-
cb: (err: any, data?: ListAnalyzersCommandOutput) => void
|
|
492
|
+
cb: (err: any, data?: ListAnalyzersCommandOutput) => void,
|
|
502
493
|
): void;
|
|
503
494
|
listArchiveRules(
|
|
504
495
|
args: ListArchiveRulesCommandInput,
|
|
505
|
-
options?: __HttpHandlerOptions
|
|
496
|
+
options?: __HttpHandlerOptions,
|
|
506
497
|
): Promise<ListArchiveRulesCommandOutput>;
|
|
507
498
|
listArchiveRules(
|
|
508
499
|
args: ListArchiveRulesCommandInput,
|
|
509
|
-
cb: (err: any, data?: ListArchiveRulesCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: ListArchiveRulesCommandOutput) => void,
|
|
510
501
|
): void;
|
|
511
502
|
listArchiveRules(
|
|
512
503
|
args: ListArchiveRulesCommandInput,
|
|
513
504
|
options: __HttpHandlerOptions,
|
|
514
|
-
cb: (err: any, data?: ListArchiveRulesCommandOutput) => void
|
|
505
|
+
cb: (err: any, data?: ListArchiveRulesCommandOutput) => void,
|
|
515
506
|
): void;
|
|
516
507
|
listFindings(
|
|
517
508
|
args: ListFindingsCommandInput,
|
|
518
|
-
options?: __HttpHandlerOptions
|
|
509
|
+
options?: __HttpHandlerOptions,
|
|
519
510
|
): Promise<ListFindingsCommandOutput>;
|
|
520
511
|
listFindings(
|
|
521
512
|
args: ListFindingsCommandInput,
|
|
522
|
-
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void,
|
|
523
514
|
): void;
|
|
524
515
|
listFindings(
|
|
525
516
|
args: ListFindingsCommandInput,
|
|
526
517
|
options: __HttpHandlerOptions,
|
|
527
|
-
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
518
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void,
|
|
528
519
|
): void;
|
|
529
520
|
listFindingsV2(
|
|
530
521
|
args: ListFindingsV2CommandInput,
|
|
531
|
-
options?: __HttpHandlerOptions
|
|
522
|
+
options?: __HttpHandlerOptions,
|
|
532
523
|
): Promise<ListFindingsV2CommandOutput>;
|
|
533
524
|
listFindingsV2(
|
|
534
525
|
args: ListFindingsV2CommandInput,
|
|
535
|
-
cb: (err: any, data?: ListFindingsV2CommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: ListFindingsV2CommandOutput) => void,
|
|
536
527
|
): void;
|
|
537
528
|
listFindingsV2(
|
|
538
529
|
args: ListFindingsV2CommandInput,
|
|
539
530
|
options: __HttpHandlerOptions,
|
|
540
|
-
cb: (err: any, data?: ListFindingsV2CommandOutput) => void
|
|
531
|
+
cb: (err: any, data?: ListFindingsV2CommandOutput) => void,
|
|
541
532
|
): void;
|
|
542
533
|
listPolicyGenerations(): Promise<ListPolicyGenerationsCommandOutput>;
|
|
543
534
|
listPolicyGenerations(
|
|
544
535
|
args: ListPolicyGenerationsCommandInput,
|
|
545
|
-
options?: __HttpHandlerOptions
|
|
536
|
+
options?: __HttpHandlerOptions,
|
|
546
537
|
): Promise<ListPolicyGenerationsCommandOutput>;
|
|
547
538
|
listPolicyGenerations(
|
|
548
539
|
args: ListPolicyGenerationsCommandInput,
|
|
549
|
-
cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
|
|
540
|
+
cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void,
|
|
550
541
|
): void;
|
|
551
542
|
listPolicyGenerations(
|
|
552
543
|
args: ListPolicyGenerationsCommandInput,
|
|
553
544
|
options: __HttpHandlerOptions,
|
|
554
|
-
cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
|
|
545
|
+
cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void,
|
|
555
546
|
): void;
|
|
556
547
|
listTagsForResource(
|
|
557
548
|
args: ListTagsForResourceCommandInput,
|
|
558
|
-
options?: __HttpHandlerOptions
|
|
549
|
+
options?: __HttpHandlerOptions,
|
|
559
550
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
560
551
|
listTagsForResource(
|
|
561
552
|
args: ListTagsForResourceCommandInput,
|
|
562
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
553
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
563
554
|
): void;
|
|
564
555
|
listTagsForResource(
|
|
565
556
|
args: ListTagsForResourceCommandInput,
|
|
566
557
|
options: __HttpHandlerOptions,
|
|
567
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
558
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
568
559
|
): void;
|
|
569
560
|
startPolicyGeneration(
|
|
570
561
|
args: StartPolicyGenerationCommandInput,
|
|
571
|
-
options?: __HttpHandlerOptions
|
|
562
|
+
options?: __HttpHandlerOptions,
|
|
572
563
|
): Promise<StartPolicyGenerationCommandOutput>;
|
|
573
564
|
startPolicyGeneration(
|
|
574
565
|
args: StartPolicyGenerationCommandInput,
|
|
575
|
-
cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
|
|
566
|
+
cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void,
|
|
576
567
|
): void;
|
|
577
568
|
startPolicyGeneration(
|
|
578
569
|
args: StartPolicyGenerationCommandInput,
|
|
579
570
|
options: __HttpHandlerOptions,
|
|
580
|
-
cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
|
|
571
|
+
cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void,
|
|
581
572
|
): void;
|
|
582
573
|
startResourceScan(
|
|
583
574
|
args: StartResourceScanCommandInput,
|
|
584
|
-
options?: __HttpHandlerOptions
|
|
575
|
+
options?: __HttpHandlerOptions,
|
|
585
576
|
): Promise<StartResourceScanCommandOutput>;
|
|
586
577
|
startResourceScan(
|
|
587
578
|
args: StartResourceScanCommandInput,
|
|
588
|
-
cb: (err: any, data?: StartResourceScanCommandOutput) => void
|
|
579
|
+
cb: (err: any, data?: StartResourceScanCommandOutput) => void,
|
|
589
580
|
): void;
|
|
590
581
|
startResourceScan(
|
|
591
582
|
args: StartResourceScanCommandInput,
|
|
592
583
|
options: __HttpHandlerOptions,
|
|
593
|
-
cb: (err: any, data?: StartResourceScanCommandOutput) => void
|
|
584
|
+
cb: (err: any, data?: StartResourceScanCommandOutput) => void,
|
|
594
585
|
): void;
|
|
595
586
|
tagResource(
|
|
596
587
|
args: TagResourceCommandInput,
|
|
597
|
-
options?: __HttpHandlerOptions
|
|
588
|
+
options?: __HttpHandlerOptions,
|
|
598
589
|
): Promise<TagResourceCommandOutput>;
|
|
599
590
|
tagResource(
|
|
600
591
|
args: TagResourceCommandInput,
|
|
601
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
592
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
602
593
|
): void;
|
|
603
594
|
tagResource(
|
|
604
595
|
args: TagResourceCommandInput,
|
|
605
596
|
options: __HttpHandlerOptions,
|
|
606
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
597
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
607
598
|
): void;
|
|
608
599
|
untagResource(
|
|
609
600
|
args: UntagResourceCommandInput,
|
|
610
|
-
options?: __HttpHandlerOptions
|
|
601
|
+
options?: __HttpHandlerOptions,
|
|
611
602
|
): Promise<UntagResourceCommandOutput>;
|
|
612
603
|
untagResource(
|
|
613
604
|
args: UntagResourceCommandInput,
|
|
614
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
605
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
615
606
|
): void;
|
|
616
607
|
untagResource(
|
|
617
608
|
args: UntagResourceCommandInput,
|
|
618
609
|
options: __HttpHandlerOptions,
|
|
619
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
610
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
620
611
|
): void;
|
|
621
612
|
updateAnalyzer(
|
|
622
613
|
args: UpdateAnalyzerCommandInput,
|
|
623
|
-
options?: __HttpHandlerOptions
|
|
614
|
+
options?: __HttpHandlerOptions,
|
|
624
615
|
): Promise<UpdateAnalyzerCommandOutput>;
|
|
625
616
|
updateAnalyzer(
|
|
626
617
|
args: UpdateAnalyzerCommandInput,
|
|
627
|
-
cb: (err: any, data?: UpdateAnalyzerCommandOutput) => void
|
|
618
|
+
cb: (err: any, data?: UpdateAnalyzerCommandOutput) => void,
|
|
628
619
|
): void;
|
|
629
620
|
updateAnalyzer(
|
|
630
621
|
args: UpdateAnalyzerCommandInput,
|
|
631
622
|
options: __HttpHandlerOptions,
|
|
632
|
-
cb: (err: any, data?: UpdateAnalyzerCommandOutput) => void
|
|
623
|
+
cb: (err: any, data?: UpdateAnalyzerCommandOutput) => void,
|
|
633
624
|
): void;
|
|
634
625
|
updateArchiveRule(
|
|
635
626
|
args: UpdateArchiveRuleCommandInput,
|
|
636
|
-
options?: __HttpHandlerOptions
|
|
627
|
+
options?: __HttpHandlerOptions,
|
|
637
628
|
): Promise<UpdateArchiveRuleCommandOutput>;
|
|
638
629
|
updateArchiveRule(
|
|
639
630
|
args: UpdateArchiveRuleCommandInput,
|
|
640
|
-
cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void
|
|
631
|
+
cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void,
|
|
641
632
|
): void;
|
|
642
633
|
updateArchiveRule(
|
|
643
634
|
args: UpdateArchiveRuleCommandInput,
|
|
644
635
|
options: __HttpHandlerOptions,
|
|
645
|
-
cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void
|
|
636
|
+
cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void,
|
|
646
637
|
): void;
|
|
647
638
|
updateFindings(
|
|
648
639
|
args: UpdateFindingsCommandInput,
|
|
649
|
-
options?: __HttpHandlerOptions
|
|
640
|
+
options?: __HttpHandlerOptions,
|
|
650
641
|
): Promise<UpdateFindingsCommandOutput>;
|
|
651
642
|
updateFindings(
|
|
652
643
|
args: UpdateFindingsCommandInput,
|
|
653
|
-
cb: (err: any, data?: UpdateFindingsCommandOutput) => void
|
|
644
|
+
cb: (err: any, data?: UpdateFindingsCommandOutput) => void,
|
|
654
645
|
): void;
|
|
655
646
|
updateFindings(
|
|
656
647
|
args: UpdateFindingsCommandInput,
|
|
657
648
|
options: __HttpHandlerOptions,
|
|
658
|
-
cb: (err: any, data?: UpdateFindingsCommandOutput) => void
|
|
649
|
+
cb: (err: any, data?: UpdateFindingsCommandOutput) => void,
|
|
659
650
|
): void;
|
|
660
651
|
validatePolicy(
|
|
661
652
|
args: ValidatePolicyCommandInput,
|
|
662
|
-
options?: __HttpHandlerOptions
|
|
653
|
+
options?: __HttpHandlerOptions,
|
|
663
654
|
): Promise<ValidatePolicyCommandOutput>;
|
|
664
655
|
validatePolicy(
|
|
665
656
|
args: ValidatePolicyCommandInput,
|
|
666
|
-
cb: (err: any, data?: ValidatePolicyCommandOutput) => void
|
|
657
|
+
cb: (err: any, data?: ValidatePolicyCommandOutput) => void,
|
|
667
658
|
): void;
|
|
668
659
|
validatePolicy(
|
|
669
660
|
args: ValidatePolicyCommandInput,
|
|
670
661
|
options: __HttpHandlerOptions,
|
|
671
|
-
cb: (err: any, data?: ValidatePolicyCommandOutput) => void
|
|
662
|
+
cb: (err: any, data?: ValidatePolicyCommandOutput) => void,
|
|
672
663
|
): void;
|
|
673
664
|
paginateGetFindingRecommendation(
|
|
674
665
|
args: GetFindingRecommendationCommandInput,
|
|
675
666
|
paginationConfig?: Pick<
|
|
676
667
|
PaginationConfiguration,
|
|
677
668
|
Exclude<keyof PaginationConfiguration, "client">
|
|
678
|
-
|
|
669
|
+
>,
|
|
679
670
|
): Paginator<GetFindingRecommendationCommandOutput>;
|
|
680
671
|
paginateGetFindingV2(
|
|
681
672
|
args: GetFindingV2CommandInput,
|
|
682
673
|
paginationConfig?: Pick<
|
|
683
674
|
PaginationConfiguration,
|
|
684
675
|
Exclude<keyof PaginationConfiguration, "client">
|
|
685
|
-
|
|
676
|
+
>,
|
|
686
677
|
): Paginator<GetFindingV2CommandOutput>;
|
|
687
678
|
paginateListAccessPreviewFindings(
|
|
688
679
|
args: ListAccessPreviewFindingsCommandInput,
|
|
689
680
|
paginationConfig?: Pick<
|
|
690
681
|
PaginationConfiguration,
|
|
691
682
|
Exclude<keyof PaginationConfiguration, "client">
|
|
692
|
-
|
|
683
|
+
>,
|
|
693
684
|
): Paginator<ListAccessPreviewFindingsCommandOutput>;
|
|
694
685
|
paginateListAccessPreviews(
|
|
695
686
|
args: ListAccessPreviewsCommandInput,
|
|
696
687
|
paginationConfig?: Pick<
|
|
697
688
|
PaginationConfiguration,
|
|
698
689
|
Exclude<keyof PaginationConfiguration, "client">
|
|
699
|
-
|
|
690
|
+
>,
|
|
700
691
|
): Paginator<ListAccessPreviewsCommandOutput>;
|
|
701
692
|
paginateListAnalyzedResources(
|
|
702
693
|
args: ListAnalyzedResourcesCommandInput,
|
|
703
694
|
paginationConfig?: Pick<
|
|
704
695
|
PaginationConfiguration,
|
|
705
696
|
Exclude<keyof PaginationConfiguration, "client">
|
|
706
|
-
|
|
697
|
+
>,
|
|
707
698
|
): Paginator<ListAnalyzedResourcesCommandOutput>;
|
|
708
699
|
paginateListAnalyzers(
|
|
709
700
|
args?: ListAnalyzersCommandInput,
|
|
710
701
|
paginationConfig?: Pick<
|
|
711
702
|
PaginationConfiguration,
|
|
712
703
|
Exclude<keyof PaginationConfiguration, "client">
|
|
713
|
-
|
|
704
|
+
>,
|
|
714
705
|
): Paginator<ListAnalyzersCommandOutput>;
|
|
715
706
|
paginateListArchiveRules(
|
|
716
707
|
args: ListArchiveRulesCommandInput,
|
|
717
708
|
paginationConfig?: Pick<
|
|
718
709
|
PaginationConfiguration,
|
|
719
710
|
Exclude<keyof PaginationConfiguration, "client">
|
|
720
|
-
|
|
711
|
+
>,
|
|
721
712
|
): Paginator<ListArchiveRulesCommandOutput>;
|
|
722
713
|
paginateListFindings(
|
|
723
714
|
args: ListFindingsCommandInput,
|
|
724
715
|
paginationConfig?: Pick<
|
|
725
716
|
PaginationConfiguration,
|
|
726
717
|
Exclude<keyof PaginationConfiguration, "client">
|
|
727
|
-
|
|
718
|
+
>,
|
|
728
719
|
): Paginator<ListFindingsCommandOutput>;
|
|
729
720
|
paginateListFindingsV2(
|
|
730
721
|
args: ListFindingsV2CommandInput,
|
|
731
722
|
paginationConfig?: Pick<
|
|
732
723
|
PaginationConfiguration,
|
|
733
724
|
Exclude<keyof PaginationConfiguration, "client">
|
|
734
|
-
|
|
725
|
+
>,
|
|
735
726
|
): Paginator<ListFindingsV2CommandOutput>;
|
|
736
727
|
paginateListPolicyGenerations(
|
|
737
728
|
args?: ListPolicyGenerationsCommandInput,
|
|
738
729
|
paginationConfig?: Pick<
|
|
739
730
|
PaginationConfiguration,
|
|
740
731
|
Exclude<keyof PaginationConfiguration, "client">
|
|
741
|
-
|
|
732
|
+
>,
|
|
742
733
|
): Paginator<ListPolicyGenerationsCommandOutput>;
|
|
743
734
|
paginateValidatePolicy(
|
|
744
735
|
args: ValidatePolicyCommandInput,
|
|
745
736
|
paginationConfig?: Pick<
|
|
746
737
|
PaginationConfiguration,
|
|
747
738
|
Exclude<keyof PaginationConfiguration, "client">
|
|
748
|
-
|
|
739
|
+
>,
|
|
749
740
|
): Paginator<ValidatePolicyCommandOutput>;
|
|
750
741
|
}
|
|
751
|
-
export declare class AccessAnalyzer
|
|
752
|
-
extends AccessAnalyzerClient
|
|
753
|
-
implements AccessAnalyzer {}
|
|
742
|
+
export declare class AccessAnalyzer extends AccessAnalyzerClient implements AccessAnalyzer {}
|