@aws-sdk/client-opensearchserverless 3.335.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 (137) hide show
  1. package/dist-cjs/OpenSearchServerlessClient.js +2 -1
  2. package/dist-cjs/commands/BatchGetCollectionCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetVpcEndpointCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCollectionCommand.js +2 -1
  6. package/dist-cjs/commands/CreateSecurityConfigCommand.js +2 -1
  7. package/dist-cjs/commands/CreateSecurityPolicyCommand.js +2 -1
  8. package/dist-cjs/commands/CreateVpcEndpointCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteSecurityConfigCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteSecurityPolicyCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +2 -1
  14. package/dist-cjs/commands/GetAccessPolicyCommand.js +2 -1
  15. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -1
  16. package/dist-cjs/commands/GetPoliciesStatsCommand.js +2 -1
  17. package/dist-cjs/commands/GetSecurityConfigCommand.js +2 -1
  18. package/dist-cjs/commands/GetSecurityPolicyCommand.js +2 -1
  19. package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -1
  20. package/dist-cjs/commands/ListCollectionsCommand.js +2 -1
  21. package/dist-cjs/commands/ListSecurityConfigsCommand.js +2 -1
  22. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -1
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  24. package/dist-cjs/commands/ListVpcEndpointsCommand.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/UpdateAccessPolicyCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateCollectionCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateSecurityConfigCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateSecurityPolicyCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +2 -1
  33. package/dist-cjs/index.js +2 -2
  34. package/dist-cjs/models/OpenSearchServerlessServiceException.js +2 -1
  35. package/dist-es/OpenSearchServerlessClient.js +1 -0
  36. package/dist-es/commands/BatchGetCollectionCommand.js +1 -0
  37. package/dist-es/commands/BatchGetVpcEndpointCommand.js +1 -0
  38. package/dist-es/commands/CreateAccessPolicyCommand.js +1 -0
  39. package/dist-es/commands/CreateCollectionCommand.js +1 -0
  40. package/dist-es/commands/CreateSecurityConfigCommand.js +1 -0
  41. package/dist-es/commands/CreateSecurityPolicyCommand.js +1 -0
  42. package/dist-es/commands/CreateVpcEndpointCommand.js +1 -0
  43. package/dist-es/commands/DeleteAccessPolicyCommand.js +1 -0
  44. package/dist-es/commands/DeleteCollectionCommand.js +1 -0
  45. package/dist-es/commands/DeleteSecurityConfigCommand.js +1 -0
  46. package/dist-es/commands/DeleteSecurityPolicyCommand.js +1 -0
  47. package/dist-es/commands/DeleteVpcEndpointCommand.js +1 -0
  48. package/dist-es/commands/GetAccessPolicyCommand.js +1 -0
  49. package/dist-es/commands/GetAccountSettingsCommand.js +1 -0
  50. package/dist-es/commands/GetPoliciesStatsCommand.js +1 -0
  51. package/dist-es/commands/GetSecurityConfigCommand.js +1 -0
  52. package/dist-es/commands/GetSecurityPolicyCommand.js +1 -0
  53. package/dist-es/commands/ListAccessPoliciesCommand.js +1 -0
  54. package/dist-es/commands/ListCollectionsCommand.js +1 -0
  55. package/dist-es/commands/ListSecurityConfigsCommand.js +1 -0
  56. package/dist-es/commands/ListSecurityPoliciesCommand.js +1 -0
  57. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  58. package/dist-es/commands/ListVpcEndpointsCommand.js +1 -0
  59. package/dist-es/commands/TagResourceCommand.js +1 -0
  60. package/dist-es/commands/UntagResourceCommand.js +1 -0
  61. package/dist-es/commands/UpdateAccessPolicyCommand.js +1 -0
  62. package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -0
  63. package/dist-es/commands/UpdateCollectionCommand.js +1 -0
  64. package/dist-es/commands/UpdateSecurityConfigCommand.js +1 -0
  65. package/dist-es/commands/UpdateSecurityPolicyCommand.js +1 -0
  66. package/dist-es/commands/UpdateVpcEndpointCommand.js +1 -0
  67. package/dist-es/index.js +2 -2
  68. package/dist-es/models/OpenSearchServerlessServiceException.js +1 -0
  69. package/dist-types/OpenSearchServerlessClient.d.ts +3 -3
  70. package/dist-types/commands/BatchGetCollectionCommand.d.ts +4 -0
  71. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +4 -0
  72. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +4 -0
  73. package/dist-types/commands/CreateCollectionCommand.d.ts +4 -0
  74. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteCollectionCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +4 -0
  81. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +4 -0
  82. package/dist-types/commands/GetAccessPolicyCommand.d.ts +4 -0
  83. package/dist-types/commands/GetAccountSettingsCommand.d.ts +4 -0
  84. package/dist-types/commands/GetPoliciesStatsCommand.d.ts +4 -0
  85. package/dist-types/commands/GetSecurityConfigCommand.d.ts +4 -0
  86. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +4 -0
  87. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +4 -0
  88. package/dist-types/commands/ListCollectionsCommand.d.ts +4 -0
  89. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +4 -0
  90. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +4 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  92. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +4 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  94. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  95. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +4 -0
  96. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateCollectionCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +4 -0
  101. package/dist-types/index.d.ts +16 -2
  102. package/dist-types/models/OpenSearchServerlessServiceException.d.ts +1 -0
  103. package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +3 -3
  104. package/dist-types/ts3.4/commands/BatchGetCollectionCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/BatchGetVpcEndpointCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/CreateSecurityConfigCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/CreateSecurityPolicyCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DeleteSecurityConfigCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DeleteSecurityPolicyCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/GetAccessPolicyCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetPoliciesStatsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/GetSecurityConfigCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/GetSecurityPolicyCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/ListSecurityConfigsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/UpdateCollectionCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/UpdateSecurityConfigCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/UpdateSecurityPolicyCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/index.d.ts +2 -2
  136. package/dist-types/ts3.4/models/OpenSearchServerlessServiceException.d.ts +1 -0
  137. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OpenSearchServerlessClient = void 0;
3
+ exports.OpenSearchServerlessClient = 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 OpenSearchServerlessClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetCollectionCommand = void 0;
3
+ exports.BatchGetCollectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class BatchGetCollectionCommand 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.BatchGetVpcEndpointCommand = void 0;
3
+ exports.BatchGetVpcEndpointCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class BatchGetVpcEndpointCommand 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.CreateAccessPolicyCommand = void 0;
3
+ exports.CreateAccessPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateAccessPolicyCommand 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.CreateCollectionCommand = void 0;
3
+ exports.CreateCollectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateCollectionCommand 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.CreateSecurityConfigCommand = void 0;
3
+ exports.CreateSecurityConfigCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateSecurityConfigCommand 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.CreateSecurityPolicyCommand = void 0;
3
+ exports.CreateSecurityPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateSecurityPolicyCommand 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.CreateVpcEndpointCommand = void 0;
3
+ exports.CreateVpcEndpointCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateVpcEndpointCommand 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.DeleteAccessPolicyCommand = void 0;
3
+ exports.DeleteAccessPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteAccessPolicyCommand 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.DeleteCollectionCommand = void 0;
3
+ exports.DeleteCollectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteCollectionCommand 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.DeleteSecurityConfigCommand = void 0;
3
+ exports.DeleteSecurityConfigCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteSecurityConfigCommand 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.DeleteSecurityPolicyCommand = void 0;
3
+ exports.DeleteSecurityPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteSecurityPolicyCommand 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.DeleteVpcEndpointCommand = void 0;
3
+ exports.DeleteVpcEndpointCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteVpcEndpointCommand 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.GetAccessPolicyCommand = void 0;
3
+ exports.GetAccessPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class GetAccessPolicyCommand 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.GetAccountSettingsCommand = void 0;
3
+ exports.GetAccountSettingsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class GetAccountSettingsCommand 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.GetPoliciesStatsCommand = void 0;
3
+ exports.GetPoliciesStatsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class GetPoliciesStatsCommand 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.GetSecurityConfigCommand = void 0;
3
+ exports.GetSecurityConfigCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class GetSecurityConfigCommand 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.GetSecurityPolicyCommand = void 0;
3
+ exports.GetSecurityPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class GetSecurityPolicyCommand 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.ListAccessPoliciesCommand = void 0;
3
+ exports.ListAccessPoliciesCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListAccessPoliciesCommand 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.ListCollectionsCommand = void 0;
3
+ exports.ListCollectionsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListCollectionsCommand 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.ListSecurityConfigsCommand = void 0;
3
+ exports.ListSecurityConfigsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListSecurityConfigsCommand 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.ListSecurityPoliciesCommand = void 0;
3
+ exports.ListSecurityPoliciesCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListSecurityPoliciesCommand 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_json1_0_1 = require("../protocols/Aws_json1_0");
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.ListVpcEndpointsCommand = void 0;
3
+ exports.ListVpcEndpointsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListVpcEndpointsCommand 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_json1_0_1 = require("../protocols/Aws_json1_0");
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_json1_0_1 = require("../protocols/Aws_json1_0");
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.UpdateAccessPolicyCommand = void 0;
3
+ exports.UpdateAccessPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateAccessPolicyCommand 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.UpdateAccountSettingsCommand = void 0;
3
+ exports.UpdateAccountSettingsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateAccountSettingsCommand 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.UpdateCollectionCommand = void 0;
3
+ exports.UpdateCollectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateCollectionCommand 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.UpdateSecurityConfigCommand = void 0;
3
+ exports.UpdateSecurityConfigCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateSecurityConfigCommand 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.UpdateSecurityPolicyCommand = void 0;
3
+ exports.UpdateSecurityPolicyCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateSecurityPolicyCommand 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.UpdateVpcEndpointCommand = void 0;
3
+ exports.UpdateVpcEndpointCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateVpcEndpointCommand 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.OpenSearchServerlessServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./OpenSearchServerless"), exports);
6
5
  tslib_1.__exportStar(require("./OpenSearchServerlessClient"), exports);
6
+ tslib_1.__exportStar(require("./OpenSearchServerless"), 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 OpenSearchServerlessServiceException_1 = require("./models/OpenSearchServerlessServiceException");
11
11
  Object.defineProperty(exports, "OpenSearchServerlessServiceException", { enumerable: true, get: function () { return OpenSearchServerlessServiceException_1.OpenSearchServerlessServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OpenSearchServerlessServiceException = void 0;
3
+ exports.OpenSearchServerlessServiceException = 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 OpenSearchServerlessServiceException 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 OpenSearchServerlessClient 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_BatchGetCollectionCommand, se_BatchGetCollectionCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class BatchGetCollectionCommand 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_BatchGetVpcEndpointCommand, se_BatchGetVpcEndpointCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class BatchGetVpcEndpointCommand 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_CreateAccessPolicyCommand, se_CreateAccessPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateAccessPolicyCommand 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_CreateCollectionCommand, se_CreateCollectionCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateCollectionCommand 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_CreateSecurityConfigCommand, se_CreateSecurityConfigCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateSecurityConfigCommand 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_CreateSecurityPolicyCommand, se_CreateSecurityPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateSecurityPolicyCommand 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_CreateVpcEndpointCommand, se_CreateVpcEndpointCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateVpcEndpointCommand 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_DeleteAccessPolicyCommand, se_DeleteAccessPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteAccessPolicyCommand 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_DeleteCollectionCommand, se_DeleteCollectionCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteCollectionCommand 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_DeleteSecurityConfigCommand, se_DeleteSecurityConfigCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteSecurityConfigCommand 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_DeleteSecurityPolicyCommand, se_DeleteSecurityPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteSecurityPolicyCommand 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_DeleteVpcEndpointCommand, se_DeleteVpcEndpointCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteVpcEndpointCommand 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_GetAccessPolicyCommand, se_GetAccessPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetAccessPolicyCommand 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_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetAccountSettingsCommand 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_GetPoliciesStatsCommand, se_GetPoliciesStatsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetPoliciesStatsCommand 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_GetSecurityConfigCommand, se_GetSecurityConfigCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class GetSecurityConfigCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {