@aws-sdk/client-elasticsearch-service 3.337.0 → 3.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticsearchServiceClient = void 0;
3
+ exports.ElasticsearchServiceClient = 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 ElasticsearchServiceClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptInboundCrossClusterSearchConnectionCommand = void 0;
3
+ exports.AcceptInboundCrossClusterSearchConnectionCommand = 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 AcceptInboundCrossClusterSearchConnectionCommand 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.AddTagsCommand = void 0;
3
+ exports.AddTagsCommand = 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 AddTagsCommand 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.AssociatePackageCommand = void 0;
3
+ exports.AssociatePackageCommand = 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 AssociatePackageCommand 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.AuthorizeVpcEndpointAccessCommand = void 0;
3
+ exports.AuthorizeVpcEndpointAccessCommand = 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 AuthorizeVpcEndpointAccessCommand 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.CancelElasticsearchServiceSoftwareUpdateCommand = void 0;
3
+ exports.CancelElasticsearchServiceSoftwareUpdateCommand = 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 CancelElasticsearchServiceSoftwareUpdateCommand 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.CreateElasticsearchDomainCommand = void 0;
3
+ exports.CreateElasticsearchDomainCommand = 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 CreateElasticsearchDomainCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateOutboundCrossClusterSearchConnectionCommand = void 0;
3
+ exports.CreateOutboundCrossClusterSearchConnectionCommand = 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 CreateOutboundCrossClusterSearchConnectionCommand 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.CreatePackageCommand = void 0;
3
+ exports.CreatePackageCommand = 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 CreatePackageCommand 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_restJson1_1 = require("../protocols/Aws_restJson1");
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.DeleteElasticsearchDomainCommand = void 0;
3
+ exports.DeleteElasticsearchDomainCommand = 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 DeleteElasticsearchDomainCommand 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.DeleteElasticsearchServiceRoleCommand = void 0;
3
+ exports.DeleteElasticsearchServiceRoleCommand = 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 DeleteElasticsearchServiceRoleCommand 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.DeleteInboundCrossClusterSearchConnectionCommand = void 0;
3
+ exports.DeleteInboundCrossClusterSearchConnectionCommand = 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 DeleteInboundCrossClusterSearchConnectionCommand 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.DeleteOutboundCrossClusterSearchConnectionCommand = void 0;
3
+ exports.DeleteOutboundCrossClusterSearchConnectionCommand = 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 DeleteOutboundCrossClusterSearchConnectionCommand 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.DeletePackageCommand = void 0;
3
+ exports.DeletePackageCommand = 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 DeletePackageCommand 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_restJson1_1 = require("../protocols/Aws_restJson1");
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.DescribeDomainAutoTunesCommand = void 0;
3
+ exports.DescribeDomainAutoTunesCommand = 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 DescribeDomainAutoTunesCommand 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.DescribeDomainChangeProgressCommand = void 0;
3
+ exports.DescribeDomainChangeProgressCommand = 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 DescribeDomainChangeProgressCommand 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.DescribeElasticsearchDomainCommand = void 0;
3
+ exports.DescribeElasticsearchDomainCommand = 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 DescribeElasticsearchDomainCommand 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.DescribeElasticsearchDomainConfigCommand = void 0;
3
+ exports.DescribeElasticsearchDomainConfigCommand = 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 DescribeElasticsearchDomainConfigCommand 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.DescribeElasticsearchDomainsCommand = void 0;
3
+ exports.DescribeElasticsearchDomainsCommand = 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 DescribeElasticsearchDomainsCommand 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.DescribeElasticsearchInstanceTypeLimitsCommand = void 0;
3
+ exports.DescribeElasticsearchInstanceTypeLimitsCommand = 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 DescribeElasticsearchInstanceTypeLimitsCommand 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.DescribeInboundCrossClusterSearchConnectionsCommand = void 0;
3
+ exports.DescribeInboundCrossClusterSearchConnectionsCommand = 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 DescribeInboundCrossClusterSearchConnectionsCommand 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.DescribeOutboundCrossClusterSearchConnectionsCommand = void 0;
3
+ exports.DescribeOutboundCrossClusterSearchConnectionsCommand = 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 DescribeOutboundCrossClusterSearchConnectionsCommand 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.DescribePackagesCommand = void 0;
3
+ exports.DescribePackagesCommand = 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 DescribePackagesCommand 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.DescribeReservedElasticsearchInstanceOfferingsCommand = void 0;
3
+ exports.DescribeReservedElasticsearchInstanceOfferingsCommand = 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 DescribeReservedElasticsearchInstanceOfferingsCommand 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.DescribeReservedElasticsearchInstancesCommand = void 0;
3
+ exports.DescribeReservedElasticsearchInstancesCommand = 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 DescribeReservedElasticsearchInstancesCommand 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.DescribeVpcEndpointsCommand = void 0;
3
+ exports.DescribeVpcEndpointsCommand = 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 DescribeVpcEndpointsCommand 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.DissociatePackageCommand = void 0;
3
+ exports.DissociatePackageCommand = 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 DissociatePackageCommand 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.GetCompatibleElasticsearchVersionsCommand = void 0;
3
+ exports.GetCompatibleElasticsearchVersionsCommand = 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 GetCompatibleElasticsearchVersionsCommand 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.GetPackageVersionHistoryCommand = void 0;
3
+ exports.GetPackageVersionHistoryCommand = 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 GetPackageVersionHistoryCommand 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.GetUpgradeHistoryCommand = void 0;
3
+ exports.GetUpgradeHistoryCommand = 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 GetUpgradeHistoryCommand 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.GetUpgradeStatusCommand = void 0;
3
+ exports.GetUpgradeStatusCommand = 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 GetUpgradeStatusCommand 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.ListDomainNamesCommand = void 0;
3
+ exports.ListDomainNamesCommand = 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 ListDomainNamesCommand 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.ListDomainsForPackageCommand = void 0;
3
+ exports.ListDomainsForPackageCommand = 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 ListDomainsForPackageCommand 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.ListElasticsearchInstanceTypesCommand = void 0;
3
+ exports.ListElasticsearchInstanceTypesCommand = 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 ListElasticsearchInstanceTypesCommand 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.ListElasticsearchVersionsCommand = void 0;
3
+ exports.ListElasticsearchVersionsCommand = 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 ListElasticsearchVersionsCommand 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.ListPackagesForDomainCommand = void 0;
3
+ exports.ListPackagesForDomainCommand = 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 ListPackagesForDomainCommand 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.ListTagsCommand = void 0;
3
+ exports.ListTagsCommand = 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 ListTagsCommand 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.ListVpcEndpointAccessCommand = void 0;
3
+ exports.ListVpcEndpointAccessCommand = 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 ListVpcEndpointAccessCommand 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_restJson1_1 = require("../protocols/Aws_restJson1");
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.ListVpcEndpointsForDomainCommand = void 0;
3
+ exports.ListVpcEndpointsForDomainCommand = 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 ListVpcEndpointsForDomainCommand 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.PurchaseReservedElasticsearchInstanceOfferingCommand = void 0;
3
+ exports.PurchaseReservedElasticsearchInstanceOfferingCommand = 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 PurchaseReservedElasticsearchInstanceOfferingCommand 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.RejectInboundCrossClusterSearchConnectionCommand = void 0;
3
+ exports.RejectInboundCrossClusterSearchConnectionCommand = 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 RejectInboundCrossClusterSearchConnectionCommand 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.RemoveTagsCommand = void 0;
3
+ exports.RemoveTagsCommand = 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 RemoveTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {