@aws-sdk/client-elasticsearch-service 3.1044.0 → 3.1046.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 (197) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +125 -119
  5. package/dist-cjs/models/ElasticsearchServiceServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +35 -16
  10. package/dist-es/ElasticsearchService.js +1 -1
  11. package/dist-es/ElasticsearchServiceClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +2 -2
  14. package/dist-es/commands/AddTagsCommand.js +2 -2
  15. package/dist-es/commands/AssociatePackageCommand.js +2 -2
  16. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +2 -2
  17. package/dist-es/commands/CancelDomainConfigChangeCommand.js +2 -2
  18. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +2 -2
  19. package/dist-es/commands/CreateElasticsearchDomainCommand.js +2 -2
  20. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +2 -2
  21. package/dist-es/commands/CreatePackageCommand.js +2 -2
  22. package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
  23. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +2 -2
  24. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +2 -2
  25. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +2 -2
  26. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +2 -2
  27. package/dist-es/commands/DeletePackageCommand.js +2 -2
  28. package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
  29. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +2 -2
  30. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +2 -2
  31. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +2 -2
  32. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +2 -2
  33. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +2 -2
  34. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +2 -2
  35. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +2 -2
  36. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +2 -2
  37. package/dist-es/commands/DescribePackagesCommand.js +2 -2
  38. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +2 -2
  39. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +2 -2
  40. package/dist-es/commands/DescribeVpcEndpointsCommand.js +2 -2
  41. package/dist-es/commands/DissociatePackageCommand.js +2 -2
  42. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +2 -2
  43. package/dist-es/commands/GetPackageVersionHistoryCommand.js +2 -2
  44. package/dist-es/commands/GetUpgradeHistoryCommand.js +2 -2
  45. package/dist-es/commands/GetUpgradeStatusCommand.js +2 -2
  46. package/dist-es/commands/ListDomainNamesCommand.js +2 -2
  47. package/dist-es/commands/ListDomainsForPackageCommand.js +2 -2
  48. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +2 -2
  49. package/dist-es/commands/ListElasticsearchVersionsCommand.js +2 -2
  50. package/dist-es/commands/ListPackagesForDomainCommand.js +2 -2
  51. package/dist-es/commands/ListTagsCommand.js +2 -2
  52. package/dist-es/commands/ListVpcEndpointAccessCommand.js +2 -2
  53. package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
  54. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +2 -2
  55. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +2 -2
  56. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +2 -2
  57. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  58. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +2 -2
  59. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +2 -2
  60. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +2 -2
  61. package/dist-es/commands/UpdatePackageCommand.js +2 -2
  62. package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
  63. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +2 -2
  64. package/dist-es/endpoint/bdd.js +1 -1
  65. package/dist-es/endpoint/endpointResolver.js +1 -1
  66. package/dist-es/models/ElasticsearchServiceServiceException.js +1 -1
  67. package/dist-es/models/enums.js +6 -0
  68. package/dist-es/runtimeConfig.browser.js +4 -6
  69. package/dist-es/runtimeConfig.js +4 -8
  70. package/dist-es/runtimeConfig.shared.js +3 -4
  71. package/dist-es/runtimeExtensions.js +2 -2
  72. package/dist-es/schemas/schemas_0.js +30 -11
  73. package/dist-types/ElasticsearchServiceClient.d.ts +5 -5
  74. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  75. package/dist-types/commands/AddTagsCommand.d.ts +6 -4
  76. package/dist-types/commands/AssociatePackageCommand.d.ts +6 -4
  77. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
  78. package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
  79. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
  80. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +17 -4
  81. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  82. package/dist-types/commands/CreatePackageCommand.d.ts +6 -4
  83. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -4
  84. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +12 -4
  85. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
  86. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  87. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  88. package/dist-types/commands/DeletePackageCommand.d.ts +6 -4
  89. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -4
  90. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
  91. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
  92. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +12 -4
  93. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +15 -4
  94. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +12 -4
  95. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
  96. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
  97. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
  98. package/dist-types/commands/DescribePackagesCommand.d.ts +6 -4
  99. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
  100. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
  101. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
  102. package/dist-types/commands/DissociatePackageCommand.d.ts +6 -4
  103. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
  104. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
  105. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -4
  106. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -4
  107. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
  108. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -4
  109. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
  110. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
  111. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -4
  112. package/dist-types/commands/ListTagsCommand.d.ts +6 -4
  113. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
  114. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -4
  115. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
  116. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
  117. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  118. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
  119. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
  120. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
  121. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +20 -4
  122. package/dist-types/commands/UpdatePackageCommand.d.ts +6 -4
  123. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -4
  124. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
  125. package/dist-types/endpoint/bdd.d.ts +1 -1
  126. package/dist-types/extensionConfiguration.d.ts +1 -1
  127. package/dist-types/models/ElasticsearchServiceServiceException.d.ts +1 -1
  128. package/dist-types/models/enums.d.ts +14 -0
  129. package/dist-types/models/errors.d.ts +1 -1
  130. package/dist-types/models/models_0.d.ts +103 -1
  131. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  132. package/dist-types/runtimeConfig.d.ts +2 -2
  133. package/dist-types/runtimeConfig.native.d.ts +2 -2
  134. package/dist-types/schemas/schemas_0.d.ts +3 -0
  135. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -14
  136. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
  170. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +6 -4
  171. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  175. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +6 -4
  176. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -4
  183. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +6 -4
  184. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  188. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  189. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +1 -1
  190. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  191. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  192. package/dist-types/ts3.4/models/models_0.d.ts +26 -0
  193. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  194. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  195. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  196. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  197. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRe
22
22
  export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeVpcEndpointsCommand_base: {
25
- new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DissociatePackageCommandInput extends DissociatePackageRequest
22
22
  export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DissociatePackageCommand_base: {
25
- new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DissociatePackageCommandInput): import("@smithy/core/client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Dissociates a package from the Amazon ES domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompa
22
22
  export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCompatibleElasticsearchVersionsCommand_base: {
25
- new (input: GetCompatibleElasticsearchVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetCompatibleElasticsearchVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCompatibleElasticsearchVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetCompatibleElasticsearchVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionH
22
22
  export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPackageVersionHistoryCommand_base: {
25
- new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPackageVersionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of versions of the package, along with their creation time and commit message.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest
22
22
  export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUpgradeHistoryCommand_base: {
25
- new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUpgradeHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
22
22
  export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUpgradeStatusCommand_base: {
25
- new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUpgradeStatusCommandInput): import("@smithy/core/client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
22
22
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainNamesCommand_base: {
25
- new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDomainsForPackageCommandInput extends ListDomainsForPackage
22
22
  export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainsForPackageCommand_base: {
25
- new (input: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDomainsForPackageCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDomainsForPackageCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Amazon ES domains associated with the package.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListElasticsearchInstanceTypesCommandInput extends ListElastics
22
22
  export interface ListElasticsearchInstanceTypesCommandOutput extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListElasticsearchInstanceTypesCommand_base: {
25
- new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListElasticsearchInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListElasticsearchVersionsCommandInput extends ListElasticsearch
22
22
  export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearchVersionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListElasticsearchVersionsCommand_base: {
25
- new (input: ListElasticsearchVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListElasticsearchVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListElasticsearchVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListElasticsearchVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all supported Elasticsearch versions</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPackagesForDomainCommandInput extends ListPackagesForDomain
22
22
  export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPackagesForDomainCommand_base: {
25
- new (input: ListPackagesForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPackagesForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPackagesForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPackagesForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all packages associated with the Amazon ES domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsCommandInput extends ListTagsRequest {
22
22
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsCommand_base: {
25
- new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns all tags for the given Elasticsearch domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListVpcEndpointAccessCommandInput extends ListVpcEndpointAccess
22
22
  export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAccessResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVpcEndpointAccessCommand_base: {
25
- new (input: ListVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about each principal that is allowed to access a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {
22
22
  export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVpcEndpointsCommand_base: {
25
- new (input: ListVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVpcEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListVpcEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListVpcEndpointsForDomainCommandInput extends ListVpcEndpointsF
22
22
  export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpointsForDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListVpcEndpointsForDomainCommand_base: {
25
- new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput exten
22
22
  export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
25
- new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Allows you to purchase reserved Elasticsearch instances.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RejectInboundCrossClusterSearchConnectionCommandInput extends R
22
22
  export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
25
- new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Allows the destination domain owner to reject an inbound cross-cluster search connection request.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { RemoveTagsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {
22
22
  export interface RemoveTagsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTagsCommand_base: {
25
- new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified set of tags from the specified Elasticsearch domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RevokeVpcEndpointAccessCommandInput extends RevokeVpcEndpointAc
22
22
  export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointAccessResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RevokeVpcEndpointAccessCommand_base: {
25
- new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Revokes access to an Amazon OpenSearch Service domain that was provided through an interface
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { StartElasticsearchServiceSoftwareUpdateRequest, StartElasticsearchServiceSoftwareUpdateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandInput extends Sta
22
22
  export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends StartElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
25
- new (input: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Schedules a service software update for an Amazon ES domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { UpdateElasticsearchDomainConfigRequest, UpdateElasticsearchDomainConfigResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateElasticsearchDomainConfigCommandInput extends UpdateElast
22
22
  export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElasticsearchDomainConfigResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateElasticsearchDomainConfigCommand_base: {
25
- new (input: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances. </p>
@@ -143,6 +145,11 @@ declare const UpdateElasticsearchDomainConfigCommand_base: {
143
145
  * DeploymentStrategyOptions: { // DeploymentStrategyOptions
144
146
  * DeploymentStrategy: "Default" || "CapacityOptimized", // required
145
147
  * },
148
+ * AutomatedSnapshotPauseOptions: { // AutomatedSnapshotPauseRequestOptions
149
+ * Enabled: true || false, // required
150
+ * StartTime: new Date("TIMESTAMP"),
151
+ * EndTime: new Date("TIMESTAMP"),
152
+ * },
146
153
  * };
147
154
  * const command = new UpdateElasticsearchDomainConfigCommand(input);
148
155
  * const response = await client.send(command);
@@ -349,6 +356,15 @@ declare const UpdateElasticsearchDomainConfigCommand_base: {
349
356
  * // },
350
357
  * // Status: "<OptionStatus>", // required
351
358
  * // },
359
+ * // AutomatedSnapshotPauseOptions: { // AutomatedSnapshotPauseOptionsStatus
360
+ * // Options: { // AutomatedSnapshotPauseOptions
361
+ * // Enabled: true || false, // required
362
+ * // StartTime: new Date("TIMESTAMP"),
363
+ * // EndTime: new Date("TIMESTAMP"),
364
+ * // State: "Active" || "Completed" || "Scheduled" || "Disabled",
365
+ * // },
366
+ * // Status: "<OptionStatus>", // required
367
+ * // },
352
368
  * // },
353
369
  * // DryRunResults: { // DryRunResults
354
370
  * // DeploymentType: "STRING_VALUE",
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdatePackageCommandInput extends UpdatePackageRequest {
22
22
  export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdatePackageCommand_base: {
25
- new (input: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdatePackageCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdatePackageCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a package for use with Amazon ES domains.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest
22
22
  export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateVpcEndpointCommand_base: {
25
- new (input: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateVpcEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
4
  import type { UpgradeElasticsearchDomainRequest, UpgradeElasticsearchDomainResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpgradeElasticsearchDomainCommandInput extends UpgradeElasticse
22
22
  export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElasticsearchDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpgradeElasticsearchDomainCommand_base: {
25
- new (input: UpgradeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpgradeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpgradeElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpgradeElasticsearchDomainCommandInput): import("@smithy/core/client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**