@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,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import { DeleteAnalyzerRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
|
|
15
|
+
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteAnalyzerCommand extends $Command<
|
|
17
|
+
DeleteAnalyzerCommandInput,
|
|
18
|
+
DeleteAnalyzerCommandOutput,
|
|
19
|
+
AccessAnalyzerClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteAnalyzerCommandInput;
|
|
22
|
+
constructor(input: DeleteAnalyzerCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteArchiveRuleCommandInput
|
|
15
|
+
extends DeleteArchiveRuleRequest {}
|
|
16
|
+
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteArchiveRuleCommand extends $Command<
|
|
18
|
+
DeleteArchiveRuleCommandInput,
|
|
19
|
+
DeleteArchiveRuleCommandOutput,
|
|
20
|
+
AccessAnalyzerClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteArchiveRuleCommandInput;
|
|
23
|
+
constructor(input: DeleteArchiveRuleCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAccessPreviewRequest,
|
|
15
|
+
GetAccessPreviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {}
|
|
18
|
+
export interface GetAccessPreviewCommandOutput
|
|
19
|
+
extends GetAccessPreviewResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetAccessPreviewCommand extends $Command<
|
|
22
|
+
GetAccessPreviewCommandInput,
|
|
23
|
+
GetAccessPreviewCommandOutput,
|
|
24
|
+
AccessAnalyzerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetAccessPreviewCommandInput;
|
|
27
|
+
constructor(input: GetAccessPreviewCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAnalyzedResourceRequest,
|
|
15
|
+
GetAnalyzedResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAnalyzedResourceCommandInput
|
|
18
|
+
extends GetAnalyzedResourceRequest {}
|
|
19
|
+
export interface GetAnalyzedResourceCommandOutput
|
|
20
|
+
extends GetAnalyzedResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetAnalyzedResourceCommand extends $Command<
|
|
23
|
+
GetAnalyzedResourceCommandInput,
|
|
24
|
+
GetAnalyzedResourceCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetAnalyzedResourceCommandInput;
|
|
28
|
+
constructor(input: GetAnalyzedResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
14
|
+
export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {}
|
|
15
|
+
export interface GetAnalyzerCommandOutput
|
|
16
|
+
extends GetAnalyzerResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetAnalyzerCommand extends $Command<
|
|
19
|
+
GetAnalyzerCommandInput,
|
|
20
|
+
GetAnalyzerCommandOutput,
|
|
21
|
+
AccessAnalyzerClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetAnalyzerCommandInput;
|
|
24
|
+
constructor(input: GetAnalyzerCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetAnalyzerCommandInput, GetAnalyzerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetArchiveRuleRequest,
|
|
15
|
+
GetArchiveRuleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {}
|
|
18
|
+
export interface GetArchiveRuleCommandOutput
|
|
19
|
+
extends GetArchiveRuleResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetArchiveRuleCommand extends $Command<
|
|
22
|
+
GetArchiveRuleCommandInput,
|
|
23
|
+
GetArchiveRuleCommandOutput,
|
|
24
|
+
AccessAnalyzerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetArchiveRuleCommandInput;
|
|
27
|
+
constructor(input: GetArchiveRuleCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
|
|
14
|
+
export interface GetFindingCommandInput extends GetFindingRequest {}
|
|
15
|
+
export interface GetFindingCommandOutput
|
|
16
|
+
extends GetFindingResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetFindingCommand extends $Command<
|
|
19
|
+
GetFindingCommandInput,
|
|
20
|
+
GetFindingCommandOutput,
|
|
21
|
+
AccessAnalyzerClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetFindingCommandInput;
|
|
24
|
+
constructor(input: GetFindingCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetFindingCommandInput, GetFindingCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
GetGeneratedPolicyRequest,
|
|
15
|
+
GetGeneratedPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetGeneratedPolicyCommandInput
|
|
18
|
+
extends GetGeneratedPolicyRequest {}
|
|
19
|
+
export interface GetGeneratedPolicyCommandOutput
|
|
20
|
+
extends GetGeneratedPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetGeneratedPolicyCommand extends $Command<
|
|
23
|
+
GetGeneratedPolicyCommandInput,
|
|
24
|
+
GetGeneratedPolicyCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetGeneratedPolicyCommandInput;
|
|
28
|
+
constructor(input: GetGeneratedPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
ListAccessPreviewFindingsRequest,
|
|
15
|
+
ListAccessPreviewFindingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAccessPreviewFindingsCommandInput
|
|
18
|
+
extends ListAccessPreviewFindingsRequest {}
|
|
19
|
+
export interface ListAccessPreviewFindingsCommandOutput
|
|
20
|
+
extends ListAccessPreviewFindingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAccessPreviewFindingsCommand extends $Command<
|
|
23
|
+
ListAccessPreviewFindingsCommandInput,
|
|
24
|
+
ListAccessPreviewFindingsCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAccessPreviewFindingsCommandInput;
|
|
28
|
+
constructor(input: ListAccessPreviewFindingsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListAccessPreviewFindingsCommandInput,
|
|
35
|
+
ListAccessPreviewFindingsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
ListAccessPreviewsRequest,
|
|
15
|
+
ListAccessPreviewsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAccessPreviewsCommandInput
|
|
18
|
+
extends ListAccessPreviewsRequest {}
|
|
19
|
+
export interface ListAccessPreviewsCommandOutput
|
|
20
|
+
extends ListAccessPreviewsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAccessPreviewsCommand extends $Command<
|
|
23
|
+
ListAccessPreviewsCommandInput,
|
|
24
|
+
ListAccessPreviewsCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAccessPreviewsCommandInput;
|
|
28
|
+
constructor(input: ListAccessPreviewsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AccessAnalyzerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AccessAnalyzerClient";
|
|
13
|
+
import {
|
|
14
|
+
ListAnalyzedResourcesRequest,
|
|
15
|
+
ListAnalyzedResourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAnalyzedResourcesCommandInput
|
|
18
|
+
extends ListAnalyzedResourcesRequest {}
|
|
19
|
+
export interface ListAnalyzedResourcesCommandOutput
|
|
20
|
+
extends ListAnalyzedResourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAnalyzedResourcesCommand extends $Command<
|
|
23
|
+
ListAnalyzedResourcesCommandInput,
|
|
24
|
+
ListAnalyzedResourcesCommandOutput,
|
|
25
|
+
AccessAnalyzerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAnalyzedResourcesCommandInput;
|
|
28
|
+
constructor(input: ListAnalyzedResourcesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AccessAnalyzerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListAnalyzedResourcesCommandInput,
|
|
35
|
+
ListAnalyzedResourcesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|