@aws-sdk/client-accessanalyzer 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +508 -145
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +298 -101
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +28 -28
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1473 -1366
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnalyzersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ValidatePolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,145 +1,508 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AccessAnalyzerClient } from "./AccessAnalyzerClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AccessAnalyzerClient } from "./AccessAnalyzerClient";
|
|
3
|
+
import {
|
|
4
|
+
ApplyArchiveRuleCommandInput,
|
|
5
|
+
ApplyArchiveRuleCommandOutput,
|
|
6
|
+
} from "./commands/ApplyArchiveRuleCommand";
|
|
7
|
+
import {
|
|
8
|
+
CancelPolicyGenerationCommandInput,
|
|
9
|
+
CancelPolicyGenerationCommandOutput,
|
|
10
|
+
} from "./commands/CancelPolicyGenerationCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateAccessPreviewCommandInput,
|
|
13
|
+
CreateAccessPreviewCommandOutput,
|
|
14
|
+
} from "./commands/CreateAccessPreviewCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateAnalyzerCommandInput,
|
|
17
|
+
CreateAnalyzerCommandOutput,
|
|
18
|
+
} from "./commands/CreateAnalyzerCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateArchiveRuleCommandInput,
|
|
21
|
+
CreateArchiveRuleCommandOutput,
|
|
22
|
+
} from "./commands/CreateArchiveRuleCommand";
|
|
23
|
+
import {
|
|
24
|
+
DeleteAnalyzerCommandInput,
|
|
25
|
+
DeleteAnalyzerCommandOutput,
|
|
26
|
+
} from "./commands/DeleteAnalyzerCommand";
|
|
27
|
+
import {
|
|
28
|
+
DeleteArchiveRuleCommandInput,
|
|
29
|
+
DeleteArchiveRuleCommandOutput,
|
|
30
|
+
} from "./commands/DeleteArchiveRuleCommand";
|
|
31
|
+
import {
|
|
32
|
+
GetAccessPreviewCommandInput,
|
|
33
|
+
GetAccessPreviewCommandOutput,
|
|
34
|
+
} from "./commands/GetAccessPreviewCommand";
|
|
35
|
+
import {
|
|
36
|
+
GetAnalyzedResourceCommandInput,
|
|
37
|
+
GetAnalyzedResourceCommandOutput,
|
|
38
|
+
} from "./commands/GetAnalyzedResourceCommand";
|
|
39
|
+
import {
|
|
40
|
+
GetAnalyzerCommandInput,
|
|
41
|
+
GetAnalyzerCommandOutput,
|
|
42
|
+
} from "./commands/GetAnalyzerCommand";
|
|
43
|
+
import {
|
|
44
|
+
GetArchiveRuleCommandInput,
|
|
45
|
+
GetArchiveRuleCommandOutput,
|
|
46
|
+
} from "./commands/GetArchiveRuleCommand";
|
|
47
|
+
import {
|
|
48
|
+
GetFindingCommandInput,
|
|
49
|
+
GetFindingCommandOutput,
|
|
50
|
+
} from "./commands/GetFindingCommand";
|
|
51
|
+
import {
|
|
52
|
+
GetGeneratedPolicyCommandInput,
|
|
53
|
+
GetGeneratedPolicyCommandOutput,
|
|
54
|
+
} from "./commands/GetGeneratedPolicyCommand";
|
|
55
|
+
import {
|
|
56
|
+
ListAccessPreviewFindingsCommandInput,
|
|
57
|
+
ListAccessPreviewFindingsCommandOutput,
|
|
58
|
+
} from "./commands/ListAccessPreviewFindingsCommand";
|
|
59
|
+
import {
|
|
60
|
+
ListAccessPreviewsCommandInput,
|
|
61
|
+
ListAccessPreviewsCommandOutput,
|
|
62
|
+
} from "./commands/ListAccessPreviewsCommand";
|
|
63
|
+
import {
|
|
64
|
+
ListAnalyzedResourcesCommandInput,
|
|
65
|
+
ListAnalyzedResourcesCommandOutput,
|
|
66
|
+
} from "./commands/ListAnalyzedResourcesCommand";
|
|
67
|
+
import {
|
|
68
|
+
ListAnalyzersCommandInput,
|
|
69
|
+
ListAnalyzersCommandOutput,
|
|
70
|
+
} from "./commands/ListAnalyzersCommand";
|
|
71
|
+
import {
|
|
72
|
+
ListArchiveRulesCommandInput,
|
|
73
|
+
ListArchiveRulesCommandOutput,
|
|
74
|
+
} from "./commands/ListArchiveRulesCommand";
|
|
75
|
+
import {
|
|
76
|
+
ListFindingsCommandInput,
|
|
77
|
+
ListFindingsCommandOutput,
|
|
78
|
+
} from "./commands/ListFindingsCommand";
|
|
79
|
+
import {
|
|
80
|
+
ListPolicyGenerationsCommandInput,
|
|
81
|
+
ListPolicyGenerationsCommandOutput,
|
|
82
|
+
} from "./commands/ListPolicyGenerationsCommand";
|
|
83
|
+
import {
|
|
84
|
+
ListTagsForResourceCommandInput,
|
|
85
|
+
ListTagsForResourceCommandOutput,
|
|
86
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
87
|
+
import {
|
|
88
|
+
StartPolicyGenerationCommandInput,
|
|
89
|
+
StartPolicyGenerationCommandOutput,
|
|
90
|
+
} from "./commands/StartPolicyGenerationCommand";
|
|
91
|
+
import {
|
|
92
|
+
StartResourceScanCommandInput,
|
|
93
|
+
StartResourceScanCommandOutput,
|
|
94
|
+
} from "./commands/StartResourceScanCommand";
|
|
95
|
+
import {
|
|
96
|
+
TagResourceCommandInput,
|
|
97
|
+
TagResourceCommandOutput,
|
|
98
|
+
} from "./commands/TagResourceCommand";
|
|
99
|
+
import {
|
|
100
|
+
UntagResourceCommandInput,
|
|
101
|
+
UntagResourceCommandOutput,
|
|
102
|
+
} from "./commands/UntagResourceCommand";
|
|
103
|
+
import {
|
|
104
|
+
UpdateArchiveRuleCommandInput,
|
|
105
|
+
UpdateArchiveRuleCommandOutput,
|
|
106
|
+
} from "./commands/UpdateArchiveRuleCommand";
|
|
107
|
+
import {
|
|
108
|
+
UpdateFindingsCommandInput,
|
|
109
|
+
UpdateFindingsCommandOutput,
|
|
110
|
+
} from "./commands/UpdateFindingsCommand";
|
|
111
|
+
import {
|
|
112
|
+
ValidatePolicyCommandInput,
|
|
113
|
+
ValidatePolicyCommandOutput,
|
|
114
|
+
} from "./commands/ValidatePolicyCommand";
|
|
115
|
+
|
|
116
|
+
export declare class AccessAnalyzer extends AccessAnalyzerClient {
|
|
117
|
+
applyArchiveRule(
|
|
118
|
+
args: ApplyArchiveRuleCommandInput,
|
|
119
|
+
options?: __HttpHandlerOptions
|
|
120
|
+
): Promise<ApplyArchiveRuleCommandOutput>;
|
|
121
|
+
applyArchiveRule(
|
|
122
|
+
args: ApplyArchiveRuleCommandInput,
|
|
123
|
+
cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void
|
|
124
|
+
): void;
|
|
125
|
+
applyArchiveRule(
|
|
126
|
+
args: ApplyArchiveRuleCommandInput,
|
|
127
|
+
options: __HttpHandlerOptions,
|
|
128
|
+
cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void
|
|
129
|
+
): void;
|
|
130
|
+
|
|
131
|
+
cancelPolicyGeneration(
|
|
132
|
+
args: CancelPolicyGenerationCommandInput,
|
|
133
|
+
options?: __HttpHandlerOptions
|
|
134
|
+
): Promise<CancelPolicyGenerationCommandOutput>;
|
|
135
|
+
cancelPolicyGeneration(
|
|
136
|
+
args: CancelPolicyGenerationCommandInput,
|
|
137
|
+
cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
cancelPolicyGeneration(
|
|
140
|
+
args: CancelPolicyGenerationCommandInput,
|
|
141
|
+
options: __HttpHandlerOptions,
|
|
142
|
+
cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void
|
|
143
|
+
): void;
|
|
144
|
+
|
|
145
|
+
createAccessPreview(
|
|
146
|
+
args: CreateAccessPreviewCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<CreateAccessPreviewCommandOutput>;
|
|
149
|
+
createAccessPreview(
|
|
150
|
+
args: CreateAccessPreviewCommandInput,
|
|
151
|
+
cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
createAccessPreview(
|
|
154
|
+
args: CreateAccessPreviewCommandInput,
|
|
155
|
+
options: __HttpHandlerOptions,
|
|
156
|
+
cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
|
|
159
|
+
createAnalyzer(
|
|
160
|
+
args: CreateAnalyzerCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<CreateAnalyzerCommandOutput>;
|
|
163
|
+
createAnalyzer(
|
|
164
|
+
args: CreateAnalyzerCommandInput,
|
|
165
|
+
cb: (err: any, data?: CreateAnalyzerCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
createAnalyzer(
|
|
168
|
+
args: CreateAnalyzerCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: CreateAnalyzerCommandOutput) => void
|
|
171
|
+
): void;
|
|
172
|
+
|
|
173
|
+
createArchiveRule(
|
|
174
|
+
args: CreateArchiveRuleCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<CreateArchiveRuleCommandOutput>;
|
|
177
|
+
createArchiveRule(
|
|
178
|
+
args: CreateArchiveRuleCommandInput,
|
|
179
|
+
cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
createArchiveRule(
|
|
182
|
+
args: CreateArchiveRuleCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
|
|
187
|
+
deleteAnalyzer(
|
|
188
|
+
args: DeleteAnalyzerCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<DeleteAnalyzerCommandOutput>;
|
|
191
|
+
deleteAnalyzer(
|
|
192
|
+
args: DeleteAnalyzerCommandInput,
|
|
193
|
+
cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
deleteAnalyzer(
|
|
196
|
+
args: DeleteAnalyzerCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
|
|
201
|
+
deleteArchiveRule(
|
|
202
|
+
args: DeleteArchiveRuleCommandInput,
|
|
203
|
+
options?: __HttpHandlerOptions
|
|
204
|
+
): Promise<DeleteArchiveRuleCommandOutput>;
|
|
205
|
+
deleteArchiveRule(
|
|
206
|
+
args: DeleteArchiveRuleCommandInput,
|
|
207
|
+
cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void
|
|
208
|
+
): void;
|
|
209
|
+
deleteArchiveRule(
|
|
210
|
+
args: DeleteArchiveRuleCommandInput,
|
|
211
|
+
options: __HttpHandlerOptions,
|
|
212
|
+
cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void
|
|
213
|
+
): void;
|
|
214
|
+
|
|
215
|
+
getAccessPreview(
|
|
216
|
+
args: GetAccessPreviewCommandInput,
|
|
217
|
+
options?: __HttpHandlerOptions
|
|
218
|
+
): Promise<GetAccessPreviewCommandOutput>;
|
|
219
|
+
getAccessPreview(
|
|
220
|
+
args: GetAccessPreviewCommandInput,
|
|
221
|
+
cb: (err: any, data?: GetAccessPreviewCommandOutput) => void
|
|
222
|
+
): void;
|
|
223
|
+
getAccessPreview(
|
|
224
|
+
args: GetAccessPreviewCommandInput,
|
|
225
|
+
options: __HttpHandlerOptions,
|
|
226
|
+
cb: (err: any, data?: GetAccessPreviewCommandOutput) => void
|
|
227
|
+
): void;
|
|
228
|
+
|
|
229
|
+
getAnalyzedResource(
|
|
230
|
+
args: GetAnalyzedResourceCommandInput,
|
|
231
|
+
options?: __HttpHandlerOptions
|
|
232
|
+
): Promise<GetAnalyzedResourceCommandOutput>;
|
|
233
|
+
getAnalyzedResource(
|
|
234
|
+
args: GetAnalyzedResourceCommandInput,
|
|
235
|
+
cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void
|
|
236
|
+
): void;
|
|
237
|
+
getAnalyzedResource(
|
|
238
|
+
args: GetAnalyzedResourceCommandInput,
|
|
239
|
+
options: __HttpHandlerOptions,
|
|
240
|
+
cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void
|
|
241
|
+
): void;
|
|
242
|
+
|
|
243
|
+
getAnalyzer(
|
|
244
|
+
args: GetAnalyzerCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<GetAnalyzerCommandOutput>;
|
|
247
|
+
getAnalyzer(
|
|
248
|
+
args: GetAnalyzerCommandInput,
|
|
249
|
+
cb: (err: any, data?: GetAnalyzerCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
getAnalyzer(
|
|
252
|
+
args: GetAnalyzerCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: GetAnalyzerCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
|
|
257
|
+
getArchiveRule(
|
|
258
|
+
args: GetArchiveRuleCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<GetArchiveRuleCommandOutput>;
|
|
261
|
+
getArchiveRule(
|
|
262
|
+
args: GetArchiveRuleCommandInput,
|
|
263
|
+
cb: (err: any, data?: GetArchiveRuleCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
getArchiveRule(
|
|
266
|
+
args: GetArchiveRuleCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: GetArchiveRuleCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
|
|
271
|
+
getFinding(
|
|
272
|
+
args: GetFindingCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<GetFindingCommandOutput>;
|
|
275
|
+
getFinding(
|
|
276
|
+
args: GetFindingCommandInput,
|
|
277
|
+
cb: (err: any, data?: GetFindingCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
getFinding(
|
|
280
|
+
args: GetFindingCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: GetFindingCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
|
|
285
|
+
getGeneratedPolicy(
|
|
286
|
+
args: GetGeneratedPolicyCommandInput,
|
|
287
|
+
options?: __HttpHandlerOptions
|
|
288
|
+
): Promise<GetGeneratedPolicyCommandOutput>;
|
|
289
|
+
getGeneratedPolicy(
|
|
290
|
+
args: GetGeneratedPolicyCommandInput,
|
|
291
|
+
cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void
|
|
292
|
+
): void;
|
|
293
|
+
getGeneratedPolicy(
|
|
294
|
+
args: GetGeneratedPolicyCommandInput,
|
|
295
|
+
options: __HttpHandlerOptions,
|
|
296
|
+
cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
|
|
299
|
+
listAccessPreviewFindings(
|
|
300
|
+
args: ListAccessPreviewFindingsCommandInput,
|
|
301
|
+
options?: __HttpHandlerOptions
|
|
302
|
+
): Promise<ListAccessPreviewFindingsCommandOutput>;
|
|
303
|
+
listAccessPreviewFindings(
|
|
304
|
+
args: ListAccessPreviewFindingsCommandInput,
|
|
305
|
+
cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
listAccessPreviewFindings(
|
|
308
|
+
args: ListAccessPreviewFindingsCommandInput,
|
|
309
|
+
options: __HttpHandlerOptions,
|
|
310
|
+
cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void
|
|
311
|
+
): void;
|
|
312
|
+
|
|
313
|
+
listAccessPreviews(
|
|
314
|
+
args: ListAccessPreviewsCommandInput,
|
|
315
|
+
options?: __HttpHandlerOptions
|
|
316
|
+
): Promise<ListAccessPreviewsCommandOutput>;
|
|
317
|
+
listAccessPreviews(
|
|
318
|
+
args: ListAccessPreviewsCommandInput,
|
|
319
|
+
cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
listAccessPreviews(
|
|
322
|
+
args: ListAccessPreviewsCommandInput,
|
|
323
|
+
options: __HttpHandlerOptions,
|
|
324
|
+
cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void
|
|
325
|
+
): void;
|
|
326
|
+
|
|
327
|
+
listAnalyzedResources(
|
|
328
|
+
args: ListAnalyzedResourcesCommandInput,
|
|
329
|
+
options?: __HttpHandlerOptions
|
|
330
|
+
): Promise<ListAnalyzedResourcesCommandOutput>;
|
|
331
|
+
listAnalyzedResources(
|
|
332
|
+
args: ListAnalyzedResourcesCommandInput,
|
|
333
|
+
cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
|
|
334
|
+
): void;
|
|
335
|
+
listAnalyzedResources(
|
|
336
|
+
args: ListAnalyzedResourcesCommandInput,
|
|
337
|
+
options: __HttpHandlerOptions,
|
|
338
|
+
cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
|
|
339
|
+
): void;
|
|
340
|
+
|
|
341
|
+
listAnalyzers(
|
|
342
|
+
args: ListAnalyzersCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<ListAnalyzersCommandOutput>;
|
|
345
|
+
listAnalyzers(
|
|
346
|
+
args: ListAnalyzersCommandInput,
|
|
347
|
+
cb: (err: any, data?: ListAnalyzersCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
listAnalyzers(
|
|
350
|
+
args: ListAnalyzersCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: ListAnalyzersCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
|
|
355
|
+
listArchiveRules(
|
|
356
|
+
args: ListArchiveRulesCommandInput,
|
|
357
|
+
options?: __HttpHandlerOptions
|
|
358
|
+
): Promise<ListArchiveRulesCommandOutput>;
|
|
359
|
+
listArchiveRules(
|
|
360
|
+
args: ListArchiveRulesCommandInput,
|
|
361
|
+
cb: (err: any, data?: ListArchiveRulesCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
listArchiveRules(
|
|
364
|
+
args: ListArchiveRulesCommandInput,
|
|
365
|
+
options: __HttpHandlerOptions,
|
|
366
|
+
cb: (err: any, data?: ListArchiveRulesCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
|
|
369
|
+
listFindings(
|
|
370
|
+
args: ListFindingsCommandInput,
|
|
371
|
+
options?: __HttpHandlerOptions
|
|
372
|
+
): Promise<ListFindingsCommandOutput>;
|
|
373
|
+
listFindings(
|
|
374
|
+
args: ListFindingsCommandInput,
|
|
375
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
listFindings(
|
|
378
|
+
args: ListFindingsCommandInput,
|
|
379
|
+
options: __HttpHandlerOptions,
|
|
380
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
|
|
383
|
+
listPolicyGenerations(
|
|
384
|
+
args: ListPolicyGenerationsCommandInput,
|
|
385
|
+
options?: __HttpHandlerOptions
|
|
386
|
+
): Promise<ListPolicyGenerationsCommandOutput>;
|
|
387
|
+
listPolicyGenerations(
|
|
388
|
+
args: ListPolicyGenerationsCommandInput,
|
|
389
|
+
cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
|
|
390
|
+
): void;
|
|
391
|
+
listPolicyGenerations(
|
|
392
|
+
args: ListPolicyGenerationsCommandInput,
|
|
393
|
+
options: __HttpHandlerOptions,
|
|
394
|
+
cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
|
|
397
|
+
listTagsForResource(
|
|
398
|
+
args: ListTagsForResourceCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
401
|
+
listTagsForResource(
|
|
402
|
+
args: ListTagsForResourceCommandInput,
|
|
403
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
404
|
+
): void;
|
|
405
|
+
listTagsForResource(
|
|
406
|
+
args: ListTagsForResourceCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
|
|
411
|
+
startPolicyGeneration(
|
|
412
|
+
args: StartPolicyGenerationCommandInput,
|
|
413
|
+
options?: __HttpHandlerOptions
|
|
414
|
+
): Promise<StartPolicyGenerationCommandOutput>;
|
|
415
|
+
startPolicyGeneration(
|
|
416
|
+
args: StartPolicyGenerationCommandInput,
|
|
417
|
+
cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
startPolicyGeneration(
|
|
420
|
+
args: StartPolicyGenerationCommandInput,
|
|
421
|
+
options: __HttpHandlerOptions,
|
|
422
|
+
cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
|
|
425
|
+
startResourceScan(
|
|
426
|
+
args: StartResourceScanCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<StartResourceScanCommandOutput>;
|
|
429
|
+
startResourceScan(
|
|
430
|
+
args: StartResourceScanCommandInput,
|
|
431
|
+
cb: (err: any, data?: StartResourceScanCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
startResourceScan(
|
|
434
|
+
args: StartResourceScanCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: StartResourceScanCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
|
|
439
|
+
tagResource(
|
|
440
|
+
args: TagResourceCommandInput,
|
|
441
|
+
options?: __HttpHandlerOptions
|
|
442
|
+
): Promise<TagResourceCommandOutput>;
|
|
443
|
+
tagResource(
|
|
444
|
+
args: TagResourceCommandInput,
|
|
445
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
446
|
+
): void;
|
|
447
|
+
tagResource(
|
|
448
|
+
args: TagResourceCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
|
|
453
|
+
untagResource(
|
|
454
|
+
args: UntagResourceCommandInput,
|
|
455
|
+
options?: __HttpHandlerOptions
|
|
456
|
+
): Promise<UntagResourceCommandOutput>;
|
|
457
|
+
untagResource(
|
|
458
|
+
args: UntagResourceCommandInput,
|
|
459
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
460
|
+
): void;
|
|
461
|
+
untagResource(
|
|
462
|
+
args: UntagResourceCommandInput,
|
|
463
|
+
options: __HttpHandlerOptions,
|
|
464
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
|
|
467
|
+
updateArchiveRule(
|
|
468
|
+
args: UpdateArchiveRuleCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<UpdateArchiveRuleCommandOutput>;
|
|
471
|
+
updateArchiveRule(
|
|
472
|
+
args: UpdateArchiveRuleCommandInput,
|
|
473
|
+
cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void
|
|
474
|
+
): void;
|
|
475
|
+
updateArchiveRule(
|
|
476
|
+
args: UpdateArchiveRuleCommandInput,
|
|
477
|
+
options: __HttpHandlerOptions,
|
|
478
|
+
cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
|
|
481
|
+
updateFindings(
|
|
482
|
+
args: UpdateFindingsCommandInput,
|
|
483
|
+
options?: __HttpHandlerOptions
|
|
484
|
+
): Promise<UpdateFindingsCommandOutput>;
|
|
485
|
+
updateFindings(
|
|
486
|
+
args: UpdateFindingsCommandInput,
|
|
487
|
+
cb: (err: any, data?: UpdateFindingsCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
updateFindings(
|
|
490
|
+
args: UpdateFindingsCommandInput,
|
|
491
|
+
options: __HttpHandlerOptions,
|
|
492
|
+
cb: (err: any, data?: UpdateFindingsCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
|
|
495
|
+
validatePolicy(
|
|
496
|
+
args: ValidatePolicyCommandInput,
|
|
497
|
+
options?: __HttpHandlerOptions
|
|
498
|
+
): Promise<ValidatePolicyCommandOutput>;
|
|
499
|
+
validatePolicy(
|
|
500
|
+
args: ValidatePolicyCommandInput,
|
|
501
|
+
cb: (err: any, data?: ValidatePolicyCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
validatePolicy(
|
|
504
|
+
args: ValidatePolicyCommandInput,
|
|
505
|
+
options: __HttpHandlerOptions,
|
|
506
|
+
cb: (err: any, data?: ValidatePolicyCommandOutput) => void
|
|
507
|
+
): void;
|
|
508
|
+
}
|