@aws-sdk/client-accessanalyzer 3.169.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 +8 -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,145 +1,508 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AccessAnalyzerClient } from "./AccessAnalyzerClient";
3
- import { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "./commands/ApplyArchiveRuleCommand";
4
- import { CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput } from "./commands/CancelPolicyGenerationCommand";
5
- import { CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput } from "./commands/CreateAccessPreviewCommand";
6
- import { CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput } from "./commands/CreateAnalyzerCommand";
7
- import { CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput } from "./commands/CreateArchiveRuleCommand";
8
- import { DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput } from "./commands/DeleteAnalyzerCommand";
9
- import { DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput } from "./commands/DeleteArchiveRuleCommand";
10
- import { GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput } from "./commands/GetAccessPreviewCommand";
11
- import { GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput } from "./commands/GetAnalyzedResourceCommand";
12
- import { GetAnalyzerCommandInput, GetAnalyzerCommandOutput } from "./commands/GetAnalyzerCommand";
13
- import { GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput } from "./commands/GetArchiveRuleCommand";
14
- import { GetFindingCommandInput, GetFindingCommandOutput } from "./commands/GetFindingCommand";
15
- import { GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput } from "./commands/GetGeneratedPolicyCommand";
16
- import { ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput } from "./commands/ListAccessPreviewFindingsCommand";
17
- import { ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput } from "./commands/ListAccessPreviewsCommand";
18
- import { ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput } from "./commands/ListAnalyzedResourcesCommand";
19
- import { ListAnalyzersCommandInput, ListAnalyzersCommandOutput } from "./commands/ListAnalyzersCommand";
20
- import { ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput } from "./commands/ListArchiveRulesCommand";
21
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
22
- import { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput } from "./commands/StartPolicyGenerationCommand";
25
- import { StartResourceScanCommandInput, StartResourceScanCommandOutput } from "./commands/StartResourceScanCommand";
26
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
27
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
28
- import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from "./commands/UpdateArchiveRuleCommand";
29
- import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
30
- import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "./commands/ValidatePolicyCommand";
31
-
32
- export declare class AccessAnalyzer extends AccessAnalyzerClient {
33
-
34
- applyArchiveRule(args: ApplyArchiveRuleCommandInput, options?: __HttpHandlerOptions): Promise<ApplyArchiveRuleCommandOutput>;
35
- applyArchiveRule(args: ApplyArchiveRuleCommandInput, cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void): void;
36
- applyArchiveRule(args: ApplyArchiveRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void): void;
37
-
38
- cancelPolicyGeneration(args: CancelPolicyGenerationCommandInput, options?: __HttpHandlerOptions): Promise<CancelPolicyGenerationCommandOutput>;
39
- cancelPolicyGeneration(args: CancelPolicyGenerationCommandInput, cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void): void;
40
- cancelPolicyGeneration(args: CancelPolicyGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void): void;
41
-
42
- createAccessPreview(args: CreateAccessPreviewCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessPreviewCommandOutput>;
43
- createAccessPreview(args: CreateAccessPreviewCommandInput, cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void): void;
44
- createAccessPreview(args: CreateAccessPreviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void): void;
45
-
46
- createAnalyzer(args: CreateAnalyzerCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnalyzerCommandOutput>;
47
- createAnalyzer(args: CreateAnalyzerCommandInput, cb: (err: any, data?: CreateAnalyzerCommandOutput) => void): void;
48
- createAnalyzer(args: CreateAnalyzerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnalyzerCommandOutput) => void): void;
49
-
50
- createArchiveRule(args: CreateArchiveRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateArchiveRuleCommandOutput>;
51
- createArchiveRule(args: CreateArchiveRuleCommandInput, cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void): void;
52
- createArchiveRule(args: CreateArchiveRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void): void;
53
-
54
- deleteAnalyzer(args: DeleteAnalyzerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnalyzerCommandOutput>;
55
- deleteAnalyzer(args: DeleteAnalyzerCommandInput, cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void): void;
56
- deleteAnalyzer(args: DeleteAnalyzerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void): void;
57
-
58
- deleteArchiveRule(args: DeleteArchiveRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteArchiveRuleCommandOutput>;
59
- deleteArchiveRule(args: DeleteArchiveRuleCommandInput, cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void): void;
60
- deleteArchiveRule(args: DeleteArchiveRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void): void;
61
-
62
- getAccessPreview(args: GetAccessPreviewCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPreviewCommandOutput>;
63
- getAccessPreview(args: GetAccessPreviewCommandInput, cb: (err: any, data?: GetAccessPreviewCommandOutput) => void): void;
64
- getAccessPreview(args: GetAccessPreviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPreviewCommandOutput) => void): void;
65
-
66
- getAnalyzedResource(args: GetAnalyzedResourceCommandInput, options?: __HttpHandlerOptions): Promise<GetAnalyzedResourceCommandOutput>;
67
- getAnalyzedResource(args: GetAnalyzedResourceCommandInput, cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void): void;
68
- getAnalyzedResource(args: GetAnalyzedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void): void;
69
-
70
- getAnalyzer(args: GetAnalyzerCommandInput, options?: __HttpHandlerOptions): Promise<GetAnalyzerCommandOutput>;
71
- getAnalyzer(args: GetAnalyzerCommandInput, cb: (err: any, data?: GetAnalyzerCommandOutput) => void): void;
72
- getAnalyzer(args: GetAnalyzerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnalyzerCommandOutput) => void): void;
73
-
74
- getArchiveRule(args: GetArchiveRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetArchiveRuleCommandOutput>;
75
- getArchiveRule(args: GetArchiveRuleCommandInput, cb: (err: any, data?: GetArchiveRuleCommandOutput) => void): void;
76
- getArchiveRule(args: GetArchiveRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetArchiveRuleCommandOutput) => void): void;
77
-
78
- getFinding(args: GetFindingCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingCommandOutput>;
79
- getFinding(args: GetFindingCommandInput, cb: (err: any, data?: GetFindingCommandOutput) => void): void;
80
- getFinding(args: GetFindingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingCommandOutput) => void): void;
81
-
82
- getGeneratedPolicy(args: GetGeneratedPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetGeneratedPolicyCommandOutput>;
83
- getGeneratedPolicy(args: GetGeneratedPolicyCommandInput, cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void): void;
84
- getGeneratedPolicy(args: GetGeneratedPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void): void;
85
-
86
- listAccessPreviewFindings(args: ListAccessPreviewFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPreviewFindingsCommandOutput>;
87
- listAccessPreviewFindings(args: ListAccessPreviewFindingsCommandInput, cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void): void;
88
- listAccessPreviewFindings(args: ListAccessPreviewFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void): void;
89
-
90
- listAccessPreviews(args: ListAccessPreviewsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPreviewsCommandOutput>;
91
- listAccessPreviews(args: ListAccessPreviewsCommandInput, cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void): void;
92
- listAccessPreviews(args: ListAccessPreviewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void): void;
93
-
94
- listAnalyzedResources(args: ListAnalyzedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalyzedResourcesCommandOutput>;
95
- listAnalyzedResources(args: ListAnalyzedResourcesCommandInput, cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void): void;
96
- listAnalyzedResources(args: ListAnalyzedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void): void;
97
-
98
- listAnalyzers(args: ListAnalyzersCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalyzersCommandOutput>;
99
- listAnalyzers(args: ListAnalyzersCommandInput, cb: (err: any, data?: ListAnalyzersCommandOutput) => void): void;
100
- listAnalyzers(args: ListAnalyzersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalyzersCommandOutput) => void): void;
101
-
102
- listArchiveRules(args: ListArchiveRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListArchiveRulesCommandOutput>;
103
- listArchiveRules(args: ListArchiveRulesCommandInput, cb: (err: any, data?: ListArchiveRulesCommandOutput) => void): void;
104
- listArchiveRules(args: ListArchiveRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArchiveRulesCommandOutput) => void): void;
105
-
106
- listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
107
- listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
108
- listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
109
-
110
- listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyGenerationsCommandOutput>;
111
- listPolicyGenerations(args: ListPolicyGenerationsCommandInput, cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void): void;
112
- listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void): void;
113
-
114
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
115
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
116
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
117
-
118
- startPolicyGeneration(args: StartPolicyGenerationCommandInput, options?: __HttpHandlerOptions): Promise<StartPolicyGenerationCommandOutput>;
119
- startPolicyGeneration(args: StartPolicyGenerationCommandInput, cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void): void;
120
- startPolicyGeneration(args: StartPolicyGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void): void;
121
-
122
- startResourceScan(args: StartResourceScanCommandInput, options?: __HttpHandlerOptions): Promise<StartResourceScanCommandOutput>;
123
- startResourceScan(args: StartResourceScanCommandInput, cb: (err: any, data?: StartResourceScanCommandOutput) => void): void;
124
- startResourceScan(args: StartResourceScanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartResourceScanCommandOutput) => void): void;
125
-
126
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
127
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
128
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
129
-
130
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
131
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
132
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
133
-
134
- updateArchiveRule(args: UpdateArchiveRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateArchiveRuleCommandOutput>;
135
- updateArchiveRule(args: UpdateArchiveRuleCommandInput, cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void): void;
136
- updateArchiveRule(args: UpdateArchiveRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void): void;
137
-
138
- updateFindings(args: UpdateFindingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFindingsCommandOutput>;
139
- updateFindings(args: UpdateFindingsCommandInput, cb: (err: any, data?: UpdateFindingsCommandOutput) => void): void;
140
- updateFindings(args: UpdateFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsCommandOutput) => void): void;
141
-
142
- validatePolicy(args: ValidatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<ValidatePolicyCommandOutput>;
143
- validatePolicy(args: ValidatePolicyCommandInput, cb: (err: any, data?: ValidatePolicyCommandOutput) => void): void;
144
- validatePolicy(args: ValidatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidatePolicyCommandOutput) => void): void;
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
+ }