@aws-sdk/client-accessanalyzer 3.1077.0 → 3.1078.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/dist-cjs/index.js +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -14
- package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -14
- package/dist-es/commands/CheckAccessNotGrantedCommand.js +2 -14
- package/dist-es/commands/CheckNoNewAccessCommand.js +2 -14
- package/dist-es/commands/CheckNoPublicAccessCommand.js +2 -14
- package/dist-es/commands/CreateAccessPreviewCommand.js +2 -14
- package/dist-es/commands/CreateAnalyzerCommand.js +2 -14
- package/dist-es/commands/CreateArchiveRuleCommand.js +2 -14
- package/dist-es/commands/CreateServiceLinkedAnalyzerCommand.js +2 -14
- package/dist-es/commands/DeleteAnalyzerCommand.js +2 -14
- package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -14
- package/dist-es/commands/DeleteServiceLinkedAnalyzerCommand.js +2 -14
- package/dist-es/commands/GenerateFindingRecommendationCommand.js +2 -14
- package/dist-es/commands/GetAccessPreviewCommand.js +2 -14
- package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -14
- package/dist-es/commands/GetAnalyzerCommand.js +2 -14
- package/dist-es/commands/GetArchiveRuleCommand.js +2 -14
- package/dist-es/commands/GetFindingCommand.js +2 -14
- package/dist-es/commands/GetFindingRecommendationCommand.js +2 -14
- package/dist-es/commands/GetFindingV2Command.js +2 -14
- package/dist-es/commands/GetFindingsStatisticsCommand.js +2 -14
- package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -14
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -14
- package/dist-es/commands/ListAccessPreviewsCommand.js +2 -14
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -14
- package/dist-es/commands/ListAnalyzersCommand.js +2 -14
- package/dist-es/commands/ListArchiveRulesCommand.js +2 -14
- package/dist-es/commands/ListFindingsCommand.js +2 -14
- package/dist-es/commands/ListFindingsV2Command.js +2 -14
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -14
- package/dist-es/commands/StartResourceScanCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnalyzerCommand.js +2 -14
- package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -14
- package/dist-es/commands/UpdateFindingsCommand.js +2 -14
- package/dist-es/commands/ValidatePolicyCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +3 -8
- package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +3 -8
- package/dist-types/commands/CheckNoNewAccessCommand.d.ts +3 -8
- package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceLinkedAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +3 -8
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +3 -8
- package/dist-types/commands/GetAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingV2Command.d.ts +3 -8
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListAnalyzersCommand.d.ts +3 -8
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsV2Command.d.ts +3 -8
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +3 -8
- package/dist-types/commands/StartResourceScanCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnalyzerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ValidatePolicyCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceLinkedAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
12
5
|
export interface ListFindingsCommandOutput
|
|
13
6
|
extends ListFindingsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListFindingsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListFindingsCommandInput,
|
|
20
13
|
ListFindingsCommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListFindingsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListFindingsCommandInput,
|
|
29
22
|
ListFindingsCommandOutput,
|
|
30
|
-
AccessAnalyzerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListFindingsCommand extends ListFindingsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
ListFindingsV2Request,
|
|
10
4
|
ListFindingsV2Response,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListFindingsV2CommandInput extends ListFindingsV2Request {}
|
|
15
8
|
export interface ListFindingsV2CommandOutput
|
|
16
9
|
extends ListFindingsV2Response,
|
|
@@ -21,22 +14,20 @@ declare const ListFindingsV2Command_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListFindingsV2CommandInput,
|
|
23
16
|
ListFindingsV2CommandOutput,
|
|
24
|
-
AccessAnalyzerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListFindingsV2CommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListFindingsV2CommandInput,
|
|
32
25
|
ListFindingsV2CommandOutput,
|
|
33
|
-
AccessAnalyzerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListFindingsV2Command extends ListFindingsV2Command_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPolicyGenerationsRequest,
|
|
10
4
|
ListPolicyGenerationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPolicyGenerationsCommandInput
|
|
15
8
|
extends ListPolicyGenerationsRequest {}
|
|
16
9
|
export interface ListPolicyGenerationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPolicyGenerationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPolicyGenerationsCommandInput,
|
|
24
17
|
ListPolicyGenerationsCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListPolicyGenerationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPolicyGenerationsCommandInput,
|
|
33
26
|
ListPolicyGenerationsCommandOutput,
|
|
34
|
-
AccessAnalyzerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPolicyGenerationsCommand extends ListPolicyGenerationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
AccessAnalyzerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
StartPolicyGenerationRequest,
|
|
10
4
|
StartPolicyGenerationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartPolicyGenerationCommandInput
|
|
15
8
|
extends StartPolicyGenerationRequest {}
|
|
16
9
|
export interface StartPolicyGenerationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartPolicyGenerationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartPolicyGenerationCommandInput,
|
|
24
17
|
StartPolicyGenerationCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartPolicyGenerationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartPolicyGenerationCommandInput,
|
|
33
26
|
StartPolicyGenerationCommandOutput,
|
|
34
|
-
AccessAnalyzerClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartPolicyGenerationCommand extends StartPolicyGenerationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import { StartResourceScanRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartResourceScanCommandInput
|
|
12
5
|
extends StartResourceScanRequest {}
|
|
13
6
|
export interface StartResourceScanCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const StartResourceScanCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
StartResourceScanCommandInput,
|
|
19
12
|
StartResourceScanCommandOutput,
|
|
20
|
-
AccessAnalyzerClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: StartResourceScanCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
StartResourceScanCommandInput,
|
|
28
21
|
StartResourceScanCommandOutput,
|
|
29
|
-
AccessAnalyzerClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class StartResourceScanCommand extends StartResourceScanCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
AccessAnalyzerClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
AccessAnalyzerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
AccessAnalyzerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateAnalyzerRequest,
|
|
10
4
|
UpdateAnalyzerResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateAnalyzerCommandInput extends UpdateAnalyzerRequest {}
|
|
15
8
|
export interface UpdateAnalyzerCommandOutput
|
|
16
9
|
extends UpdateAnalyzerResponse,
|
|
@@ -21,22 +14,20 @@ declare const UpdateAnalyzerCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateAnalyzerCommandInput,
|
|
23
16
|
UpdateAnalyzerCommandOutput,
|
|
24
|
-
AccessAnalyzerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateAnalyzerCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateAnalyzerCommandInput,
|
|
32
25
|
UpdateAnalyzerCommandOutput,
|
|
33
|
-
AccessAnalyzerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateAnalyzerCommand extends UpdateAnalyzerCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import { UpdateArchiveRuleRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateArchiveRuleCommandInput
|
|
12
5
|
extends UpdateArchiveRuleRequest {}
|
|
13
6
|
export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const UpdateArchiveRuleCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
UpdateArchiveRuleCommandInput,
|
|
19
12
|
UpdateArchiveRuleCommandOutput,
|
|
20
|
-
AccessAnalyzerClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: UpdateArchiveRuleCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
UpdateArchiveRuleCommandInput,
|
|
28
21
|
UpdateArchiveRuleCommandOutput,
|
|
29
|
-
AccessAnalyzerClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class UpdateArchiveRuleCommand extends UpdateArchiveRuleCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import { UpdateFindingsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {}
|
|
12
5
|
export interface UpdateFindingsCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UpdateFindingsCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UpdateFindingsCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UpdateFindingsCommandInput,
|
|
18
11
|
UpdateFindingsCommandOutput,
|
|
19
|
-
AccessAnalyzerClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UpdateFindingsCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UpdateFindingsCommandInput,
|
|
27
20
|
UpdateFindingsCommandOutput,
|
|
28
|
-
AccessAnalyzerClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UpdateFindingsCommand extends UpdateFindingsCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AccessAnalyzerClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AccessAnalyzerClient";
|
|
8
2
|
import {
|
|
9
3
|
ValidatePolicyRequest,
|
|
10
4
|
ValidatePolicyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {}
|
|
15
8
|
export interface ValidatePolicyCommandOutput
|
|
16
9
|
extends ValidatePolicyResponse,
|
|
@@ -21,22 +14,20 @@ declare const ValidatePolicyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ValidatePolicyCommandInput,
|
|
23
16
|
ValidatePolicyCommandOutput,
|
|
24
|
-
AccessAnalyzerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ValidatePolicyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ValidatePolicyCommandInput,
|
|
32
25
|
ValidatePolicyCommandOutput,
|
|
33
|
-
AccessAnalyzerClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ValidatePolicyCommand extends ValidatePolicyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-accessanalyzer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|