@aws-sdk/client-accessanalyzer 3.1076.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 +50 -395
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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 { DeleteAnalyzerRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
|
|
12
5
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteAnalyzerCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteAnalyzerCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteAnalyzerCommandInput,
|
|
18
11
|
DeleteAnalyzerCommandOutput,
|
|
19
|
-
AccessAnalyzerClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteAnalyzerCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteAnalyzerCommandInput,
|
|
27
20
|
DeleteAnalyzerCommandOutput,
|
|
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 DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {
|
|
37
28
|
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 { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteArchiveRuleCommandInput
|
|
12
5
|
extends DeleteArchiveRuleRequest {}
|
|
13
6
|
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteArchiveRuleCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteArchiveRuleCommandInput,
|
|
19
12
|
DeleteArchiveRuleCommandOutput,
|
|
20
|
-
AccessAnalyzerClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteArchiveRuleCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteArchiveRuleCommandInput,
|
|
28
21
|
DeleteArchiveRuleCommandOutput,
|
|
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 DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_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 { DeleteServiceLinkedAnalyzerRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteServiceLinkedAnalyzerCommandInput
|
|
12
5
|
extends DeleteServiceLinkedAnalyzerRequest {}
|
|
13
6
|
export interface DeleteServiceLinkedAnalyzerCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteServiceLinkedAnalyzerCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteServiceLinkedAnalyzerCommandInput,
|
|
20
13
|
DeleteServiceLinkedAnalyzerCommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteServiceLinkedAnalyzerCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteServiceLinkedAnalyzerCommandInput,
|
|
29
22
|
DeleteServiceLinkedAnalyzerCommandOutput,
|
|
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 DeleteServiceLinkedAnalyzerCommand extends DeleteServiceLinkedAnalyzerCommand_base {
|
|
39
30
|
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 { GenerateFindingRecommendationRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GenerateFindingRecommendationCommandInput
|
|
12
5
|
extends GenerateFindingRecommendationRequest {}
|
|
13
6
|
export interface GenerateFindingRecommendationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const GenerateFindingRecommendationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GenerateFindingRecommendationCommandInput,
|
|
20
13
|
GenerateFindingRecommendationCommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GenerateFindingRecommendationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GenerateFindingRecommendationCommandInput,
|
|
29
22
|
GenerateFindingRecommendationCommandOutput,
|
|
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 GenerateFindingRecommendationCommand extends GenerateFindingRecommendationCommand_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
|
GetAccessPreviewRequest,
|
|
10
4
|
GetAccessPreviewResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {}
|
|
15
8
|
export interface GetAccessPreviewCommandOutput
|
|
16
9
|
extends GetAccessPreviewResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetAccessPreviewCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetAccessPreviewCommandInput,
|
|
23
16
|
GetAccessPreviewCommandOutput,
|
|
24
|
-
AccessAnalyzerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetAccessPreviewCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetAccessPreviewCommandInput,
|
|
32
25
|
GetAccessPreviewCommandOutput,
|
|
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 GetAccessPreviewCommand extends GetAccessPreviewCommand_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
|
GetAnalyzedResourceRequest,
|
|
10
4
|
GetAnalyzedResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAnalyzedResourceCommandInput
|
|
15
8
|
extends GetAnalyzedResourceRequest {}
|
|
16
9
|
export interface GetAnalyzedResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAnalyzedResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAnalyzedResourceCommandInput,
|
|
24
17
|
GetAnalyzedResourceCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAnalyzedResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAnalyzedResourceCommandInput,
|
|
33
26
|
GetAnalyzedResourceCommandOutput,
|
|
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 GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_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 { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {}
|
|
12
5
|
export interface GetAnalyzerCommandOutput
|
|
13
6
|
extends GetAnalyzerResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetAnalyzerCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetAnalyzerCommandInput,
|
|
20
13
|
GetAnalyzerCommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetAnalyzerCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetAnalyzerCommandInput,
|
|
29
22
|
GetAnalyzerCommandOutput,
|
|
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 GetAnalyzerCommand extends GetAnalyzerCommand_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
|
GetArchiveRuleRequest,
|
|
10
4
|
GetArchiveRuleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {}
|
|
15
8
|
export interface GetArchiveRuleCommandOutput
|
|
16
9
|
extends GetArchiveRuleResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetArchiveRuleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetArchiveRuleCommandInput,
|
|
23
16
|
GetArchiveRuleCommandOutput,
|
|
24
|
-
AccessAnalyzerClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetArchiveRuleCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetArchiveRuleCommandInput,
|
|
32
25
|
GetArchiveRuleCommandOutput,
|
|
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 GetArchiveRuleCommand extends GetArchiveRuleCommand_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 { GetFindingRequest, GetFindingResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetFindingCommandInput extends GetFindingRequest {}
|
|
12
5
|
export interface GetFindingCommandOutput
|
|
13
6
|
extends GetFindingResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetFindingCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetFindingCommandInput,
|
|
20
13
|
GetFindingCommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetFindingCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetFindingCommandInput,
|
|
29
22
|
GetFindingCommandOutput,
|
|
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 GetFindingCommand extends GetFindingCommand_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
|
GetFindingRecommendationRequest,
|
|
10
4
|
GetFindingRecommendationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetFindingRecommendationCommandInput
|
|
15
8
|
extends GetFindingRecommendationRequest {}
|
|
16
9
|
export interface GetFindingRecommendationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetFindingRecommendationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetFindingRecommendationCommandInput,
|
|
24
17
|
GetFindingRecommendationCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetFindingRecommendationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetFindingRecommendationCommandInput,
|
|
33
26
|
GetFindingRecommendationCommandOutput,
|
|
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 GetFindingRecommendationCommand extends GetFindingRecommendationCommand_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 { GetFindingV2Request, GetFindingV2Response } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetFindingV2CommandInput extends GetFindingV2Request {}
|
|
12
5
|
export interface GetFindingV2CommandOutput
|
|
13
6
|
extends GetFindingV2Response,
|
|
@@ -18,22 +11,20 @@ declare const GetFindingV2Command_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetFindingV2CommandInput,
|
|
20
13
|
GetFindingV2CommandOutput,
|
|
21
|
-
AccessAnalyzerClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetFindingV2CommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetFindingV2CommandInput,
|
|
29
22
|
GetFindingV2CommandOutput,
|
|
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 GetFindingV2Command extends GetFindingV2Command_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
|
GetFindingsStatisticsRequest,
|
|
10
4
|
GetFindingsStatisticsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetFindingsStatisticsCommandInput
|
|
15
8
|
extends GetFindingsStatisticsRequest {}
|
|
16
9
|
export interface GetFindingsStatisticsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetFindingsStatisticsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetFindingsStatisticsCommandInput,
|
|
24
17
|
GetFindingsStatisticsCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetFindingsStatisticsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetFindingsStatisticsCommandInput,
|
|
33
26
|
GetFindingsStatisticsCommandOutput,
|
|
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 GetFindingsStatisticsCommand extends GetFindingsStatisticsCommand_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
|
GetGeneratedPolicyRequest,
|
|
10
4
|
GetGeneratedPolicyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetGeneratedPolicyCommandInput
|
|
15
8
|
extends GetGeneratedPolicyRequest {}
|
|
16
9
|
export interface GetGeneratedPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetGeneratedPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetGeneratedPolicyCommandInput,
|
|
24
17
|
GetGeneratedPolicyCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetGeneratedPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetGeneratedPolicyCommandInput,
|
|
33
26
|
GetGeneratedPolicyCommandOutput,
|
|
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 GetGeneratedPolicyCommand extends GetGeneratedPolicyCommand_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
|
ListAccessPreviewFindingsRequest,
|
|
10
4
|
ListAccessPreviewFindingsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAccessPreviewFindingsCommandInput
|
|
15
8
|
extends ListAccessPreviewFindingsRequest {}
|
|
16
9
|
export interface ListAccessPreviewFindingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAccessPreviewFindingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAccessPreviewFindingsCommandInput,
|
|
24
17
|
ListAccessPreviewFindingsCommandOutput,
|
|
25
|
-
AccessAnalyzerClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AccessAnalyzerClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAccessPreviewFindingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAccessPreviewFindingsCommandInput,
|
|
33
26
|
ListAccessPreviewFindingsCommandOutput,
|
|
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 ListAccessPreviewFindingsCommand extends ListAccessPreviewFindingsCommand_base {
|
|
43
34
|
protected static __types: {
|