@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.
Files changed (53) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AccessAnalyzer.d.ts +508 -145
  3. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +298 -101
  4. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +33 -17
  9. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +33 -17
  11. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +33 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +33 -17
  30. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +28 -28
  33. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  34. package/dist-types/ts3.4/index.d.ts +6 -6
  35. package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +8 -6
  36. package/dist-types/ts3.4/models/index.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +1473 -1366
  38. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  39. package/dist-types/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListAnalyzersPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ValidatePolicyPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  53. package/package.json +34 -34
@@ -1,101 +1,298 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "./commands/ApplyArchiveRuleCommand";
10
- import { CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput } from "./commands/CancelPolicyGenerationCommand";
11
- import { CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput } from "./commands/CreateAccessPreviewCommand";
12
- import { CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput } from "./commands/CreateAnalyzerCommand";
13
- import { CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput } from "./commands/CreateArchiveRuleCommand";
14
- import { DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput } from "./commands/DeleteAnalyzerCommand";
15
- import { DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput } from "./commands/DeleteArchiveRuleCommand";
16
- import { GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput } from "./commands/GetAccessPreviewCommand";
17
- import { GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput } from "./commands/GetAnalyzedResourceCommand";
18
- import { GetAnalyzerCommandInput, GetAnalyzerCommandOutput } from "./commands/GetAnalyzerCommand";
19
- import { GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput } from "./commands/GetArchiveRuleCommand";
20
- import { GetFindingCommandInput, GetFindingCommandOutput } from "./commands/GetFindingCommand";
21
- import { GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput } from "./commands/GetGeneratedPolicyCommand";
22
- import { ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput } from "./commands/ListAccessPreviewFindingsCommand";
23
- import { ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput } from "./commands/ListAccessPreviewsCommand";
24
- import { ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput } from "./commands/ListAnalyzedResourcesCommand";
25
- import { ListAnalyzersCommandInput, ListAnalyzersCommandOutput } from "./commands/ListAnalyzersCommand";
26
- import { ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput } from "./commands/ListArchiveRulesCommand";
27
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
28
- import { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
- import { StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput } from "./commands/StartPolicyGenerationCommand";
31
- import { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
- import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from "./commands/UpdateArchiveRuleCommand";
35
- import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
36
- import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "./commands/ValidatePolicyCommand";
37
- export declare type ServiceInputTypes = ApplyArchiveRuleCommandInput | CancelPolicyGenerationCommandInput | CreateAccessPreviewCommandInput | CreateAnalyzerCommandInput | CreateArchiveRuleCommandInput | DeleteAnalyzerCommandInput | DeleteArchiveRuleCommandInput | GetAccessPreviewCommandInput | GetAnalyzedResourceCommandInput | GetAnalyzerCommandInput | GetArchiveRuleCommandInput | GetFindingCommandInput | GetGeneratedPolicyCommandInput | ListAccessPreviewFindingsCommandInput | ListAccessPreviewsCommandInput | ListAnalyzedResourcesCommandInput | ListAnalyzersCommandInput | ListArchiveRulesCommandInput | ListFindingsCommandInput | ListPolicyGenerationsCommandInput | ListTagsForResourceCommandInput | StartPolicyGenerationCommandInput | StartResourceScanCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateArchiveRuleCommandInput | UpdateFindingsCommandInput | ValidatePolicyCommandInput;
38
- export declare type ServiceOutputTypes = ApplyArchiveRuleCommandOutput | CancelPolicyGenerationCommandOutput | CreateAccessPreviewCommandOutput | CreateAnalyzerCommandOutput | CreateArchiveRuleCommandOutput | DeleteAnalyzerCommandOutput | DeleteArchiveRuleCommandOutput | GetAccessPreviewCommandOutput | GetAnalyzedResourceCommandOutput | GetAnalyzerCommandOutput | GetArchiveRuleCommandOutput | GetFindingCommandOutput | GetGeneratedPolicyCommandOutput | ListAccessPreviewFindingsCommandOutput | ListAccessPreviewsCommandOutput | ListAnalyzedResourcesCommandOutput | ListAnalyzersCommandOutput | ListArchiveRulesCommandOutput | ListFindingsCommandOutput | ListPolicyGenerationsCommandOutput | ListTagsForResourceCommandOutput | StartPolicyGenerationCommandOutput | StartResourceScanCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateArchiveRuleCommandOutput | UpdateFindingsCommandOutput | ValidatePolicyCommandOutput;
39
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
40
-
41
- requestHandler?: __HttpHandler;
42
-
43
- sha256?: __HashConstructor;
44
-
45
- urlParser?: __UrlParser;
46
-
47
- bodyLengthChecker?: __BodyLengthCalculator;
48
-
49
- streamCollector?: __StreamCollector;
50
-
51
- base64Decoder?: __Decoder;
52
-
53
- base64Encoder?: __Encoder;
54
-
55
- utf8Decoder?: __Decoder;
56
-
57
- utf8Encoder?: __Encoder;
58
-
59
- runtime?: string;
60
-
61
- disableHostPrefix?: boolean;
62
-
63
- maxAttempts?: number | __Provider<number>;
64
-
65
- retryMode?: string | __Provider<string>;
66
-
67
- logger?: __Logger;
68
-
69
- useDualstackEndpoint?: boolean | __Provider<boolean>;
70
-
71
- useFipsEndpoint?: boolean | __Provider<boolean>;
72
-
73
- serviceId?: string;
74
-
75
- region?: string | __Provider<string>;
76
-
77
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
78
-
79
- regionInfoProvider?: RegionInfoProvider;
80
-
81
- defaultUserAgentProvider?: Provider<__UserAgent>;
82
-
83
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
84
- }
85
- declare type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
86
-
87
- export interface AccessAnalyzerClientConfig extends AccessAnalyzerClientConfigType {
88
- }
89
- declare type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
90
-
91
- export interface AccessAnalyzerClientResolvedConfig extends AccessAnalyzerClientResolvedConfigType {
92
- }
93
-
94
- export declare class AccessAnalyzerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AccessAnalyzerClientResolvedConfig> {
95
-
96
- readonly config: AccessAnalyzerClientResolvedConfig;
97
- constructor(configuration: AccessAnalyzerClientConfig);
98
-
99
- destroy(): void;
100
- }
101
- export {};
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
+
219
+ sha256?: __HashConstructor;
220
+
221
+ urlParser?: __UrlParser;
222
+
223
+ bodyLengthChecker?: __BodyLengthCalculator;
224
+
225
+ streamCollector?: __StreamCollector;
226
+
227
+ base64Decoder?: __Decoder;
228
+
229
+ base64Encoder?: __Encoder;
230
+
231
+ utf8Decoder?: __Decoder;
232
+
233
+ utf8Encoder?: __Encoder;
234
+
235
+ runtime?: string;
236
+
237
+ disableHostPrefix?: boolean;
238
+
239
+ maxAttempts?: number | __Provider<number>;
240
+
241
+ retryMode?: string | __Provider<string>;
242
+
243
+ logger?: __Logger;
244
+
245
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
246
+
247
+ useFipsEndpoint?: boolean | __Provider<boolean>;
248
+
249
+ serviceId?: string;
250
+
251
+ region?: string | __Provider<string>;
252
+
253
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
254
+
255
+ regionInfoProvider?: RegionInfoProvider;
256
+
257
+ defaultUserAgentProvider?: Provider<__UserAgent>;
258
+
259
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
260
+ }
261
+ declare type AccessAnalyzerClientConfigType = Partial<
262
+ __SmithyConfiguration<__HttpHandlerOptions>
263
+ > &
264
+ ClientDefaults &
265
+ RegionInputConfig &
266
+ EndpointsInputConfig &
267
+ RetryInputConfig &
268
+ HostHeaderInputConfig &
269
+ AwsAuthInputConfig &
270
+ UserAgentInputConfig;
271
+
272
+ export interface AccessAnalyzerClientConfig
273
+ extends AccessAnalyzerClientConfigType {}
274
+ declare type AccessAnalyzerClientResolvedConfigType =
275
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
276
+ Required<ClientDefaults> &
277
+ RegionResolvedConfig &
278
+ EndpointsResolvedConfig &
279
+ RetryResolvedConfig &
280
+ HostHeaderResolvedConfig &
281
+ AwsAuthResolvedConfig &
282
+ UserAgentResolvedConfig;
283
+
284
+ export interface AccessAnalyzerClientResolvedConfig
285
+ extends AccessAnalyzerClientResolvedConfigType {}
286
+
287
+ export declare class AccessAnalyzerClient extends __Client<
288
+ __HttpHandlerOptions,
289
+ ServiceInputTypes,
290
+ ServiceOutputTypes,
291
+ AccessAnalyzerClientResolvedConfig
292
+ > {
293
+ readonly config: AccessAnalyzerClientResolvedConfig;
294
+ constructor(configuration: AccessAnalyzerClientConfig);
295
+
296
+ destroy(): void;
297
+ }
298
+ export {};
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
- import { ApplyArchiveRuleRequest } from "../models/models_0";
5
- export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
6
- }
7
- export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ApplyArchiveRuleCommand extends $Command<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
- readonly input: ApplyArchiveRuleCommandInput;
12
- constructor(input: ApplyArchiveRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
17
+ export declare class ApplyArchiveRuleCommand extends $Command<
18
+ ApplyArchiveRuleCommandInput,
19
+ ApplyArchiveRuleCommandOutput,
20
+ AccessAnalyzerClientResolvedConfig
21
+ > {
22
+ readonly input: ApplyArchiveRuleCommandInput;
23
+ constructor(input: ApplyArchiveRuleCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AccessAnalyzerClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
- import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
5
- export interface CancelPolicyGenerationCommandInput extends CancelPolicyGenerationRequest {
6
- }
7
- export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelPolicyGenerationCommand extends $Command<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
- readonly input: CancelPolicyGenerationCommandInput;
12
- constructor(input: CancelPolicyGenerationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CancelPolicyGenerationCommand extends $Command<
24
+ CancelPolicyGenerationCommandInput,
25
+ CancelPolicyGenerationCommandOutput,
26
+ AccessAnalyzerClientResolvedConfig
27
+ > {
28
+ readonly input: CancelPolicyGenerationCommandInput;
29
+ constructor(input: CancelPolicyGenerationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AccessAnalyzerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelPolicyGenerationCommandInput,
37
+ CancelPolicyGenerationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
- import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
5
- export interface CreateAccessPreviewCommandInput extends CreateAccessPreviewRequest {
6
- }
7
- export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAccessPreviewCommand extends $Command<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
- readonly input: CreateAccessPreviewCommandInput;
12
- constructor(input: CreateAccessPreviewCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateAccessPreviewCommand extends $Command<
24
+ CreateAccessPreviewCommandInput,
25
+ CreateAccessPreviewCommandOutput,
26
+ AccessAnalyzerClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAccessPreviewCommandInput;
29
+ constructor(input: CreateAccessPreviewCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AccessAnalyzerClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
- import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
5
- export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
6
- }
7
- export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAnalyzerCommand extends $Command<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig> {
11
- readonly input: CreateAnalyzerCommandInput;
12
- constructor(input: CreateAnalyzerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class CreateAnalyzerCommand extends $Command<
23
+ CreateAnalyzerCommandInput,
24
+ CreateAnalyzerCommandOutput,
25
+ AccessAnalyzerClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAnalyzerCommandInput;
28
+ constructor(input: CreateAnalyzerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AccessAnalyzerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }