@aws-sdk/client-elasticsearch-service 3.477.0 → 3.481.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 (253) hide show
  1. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +18 -41
  2. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  3. package/dist-cjs/commands/AssociatePackageCommand.js +18 -41
  4. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +18 -41
  5. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +18 -41
  6. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +18 -41
  7. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +18 -41
  8. package/dist-cjs/commands/CreatePackageCommand.js +18 -41
  9. package/dist-cjs/commands/CreateVpcEndpointCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +18 -41
  14. package/dist-cjs/commands/DeletePackageCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +18 -41
  24. package/dist-cjs/commands/DescribePackagesCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +18 -41
  28. package/dist-cjs/commands/DissociatePackageCommand.js +18 -41
  29. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +18 -41
  30. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +18 -41
  31. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +18 -41
  32. package/dist-cjs/commands/GetUpgradeStatusCommand.js +18 -41
  33. package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
  34. package/dist-cjs/commands/ListDomainsForPackageCommand.js +18 -41
  35. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +18 -41
  36. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +18 -41
  37. package/dist-cjs/commands/ListPackagesForDomainCommand.js +18 -41
  38. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  39. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +18 -41
  40. package/dist-cjs/commands/ListVpcEndpointsCommand.js +18 -41
  41. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +18 -41
  42. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +18 -41
  43. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +18 -41
  44. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  45. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +18 -41
  46. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +18 -41
  48. package/dist-cjs/commands/UpdatePackageCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +18 -41
  50. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +18 -41
  51. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  52. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +2 -24
  53. package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +2 -24
  54. package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +2 -24
  55. package/dist-cjs/pagination/DescribePackagesPaginator.js +2 -24
  56. package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +2 -24
  57. package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +2 -24
  58. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +2 -24
  59. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +2 -24
  61. package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +2 -24
  64. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +18 -41
  65. package/dist-es/commands/AddTagsCommand.js +18 -41
  66. package/dist-es/commands/AssociatePackageCommand.js +18 -41
  67. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +18 -41
  68. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +18 -41
  69. package/dist-es/commands/CreateElasticsearchDomainCommand.js +18 -41
  70. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +18 -41
  71. package/dist-es/commands/CreatePackageCommand.js +18 -41
  72. package/dist-es/commands/CreateVpcEndpointCommand.js +18 -41
  73. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +18 -41
  74. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +18 -41
  75. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +18 -41
  76. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +18 -41
  77. package/dist-es/commands/DeletePackageCommand.js +18 -41
  78. package/dist-es/commands/DeleteVpcEndpointCommand.js +18 -41
  79. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +18 -41
  80. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +18 -41
  81. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +18 -41
  82. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +18 -41
  83. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +18 -41
  84. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +18 -41
  85. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +18 -41
  86. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +18 -41
  87. package/dist-es/commands/DescribePackagesCommand.js +18 -41
  88. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +18 -41
  89. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +18 -41
  90. package/dist-es/commands/DescribeVpcEndpointsCommand.js +18 -41
  91. package/dist-es/commands/DissociatePackageCommand.js +18 -41
  92. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +18 -41
  93. package/dist-es/commands/GetPackageVersionHistoryCommand.js +18 -41
  94. package/dist-es/commands/GetUpgradeHistoryCommand.js +18 -41
  95. package/dist-es/commands/GetUpgradeStatusCommand.js +18 -41
  96. package/dist-es/commands/ListDomainNamesCommand.js +18 -41
  97. package/dist-es/commands/ListDomainsForPackageCommand.js +18 -41
  98. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +18 -41
  99. package/dist-es/commands/ListElasticsearchVersionsCommand.js +18 -41
  100. package/dist-es/commands/ListPackagesForDomainCommand.js +18 -41
  101. package/dist-es/commands/ListTagsCommand.js +18 -41
  102. package/dist-es/commands/ListVpcEndpointAccessCommand.js +18 -41
  103. package/dist-es/commands/ListVpcEndpointsCommand.js +18 -41
  104. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +18 -41
  105. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +18 -41
  106. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +18 -41
  107. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  108. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +18 -41
  109. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +18 -41
  110. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +18 -41
  111. package/dist-es/commands/UpdatePackageCommand.js +18 -41
  112. package/dist-es/commands/UpdateVpcEndpointCommand.js +18 -41
  113. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +18 -41
  114. package/dist-es/endpoint/EndpointParameters.js +6 -0
  115. package/dist-es/pagination/DescribeDomainAutoTunesPaginator.js +2 -23
  116. package/dist-es/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +2 -23
  117. package/dist-es/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +2 -23
  118. package/dist-es/pagination/DescribePackagesPaginator.js +2 -23
  119. package/dist-es/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +2 -23
  120. package/dist-es/pagination/DescribeReservedElasticsearchInstancesPaginator.js +2 -23
  121. package/dist-es/pagination/GetPackageVersionHistoryPaginator.js +2 -23
  122. package/dist-es/pagination/GetUpgradeHistoryPaginator.js +2 -23
  123. package/dist-es/pagination/ListDomainsForPackagePaginator.js +2 -23
  124. package/dist-es/pagination/ListElasticsearchInstanceTypesPaginator.js +2 -23
  125. package/dist-es/pagination/ListElasticsearchVersionsPaginator.js +2 -23
  126. package/dist-es/pagination/ListPackagesForDomainPaginator.js +2 -23
  127. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +6 -21
  128. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  129. package/dist-types/commands/AssociatePackageCommand.d.ts +6 -21
  130. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -21
  131. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +6 -21
  134. package/dist-types/commands/CreatePackageCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -21
  136. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +6 -21
  137. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +6 -21
  140. package/dist-types/commands/DeletePackageCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +6 -21
  145. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +6 -21
  149. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +6 -21
  150. package/dist-types/commands/DescribePackagesCommand.d.ts +6 -21
  151. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +6 -21
  152. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +6 -21
  153. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -21
  154. package/dist-types/commands/DissociatePackageCommand.d.ts +6 -21
  155. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +6 -21
  156. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -21
  157. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -21
  158. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -21
  159. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
  160. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -21
  161. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +6 -21
  162. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +6 -21
  163. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -21
  164. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  165. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -21
  166. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -21
  167. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -21
  168. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +6 -21
  169. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +6 -21
  170. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  171. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -21
  172. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +6 -21
  173. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +6 -21
  174. package/dist-types/commands/UpdatePackageCommand.d.ts +6 -21
  175. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -21
  176. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +6 -21
  177. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  178. package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
  179. package/dist-types/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +1 -1
  180. package/dist-types/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +1 -1
  181. package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
  182. package/dist-types/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +1 -1
  183. package/dist-types/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +1 -1
  184. package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
  185. package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
  186. package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
  187. package/dist-types/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +1 -1
  188. package/dist-types/pagination/ListElasticsearchVersionsPaginator.d.ts +1 -1
  189. package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  192. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +11 -25
  215. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  241. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +3 -3
  242. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +3 -3
  243. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +3 -3
  244. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +3 -3
  245. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +3 -3
  246. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +3 -3
  247. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +3 -3
  248. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +3 -3
  249. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +3 -3
  250. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +3 -3
  251. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +3 -3
  252. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +3 -3
  253. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVpcEndpointAccessCommandInput extends ListVpcEndpointAccess
21
20
  */
22
21
  export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAccessResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVpcEndpointAccessCommand_base: {
24
+ new (input: ListVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about each principal that is allowed to access a
@@ -71,23 +74,5 @@ export interface ListVpcEndpointAccessCommandOutput extends ListVpcEndpointAcces
71
74
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
72
75
  *
73
76
  */
74
- export declare class ListVpcEndpointAccessCommand extends $Command<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig> {
75
- readonly input: ListVpcEndpointAccessCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListVpcEndpointAccessCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVpcEndpointAccessCommandInput, ListVpcEndpointAccessCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListVpcEndpointAccessCommand extends ListVpcEndpointAccessCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {
21
20
  */
22
21
  export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVpcEndpointsCommand_base: {
24
+ new (input: ListVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.</p>
@@ -68,23 +71,5 @@ export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse,
68
71
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
69
72
  *
70
73
  */
71
- export declare class ListVpcEndpointsCommand extends $Command<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
72
- readonly input: ListVpcEndpointsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListVpcEndpointsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVpcEndpointsCommandInput, ListVpcEndpointsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVpcEndpointsForDomainCommandInput extends ListVpcEndpointsF
21
20
  */
22
21
  export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpointsForDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVpcEndpointsForDomainCommand_base: {
24
+ new (input: ListVpcEndpointsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.</p>
@@ -72,23 +75,5 @@ export interface ListVpcEndpointsForDomainCommandOutput extends ListVpcEndpoints
72
75
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
73
76
  *
74
77
  */
75
- export declare class ListVpcEndpointsForDomainCommand extends $Command<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
76
- readonly input: ListVpcEndpointsForDomainCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListVpcEndpointsForDomainCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVpcEndpointsForDomainCommandInput, ListVpcEndpointsForDomainCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput exten
21
20
  */
22
21
  export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {
23
22
  }
23
+ declare const PurchaseReservedElasticsearchInstanceOfferingCommand_base: {
24
+ new (input: PurchaseReservedElasticsearchInstanceOfferingCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Allows you to purchase reserved Elasticsearch instances.</p>
@@ -72,23 +75,5 @@ export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput exte
72
75
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
73
76
  *
74
77
  */
75
- export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig> {
76
- readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: PurchaseReservedElasticsearchInstanceOfferingCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends PurchaseReservedElasticsearchInstanceOfferingCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RejectInboundCrossClusterSearchConnectionCommandInput extends R
21
20
  */
22
21
  export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const RejectInboundCrossClusterSearchConnectionCommand_base: {
24
+ new (input: RejectInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Allows the destination domain owner to reject an inbound cross-cluster search connection request.</p>
@@ -73,23 +76,5 @@ export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends
73
76
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
74
77
  *
75
78
  */
76
- export declare class RejectInboundCrossClusterSearchConnectionCommand extends $Command<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
77
- readonly input: RejectInboundCrossClusterSearchConnectionCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: RejectInboundCrossClusterSearchConnectionCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class RejectInboundCrossClusterSearchConnectionCommand extends RejectInboundCrossClusterSearchConnectionCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { RemoveTagsRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {
21
20
  */
22
21
  export interface RemoveTagsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsCommand_base: {
24
+ new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified set of tags from the specified Elasticsearch domain.</p>
@@ -61,23 +64,5 @@ export interface RemoveTagsCommandOutput extends __MetadataBearer {
61
64
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
62
65
  *
63
66
  */
64
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
65
- readonly input: RemoveTagsCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: RemoveTagsCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RevokeVpcEndpointAccessCommandInput extends RevokeVpcEndpointAc
21
20
  */
22
21
  export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointAccessResponse, __MetadataBearer {
23
22
  }
23
+ declare const RevokeVpcEndpointAccessCommand_base: {
24
+ new (input: RevokeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Revokes access to an Amazon OpenSearch Service domain that was provided through an interface
@@ -66,23 +69,5 @@ export interface RevokeVpcEndpointAccessCommandOutput extends RevokeVpcEndpointA
66
69
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
67
70
  *
68
71
  */
69
- export declare class RevokeVpcEndpointAccessCommand extends $Command<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig> {
70
- readonly input: RevokeVpcEndpointAccessCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: RevokeVpcEndpointAccessCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeVpcEndpointAccessCommandInput, RevokeVpcEndpointAccessCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class RevokeVpcEndpointAccessCommand extends RevokeVpcEndpointAccessCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { StartElasticsearchServiceSoftwareUpdateRequest, StartElasticsearchServiceSoftwareUpdateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandInput extends Sta
21
20
  */
22
21
  export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends StartElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartElasticsearchServiceSoftwareUpdateCommand_base: {
24
+ new (input: StartElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Schedules a service software update for an Amazon ES domain.</p>
@@ -72,23 +75,5 @@ export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends St
72
75
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
73
76
  *
74
77
  */
75
- export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Command<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig> {
76
- readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: StartElasticsearchServiceSoftwareUpdateCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class StartElasticsearchServiceSoftwareUpdateCommand extends StartElasticsearchServiceSoftwareUpdateCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { UpdateElasticsearchDomainConfigRequest, UpdateElasticsearchDomainConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateElasticsearchDomainConfigCommandInput extends UpdateElast
21
20
  */
22
21
  export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElasticsearchDomainConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateElasticsearchDomainConfigCommand_base: {
24
+ new (input: UpdateElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances. </p>
@@ -359,23 +362,5 @@ export interface UpdateElasticsearchDomainConfigCommandOutput extends UpdateElas
359
362
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
360
363
  *
361
364
  */
362
- export declare class UpdateElasticsearchDomainConfigCommand extends $Command<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig> {
363
- readonly input: UpdateElasticsearchDomainConfigCommandInput;
364
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
365
- /**
366
- * @public
367
- */
368
- constructor(input: UpdateElasticsearchDomainConfigCommandInput);
369
- /**
370
- * @internal
371
- */
372
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput>;
373
- /**
374
- * @internal
375
- */
376
- private serialize;
377
- /**
378
- * @internal
379
- */
380
- private deserialize;
365
+ export declare class UpdateElasticsearchDomainConfigCommand extends UpdateElasticsearchDomainConfigCommand_base {
381
366
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePackageCommandInput extends UpdatePackageRequest {
21
20
  */
22
21
  export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePackageCommand_base: {
24
+ new (input: UpdatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a package for use with Amazon ES domains.</p>
@@ -88,23 +91,5 @@ export interface UpdatePackageCommandOutput extends UpdatePackageResponse, __Met
88
91
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdatePackageCommand extends $Command<UpdatePackageCommandInput, UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
92
- readonly input: UpdatePackageCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdatePackageCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePackageCommandInput, UpdatePackageCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdatePackageCommand extends UpdatePackageCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest
21
20
  */
22
21
  export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateVpcEndpointCommand_base: {
24
+ new (input: UpdateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
@@ -95,23 +98,5 @@ export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointRespons
95
98
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
96
99
  *
97
100
  */
98
- export declare class UpdateVpcEndpointCommand extends $Command<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig> {
99
- readonly input: UpdateVpcEndpointCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: UpdateVpcEndpointCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
5
4
  import { UpgradeElasticsearchDomainRequest, UpgradeElasticsearchDomainResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpgradeElasticsearchDomainCommandInput extends UpgradeElasticse
21
20
  */
22
21
  export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElasticsearchDomainResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpgradeElasticsearchDomainCommand_base: {
24
+ new (input: UpgradeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.</p>
@@ -77,23 +80,5 @@ export interface UpgradeElasticsearchDomainCommandOutput extends UpgradeElastics
77
80
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
78
81
  *
79
82
  */
80
- export declare class UpgradeElasticsearchDomainCommand extends $Command<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
81
- readonly input: UpgradeElasticsearchDomainCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpgradeElasticsearchDomainCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpgradeElasticsearchDomainCommand extends UpgradeElasticsearchDomainCommand_base {
99
84
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDomainAutoTunes(config: ElasticsearchServicePaginationConfiguration, input: DescribeDomainAutoTunesCommandInput, ...additionalArguments: any): Paginator<DescribeDomainAutoTunesCommandOutput>;
7
+ export declare const paginateDescribeDomainAutoTunes: (config: ElasticsearchServicePaginationConfiguration, input: DescribeDomainAutoTunesCommandInput, ...rest: any[]) => Paginator<DescribeDomainAutoTunesCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeInboundCrossClusterSearchConnections(config: ElasticsearchServicePaginationConfiguration, input: DescribeInboundCrossClusterSearchConnectionsCommandInput, ...additionalArguments: any): Paginator<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
7
+ export declare const paginateDescribeInboundCrossClusterSearchConnections: (config: ElasticsearchServicePaginationConfiguration, input: DescribeInboundCrossClusterSearchConnectionsCommandInput, ...rest: any[]) => Paginator<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeOutboundCrossClusterSearchConnections(config: ElasticsearchServicePaginationConfiguration, input: DescribeOutboundCrossClusterSearchConnectionsCommandInput, ...additionalArguments: any): Paginator<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
7
+ export declare const paginateDescribeOutboundCrossClusterSearchConnections: (config: ElasticsearchServicePaginationConfiguration, input: DescribeOutboundCrossClusterSearchConnectionsCommandInput, ...rest: any[]) => Paginator<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribePackages(config: ElasticsearchServicePaginationConfiguration, input: DescribePackagesCommandInput, ...additionalArguments: any): Paginator<DescribePackagesCommandOutput>;
7
+ export declare const paginateDescribePackages: (config: ElasticsearchServicePaginationConfiguration, input: DescribePackagesCommandInput, ...rest: any[]) => Paginator<DescribePackagesCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeReservedElasticsearchInstanceOfferings(config: ElasticsearchServicePaginationConfiguration, input: DescribeReservedElasticsearchInstanceOfferingsCommandInput, ...additionalArguments: any): Paginator<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
7
+ export declare const paginateDescribeReservedElasticsearchInstanceOfferings: (config: ElasticsearchServicePaginationConfiguration, input: DescribeReservedElasticsearchInstanceOfferingsCommandInput, ...rest: any[]) => Paginator<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeReservedElasticsearchInstances(config: ElasticsearchServicePaginationConfiguration, input: DescribeReservedElasticsearchInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeReservedElasticsearchInstancesCommandOutput>;
7
+ export declare const paginateDescribeReservedElasticsearchInstances: (config: ElasticsearchServicePaginationConfiguration, input: DescribeReservedElasticsearchInstancesCommandInput, ...rest: any[]) => Paginator<DescribeReservedElasticsearchInstancesCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetPackageVersionHistory(config: ElasticsearchServicePaginationConfiguration, input: GetPackageVersionHistoryCommandInput, ...additionalArguments: any): Paginator<GetPackageVersionHistoryCommandOutput>;
7
+ export declare const paginateGetPackageVersionHistory: (config: ElasticsearchServicePaginationConfiguration, input: GetPackageVersionHistoryCommandInput, ...rest: any[]) => Paginator<GetPackageVersionHistoryCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetUpgradeHistory(config: ElasticsearchServicePaginationConfiguration, input: GetUpgradeHistoryCommandInput, ...additionalArguments: any): Paginator<GetUpgradeHistoryCommandOutput>;
7
+ export declare const paginateGetUpgradeHistory: (config: ElasticsearchServicePaginationConfiguration, input: GetUpgradeHistoryCommandInput, ...rest: any[]) => Paginator<GetUpgradeHistoryCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDomainsForPackage(config: ElasticsearchServicePaginationConfiguration, input: ListDomainsForPackageCommandInput, ...additionalArguments: any): Paginator<ListDomainsForPackageCommandOutput>;
7
+ export declare const paginateListDomainsForPackage: (config: ElasticsearchServicePaginationConfiguration, input: ListDomainsForPackageCommandInput, ...rest: any[]) => Paginator<ListDomainsForPackageCommandOutput>;
@@ -4,4 +4,4 @@ import { ElasticsearchServicePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListElasticsearchInstanceTypes(config: ElasticsearchServicePaginationConfiguration, input: ListElasticsearchInstanceTypesCommandInput, ...additionalArguments: any): Paginator<ListElasticsearchInstanceTypesCommandOutput>;
7
+ export declare const paginateListElasticsearchInstanceTypes: (config: ElasticsearchServicePaginationConfiguration, input: ListElasticsearchInstanceTypesCommandInput, ...rest: any[]) => Paginator<ListElasticsearchInstanceTypesCommandOutput>;