@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.
Files changed (53) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AccessAnalyzer.d.ts +480 -145
  3. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +273 -101
  4. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +31 -17
  9. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +31 -17
  11. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +31 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +31 -17
  30. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +30 -17
  31. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +35 -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 +7 -6
  36. package/dist-types/ts3.4/models/index.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +1074 -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 +65 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  53. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-accessanalyzer
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-accessanalyzer
@@ -1,145 +1,480 @@
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
+ export declare class AccessAnalyzer extends AccessAnalyzerClient {
116
+ applyArchiveRule(
117
+ args: ApplyArchiveRuleCommandInput,
118
+ options?: __HttpHandlerOptions
119
+ ): Promise<ApplyArchiveRuleCommandOutput>;
120
+ applyArchiveRule(
121
+ args: ApplyArchiveRuleCommandInput,
122
+ cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void
123
+ ): void;
124
+ applyArchiveRule(
125
+ args: ApplyArchiveRuleCommandInput,
126
+ options: __HttpHandlerOptions,
127
+ cb: (err: any, data?: ApplyArchiveRuleCommandOutput) => void
128
+ ): void;
129
+ cancelPolicyGeneration(
130
+ args: CancelPolicyGenerationCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<CancelPolicyGenerationCommandOutput>;
133
+ cancelPolicyGeneration(
134
+ args: CancelPolicyGenerationCommandInput,
135
+ cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void
136
+ ): void;
137
+ cancelPolicyGeneration(
138
+ args: CancelPolicyGenerationCommandInput,
139
+ options: __HttpHandlerOptions,
140
+ cb: (err: any, data?: CancelPolicyGenerationCommandOutput) => void
141
+ ): void;
142
+ createAccessPreview(
143
+ args: CreateAccessPreviewCommandInput,
144
+ options?: __HttpHandlerOptions
145
+ ): Promise<CreateAccessPreviewCommandOutput>;
146
+ createAccessPreview(
147
+ args: CreateAccessPreviewCommandInput,
148
+ cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void
149
+ ): void;
150
+ createAccessPreview(
151
+ args: CreateAccessPreviewCommandInput,
152
+ options: __HttpHandlerOptions,
153
+ cb: (err: any, data?: CreateAccessPreviewCommandOutput) => void
154
+ ): void;
155
+ createAnalyzer(
156
+ args: CreateAnalyzerCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<CreateAnalyzerCommandOutput>;
159
+ createAnalyzer(
160
+ args: CreateAnalyzerCommandInput,
161
+ cb: (err: any, data?: CreateAnalyzerCommandOutput) => void
162
+ ): void;
163
+ createAnalyzer(
164
+ args: CreateAnalyzerCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: CreateAnalyzerCommandOutput) => void
167
+ ): void;
168
+ createArchiveRule(
169
+ args: CreateArchiveRuleCommandInput,
170
+ options?: __HttpHandlerOptions
171
+ ): Promise<CreateArchiveRuleCommandOutput>;
172
+ createArchiveRule(
173
+ args: CreateArchiveRuleCommandInput,
174
+ cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void
175
+ ): void;
176
+ createArchiveRule(
177
+ args: CreateArchiveRuleCommandInput,
178
+ options: __HttpHandlerOptions,
179
+ cb: (err: any, data?: CreateArchiveRuleCommandOutput) => void
180
+ ): void;
181
+ deleteAnalyzer(
182
+ args: DeleteAnalyzerCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<DeleteAnalyzerCommandOutput>;
185
+ deleteAnalyzer(
186
+ args: DeleteAnalyzerCommandInput,
187
+ cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void
188
+ ): void;
189
+ deleteAnalyzer(
190
+ args: DeleteAnalyzerCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: DeleteAnalyzerCommandOutput) => void
193
+ ): void;
194
+ deleteArchiveRule(
195
+ args: DeleteArchiveRuleCommandInput,
196
+ options?: __HttpHandlerOptions
197
+ ): Promise<DeleteArchiveRuleCommandOutput>;
198
+ deleteArchiveRule(
199
+ args: DeleteArchiveRuleCommandInput,
200
+ cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void
201
+ ): void;
202
+ deleteArchiveRule(
203
+ args: DeleteArchiveRuleCommandInput,
204
+ options: __HttpHandlerOptions,
205
+ cb: (err: any, data?: DeleteArchiveRuleCommandOutput) => void
206
+ ): void;
207
+ getAccessPreview(
208
+ args: GetAccessPreviewCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<GetAccessPreviewCommandOutput>;
211
+ getAccessPreview(
212
+ args: GetAccessPreviewCommandInput,
213
+ cb: (err: any, data?: GetAccessPreviewCommandOutput) => void
214
+ ): void;
215
+ getAccessPreview(
216
+ args: GetAccessPreviewCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: GetAccessPreviewCommandOutput) => void
219
+ ): void;
220
+ getAnalyzedResource(
221
+ args: GetAnalyzedResourceCommandInput,
222
+ options?: __HttpHandlerOptions
223
+ ): Promise<GetAnalyzedResourceCommandOutput>;
224
+ getAnalyzedResource(
225
+ args: GetAnalyzedResourceCommandInput,
226
+ cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void
227
+ ): void;
228
+ getAnalyzedResource(
229
+ args: GetAnalyzedResourceCommandInput,
230
+ options: __HttpHandlerOptions,
231
+ cb: (err: any, data?: GetAnalyzedResourceCommandOutput) => void
232
+ ): void;
233
+ getAnalyzer(
234
+ args: GetAnalyzerCommandInput,
235
+ options?: __HttpHandlerOptions
236
+ ): Promise<GetAnalyzerCommandOutput>;
237
+ getAnalyzer(
238
+ args: GetAnalyzerCommandInput,
239
+ cb: (err: any, data?: GetAnalyzerCommandOutput) => void
240
+ ): void;
241
+ getAnalyzer(
242
+ args: GetAnalyzerCommandInput,
243
+ options: __HttpHandlerOptions,
244
+ cb: (err: any, data?: GetAnalyzerCommandOutput) => void
245
+ ): void;
246
+ getArchiveRule(
247
+ args: GetArchiveRuleCommandInput,
248
+ options?: __HttpHandlerOptions
249
+ ): Promise<GetArchiveRuleCommandOutput>;
250
+ getArchiveRule(
251
+ args: GetArchiveRuleCommandInput,
252
+ cb: (err: any, data?: GetArchiveRuleCommandOutput) => void
253
+ ): void;
254
+ getArchiveRule(
255
+ args: GetArchiveRuleCommandInput,
256
+ options: __HttpHandlerOptions,
257
+ cb: (err: any, data?: GetArchiveRuleCommandOutput) => void
258
+ ): void;
259
+ getFinding(
260
+ args: GetFindingCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<GetFindingCommandOutput>;
263
+ getFinding(
264
+ args: GetFindingCommandInput,
265
+ cb: (err: any, data?: GetFindingCommandOutput) => void
266
+ ): void;
267
+ getFinding(
268
+ args: GetFindingCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: GetFindingCommandOutput) => void
271
+ ): void;
272
+ getGeneratedPolicy(
273
+ args: GetGeneratedPolicyCommandInput,
274
+ options?: __HttpHandlerOptions
275
+ ): Promise<GetGeneratedPolicyCommandOutput>;
276
+ getGeneratedPolicy(
277
+ args: GetGeneratedPolicyCommandInput,
278
+ cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void
279
+ ): void;
280
+ getGeneratedPolicy(
281
+ args: GetGeneratedPolicyCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (err: any, data?: GetGeneratedPolicyCommandOutput) => void
284
+ ): void;
285
+ listAccessPreviewFindings(
286
+ args: ListAccessPreviewFindingsCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<ListAccessPreviewFindingsCommandOutput>;
289
+ listAccessPreviewFindings(
290
+ args: ListAccessPreviewFindingsCommandInput,
291
+ cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void
292
+ ): void;
293
+ listAccessPreviewFindings(
294
+ args: ListAccessPreviewFindingsCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: ListAccessPreviewFindingsCommandOutput) => void
297
+ ): void;
298
+ listAccessPreviews(
299
+ args: ListAccessPreviewsCommandInput,
300
+ options?: __HttpHandlerOptions
301
+ ): Promise<ListAccessPreviewsCommandOutput>;
302
+ listAccessPreviews(
303
+ args: ListAccessPreviewsCommandInput,
304
+ cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void
305
+ ): void;
306
+ listAccessPreviews(
307
+ args: ListAccessPreviewsCommandInput,
308
+ options: __HttpHandlerOptions,
309
+ cb: (err: any, data?: ListAccessPreviewsCommandOutput) => void
310
+ ): void;
311
+ listAnalyzedResources(
312
+ args: ListAnalyzedResourcesCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<ListAnalyzedResourcesCommandOutput>;
315
+ listAnalyzedResources(
316
+ args: ListAnalyzedResourcesCommandInput,
317
+ cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
318
+ ): void;
319
+ listAnalyzedResources(
320
+ args: ListAnalyzedResourcesCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
323
+ ): void;
324
+ listAnalyzers(
325
+ args: ListAnalyzersCommandInput,
326
+ options?: __HttpHandlerOptions
327
+ ): Promise<ListAnalyzersCommandOutput>;
328
+ listAnalyzers(
329
+ args: ListAnalyzersCommandInput,
330
+ cb: (err: any, data?: ListAnalyzersCommandOutput) => void
331
+ ): void;
332
+ listAnalyzers(
333
+ args: ListAnalyzersCommandInput,
334
+ options: __HttpHandlerOptions,
335
+ cb: (err: any, data?: ListAnalyzersCommandOutput) => void
336
+ ): void;
337
+ listArchiveRules(
338
+ args: ListArchiveRulesCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<ListArchiveRulesCommandOutput>;
341
+ listArchiveRules(
342
+ args: ListArchiveRulesCommandInput,
343
+ cb: (err: any, data?: ListArchiveRulesCommandOutput) => void
344
+ ): void;
345
+ listArchiveRules(
346
+ args: ListArchiveRulesCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: ListArchiveRulesCommandOutput) => void
349
+ ): void;
350
+ listFindings(
351
+ args: ListFindingsCommandInput,
352
+ options?: __HttpHandlerOptions
353
+ ): Promise<ListFindingsCommandOutput>;
354
+ listFindings(
355
+ args: ListFindingsCommandInput,
356
+ cb: (err: any, data?: ListFindingsCommandOutput) => void
357
+ ): void;
358
+ listFindings(
359
+ args: ListFindingsCommandInput,
360
+ options: __HttpHandlerOptions,
361
+ cb: (err: any, data?: ListFindingsCommandOutput) => void
362
+ ): void;
363
+ listPolicyGenerations(
364
+ args: ListPolicyGenerationsCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<ListPolicyGenerationsCommandOutput>;
367
+ listPolicyGenerations(
368
+ args: ListPolicyGenerationsCommandInput,
369
+ cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
370
+ ): void;
371
+ listPolicyGenerations(
372
+ args: ListPolicyGenerationsCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: ListPolicyGenerationsCommandOutput) => void
375
+ ): void;
376
+ listTagsForResource(
377
+ args: ListTagsForResourceCommandInput,
378
+ options?: __HttpHandlerOptions
379
+ ): Promise<ListTagsForResourceCommandOutput>;
380
+ listTagsForResource(
381
+ args: ListTagsForResourceCommandInput,
382
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
383
+ ): void;
384
+ listTagsForResource(
385
+ args: ListTagsForResourceCommandInput,
386
+ options: __HttpHandlerOptions,
387
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
388
+ ): void;
389
+ startPolicyGeneration(
390
+ args: StartPolicyGenerationCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<StartPolicyGenerationCommandOutput>;
393
+ startPolicyGeneration(
394
+ args: StartPolicyGenerationCommandInput,
395
+ cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
396
+ ): void;
397
+ startPolicyGeneration(
398
+ args: StartPolicyGenerationCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: StartPolicyGenerationCommandOutput) => void
401
+ ): void;
402
+ startResourceScan(
403
+ args: StartResourceScanCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<StartResourceScanCommandOutput>;
406
+ startResourceScan(
407
+ args: StartResourceScanCommandInput,
408
+ cb: (err: any, data?: StartResourceScanCommandOutput) => void
409
+ ): void;
410
+ startResourceScan(
411
+ args: StartResourceScanCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: StartResourceScanCommandOutput) => void
414
+ ): void;
415
+ tagResource(
416
+ args: TagResourceCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<TagResourceCommandOutput>;
419
+ tagResource(
420
+ args: TagResourceCommandInput,
421
+ cb: (err: any, data?: TagResourceCommandOutput) => void
422
+ ): void;
423
+ tagResource(
424
+ args: TagResourceCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: TagResourceCommandOutput) => void
427
+ ): void;
428
+ untagResource(
429
+ args: UntagResourceCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<UntagResourceCommandOutput>;
432
+ untagResource(
433
+ args: UntagResourceCommandInput,
434
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
435
+ ): void;
436
+ untagResource(
437
+ args: UntagResourceCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
440
+ ): void;
441
+ updateArchiveRule(
442
+ args: UpdateArchiveRuleCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<UpdateArchiveRuleCommandOutput>;
445
+ updateArchiveRule(
446
+ args: UpdateArchiveRuleCommandInput,
447
+ cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void
448
+ ): void;
449
+ updateArchiveRule(
450
+ args: UpdateArchiveRuleCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: UpdateArchiveRuleCommandOutput) => void
453
+ ): void;
454
+ updateFindings(
455
+ args: UpdateFindingsCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<UpdateFindingsCommandOutput>;
458
+ updateFindings(
459
+ args: UpdateFindingsCommandInput,
460
+ cb: (err: any, data?: UpdateFindingsCommandOutput) => void
461
+ ): void;
462
+ updateFindings(
463
+ args: UpdateFindingsCommandInput,
464
+ options: __HttpHandlerOptions,
465
+ cb: (err: any, data?: UpdateFindingsCommandOutput) => void
466
+ ): void;
467
+ validatePolicy(
468
+ args: ValidatePolicyCommandInput,
469
+ options?: __HttpHandlerOptions
470
+ ): Promise<ValidatePolicyCommandOutput>;
471
+ validatePolicy(
472
+ args: ValidatePolicyCommandInput,
473
+ cb: (err: any, data?: ValidatePolicyCommandOutput) => void
474
+ ): void;
475
+ validatePolicy(
476
+ args: ValidatePolicyCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (err: any, data?: ValidatePolicyCommandOutput) => void
479
+ ): void;
480
+ }