@aws-sdk/client-accessanalyzer 3.490.0 → 3.495.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.
Files changed (56) hide show
  1. package/dist-cjs/AccessAnalyzer.js +1 -75
  2. package/dist-cjs/AccessAnalyzerClient.js +1 -43
  3. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +1 -28
  4. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +1 -28
  5. package/dist-cjs/commands/CheckAccessNotGrantedCommand.js +1 -29
  6. package/dist-cjs/commands/CheckNoNewAccessCommand.js +1 -29
  7. package/dist-cjs/commands/CreateAccessPreviewCommand.js +1 -28
  8. package/dist-cjs/commands/CreateAnalyzerCommand.js +1 -28
  9. package/dist-cjs/commands/CreateArchiveRuleCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAnalyzerCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +1 -28
  12. package/dist-cjs/commands/GetAccessPreviewCommand.js +1 -28
  13. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +1 -28
  14. package/dist-cjs/commands/GetAnalyzerCommand.js +1 -28
  15. package/dist-cjs/commands/GetArchiveRuleCommand.js +1 -28
  16. package/dist-cjs/commands/GetFindingCommand.js +1 -28
  17. package/dist-cjs/commands/GetFindingV2Command.js +1 -28
  18. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +1 -28
  19. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +1 -28
  20. package/dist-cjs/commands/ListAccessPreviewsCommand.js +1 -28
  21. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +1 -28
  22. package/dist-cjs/commands/ListAnalyzersCommand.js +1 -28
  23. package/dist-cjs/commands/ListArchiveRulesCommand.js +1 -28
  24. package/dist-cjs/commands/ListFindingsCommand.js +1 -28
  25. package/dist-cjs/commands/ListFindingsV2Command.js +1 -28
  26. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +1 -28
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  28. package/dist-cjs/commands/StartPolicyGenerationCommand.js +1 -28
  29. package/dist-cjs/commands/StartResourceScanCommand.js +1 -28
  30. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateFindingsCommand.js +1 -28
  34. package/dist-cjs/commands/ValidatePolicyCommand.js +1 -28
  35. package/dist-cjs/commands/index.js +1 -35
  36. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  37. package/dist-cjs/extensionConfiguration.js +1 -2
  38. package/dist-cjs/index.js +3704 -11
  39. package/dist-cjs/models/AccessAnalyzerServiceException.js +1 -12
  40. package/dist-cjs/models/index.js +1 -4
  41. package/dist-cjs/models/models_0.js +1 -356
  42. package/dist-cjs/pagination/GetFindingV2Paginator.js +1 -7
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListAccessPreviewFindingsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListAccessPreviewsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListAnalyzedResourcesPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListAnalyzersPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListArchiveRulesPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListFindingsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListFindingsV2Paginator.js +1 -7
  51. package/dist-cjs/pagination/ListPolicyGenerationsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ValidatePolicyPaginator.js +1 -7
  53. package/dist-cjs/pagination/index.js +1 -14
  54. package/dist-cjs/protocols/Aws_restJson1.js +1 -2452
  55. package/dist-cjs/runtimeExtensions.js +1 -22
  56. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessPreviewsCommand = 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 ListAccessPreviewsCommand 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", "ListAccessPreviews", {})
22
- .n("AccessAnalyzerClient", "ListAccessPreviewsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAccessPreviewsCommand)
25
- .de(Aws_restJson1_1.de_ListAccessPreviewsCommand)
26
- .build() {
27
- }
28
- exports.ListAccessPreviewsCommand = ListAccessPreviewsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnalyzedResourcesCommand = 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 ListAnalyzedResourcesCommand 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", "ListAnalyzedResources", {})
22
- .n("AccessAnalyzerClient", "ListAnalyzedResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAnalyzedResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListAnalyzedResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListAnalyzedResourcesCommand = ListAnalyzedResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnalyzersCommand = 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 ListAnalyzersCommand 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", "ListAnalyzers", {})
22
- .n("AccessAnalyzerClient", "ListAnalyzersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAnalyzersCommand)
25
- .de(Aws_restJson1_1.de_ListAnalyzersCommand)
26
- .build() {
27
- }
28
- exports.ListAnalyzersCommand = ListAnalyzersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListArchiveRulesCommand = 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 ListArchiveRulesCommand 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", "ListArchiveRules", {})
22
- .n("AccessAnalyzerClient", "ListArchiveRulesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListArchiveRulesCommand)
25
- .de(Aws_restJson1_1.de_ListArchiveRulesCommand)
26
- .build() {
27
- }
28
- exports.ListArchiveRulesCommand = ListArchiveRulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFindingsCommand = 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 ListFindingsCommand 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", "ListFindings", {})
22
- .n("AccessAnalyzerClient", "ListFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFindingsCommand)
25
- .de(Aws_restJson1_1.de_ListFindingsCommand)
26
- .build() {
27
- }
28
- exports.ListFindingsCommand = ListFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFindingsV2Command = 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 ListFindingsV2Command 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", "ListFindingsV2", {})
22
- .n("AccessAnalyzerClient", "ListFindingsV2Command")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFindingsV2Command)
25
- .de(Aws_restJson1_1.de_ListFindingsV2Command)
26
- .build() {
27
- }
28
- exports.ListFindingsV2Command = ListFindingsV2Command;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPolicyGenerationsCommand = 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 ListPolicyGenerationsCommand 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", "ListPolicyGenerations", {})
22
- .n("AccessAnalyzerClient", "ListPolicyGenerationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPolicyGenerationsCommand)
25
- .de(Aws_restJson1_1.de_ListPolicyGenerationsCommand)
26
- .build() {
27
- }
28
- exports.ListPolicyGenerationsCommand = ListPolicyGenerationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("AccessAnalyzerClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartPolicyGenerationCommand = 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 StartPolicyGenerationCommand 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", "StartPolicyGeneration", {})
22
- .n("AccessAnalyzerClient", "StartPolicyGenerationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartPolicyGenerationCommand)
25
- .de(Aws_restJson1_1.de_StartPolicyGenerationCommand)
26
- .build() {
27
- }
28
- exports.StartPolicyGenerationCommand = StartPolicyGenerationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartResourceScanCommand = 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 StartResourceScanCommand 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", "StartResourceScan", {})
22
- .n("AccessAnalyzerClient", "StartResourceScanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartResourceScanCommand)
25
- .de(Aws_restJson1_1.de_StartResourceScanCommand)
26
- .build() {
27
- }
28
- exports.StartResourceScanCommand = StartResourceScanCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("AccessAnalyzerClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("AccessAnalyzerClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateArchiveRuleCommand = 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 UpdateArchiveRuleCommand 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", "UpdateArchiveRule", {})
22
- .n("AccessAnalyzerClient", "UpdateArchiveRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateArchiveRuleCommand)
25
- .de(Aws_restJson1_1.de_UpdateArchiveRuleCommand)
26
- .build() {
27
- }
28
- exports.UpdateArchiveRuleCommand = UpdateArchiveRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFindingsCommand = 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 UpdateFindingsCommand 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", "UpdateFindings", {})
22
- .n("AccessAnalyzerClient", "UpdateFindingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateFindingsCommand)
25
- .de(Aws_restJson1_1.de_UpdateFindingsCommand)
26
- .build() {
27
- }
28
- exports.UpdateFindingsCommand = UpdateFindingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ValidatePolicyCommand = 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 ValidatePolicyCommand 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", "ValidatePolicy", {})
22
- .n("AccessAnalyzerClient", "ValidatePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ValidatePolicyCommand)
25
- .de(Aws_restJson1_1.de_ValidatePolicyCommand)
26
- .build() {
27
- }
28
- exports.ValidatePolicyCommand = ValidatePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,35 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./ApplyArchiveRuleCommand"), exports);
5
- tslib_1.__exportStar(require("./CancelPolicyGenerationCommand"), exports);
6
- tslib_1.__exportStar(require("./CheckAccessNotGrantedCommand"), exports);
7
- tslib_1.__exportStar(require("./CheckNoNewAccessCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateAccessPreviewCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateAnalyzerCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateArchiveRuleCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteAnalyzerCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteArchiveRuleCommand"), exports);
13
- tslib_1.__exportStar(require("./GetAccessPreviewCommand"), exports);
14
- tslib_1.__exportStar(require("./GetAnalyzedResourceCommand"), exports);
15
- tslib_1.__exportStar(require("./GetAnalyzerCommand"), exports);
16
- tslib_1.__exportStar(require("./GetArchiveRuleCommand"), exports);
17
- tslib_1.__exportStar(require("./GetFindingCommand"), exports);
18
- tslib_1.__exportStar(require("./GetFindingV2Command"), exports);
19
- tslib_1.__exportStar(require("./GetGeneratedPolicyCommand"), exports);
20
- tslib_1.__exportStar(require("./ListAccessPreviewFindingsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListAccessPreviewsCommand"), exports);
22
- tslib_1.__exportStar(require("./ListAnalyzedResourcesCommand"), exports);
23
- tslib_1.__exportStar(require("./ListAnalyzersCommand"), exports);
24
- tslib_1.__exportStar(require("./ListArchiveRulesCommand"), exports);
25
- tslib_1.__exportStar(require("./ListFindingsCommand"), exports);
26
- tslib_1.__exportStar(require("./ListFindingsV2Command"), exports);
27
- tslib_1.__exportStar(require("./ListPolicyGenerationsCommand"), exports);
28
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
29
- tslib_1.__exportStar(require("./StartPolicyGenerationCommand"), exports);
30
- tslib_1.__exportStar(require("./StartResourceScanCommand"), exports);
31
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
32
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateArchiveRuleCommand"), exports);
34
- tslib_1.__exportStar(require("./UpdateFindingsCommand"), exports);
35
- tslib_1.__exportStar(require("./ValidatePolicyCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "access-analyzer",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");