@aws-sdk/client-accessanalyzer 3.1077.0 → 3.1079.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 (125) hide show
  1. package/dist-cjs/index.js +47 -393
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -14
  4. package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -14
  5. package/dist-es/commands/CheckAccessNotGrantedCommand.js +2 -14
  6. package/dist-es/commands/CheckNoNewAccessCommand.js +2 -14
  7. package/dist-es/commands/CheckNoPublicAccessCommand.js +2 -14
  8. package/dist-es/commands/CreateAccessPreviewCommand.js +2 -14
  9. package/dist-es/commands/CreateAnalyzerCommand.js +2 -14
  10. package/dist-es/commands/CreateArchiveRuleCommand.js +2 -14
  11. package/dist-es/commands/CreateServiceLinkedAnalyzerCommand.js +2 -14
  12. package/dist-es/commands/DeleteAnalyzerCommand.js +2 -14
  13. package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -14
  14. package/dist-es/commands/DeleteServiceLinkedAnalyzerCommand.js +2 -14
  15. package/dist-es/commands/GenerateFindingRecommendationCommand.js +2 -14
  16. package/dist-es/commands/GetAccessPreviewCommand.js +2 -14
  17. package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -14
  18. package/dist-es/commands/GetAnalyzerCommand.js +2 -14
  19. package/dist-es/commands/GetArchiveRuleCommand.js +2 -14
  20. package/dist-es/commands/GetFindingCommand.js +2 -14
  21. package/dist-es/commands/GetFindingRecommendationCommand.js +2 -14
  22. package/dist-es/commands/GetFindingV2Command.js +2 -14
  23. package/dist-es/commands/GetFindingsStatisticsCommand.js +2 -14
  24. package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -14
  25. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -14
  26. package/dist-es/commands/ListAccessPreviewsCommand.js +2 -14
  27. package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -14
  28. package/dist-es/commands/ListAnalyzersCommand.js +2 -14
  29. package/dist-es/commands/ListArchiveRulesCommand.js +2 -14
  30. package/dist-es/commands/ListFindingsCommand.js +2 -14
  31. package/dist-es/commands/ListFindingsV2Command.js +2 -14
  32. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -14
  35. package/dist-es/commands/StartResourceScanCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/UntagResourceCommand.js +2 -14
  38. package/dist-es/commands/UpdateAnalyzerCommand.js +2 -14
  39. package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -14
  40. package/dist-es/commands/UpdateFindingsCommand.js +2 -14
  41. package/dist-es/commands/ValidatePolicyCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-types/commandBuilder.d.ts +18 -0
  44. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +3 -8
  45. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +3 -8
  46. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +3 -8
  47. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +3 -8
  48. package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateAnalyzerCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateServiceLinkedAnalyzerCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +3 -8
  56. package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +3 -8
  57. package/dist-types/commands/GetAccessPreviewCommand.d.ts +3 -8
  58. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAnalyzerCommand.d.ts +3 -8
  60. package/dist-types/commands/GetArchiveRuleCommand.d.ts +3 -8
  61. package/dist-types/commands/GetFindingCommand.d.ts +3 -8
  62. package/dist-types/commands/GetFindingRecommendationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetFindingV2Command.d.ts +3 -8
  64. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +3 -8
  65. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListAnalyzersCommand.d.ts +3 -8
  70. package/dist-types/commands/ListArchiveRulesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListFindingsV2Command.d.ts +3 -8
  73. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +3 -8
  76. package/dist-types/commands/StartResourceScanCommand.d.ts +3 -8
  77. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateAnalyzerCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -8
  82. package/dist-types/commands/ValidatePolicyCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  85. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateServiceLinkedAnalyzerCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/index.d.ts +1 -0
  125. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAnalyzer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAnalyzerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "CreateAnalyzer", {})
13
- .n("AccessAnalyzerClient", "CreateAnalyzerCommand")
14
- .sc(CreateAnalyzer$)
15
- .build() {
3
+ export class CreateAnalyzerCommand extends command(_ep0, _mw0, "CreateAnalyzer", CreateAnalyzer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateArchiveRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateArchiveRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "CreateArchiveRule", {})
13
- .n("AccessAnalyzerClient", "CreateArchiveRuleCommand")
14
- .sc(CreateArchiveRule$)
15
- .build() {
3
+ export class CreateArchiveRuleCommand extends command(_ep0, _mw0, "CreateArchiveRule", CreateArchiveRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateServiceLinkedAnalyzer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateServiceLinkedAnalyzerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "CreateServiceLinkedAnalyzer", {})
13
- .n("AccessAnalyzerClient", "CreateServiceLinkedAnalyzerCommand")
14
- .sc(CreateServiceLinkedAnalyzer$)
15
- .build() {
3
+ export class CreateServiceLinkedAnalyzerCommand extends command(_ep0, _mw0, "CreateServiceLinkedAnalyzer", CreateServiceLinkedAnalyzer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAnalyzer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAnalyzerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "DeleteAnalyzer", {})
13
- .n("AccessAnalyzerClient", "DeleteAnalyzerCommand")
14
- .sc(DeleteAnalyzer$)
15
- .build() {
3
+ export class DeleteAnalyzerCommand extends command(_ep0, _mw0, "DeleteAnalyzer", DeleteAnalyzer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteArchiveRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteArchiveRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "DeleteArchiveRule", {})
13
- .n("AccessAnalyzerClient", "DeleteArchiveRuleCommand")
14
- .sc(DeleteArchiveRule$)
15
- .build() {
3
+ export class DeleteArchiveRuleCommand extends command(_ep0, _mw0, "DeleteArchiveRule", DeleteArchiveRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteServiceLinkedAnalyzer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteServiceLinkedAnalyzerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "DeleteServiceLinkedAnalyzer", {})
13
- .n("AccessAnalyzerClient", "DeleteServiceLinkedAnalyzerCommand")
14
- .sc(DeleteServiceLinkedAnalyzer$)
15
- .build() {
3
+ export class DeleteServiceLinkedAnalyzerCommand extends command(_ep0, _mw0, "DeleteServiceLinkedAnalyzer", DeleteServiceLinkedAnalyzer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GenerateFindingRecommendation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GenerateFindingRecommendationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GenerateFindingRecommendation", {})
13
- .n("AccessAnalyzerClient", "GenerateFindingRecommendationCommand")
14
- .sc(GenerateFindingRecommendation$)
15
- .build() {
3
+ export class GenerateFindingRecommendationCommand extends command(_ep0, _mw0, "GenerateFindingRecommendation", GenerateFindingRecommendation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAccessPreview$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAccessPreviewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetAccessPreview", {})
13
- .n("AccessAnalyzerClient", "GetAccessPreviewCommand")
14
- .sc(GetAccessPreview$)
15
- .build() {
3
+ export class GetAccessPreviewCommand extends command(_ep0, _mw0, "GetAccessPreview", GetAccessPreview$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAnalyzedResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAnalyzedResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetAnalyzedResource", {})
13
- .n("AccessAnalyzerClient", "GetAnalyzedResourceCommand")
14
- .sc(GetAnalyzedResource$)
15
- .build() {
3
+ export class GetAnalyzedResourceCommand extends command(_ep0, _mw0, "GetAnalyzedResource", GetAnalyzedResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAnalyzer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAnalyzerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetAnalyzer", {})
13
- .n("AccessAnalyzerClient", "GetAnalyzerCommand")
14
- .sc(GetAnalyzer$)
15
- .build() {
3
+ export class GetAnalyzerCommand extends command(_ep0, _mw0, "GetAnalyzer", GetAnalyzer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetArchiveRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetArchiveRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetArchiveRule", {})
13
- .n("AccessAnalyzerClient", "GetArchiveRuleCommand")
14
- .sc(GetArchiveRule$)
15
- .build() {
3
+ export class GetArchiveRuleCommand extends command(_ep0, _mw0, "GetArchiveRule", GetArchiveRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetFinding$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFindingCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetFinding", {})
13
- .n("AccessAnalyzerClient", "GetFindingCommand")
14
- .sc(GetFinding$)
15
- .build() {
3
+ export class GetFindingCommand extends command(_ep0, _mw0, "GetFinding", GetFinding$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetFindingRecommendation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFindingRecommendationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetFindingRecommendation", {})
13
- .n("AccessAnalyzerClient", "GetFindingRecommendationCommand")
14
- .sc(GetFindingRecommendation$)
15
- .build() {
3
+ export class GetFindingRecommendationCommand extends command(_ep0, _mw0, "GetFindingRecommendation", GetFindingRecommendation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetFindingV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFindingV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetFindingV2", {})
13
- .n("AccessAnalyzerClient", "GetFindingV2Command")
14
- .sc(GetFindingV2$)
15
- .build() {
3
+ export class GetFindingV2Command extends command(_ep0, _mw0, "GetFindingV2", GetFindingV2$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetFindingsStatistics$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFindingsStatisticsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetFindingsStatistics", {})
13
- .n("AccessAnalyzerClient", "GetFindingsStatisticsCommand")
14
- .sc(GetFindingsStatistics$)
15
- .build() {
3
+ export class GetFindingsStatisticsCommand extends command(_ep0, _mw0, "GetFindingsStatistics", GetFindingsStatistics$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetGeneratedPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGeneratedPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "GetGeneratedPolicy", {})
13
- .n("AccessAnalyzerClient", "GetGeneratedPolicyCommand")
14
- .sc(GetGeneratedPolicy$)
15
- .build() {
3
+ export class GetGeneratedPolicyCommand extends command(_ep0, _mw0, "GetGeneratedPolicy", GetGeneratedPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAccessPreviewFindings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAccessPreviewFindingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListAccessPreviewFindings", {})
13
- .n("AccessAnalyzerClient", "ListAccessPreviewFindingsCommand")
14
- .sc(ListAccessPreviewFindings$)
15
- .build() {
3
+ export class ListAccessPreviewFindingsCommand extends command(_ep0, _mw0, "ListAccessPreviewFindings", ListAccessPreviewFindings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAccessPreviews$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAccessPreviewsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListAccessPreviews", {})
13
- .n("AccessAnalyzerClient", "ListAccessPreviewsCommand")
14
- .sc(ListAccessPreviews$)
15
- .build() {
3
+ export class ListAccessPreviewsCommand extends command(_ep0, _mw0, "ListAccessPreviews", ListAccessPreviews$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAnalyzedResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAnalyzedResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListAnalyzedResources", {})
13
- .n("AccessAnalyzerClient", "ListAnalyzedResourcesCommand")
14
- .sc(ListAnalyzedResources$)
15
- .build() {
3
+ export class ListAnalyzedResourcesCommand extends command(_ep0, _mw0, "ListAnalyzedResources", ListAnalyzedResources$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAnalyzers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAnalyzersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListAnalyzers", {})
13
- .n("AccessAnalyzerClient", "ListAnalyzersCommand")
14
- .sc(ListAnalyzers$)
15
- .build() {
3
+ export class ListAnalyzersCommand extends command(_ep0, _mw0, "ListAnalyzers", ListAnalyzers$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListArchiveRules$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListArchiveRulesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListArchiveRules", {})
13
- .n("AccessAnalyzerClient", "ListArchiveRulesCommand")
14
- .sc(ListArchiveRules$)
15
- .build() {
3
+ export class ListArchiveRulesCommand extends command(_ep0, _mw0, "ListArchiveRules", ListArchiveRules$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListFindings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFindingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListFindings", {})
13
- .n("AccessAnalyzerClient", "ListFindingsCommand")
14
- .sc(ListFindings$)
15
- .build() {
3
+ export class ListFindingsCommand extends command(_ep0, _mw0, "ListFindings", ListFindings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListFindingsV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFindingsV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListFindingsV2", {})
13
- .n("AccessAnalyzerClient", "ListFindingsV2Command")
14
- .sc(ListFindingsV2$)
15
- .build() {
3
+ export class ListFindingsV2Command extends command(_ep0, _mw0, "ListFindingsV2", ListFindingsV2$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPolicyGenerations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPolicyGenerationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListPolicyGenerations", {})
13
- .n("AccessAnalyzerClient", "ListPolicyGenerationsCommand")
14
- .sc(ListPolicyGenerations$)
15
- .build() {
3
+ export class ListPolicyGenerationsCommand extends command(_ep0, _mw0, "ListPolicyGenerations", ListPolicyGenerations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ListTagsForResource", {})
13
- .n("AccessAnalyzerClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartPolicyGeneration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartPolicyGenerationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "StartPolicyGeneration", {})
13
- .n("AccessAnalyzerClient", "StartPolicyGenerationCommand")
14
- .sc(StartPolicyGeneration$)
15
- .build() {
3
+ export class StartPolicyGenerationCommand extends command(_ep0, _mw0, "StartPolicyGeneration", StartPolicyGeneration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartResourceScan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartResourceScanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "StartResourceScan", {})
13
- .n("AccessAnalyzerClient", "StartResourceScanCommand")
14
- .sc(StartResourceScan$)
15
- .build() {
3
+ export class StartResourceScanCommand extends command(_ep0, _mw0, "StartResourceScan", StartResourceScan$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "TagResource", {})
13
- .n("AccessAnalyzerClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "UntagResource", {})
13
- .n("AccessAnalyzerClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAnalyzer$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAnalyzerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "UpdateAnalyzer", {})
13
- .n("AccessAnalyzerClient", "UpdateAnalyzerCommand")
14
- .sc(UpdateAnalyzer$)
15
- .build() {
3
+ export class UpdateAnalyzerCommand extends command(_ep0, _mw0, "UpdateAnalyzer", UpdateAnalyzer$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateArchiveRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateArchiveRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "UpdateArchiveRule", {})
13
- .n("AccessAnalyzerClient", "UpdateArchiveRuleCommand")
14
- .sc(UpdateArchiveRule$)
15
- .build() {
3
+ export class UpdateArchiveRuleCommand extends command(_ep0, _mw0, "UpdateArchiveRule", UpdateArchiveRule$) {
16
4
  }