@aws-sdk/client-elasticsearch-service 3.1045.0 → 3.1047.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,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DescribePackages$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DescribeReservedElasticsearchInstanceOfferings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DescribeReservedElasticsearchInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DescribeVpcEndpoints$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DissociatePackage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetCompatibleElasticsearchVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetPackageVersionHistory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetUpgradeHistory$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetUpgradeStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListDomainNames$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListDomainsForPackage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListElasticsearchInstanceTypes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListElasticsearchVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListPackagesForDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListVpcEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListVpcEndpoints$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListVpcEndpointsForDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { PurchaseReservedElasticsearchInstanceOffering$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RejectInboundCrossClusterSearchConnection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RemoveTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RevokeVpcEndpointAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { StartElasticsearchServiceSoftwareUpdate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateElasticsearchDomainConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdatePackage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateVpcEndpoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpgradeElasticsearchDomain$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const m = "ref";
3
3
  const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
4
4
  const _data = {
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class ElasticsearchServiceServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -125,6 +125,12 @@ export const LogType = {
125
125
  INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS",
126
126
  SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS",
127
127
  };
128
+ export const PauseState = {
129
+ ACTIVE: "Active",
130
+ COMPLETED: "Completed",
131
+ DISABLED: "Disabled",
132
+ SCHEDULED: "Scheduled",
133
+ };
128
134
  export const AutoTuneState = {
129
135
  DISABLED: "DISABLED",
130
136
  DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE",
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultElasticsearchServiceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -22,6 +22,9 @@ const _ARN = "ARN";
22
22
  const _ASO = "AdvancedSecurityOptions";
23
23
  const _ASOI = "AdvancedSecurityOptionsInput";
24
24
  const _ASOS = "AdvancedSecurityOptionsStatus";
25
+ const _ASPO = "AutomatedSnapshotPauseOptions";
26
+ const _ASPOS = "AutomatedSnapshotPauseOptionsStatus";
27
+ const _ASPRO = "AutomatedSnapshotPauseRequestOptions";
25
28
  const _ASSH = "AutomatedSnapshotStartHour";
26
29
  const _AT = "AutoTune";
27
30
  const _ATD = "AutoTuneDetails";
@@ -212,7 +215,8 @@ const _EIC = "ElasticsearchInstanceCount";
212
215
  const _EIT = "ElasticsearchInstanceTypes";
213
216
  const _EITl = "ElasticsearchInstanceType";
214
217
  const _EM = "ErrorMessage";
215
- const _ET = "EngineType";
218
+ const _ET = "EndTime";
219
+ const _ETn = "EngineType";
216
220
  const _ETr = "ErrorType";
217
221
  const _EV = "ElasticsearchVersion";
218
222
  const _EVS = "ElasticsearchVersionStatus";
@@ -637,6 +641,21 @@ export var AuthorizeVpcEndpointAccessResponse$ = [3, n0, _AVEARu,
637
641
  [_AP],
638
642
  [() => AuthorizedPrincipal$], 1
639
643
  ];
644
+ export var AutomatedSnapshotPauseOptions$ = [3, n0, _ASPO,
645
+ 0,
646
+ [_E, _ST, _ET, _St],
647
+ [2, 4, 4, 0], 1
648
+ ];
649
+ export var AutomatedSnapshotPauseOptionsStatus$ = [3, n0, _ASPOS,
650
+ 0,
651
+ [_O, _S],
652
+ [() => AutomatedSnapshotPauseOptions$, () => OptionStatus$], 2
653
+ ];
654
+ export var AutomatedSnapshotPauseRequestOptions$ = [3, n0, _ASPRO,
655
+ 0,
656
+ [_E, _ST, _ET],
657
+ [2, 4, 4], 1
658
+ ];
640
659
  export var AutoTune$ = [3, n0, _AT,
641
660
  0,
642
661
  [_ATT, _ATD],
@@ -739,8 +758,8 @@ export var CompatibleVersionsMap$ = [3, n0, _CVM,
739
758
  ];
740
759
  export var CreateElasticsearchDomainRequest$ = [3, n0, _CEDR,
741
760
  0,
742
- [_DN, _EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _TL, _DSO],
743
- [0, 0, () => ElasticsearchClusterConfig$, () => EBSOptions$, 0, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => AutoTuneOptionsInput$, () => TagList, () => DeploymentStrategyOptions$], 1
761
+ [_DN, _EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _TL, _DSO, _ASPO],
762
+ [0, 0, () => ElasticsearchClusterConfig$, () => EBSOptions$, 0, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => AutoTuneOptionsInput$, () => TagList, () => DeploymentStrategyOptions$, () => AutomatedSnapshotPauseRequestOptions$], 1
744
763
  ];
745
764
  export var CreateElasticsearchDomainResponse$ = [3, n0, _CEDRr,
746
765
  0,
@@ -984,7 +1003,7 @@ export var DomainEndpointOptionsStatus$ = [3, n0, _DEOS,
984
1003
  ];
985
1004
  export var DomainInfo$ = [3, n0, _DI,
986
1005
  0,
987
- [_DN, _ET],
1006
+ [_DN, _ETn],
988
1007
  [0, 0]
989
1008
  ];
990
1009
  export var DomainInformation$ = [3, n0, _DIo,
@@ -1029,13 +1048,13 @@ export var ElasticsearchClusterConfigStatus$ = [3, n0, _ECCS,
1029
1048
  ];
1030
1049
  export var ElasticsearchDomainConfig$ = [3, n0, _EDC,
1031
1050
  0,
1032
- [_EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _CPD, _MP, _DSO],
1033
- [() => ElasticsearchVersionStatus$, () => ElasticsearchClusterConfigStatus$, () => EBSOptionsStatus$, () => AccessPoliciesStatus$, () => SnapshotOptionsStatus$, () => VPCDerivedInfoStatus$, () => CognitoOptionsStatus$, () => EncryptionAtRestOptionsStatus$, () => NodeToNodeEncryptionOptionsStatus$, () => AdvancedOptionsStatus$, () => LogPublishingOptionsStatus$, () => DomainEndpointOptionsStatus$, () => AdvancedSecurityOptionsStatus$, () => AutoTuneOptionsStatus$, () => ChangeProgressDetails$, () => ModifyingPropertiesList, () => DeploymentStrategyOptionsStatus$]
1051
+ [_EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _CPD, _MP, _DSO, _ASPO],
1052
+ [() => ElasticsearchVersionStatus$, () => ElasticsearchClusterConfigStatus$, () => EBSOptionsStatus$, () => AccessPoliciesStatus$, () => SnapshotOptionsStatus$, () => VPCDerivedInfoStatus$, () => CognitoOptionsStatus$, () => EncryptionAtRestOptionsStatus$, () => NodeToNodeEncryptionOptionsStatus$, () => AdvancedOptionsStatus$, () => LogPublishingOptionsStatus$, () => DomainEndpointOptionsStatus$, () => AdvancedSecurityOptionsStatus$, () => AutoTuneOptionsStatus$, () => ChangeProgressDetails$, () => ModifyingPropertiesList, () => DeploymentStrategyOptionsStatus$, () => AutomatedSnapshotPauseOptionsStatus$]
1034
1053
  ];
1035
1054
  export var ElasticsearchDomainStatus$ = [3, n0, _EDS,
1036
1055
  0,
1037
- [_DIom, _DN, _ARN, _ECC, _C, _Del, _En, _End, _Pro, _UP, _EV, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _SSO, _DEO, _ASO, _ATO, _CPD, _DPSo, _MP, _DSO],
1038
- [0, 0, 0, () => ElasticsearchClusterConfig$, 2, 2, 0, 128 | 0, 2, 2, 0, () => EBSOptions$, 0, () => SnapshotOptions$, () => VPCDerivedInfo$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => ServiceSoftwareOptions$, () => DomainEndpointOptions$, () => AdvancedSecurityOptions$, () => AutoTuneOptionsOutput$, () => ChangeProgressDetails$, 0, () => ModifyingPropertiesList, () => DeploymentStrategyOptions$], 4
1056
+ [_DIom, _DN, _ARN, _ECC, _C, _Del, _En, _End, _Pro, _UP, _EV, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _SSO, _DEO, _ASO, _ATO, _CPD, _DPSo, _MP, _DSO, _ASPO],
1057
+ [0, 0, 0, () => ElasticsearchClusterConfig$, 2, 2, 0, 128 | 0, 2, 2, 0, () => EBSOptions$, 0, () => SnapshotOptions$, () => VPCDerivedInfo$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => ServiceSoftwareOptions$, () => DomainEndpointOptions$, () => AdvancedSecurityOptions$, () => AutoTuneOptionsOutput$, () => ChangeProgressDetails$, 0, () => ModifyingPropertiesList, () => DeploymentStrategyOptions$, () => AutomatedSnapshotPauseOptions$], 4
1039
1058
  ];
1040
1059
  export var ElasticsearchVersionStatus$ = [3, n0, _EVS,
1041
1060
  0,
@@ -1129,7 +1148,7 @@ export var Limits$ = [3, n0, _L,
1129
1148
  ];
1130
1149
  export var ListDomainNamesRequest$ = [3, n0, _LDNR,
1131
1150
  0,
1132
- [_ET],
1151
+ [_ETn],
1133
1152
  [[0, { [_hQ]: _eT }]]
1134
1153
  ];
1135
1154
  export var ListDomainNamesResponse$ = [3, n0, _LDNRi,
@@ -1389,8 +1408,8 @@ export var Tag$ = [3, n0, _Ta,
1389
1408
  ];
1390
1409
  export var UpdateElasticsearchDomainConfigRequest$ = [3, n0, _UEDCR,
1391
1410
  0,
1392
- [_DN, _ECC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _LPO, _DEO, _ASO, _NTNEO, _EARO, _ATO, _DR, _DSO],
1393
- [[0, 1], () => ElasticsearchClusterConfig$, () => EBSOptions$, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, 128 | 0, 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => NodeToNodeEncryptionOptions$, () => EncryptionAtRestOptions$, () => AutoTuneOptions$, 2, () => DeploymentStrategyOptions$], 1
1411
+ [_DN, _ECC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _LPO, _DEO, _ASO, _NTNEO, _EARO, _ATO, _DR, _DSO, _ASPO],
1412
+ [[0, 1], () => ElasticsearchClusterConfig$, () => EBSOptions$, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, 128 | 0, 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => NodeToNodeEncryptionOptions$, () => EncryptionAtRestOptions$, () => AutoTuneOptions$, 2, () => DeploymentStrategyOptions$, () => AutomatedSnapshotPauseRequestOptions$], 1
1394
1413
  ];
1395
1414
  export var UpdateElasticsearchDomainConfigResponse$ = [3, n0, _UEDCRp,
1396
1415
  0,
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput } from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
@@ -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 { AcceptInboundCrossClusterSearchConnectionRequest, AcceptInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AcceptInboundCrossClusterSearchConnectionCommandInput extends A
22
22
  export interface AcceptInboundCrossClusterSearchConnectionCommandOutput extends AcceptInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
25
- new (input: AcceptInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AcceptInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AcceptInboundCrossClusterSearchConnectionCommandInput): import("@smithy/core/client").CommandImpl<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Allows the destination domain owner to accept 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 { AddTagsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddTagsCommandInput extends AddTagsRequest {
22
22
  export interface AddTagsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AddTagsCommand_base: {
25
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging" target="_blank">
@@ -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 { AssociatePackageRequest, AssociatePackageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AssociatePackageCommandInput extends AssociatePackageRequest {
22
22
  export interface AssociatePackageCommandOutput extends AssociatePackageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AssociatePackageCommand_base: {
25
- new (input: AssociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociatePackageCommandInput): import("@smithy/core/client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociatePackageCommandInput): import("@smithy/core/client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associates a package with 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 { AuthorizeVpcEndpointAccessRequest, AuthorizeVpcEndpointAccessResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AuthorizeVpcEndpointAccessCommandInput extends AuthorizeVpcEndp
22
22
  export interface AuthorizeVpcEndpointAccessCommandOutput extends AuthorizeVpcEndpointAccessResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AuthorizeVpcEndpointAccessCommand_base: {
25
- new (input: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides access to an Amazon OpenSearch Service domain through the use of an 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 { CancelDomainConfigChangeRequest, CancelDomainConfigChangeResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CancelDomainConfigChangeCommandInput extends CancelDomainConfig
22
22
  export interface CancelDomainConfigChangeCommandOutput extends CancelDomainConfigChangeResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CancelDomainConfigChangeCommand_base: {
25
- new (input: CancelDomainConfigChangeCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelDomainConfigChangeCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelDomainConfigChangeCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelDomainConfigChangeCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels a pending configuration change on an Amazon OpenSearch Service domain.</p>