@aws-sdk/client-elasticsearch-service 3.337.0 → 3.341.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 (213) hide show
  1. package/dist-cjs/ElasticsearchServiceClient.js +2 -1
  2. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -1
  3. package/dist-cjs/commands/AddTagsCommand.js +2 -1
  4. package/dist-cjs/commands/AssociatePackageCommand.js +2 -1
  5. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +2 -1
  6. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -1
  7. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +2 -1
  8. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -1
  9. package/dist-cjs/commands/CreatePackageCommand.js +2 -1
  10. package/dist-cjs/commands/CreateVpcEndpointCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -1
  15. package/dist-cjs/commands/DeletePackageCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -1
  25. package/dist-cjs/commands/DescribePackagesCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +2 -1
  29. package/dist-cjs/commands/DissociatePackageCommand.js +2 -1
  30. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -1
  31. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +2 -1
  32. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +2 -1
  33. package/dist-cjs/commands/GetUpgradeStatusCommand.js +2 -1
  34. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -1
  35. package/dist-cjs/commands/ListDomainsForPackageCommand.js +2 -1
  36. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +2 -1
  37. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +2 -1
  38. package/dist-cjs/commands/ListPackagesForDomainCommand.js +2 -1
  39. package/dist-cjs/commands/ListTagsCommand.js +2 -1
  40. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +2 -1
  41. package/dist-cjs/commands/ListVpcEndpointsCommand.js +2 -1
  42. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +2 -1
  43. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -1
  44. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -1
  45. package/dist-cjs/commands/RemoveTagsCommand.js +2 -1
  46. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +2 -1
  47. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +2 -1
  49. package/dist-cjs/commands/UpdatePackageCommand.js +2 -1
  50. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +2 -1
  51. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +2 -1
  52. package/dist-cjs/index.js +2 -2
  53. package/dist-cjs/models/ElasticsearchServiceServiceException.js +2 -1
  54. package/dist-es/ElasticsearchServiceClient.js +1 -0
  55. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +1 -0
  56. package/dist-es/commands/AddTagsCommand.js +1 -0
  57. package/dist-es/commands/AssociatePackageCommand.js +1 -0
  58. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +1 -0
  59. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +1 -0
  60. package/dist-es/commands/CreateElasticsearchDomainCommand.js +1 -0
  61. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +1 -0
  62. package/dist-es/commands/CreatePackageCommand.js +1 -0
  63. package/dist-es/commands/CreateVpcEndpointCommand.js +1 -0
  64. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +1 -0
  65. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +1 -0
  66. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +1 -0
  67. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +1 -0
  68. package/dist-es/commands/DeletePackageCommand.js +1 -0
  69. package/dist-es/commands/DeleteVpcEndpointCommand.js +1 -0
  70. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +1 -0
  71. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +1 -0
  72. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +1 -0
  73. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +1 -0
  74. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +1 -0
  75. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +1 -0
  76. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +1 -0
  77. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +1 -0
  78. package/dist-es/commands/DescribePackagesCommand.js +1 -0
  79. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +1 -0
  80. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +1 -0
  81. package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -0
  82. package/dist-es/commands/DissociatePackageCommand.js +1 -0
  83. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +1 -0
  84. package/dist-es/commands/GetPackageVersionHistoryCommand.js +1 -0
  85. package/dist-es/commands/GetUpgradeHistoryCommand.js +1 -0
  86. package/dist-es/commands/GetUpgradeStatusCommand.js +1 -0
  87. package/dist-es/commands/ListDomainNamesCommand.js +1 -0
  88. package/dist-es/commands/ListDomainsForPackageCommand.js +1 -0
  89. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +1 -0
  90. package/dist-es/commands/ListElasticsearchVersionsCommand.js +1 -0
  91. package/dist-es/commands/ListPackagesForDomainCommand.js +1 -0
  92. package/dist-es/commands/ListTagsCommand.js +1 -0
  93. package/dist-es/commands/ListVpcEndpointAccessCommand.js +1 -0
  94. package/dist-es/commands/ListVpcEndpointsCommand.js +1 -0
  95. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +1 -0
  96. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +1 -0
  97. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +1 -0
  98. package/dist-es/commands/RemoveTagsCommand.js +1 -0
  99. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +1 -0
  100. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +1 -0
  101. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +1 -0
  102. package/dist-es/commands/UpdatePackageCommand.js +1 -0
  103. package/dist-es/commands/UpdateVpcEndpointCommand.js +1 -0
  104. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +1 -0
  105. package/dist-es/index.js +2 -2
  106. package/dist-es/models/ElasticsearchServiceServiceException.js +1 -0
  107. package/dist-types/ElasticsearchServiceClient.d.ts +3 -3
  108. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +4 -0
  109. package/dist-types/commands/AddTagsCommand.d.ts +4 -0
  110. package/dist-types/commands/AssociatePackageCommand.d.ts +4 -0
  111. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +4 -0
  112. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +4 -0
  115. package/dist-types/commands/CreatePackageCommand.d.ts +4 -0
  116. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +4 -0
  117. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +4 -0
  118. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +4 -0
  119. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +4 -0
  120. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +4 -0
  121. package/dist-types/commands/DeletePackageCommand.d.ts +4 -0
  122. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +4 -0
  123. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +4 -0
  124. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +4 -0
  125. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +4 -0
  126. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +4 -0
  127. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +4 -0
  128. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +4 -0
  129. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +4 -0
  130. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +4 -0
  131. package/dist-types/commands/DescribePackagesCommand.d.ts +4 -0
  132. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +4 -0
  133. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +4 -0
  134. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
  135. package/dist-types/commands/DissociatePackageCommand.d.ts +4 -0
  136. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +4 -0
  137. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +4 -0
  138. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +4 -0
  139. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +4 -0
  140. package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
  141. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +4 -0
  142. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +4 -0
  143. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +4 -0
  144. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +4 -0
  145. package/dist-types/commands/ListTagsCommand.d.ts +4 -0
  146. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +4 -0
  147. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +4 -0
  148. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +4 -0
  149. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +4 -0
  150. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +4 -0
  151. package/dist-types/commands/RemoveTagsCommand.d.ts +4 -0
  152. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +4 -0
  153. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdatePackageCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +4 -0
  157. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +4 -0
  158. package/dist-types/index.d.ts +13 -2
  159. package/dist-types/models/ElasticsearchServiceServiceException.d.ts +1 -0
  160. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +1 -0
  200. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +1 -0
  201. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +1 -0
  202. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +1 -0
  203. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +1 -0
  204. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -0
  205. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -0
  206. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +1 -0
  207. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +1 -0
  208. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -0
  209. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/index.d.ts +2 -2
  212. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +1 -0
  213. package/package.json +28 -28
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RevokeVpcEndpointAccessCommand = void 0;
3
+ exports.RevokeVpcEndpointAccessCommand = 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 RevokeVpcEndpointAccessCommand 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.StartElasticsearchServiceSoftwareUpdateCommand = void 0;
3
+ exports.StartElasticsearchServiceSoftwareUpdateCommand = 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 StartElasticsearchServiceSoftwareUpdateCommand 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.UpdateElasticsearchDomainConfigCommand = void 0;
3
+ exports.UpdateElasticsearchDomainConfigCommand = 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 models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateElasticsearchDomainConfigCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePackageCommand = void 0;
3
+ exports.UpdatePackageCommand = 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 UpdatePackageCommand 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateVpcEndpointCommand 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.UpgradeElasticsearchDomainCommand = void 0;
3
+ exports.UpgradeElasticsearchDomainCommand = 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 UpgradeElasticsearchDomainCommand 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.ElasticsearchServiceServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./ElasticsearchService"), exports);
6
5
  tslib_1.__exportStar(require("./ElasticsearchServiceClient"), exports);
6
+ tslib_1.__exportStar(require("./ElasticsearchService"), 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 ElasticsearchServiceServiceException_1 = require("./models/ElasticsearchServiceServiceException");
11
11
  Object.defineProperty(exports, "ElasticsearchServiceServiceException", { enumerable: true, get: function () { return ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticsearchServiceServiceException = void 0;
3
+ exports.ElasticsearchServiceServiceException = 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 ElasticsearchServiceServiceException 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 ElasticsearchServiceClient 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_AcceptInboundCrossClusterSearchConnectionCommand, se_AcceptInboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AcceptInboundCrossClusterSearchConnectionCommand 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_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AddTagsCommand 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_AssociatePackageCommand, se_AssociatePackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AssociatePackageCommand 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_AuthorizeVpcEndpointAccessCommand, se_AuthorizeVpcEndpointAccessCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AuthorizeVpcEndpointAccessCommand 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_CancelElasticsearchServiceSoftwareUpdateCommand, se_CancelElasticsearchServiceSoftwareUpdateCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateElasticsearchDomainRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateElasticsearchDomainCommand, se_CreateElasticsearchDomainCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateElasticsearchDomainCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  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_CreateOutboundCrossClusterSearchConnectionCommand, se_CreateOutboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateOutboundCrossClusterSearchConnectionCommand 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_CreatePackageCommand, se_CreatePackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreatePackageCommand 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_restJson1";
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_DeleteElasticsearchDomainCommand, se_DeleteElasticsearchDomainCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteElasticsearchDomainCommand 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_DeleteElasticsearchServiceRoleCommand, se_DeleteElasticsearchServiceRoleCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteElasticsearchServiceRoleCommand 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_DeleteInboundCrossClusterSearchConnectionCommand, se_DeleteInboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteInboundCrossClusterSearchConnectionCommand 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_DeleteOutboundCrossClusterSearchConnectionCommand, se_DeleteOutboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteOutboundCrossClusterSearchConnectionCommand 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_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeletePackageCommand 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_restJson1";
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_DescribeDomainAutoTunesCommand, se_DescribeDomainAutoTunesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeDomainAutoTunesCommand 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_DescribeDomainChangeProgressCommand, se_DescribeDomainChangeProgressCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeDomainChangeProgressCommand 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_DescribeElasticsearchDomainCommand, se_DescribeElasticsearchDomainCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeElasticsearchDomainCommand 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_DescribeElasticsearchDomainConfigCommand, se_DescribeElasticsearchDomainConfigCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeElasticsearchDomainConfigCommand 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_DescribeElasticsearchDomainsCommand, se_DescribeElasticsearchDomainsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeElasticsearchDomainsCommand 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_DescribeElasticsearchInstanceTypeLimitsCommand, se_DescribeElasticsearchInstanceTypeLimitsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeElasticsearchInstanceTypeLimitsCommand 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_DescribeInboundCrossClusterSearchConnectionsCommand, se_DescribeInboundCrossClusterSearchConnectionsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeInboundCrossClusterSearchConnectionsCommand 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_DescribeOutboundCrossClusterSearchConnectionsCommand, se_DescribeOutboundCrossClusterSearchConnectionsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeOutboundCrossClusterSearchConnectionsCommand 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_DescribePackagesCommand, se_DescribePackagesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribePackagesCommand 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_DescribeReservedElasticsearchInstanceOfferingsCommand, se_DescribeReservedElasticsearchInstanceOfferingsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeReservedElasticsearchInstanceOfferingsCommand 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_DescribeReservedElasticsearchInstancesCommand, se_DescribeReservedElasticsearchInstancesCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeReservedElasticsearchInstancesCommand 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_DescribeVpcEndpointsCommand, se_DescribeVpcEndpointsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeVpcEndpointsCommand 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_DissociatePackageCommand, se_DissociatePackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DissociatePackageCommand 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_GetCompatibleElasticsearchVersionsCommand, se_GetCompatibleElasticsearchVersionsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetCompatibleElasticsearchVersionsCommand 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_GetPackageVersionHistoryCommand, se_GetPackageVersionHistoryCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetPackageVersionHistoryCommand 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_GetUpgradeHistoryCommand, se_GetUpgradeHistoryCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetUpgradeHistoryCommand 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_GetUpgradeStatusCommand, se_GetUpgradeStatusCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetUpgradeStatusCommand 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_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListDomainNamesCommand 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_ListDomainsForPackageCommand, se_ListDomainsForPackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListDomainsForPackageCommand 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_ListElasticsearchInstanceTypesCommand, se_ListElasticsearchInstanceTypesCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListElasticsearchInstanceTypesCommand 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_ListElasticsearchVersionsCommand, se_ListElasticsearchVersionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListElasticsearchVersionsCommand 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_ListPackagesForDomainCommand, se_ListPackagesForDomainCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListPackagesForDomainCommand 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_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsCommand 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_ListVpcEndpointAccessCommand, se_ListVpcEndpointAccessCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListVpcEndpointAccessCommand 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_ListVpcEndpointsCommand, se_ListVpcEndpointsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListVpcEndpointsCommand 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_ListVpcEndpointsForDomainCommand, se_ListVpcEndpointsForDomainCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListVpcEndpointsForDomainCommand 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_PurchaseReservedElasticsearchInstanceOfferingCommand, se_PurchaseReservedElasticsearchInstanceOfferingCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PurchaseReservedElasticsearchInstanceOfferingCommand 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_RejectInboundCrossClusterSearchConnectionCommand, se_RejectInboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RejectInboundCrossClusterSearchConnectionCommand 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_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RemoveTagsCommand 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_RevokeVpcEndpointAccessCommand, se_RevokeVpcEndpointAccessCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RevokeVpcEndpointAccessCommand 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_StartElasticsearchServiceSoftwareUpdateCommand, se_StartElasticsearchServiceSoftwareUpdateCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartElasticsearchServiceSoftwareUpdateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateElasticsearchDomainConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateElasticsearchDomainConfigCommand, se_UpdateElasticsearchDomainConfigCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateElasticsearchDomainConfigCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  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_UpdatePackageCommand, se_UpdatePackageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdatePackageCommand 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_UpdateVpcEndpointCommand, se_UpdateVpcEndpointCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateVpcEndpointCommand 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_UpgradeElasticsearchDomainCommand, se_UpgradeElasticsearchDomainCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpgradeElasticsearchDomainCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./ElasticsearchService";
2
1
  export * from "./ElasticsearchServiceClient";
2
+ export * from "./ElasticsearchService";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ElasticsearchServiceServiceException } from "./models/ElasticsearchServiceServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ElasticsearchServiceServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);