@aws-sdk/client-accessanalyzer 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +480 -145
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +273 -101
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +28 -28
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1074 -1366
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnalyzersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ValidatePolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export * from "./ApplyArchiveRuleCommand";
|
|
2
|
-
export * from "./CancelPolicyGenerationCommand";
|
|
3
|
-
export * from "./CreateAccessPreviewCommand";
|
|
4
|
-
export * from "./CreateAnalyzerCommand";
|
|
5
|
-
export * from "./CreateArchiveRuleCommand";
|
|
6
|
-
export * from "./DeleteAnalyzerCommand";
|
|
7
|
-
export * from "./DeleteArchiveRuleCommand";
|
|
8
|
-
export * from "./GetAccessPreviewCommand";
|
|
9
|
-
export * from "./GetAnalyzedResourceCommand";
|
|
10
|
-
export * from "./GetAnalyzerCommand";
|
|
11
|
-
export * from "./GetArchiveRuleCommand";
|
|
12
|
-
export * from "./GetFindingCommand";
|
|
13
|
-
export * from "./GetGeneratedPolicyCommand";
|
|
14
|
-
export * from "./ListAccessPreviewFindingsCommand";
|
|
15
|
-
export * from "./ListAccessPreviewsCommand";
|
|
16
|
-
export * from "./ListAnalyzedResourcesCommand";
|
|
17
|
-
export * from "./ListAnalyzersCommand";
|
|
18
|
-
export * from "./ListArchiveRulesCommand";
|
|
19
|
-
export * from "./ListFindingsCommand";
|
|
20
|
-
export * from "./ListPolicyGenerationsCommand";
|
|
21
|
-
export * from "./ListTagsForResourceCommand";
|
|
22
|
-
export * from "./StartPolicyGenerationCommand";
|
|
23
|
-
export * from "./StartResourceScanCommand";
|
|
24
|
-
export * from "./TagResourceCommand";
|
|
25
|
-
export * from "./UntagResourceCommand";
|
|
26
|
-
export * from "./UpdateArchiveRuleCommand";
|
|
27
|
-
export * from "./UpdateFindingsCommand";
|
|
28
|
-
export * from "./ValidatePolicyCommand";
|
|
1
|
+
export * from "./ApplyArchiveRuleCommand";
|
|
2
|
+
export * from "./CancelPolicyGenerationCommand";
|
|
3
|
+
export * from "./CreateAccessPreviewCommand";
|
|
4
|
+
export * from "./CreateAnalyzerCommand";
|
|
5
|
+
export * from "./CreateArchiveRuleCommand";
|
|
6
|
+
export * from "./DeleteAnalyzerCommand";
|
|
7
|
+
export * from "./DeleteArchiveRuleCommand";
|
|
8
|
+
export * from "./GetAccessPreviewCommand";
|
|
9
|
+
export * from "./GetAnalyzedResourceCommand";
|
|
10
|
+
export * from "./GetAnalyzerCommand";
|
|
11
|
+
export * from "./GetArchiveRuleCommand";
|
|
12
|
+
export * from "./GetFindingCommand";
|
|
13
|
+
export * from "./GetGeneratedPolicyCommand";
|
|
14
|
+
export * from "./ListAccessPreviewFindingsCommand";
|
|
15
|
+
export * from "./ListAccessPreviewsCommand";
|
|
16
|
+
export * from "./ListAnalyzedResourcesCommand";
|
|
17
|
+
export * from "./ListAnalyzersCommand";
|
|
18
|
+
export * from "./ListArchiveRulesCommand";
|
|
19
|
+
export * from "./ListFindingsCommand";
|
|
20
|
+
export * from "./ListPolicyGenerationsCommand";
|
|
21
|
+
export * from "./ListTagsForResourceCommand";
|
|
22
|
+
export * from "./StartPolicyGenerationCommand";
|
|
23
|
+
export * from "./StartResourceScanCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateArchiveRuleCommand";
|
|
27
|
+
export * from "./UpdateFindingsCommand";
|
|
28
|
+
export * from "./ValidatePolicyCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./AccessAnalyzer";
|
|
2
|
-
export * from "./AccessAnalyzerClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
|
|
1
|
+
export * from "./AccessAnalyzer";
|
|
2
|
+
export * from "./AccessAnalyzerClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class AccessAnalyzerServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|