@aws-sdk/client-accessanalyzer 3.337.0 → 3.338.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/AccessAnalyzerClient.js +2 -1
  2. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -1
  3. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -1
  5. package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -1
  6. package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -1
  9. package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -1
  10. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -1
  11. package/dist-cjs/commands/GetAnalyzerCommand.js +2 -1
  12. package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -1
  13. package/dist-cjs/commands/GetFindingCommand.js +2 -1
  14. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -1
  15. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -1
  16. package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -1
  17. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -1
  18. package/dist-cjs/commands/ListAnalyzersCommand.js +2 -1
  19. package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -1
  20. package/dist-cjs/commands/ListFindingsCommand.js +2 -1
  21. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -1
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  23. package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -1
  24. package/dist-cjs/commands/StartResourceScanCommand.js +2 -1
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -1
  29. package/dist-cjs/commands/ValidatePolicyCommand.js +2 -1
  30. package/dist-cjs/index.js +2 -2
  31. package/dist-cjs/models/AccessAnalyzerServiceException.js +2 -1
  32. package/dist-es/AccessAnalyzerClient.js +1 -0
  33. package/dist-es/commands/ApplyArchiveRuleCommand.js +1 -0
  34. package/dist-es/commands/CancelPolicyGenerationCommand.js +1 -0
  35. package/dist-es/commands/CreateAccessPreviewCommand.js +1 -0
  36. package/dist-es/commands/CreateAnalyzerCommand.js +1 -0
  37. package/dist-es/commands/CreateArchiveRuleCommand.js +1 -0
  38. package/dist-es/commands/DeleteAnalyzerCommand.js +1 -0
  39. package/dist-es/commands/DeleteArchiveRuleCommand.js +1 -0
  40. package/dist-es/commands/GetAccessPreviewCommand.js +1 -0
  41. package/dist-es/commands/GetAnalyzedResourceCommand.js +1 -0
  42. package/dist-es/commands/GetAnalyzerCommand.js +1 -0
  43. package/dist-es/commands/GetArchiveRuleCommand.js +1 -0
  44. package/dist-es/commands/GetFindingCommand.js +1 -0
  45. package/dist-es/commands/GetGeneratedPolicyCommand.js +1 -0
  46. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +1 -0
  47. package/dist-es/commands/ListAccessPreviewsCommand.js +1 -0
  48. package/dist-es/commands/ListAnalyzedResourcesCommand.js +1 -0
  49. package/dist-es/commands/ListAnalyzersCommand.js +1 -0
  50. package/dist-es/commands/ListArchiveRulesCommand.js +1 -0
  51. package/dist-es/commands/ListFindingsCommand.js +1 -0
  52. package/dist-es/commands/ListPolicyGenerationsCommand.js +1 -0
  53. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  54. package/dist-es/commands/StartPolicyGenerationCommand.js +1 -0
  55. package/dist-es/commands/StartResourceScanCommand.js +1 -0
  56. package/dist-es/commands/TagResourceCommand.js +1 -0
  57. package/dist-es/commands/UntagResourceCommand.js +1 -0
  58. package/dist-es/commands/UpdateArchiveRuleCommand.js +1 -0
  59. package/dist-es/commands/UpdateFindingsCommand.js +1 -0
  60. package/dist-es/commands/ValidatePolicyCommand.js +1 -0
  61. package/dist-es/index.js +2 -2
  62. package/dist-es/models/AccessAnalyzerServiceException.js +1 -0
  63. package/dist-types/AccessAnalyzerClient.d.ts +3 -3
  64. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +4 -0
  65. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateAnalyzerCommand.d.ts +4 -0
  68. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +4 -0
  70. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +4 -0
  71. package/dist-types/commands/GetAccessPreviewCommand.d.ts +4 -0
  72. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +4 -0
  73. package/dist-types/commands/GetAnalyzerCommand.d.ts +4 -0
  74. package/dist-types/commands/GetArchiveRuleCommand.d.ts +4 -0
  75. package/dist-types/commands/GetFindingCommand.d.ts +4 -0
  76. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +4 -0
  77. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +4 -0
  78. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +4 -0
  79. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +4 -0
  80. package/dist-types/commands/ListAnalyzersCommand.d.ts +4 -0
  81. package/dist-types/commands/ListArchiveRulesCommand.d.ts +4 -0
  82. package/dist-types/commands/ListFindingsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +4 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  85. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +4 -0
  86. package/dist-types/commands/StartResourceScanCommand.d.ts +4 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateFindingsCommand.d.ts +4 -0
  91. package/dist-types/commands/ValidatePolicyCommand.d.ts +4 -0
  92. package/dist-types/index.d.ts +15 -2
  93. package/dist-types/models/AccessAnalyzerServiceException.d.ts +1 -0
  94. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +3 -3
  95. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/index.d.ts +2 -2
  124. package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +1 -0
  125. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AccessAnalyzerClient = void 0;
3
+ exports.AccessAnalyzerClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class AccessAnalyzerClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplyArchiveRuleCommand = void 0;
3
+ exports.ApplyArchiveRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ApplyArchiveRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelPolicyGenerationCommand = void 0;
3
+ exports.CancelPolicyGenerationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CancelPolicyGenerationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAccessPreviewCommand = void 0;
3
+ exports.CreateAccessPreviewCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateAccessPreviewCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAnalyzerCommand = void 0;
3
+ exports.CreateAnalyzerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateAnalyzerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateArchiveRuleCommand = void 0;
3
+ exports.CreateArchiveRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateArchiveRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAnalyzerCommand = void 0;
3
+ exports.DeleteAnalyzerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAnalyzerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteArchiveRuleCommand = void 0;
3
+ exports.DeleteArchiveRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteArchiveRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAccessPreviewCommand = void 0;
3
+ exports.GetAccessPreviewCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetAccessPreviewCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAnalyzedResourceCommand = void 0;
3
+ exports.GetAnalyzedResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetAnalyzedResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAnalyzerCommand = void 0;
3
+ exports.GetAnalyzerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetAnalyzerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetArchiveRuleCommand = void 0;
3
+ exports.GetArchiveRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetArchiveRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFindingCommand = void 0;
3
+ exports.GetFindingCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetFindingCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGeneratedPolicyCommand = void 0;
3
+ exports.GetGeneratedPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetGeneratedPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessPreviewFindingsCommand = void 0;
3
+ exports.ListAccessPreviewFindingsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListAccessPreviewFindingsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessPreviewsCommand = void 0;
3
+ exports.ListAccessPreviewsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListAccessPreviewsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnalyzedResourcesCommand = void 0;
3
+ exports.ListAnalyzedResourcesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListAnalyzedResourcesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnalyzersCommand = void 0;
3
+ exports.ListAnalyzersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListAnalyzersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListArchiveRulesCommand = void 0;
3
+ exports.ListArchiveRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListArchiveRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFindingsCommand = void 0;
3
+ exports.ListFindingsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListFindingsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPolicyGenerationsCommand = void 0;
3
+ exports.ListPolicyGenerationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListPolicyGenerationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartPolicyGenerationCommand = void 0;
3
+ exports.StartPolicyGenerationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartPolicyGenerationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartResourceScanCommand = void 0;
3
+ exports.StartResourceScanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartResourceScanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateArchiveRuleCommand = void 0;
3
+ exports.UpdateArchiveRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateArchiveRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFindingsCommand = void 0;
3
+ exports.UpdateFindingsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateFindingsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ValidatePolicyCommand = void 0;
3
+ exports.ValidatePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ValidatePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AccessAnalyzerServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./AccessAnalyzer"), exports);
6
5
  tslib_1.__exportStar(require("./AccessAnalyzerClient"), exports);
6
+ tslib_1.__exportStar(require("./AccessAnalyzer"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var AccessAnalyzerServiceException_1 = require("./models/AccessAnalyzerServiceException");
11
11
  Object.defineProperty(exports, "AccessAnalyzerServiceException", { enumerable: true, get: function () { return AccessAnalyzerServiceException_1.AccessAnalyzerServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AccessAnalyzerServiceException = void 0;
3
+ exports.AccessAnalyzerServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class AccessAnalyzerServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class AccessAnalyzerClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ApplyArchiveRuleCommand, se_ApplyArchiveRuleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ApplyArchiveRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CancelPolicyGenerationCommand, se_CancelPolicyGenerationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CancelPolicyGenerationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateAccessPreviewCommand, se_CreateAccessPreviewCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateAccessPreviewCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateAnalyzerCommand, se_CreateAnalyzerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateAnalyzerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateArchiveRuleCommand, se_CreateArchiveRuleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateArchiveRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteAnalyzerCommand, se_DeleteAnalyzerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAnalyzerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteArchiveRuleCommand, se_DeleteArchiveRuleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteArchiveRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAccessPreviewCommand, se_GetAccessPreviewCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAccessPreviewCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAnalyzedResourceCommand, se_GetAnalyzedResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAnalyzedResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAnalyzerCommand, se_GetAnalyzerCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAnalyzerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetArchiveRuleCommand, se_GetArchiveRuleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetArchiveRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetFindingCommand, se_GetFindingCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetFindingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetGeneratedPolicyCommand, se_GetGeneratedPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetGeneratedPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAccessPreviewFindingsCommand, se_ListAccessPreviewFindingsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAccessPreviewFindingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAccessPreviewsCommand, se_ListAccessPreviewsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAccessPreviewsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAnalyzedResourcesCommand, se_ListAnalyzedResourcesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAnalyzedResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAnalyzersCommand, se_ListAnalyzersCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAnalyzersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListArchiveRulesCommand, se_ListArchiveRulesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListArchiveRulesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListFindingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListPolicyGenerationsCommand, se_ListPolicyGenerationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPolicyGenerationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {