@aws-sdk/client-accessanalyzer 3.490.0 → 3.496.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/AccessAnalyzer.js +1 -75
- package/dist-cjs/AccessAnalyzerClient.js +1 -43
- package/dist-cjs/commands/ApplyArchiveRuleCommand.js +1 -28
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +1 -28
- package/dist-cjs/commands/CheckAccessNotGrantedCommand.js +1 -29
- package/dist-cjs/commands/CheckNoNewAccessCommand.js +1 -29
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +1 -28
- package/dist-cjs/commands/CreateAnalyzerCommand.js +1 -28
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +1 -28
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +1 -28
- package/dist-cjs/commands/GetAccessPreviewCommand.js +1 -28
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +1 -28
- package/dist-cjs/commands/GetAnalyzerCommand.js +1 -28
- package/dist-cjs/commands/GetArchiveRuleCommand.js +1 -28
- package/dist-cjs/commands/GetFindingCommand.js +1 -28
- package/dist-cjs/commands/GetFindingV2Command.js +1 -28
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +1 -28
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +1 -28
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListAnalyzersCommand.js +1 -28
- package/dist-cjs/commands/ListArchiveRulesCommand.js +1 -28
- package/dist-cjs/commands/ListFindingsCommand.js +1 -28
- package/dist-cjs/commands/ListFindingsV2Command.js +1 -28
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +1 -28
- package/dist-cjs/commands/StartResourceScanCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +1 -28
- package/dist-cjs/commands/UpdateFindingsCommand.js +1 -28
- package/dist-cjs/commands/ValidatePolicyCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -35
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3706 -11
- package/dist-cjs/models/AccessAnalyzerServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -356
- package/dist-cjs/pagination/GetFindingV2Paginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessPreviewFindingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccessPreviewsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAnalyzedResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAnalyzersPaginator.js +1 -7
- package/dist-cjs/pagination/ListArchiveRulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFindingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFindingsV2Paginator.js +1 -7
- package/dist-cjs/pagination/ListPolicyGenerationsPaginator.js +1 -7
- package/dist-cjs/pagination/ValidatePolicyPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2452
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,75 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AccessAnalyzer = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AccessAnalyzerClient_1 = require("./AccessAnalyzerClient");
|
|
6
|
-
const ApplyArchiveRuleCommand_1 = require("./commands/ApplyArchiveRuleCommand");
|
|
7
|
-
const CancelPolicyGenerationCommand_1 = require("./commands/CancelPolicyGenerationCommand");
|
|
8
|
-
const CheckAccessNotGrantedCommand_1 = require("./commands/CheckAccessNotGrantedCommand");
|
|
9
|
-
const CheckNoNewAccessCommand_1 = require("./commands/CheckNoNewAccessCommand");
|
|
10
|
-
const CreateAccessPreviewCommand_1 = require("./commands/CreateAccessPreviewCommand");
|
|
11
|
-
const CreateAnalyzerCommand_1 = require("./commands/CreateAnalyzerCommand");
|
|
12
|
-
const CreateArchiveRuleCommand_1 = require("./commands/CreateArchiveRuleCommand");
|
|
13
|
-
const DeleteAnalyzerCommand_1 = require("./commands/DeleteAnalyzerCommand");
|
|
14
|
-
const DeleteArchiveRuleCommand_1 = require("./commands/DeleteArchiveRuleCommand");
|
|
15
|
-
const GetAccessPreviewCommand_1 = require("./commands/GetAccessPreviewCommand");
|
|
16
|
-
const GetAnalyzedResourceCommand_1 = require("./commands/GetAnalyzedResourceCommand");
|
|
17
|
-
const GetAnalyzerCommand_1 = require("./commands/GetAnalyzerCommand");
|
|
18
|
-
const GetArchiveRuleCommand_1 = require("./commands/GetArchiveRuleCommand");
|
|
19
|
-
const GetFindingCommand_1 = require("./commands/GetFindingCommand");
|
|
20
|
-
const GetFindingV2Command_1 = require("./commands/GetFindingV2Command");
|
|
21
|
-
const GetGeneratedPolicyCommand_1 = require("./commands/GetGeneratedPolicyCommand");
|
|
22
|
-
const ListAccessPreviewFindingsCommand_1 = require("./commands/ListAccessPreviewFindingsCommand");
|
|
23
|
-
const ListAccessPreviewsCommand_1 = require("./commands/ListAccessPreviewsCommand");
|
|
24
|
-
const ListAnalyzedResourcesCommand_1 = require("./commands/ListAnalyzedResourcesCommand");
|
|
25
|
-
const ListAnalyzersCommand_1 = require("./commands/ListAnalyzersCommand");
|
|
26
|
-
const ListArchiveRulesCommand_1 = require("./commands/ListArchiveRulesCommand");
|
|
27
|
-
const ListFindingsCommand_1 = require("./commands/ListFindingsCommand");
|
|
28
|
-
const ListFindingsV2Command_1 = require("./commands/ListFindingsV2Command");
|
|
29
|
-
const ListPolicyGenerationsCommand_1 = require("./commands/ListPolicyGenerationsCommand");
|
|
30
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
31
|
-
const StartPolicyGenerationCommand_1 = require("./commands/StartPolicyGenerationCommand");
|
|
32
|
-
const StartResourceScanCommand_1 = require("./commands/StartResourceScanCommand");
|
|
33
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
34
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
35
|
-
const UpdateArchiveRuleCommand_1 = require("./commands/UpdateArchiveRuleCommand");
|
|
36
|
-
const UpdateFindingsCommand_1 = require("./commands/UpdateFindingsCommand");
|
|
37
|
-
const ValidatePolicyCommand_1 = require("./commands/ValidatePolicyCommand");
|
|
38
|
-
const commands = {
|
|
39
|
-
ApplyArchiveRuleCommand: ApplyArchiveRuleCommand_1.ApplyArchiveRuleCommand,
|
|
40
|
-
CancelPolicyGenerationCommand: CancelPolicyGenerationCommand_1.CancelPolicyGenerationCommand,
|
|
41
|
-
CheckAccessNotGrantedCommand: CheckAccessNotGrantedCommand_1.CheckAccessNotGrantedCommand,
|
|
42
|
-
CheckNoNewAccessCommand: CheckNoNewAccessCommand_1.CheckNoNewAccessCommand,
|
|
43
|
-
CreateAccessPreviewCommand: CreateAccessPreviewCommand_1.CreateAccessPreviewCommand,
|
|
44
|
-
CreateAnalyzerCommand: CreateAnalyzerCommand_1.CreateAnalyzerCommand,
|
|
45
|
-
CreateArchiveRuleCommand: CreateArchiveRuleCommand_1.CreateArchiveRuleCommand,
|
|
46
|
-
DeleteAnalyzerCommand: DeleteAnalyzerCommand_1.DeleteAnalyzerCommand,
|
|
47
|
-
DeleteArchiveRuleCommand: DeleteArchiveRuleCommand_1.DeleteArchiveRuleCommand,
|
|
48
|
-
GetAccessPreviewCommand: GetAccessPreviewCommand_1.GetAccessPreviewCommand,
|
|
49
|
-
GetAnalyzedResourceCommand: GetAnalyzedResourceCommand_1.GetAnalyzedResourceCommand,
|
|
50
|
-
GetAnalyzerCommand: GetAnalyzerCommand_1.GetAnalyzerCommand,
|
|
51
|
-
GetArchiveRuleCommand: GetArchiveRuleCommand_1.GetArchiveRuleCommand,
|
|
52
|
-
GetFindingCommand: GetFindingCommand_1.GetFindingCommand,
|
|
53
|
-
GetFindingV2Command: GetFindingV2Command_1.GetFindingV2Command,
|
|
54
|
-
GetGeneratedPolicyCommand: GetGeneratedPolicyCommand_1.GetGeneratedPolicyCommand,
|
|
55
|
-
ListAccessPreviewFindingsCommand: ListAccessPreviewFindingsCommand_1.ListAccessPreviewFindingsCommand,
|
|
56
|
-
ListAccessPreviewsCommand: ListAccessPreviewsCommand_1.ListAccessPreviewsCommand,
|
|
57
|
-
ListAnalyzedResourcesCommand: ListAnalyzedResourcesCommand_1.ListAnalyzedResourcesCommand,
|
|
58
|
-
ListAnalyzersCommand: ListAnalyzersCommand_1.ListAnalyzersCommand,
|
|
59
|
-
ListArchiveRulesCommand: ListArchiveRulesCommand_1.ListArchiveRulesCommand,
|
|
60
|
-
ListFindingsCommand: ListFindingsCommand_1.ListFindingsCommand,
|
|
61
|
-
ListFindingsV2Command: ListFindingsV2Command_1.ListFindingsV2Command,
|
|
62
|
-
ListPolicyGenerationsCommand: ListPolicyGenerationsCommand_1.ListPolicyGenerationsCommand,
|
|
63
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
64
|
-
StartPolicyGenerationCommand: StartPolicyGenerationCommand_1.StartPolicyGenerationCommand,
|
|
65
|
-
StartResourceScanCommand: StartResourceScanCommand_1.StartResourceScanCommand,
|
|
66
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
67
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
68
|
-
UpdateArchiveRuleCommand: UpdateArchiveRuleCommand_1.UpdateArchiveRuleCommand,
|
|
69
|
-
UpdateFindingsCommand: UpdateFindingsCommand_1.UpdateFindingsCommand,
|
|
70
|
-
ValidatePolicyCommand: ValidatePolicyCommand_1.ValidatePolicyCommand,
|
|
71
|
-
};
|
|
72
|
-
class AccessAnalyzer extends AccessAnalyzerClient_1.AccessAnalyzerClient {
|
|
73
|
-
}
|
|
74
|
-
exports.AccessAnalyzer = AccessAnalyzer;
|
|
75
|
-
(0, smithy_client_1.createAggregatedClient)(commands, AccessAnalyzer);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AccessAnalyzerClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class AccessAnalyzerClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.AccessAnalyzerClient = AccessAnalyzerClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApplyArchiveRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ApplyArchiveRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "ApplyArchiveRule", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "ApplyArchiveRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ApplyArchiveRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ApplyArchiveRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ApplyArchiveRuleCommand = ApplyArchiveRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelPolicyGenerationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CancelPolicyGenerationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "CancelPolicyGeneration", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "CancelPolicyGenerationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelPolicyGenerationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelPolicyGenerationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelPolicyGenerationCommand = CancelPolicyGenerationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckAccessNotGrantedCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CheckAccessNotGrantedCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AccessAnalyzer", "CheckAccessNotGranted", {})
|
|
23
|
-
.n("AccessAnalyzerClient", "CheckAccessNotGrantedCommand")
|
|
24
|
-
.f(models_0_1.CheckAccessNotGrantedRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CheckAccessNotGrantedCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CheckAccessNotGrantedCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CheckAccessNotGrantedCommand = CheckAccessNotGrantedCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckNoNewAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CheckNoNewAccessCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AccessAnalyzer", "CheckNoNewAccess", {})
|
|
23
|
-
.n("AccessAnalyzerClient", "CheckNoNewAccessCommand")
|
|
24
|
-
.f(models_0_1.CheckNoNewAccessRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CheckNoNewAccessCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CheckNoNewAccessCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CheckNoNewAccessCommand = CheckNoNewAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAccessPreviewCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAccessPreviewCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "CreateAccessPreview", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "CreateAccessPreviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateAccessPreviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateAccessPreviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAccessPreviewCommand = CreateAccessPreviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAnalyzerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAnalyzerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "CreateAnalyzer", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "CreateAnalyzerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateAnalyzerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateAnalyzerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAnalyzerCommand = CreateAnalyzerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateArchiveRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateArchiveRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "CreateArchiveRule", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "CreateArchiveRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateArchiveRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateArchiveRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateArchiveRuleCommand = CreateArchiveRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAnalyzerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAnalyzerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "DeleteAnalyzer", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "DeleteAnalyzerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAnalyzerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAnalyzerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAnalyzerCommand = DeleteAnalyzerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteArchiveRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteArchiveRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "DeleteArchiveRule", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "DeleteArchiveRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteArchiveRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteArchiveRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteArchiveRuleCommand = DeleteArchiveRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAccessPreviewCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetAccessPreviewCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetAccessPreview", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetAccessPreviewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetAccessPreviewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetAccessPreviewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAccessPreviewCommand = GetAccessPreviewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAnalyzedResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetAnalyzedResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetAnalyzedResource", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetAnalyzedResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetAnalyzedResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetAnalyzedResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAnalyzedResourceCommand = GetAnalyzedResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAnalyzerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetAnalyzerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetAnalyzer", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetAnalyzerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetAnalyzerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetAnalyzerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAnalyzerCommand = GetAnalyzerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetArchiveRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetArchiveRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetArchiveRule", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetArchiveRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetArchiveRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetArchiveRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetArchiveRuleCommand = GetArchiveRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetFindingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetFindingCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetFinding", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetFindingCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetFindingCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetFindingCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetFindingCommand = GetFindingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetFindingV2Command = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetFindingV2Command extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetFindingV2", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetFindingV2Command")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetFindingV2Command)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetFindingV2Command)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetFindingV2Command = GetFindingV2Command;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetGeneratedPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetGeneratedPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "GetGeneratedPolicy", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "GetGeneratedPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetGeneratedPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetGeneratedPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetGeneratedPolicyCommand = GetGeneratedPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListAccessPreviewFindingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListAccessPreviewFindingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AccessAnalyzer", "ListAccessPreviewFindings", {})
|
|
22
|
-
.n("AccessAnalyzerClient", "ListAccessPreviewFindingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ListAccessPreviewFindingsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ListAccessPreviewFindingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListAccessPreviewFindingsCommand = ListAccessPreviewFindingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|