@aws-sdk/client-accessanalyzer 3.169.0 → 3.171.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 +480 -145
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +273 -101
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1074 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,101 +1,273 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
ApplyArchiveRuleCommandInput,
|
|
47
|
+
ApplyArchiveRuleCommandOutput,
|
|
48
|
+
} from "./commands/ApplyArchiveRuleCommand";
|
|
49
|
+
import {
|
|
50
|
+
CancelPolicyGenerationCommandInput,
|
|
51
|
+
CancelPolicyGenerationCommandOutput,
|
|
52
|
+
} from "./commands/CancelPolicyGenerationCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAccessPreviewCommandInput,
|
|
55
|
+
CreateAccessPreviewCommandOutput,
|
|
56
|
+
} from "./commands/CreateAccessPreviewCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateAnalyzerCommandInput,
|
|
59
|
+
CreateAnalyzerCommandOutput,
|
|
60
|
+
} from "./commands/CreateAnalyzerCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateArchiveRuleCommandInput,
|
|
63
|
+
CreateArchiveRuleCommandOutput,
|
|
64
|
+
} from "./commands/CreateArchiveRuleCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAnalyzerCommandInput,
|
|
67
|
+
DeleteAnalyzerCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAnalyzerCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteArchiveRuleCommandInput,
|
|
71
|
+
DeleteArchiveRuleCommandOutput,
|
|
72
|
+
} from "./commands/DeleteArchiveRuleCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetAccessPreviewCommandInput,
|
|
75
|
+
GetAccessPreviewCommandOutput,
|
|
76
|
+
} from "./commands/GetAccessPreviewCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetAnalyzedResourceCommandInput,
|
|
79
|
+
GetAnalyzedResourceCommandOutput,
|
|
80
|
+
} from "./commands/GetAnalyzedResourceCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAnalyzerCommandInput,
|
|
83
|
+
GetAnalyzerCommandOutput,
|
|
84
|
+
} from "./commands/GetAnalyzerCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetArchiveRuleCommandInput,
|
|
87
|
+
GetArchiveRuleCommandOutput,
|
|
88
|
+
} from "./commands/GetArchiveRuleCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetFindingCommandInput,
|
|
91
|
+
GetFindingCommandOutput,
|
|
92
|
+
} from "./commands/GetFindingCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetGeneratedPolicyCommandInput,
|
|
95
|
+
GetGeneratedPolicyCommandOutput,
|
|
96
|
+
} from "./commands/GetGeneratedPolicyCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListAccessPreviewFindingsCommandInput,
|
|
99
|
+
ListAccessPreviewFindingsCommandOutput,
|
|
100
|
+
} from "./commands/ListAccessPreviewFindingsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListAccessPreviewsCommandInput,
|
|
103
|
+
ListAccessPreviewsCommandOutput,
|
|
104
|
+
} from "./commands/ListAccessPreviewsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListAnalyzedResourcesCommandInput,
|
|
107
|
+
ListAnalyzedResourcesCommandOutput,
|
|
108
|
+
} from "./commands/ListAnalyzedResourcesCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListAnalyzersCommandInput,
|
|
111
|
+
ListAnalyzersCommandOutput,
|
|
112
|
+
} from "./commands/ListAnalyzersCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListArchiveRulesCommandInput,
|
|
115
|
+
ListArchiveRulesCommandOutput,
|
|
116
|
+
} from "./commands/ListArchiveRulesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListFindingsCommandInput,
|
|
119
|
+
ListFindingsCommandOutput,
|
|
120
|
+
} from "./commands/ListFindingsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListPolicyGenerationsCommandInput,
|
|
123
|
+
ListPolicyGenerationsCommandOutput,
|
|
124
|
+
} from "./commands/ListPolicyGenerationsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListTagsForResourceCommandInput,
|
|
127
|
+
ListTagsForResourceCommandOutput,
|
|
128
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
StartPolicyGenerationCommandInput,
|
|
131
|
+
StartPolicyGenerationCommandOutput,
|
|
132
|
+
} from "./commands/StartPolicyGenerationCommand";
|
|
133
|
+
import {
|
|
134
|
+
StartResourceScanCommandInput,
|
|
135
|
+
StartResourceScanCommandOutput,
|
|
136
|
+
} from "./commands/StartResourceScanCommand";
|
|
137
|
+
import {
|
|
138
|
+
TagResourceCommandInput,
|
|
139
|
+
TagResourceCommandOutput,
|
|
140
|
+
} from "./commands/TagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UntagResourceCommandInput,
|
|
143
|
+
UntagResourceCommandOutput,
|
|
144
|
+
} from "./commands/UntagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateArchiveRuleCommandInput,
|
|
147
|
+
UpdateArchiveRuleCommandOutput,
|
|
148
|
+
} from "./commands/UpdateArchiveRuleCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateFindingsCommandInput,
|
|
151
|
+
UpdateFindingsCommandOutput,
|
|
152
|
+
} from "./commands/UpdateFindingsCommand";
|
|
153
|
+
import {
|
|
154
|
+
ValidatePolicyCommandInput,
|
|
155
|
+
ValidatePolicyCommandOutput,
|
|
156
|
+
} from "./commands/ValidatePolicyCommand";
|
|
157
|
+
export declare type ServiceInputTypes =
|
|
158
|
+
| ApplyArchiveRuleCommandInput
|
|
159
|
+
| CancelPolicyGenerationCommandInput
|
|
160
|
+
| CreateAccessPreviewCommandInput
|
|
161
|
+
| CreateAnalyzerCommandInput
|
|
162
|
+
| CreateArchiveRuleCommandInput
|
|
163
|
+
| DeleteAnalyzerCommandInput
|
|
164
|
+
| DeleteArchiveRuleCommandInput
|
|
165
|
+
| GetAccessPreviewCommandInput
|
|
166
|
+
| GetAnalyzedResourceCommandInput
|
|
167
|
+
| GetAnalyzerCommandInput
|
|
168
|
+
| GetArchiveRuleCommandInput
|
|
169
|
+
| GetFindingCommandInput
|
|
170
|
+
| GetGeneratedPolicyCommandInput
|
|
171
|
+
| ListAccessPreviewFindingsCommandInput
|
|
172
|
+
| ListAccessPreviewsCommandInput
|
|
173
|
+
| ListAnalyzedResourcesCommandInput
|
|
174
|
+
| ListAnalyzersCommandInput
|
|
175
|
+
| ListArchiveRulesCommandInput
|
|
176
|
+
| ListFindingsCommandInput
|
|
177
|
+
| ListPolicyGenerationsCommandInput
|
|
178
|
+
| ListTagsForResourceCommandInput
|
|
179
|
+
| StartPolicyGenerationCommandInput
|
|
180
|
+
| StartResourceScanCommandInput
|
|
181
|
+
| TagResourceCommandInput
|
|
182
|
+
| UntagResourceCommandInput
|
|
183
|
+
| UpdateArchiveRuleCommandInput
|
|
184
|
+
| UpdateFindingsCommandInput
|
|
185
|
+
| ValidatePolicyCommandInput;
|
|
186
|
+
export declare type ServiceOutputTypes =
|
|
187
|
+
| ApplyArchiveRuleCommandOutput
|
|
188
|
+
| CancelPolicyGenerationCommandOutput
|
|
189
|
+
| CreateAccessPreviewCommandOutput
|
|
190
|
+
| CreateAnalyzerCommandOutput
|
|
191
|
+
| CreateArchiveRuleCommandOutput
|
|
192
|
+
| DeleteAnalyzerCommandOutput
|
|
193
|
+
| DeleteArchiveRuleCommandOutput
|
|
194
|
+
| GetAccessPreviewCommandOutput
|
|
195
|
+
| GetAnalyzedResourceCommandOutput
|
|
196
|
+
| GetAnalyzerCommandOutput
|
|
197
|
+
| GetArchiveRuleCommandOutput
|
|
198
|
+
| GetFindingCommandOutput
|
|
199
|
+
| GetGeneratedPolicyCommandOutput
|
|
200
|
+
| ListAccessPreviewFindingsCommandOutput
|
|
201
|
+
| ListAccessPreviewsCommandOutput
|
|
202
|
+
| ListAnalyzedResourcesCommandOutput
|
|
203
|
+
| ListAnalyzersCommandOutput
|
|
204
|
+
| ListArchiveRulesCommandOutput
|
|
205
|
+
| ListFindingsCommandOutput
|
|
206
|
+
| ListPolicyGenerationsCommandOutput
|
|
207
|
+
| ListTagsForResourceCommandOutput
|
|
208
|
+
| StartPolicyGenerationCommandOutput
|
|
209
|
+
| StartResourceScanCommandOutput
|
|
210
|
+
| TagResourceCommandOutput
|
|
211
|
+
| UntagResourceCommandOutput
|
|
212
|
+
| UpdateArchiveRuleCommandOutput
|
|
213
|
+
| UpdateFindingsCommandOutput
|
|
214
|
+
| ValidatePolicyCommandOutput;
|
|
215
|
+
export interface ClientDefaults
|
|
216
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
217
|
+
requestHandler?: __HttpHandler;
|
|
218
|
+
sha256?: __HashConstructor;
|
|
219
|
+
urlParser?: __UrlParser;
|
|
220
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
221
|
+
streamCollector?: __StreamCollector;
|
|
222
|
+
base64Decoder?: __Decoder;
|
|
223
|
+
base64Encoder?: __Encoder;
|
|
224
|
+
utf8Decoder?: __Decoder;
|
|
225
|
+
utf8Encoder?: __Encoder;
|
|
226
|
+
runtime?: string;
|
|
227
|
+
disableHostPrefix?: boolean;
|
|
228
|
+
maxAttempts?: number | __Provider<number>;
|
|
229
|
+
retryMode?: string | __Provider<string>;
|
|
230
|
+
logger?: __Logger;
|
|
231
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
232
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
233
|
+
serviceId?: string;
|
|
234
|
+
region?: string | __Provider<string>;
|
|
235
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
237
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
238
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
239
|
+
}
|
|
240
|
+
declare type AccessAnalyzerClientConfigType = Partial<
|
|
241
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
242
|
+
> &
|
|
243
|
+
ClientDefaults &
|
|
244
|
+
RegionInputConfig &
|
|
245
|
+
EndpointsInputConfig &
|
|
246
|
+
RetryInputConfig &
|
|
247
|
+
HostHeaderInputConfig &
|
|
248
|
+
AwsAuthInputConfig &
|
|
249
|
+
UserAgentInputConfig;
|
|
250
|
+
export interface AccessAnalyzerClientConfig
|
|
251
|
+
extends AccessAnalyzerClientConfigType {}
|
|
252
|
+
declare type AccessAnalyzerClientResolvedConfigType =
|
|
253
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
254
|
+
Required<ClientDefaults> &
|
|
255
|
+
RegionResolvedConfig &
|
|
256
|
+
EndpointsResolvedConfig &
|
|
257
|
+
RetryResolvedConfig &
|
|
258
|
+
HostHeaderResolvedConfig &
|
|
259
|
+
AwsAuthResolvedConfig &
|
|
260
|
+
UserAgentResolvedConfig;
|
|
261
|
+
export interface AccessAnalyzerClientResolvedConfig
|
|
262
|
+
extends AccessAnalyzerClientResolvedConfigType {}
|
|
263
|
+
export declare class AccessAnalyzerClient extends __Client<
|
|
264
|
+
__HttpHandlerOptions,
|
|
265
|
+
ServiceInputTypes,
|
|
266
|
+
ServiceOutputTypes,
|
|
267
|
+
AccessAnalyzerClientResolvedConfig
|
|
268
|
+
> {
|
|
269
|
+
readonly config: AccessAnalyzerClientResolvedConfig;
|
|
270
|
+
constructor(configuration: AccessAnalyzerClientConfig);
|
|
271
|
+
destroy(): void;
|
|
272
|
+
}
|
|
273
|
+
export {};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {}
|
|
15
|
+
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class ApplyArchiveRuleCommand extends $Command<
|
|
17
|
+
ApplyArchiveRuleCommandInput,
|
|
18
|
+
ApplyArchiveRuleCommandOutput,
|
|
19
|
+
AccessAnalyzerClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: ApplyArchiveRuleCommandInput;
|
|
22
|
+
constructor(input: ApplyArchiveRuleCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
CancelPolicyGenerationRequest,
|
|
15
|
+
CancelPolicyGenerationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelPolicyGenerationCommandInput
|
|
18
|
+
extends CancelPolicyGenerationRequest {}
|
|
19
|
+
export interface CancelPolicyGenerationCommandOutput
|
|
20
|
+
extends CancelPolicyGenerationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CancelPolicyGenerationCommand extends $Command<
|
|
23
|
+
CancelPolicyGenerationCommandInput,
|
|
24
|
+
CancelPolicyGenerationCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CancelPolicyGenerationCommandInput;
|
|
28
|
+
constructor(input: CancelPolicyGenerationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CancelPolicyGenerationCommandInput,
|
|
35
|
+
CancelPolicyGenerationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAccessPreviewRequest,
|
|
15
|
+
CreateAccessPreviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAccessPreviewCommandInput
|
|
18
|
+
extends CreateAccessPreviewRequest {}
|
|
19
|
+
export interface CreateAccessPreviewCommandOutput
|
|
20
|
+
extends CreateAccessPreviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAccessPreviewCommand extends $Command<
|
|
23
|
+
CreateAccessPreviewCommandInput,
|
|
24
|
+
CreateAccessPreviewCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAccessPreviewCommandInput;
|
|
28
|
+
constructor(input: CreateAccessPreviewCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAnalyzerRequest,
|
|
15
|
+
CreateAnalyzerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {}
|
|
18
|
+
export interface CreateAnalyzerCommandOutput
|
|
19
|
+
extends CreateAnalyzerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateAnalyzerCommand extends $Command<
|
|
22
|
+
CreateAnalyzerCommandInput,
|
|
23
|
+
CreateAnalyzerCommandOutput,
|
|
24
|
+
AccessAnalyzerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateAnalyzerCommandInput;
|
|
27
|
+
constructor(input: CreateAnalyzerCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import { CreateArchiveRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface CreateArchiveRuleCommandInput
|
|
15
|
+
extends CreateArchiveRuleRequest {}
|
|
16
|
+
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class CreateArchiveRuleCommand extends $Command<
|
|
18
|
+
CreateArchiveRuleCommandInput,
|
|
19
|
+
CreateArchiveRuleCommandOutput,
|
|
20
|
+
AccessAnalyzerClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CreateArchiveRuleCommandInput;
|
|
23
|
+
constructor(input: CreateArchiveRuleCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|