@aws-sdk/client-elasticsearch-service 3.31.0 → 3.35.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 (889) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/ElasticsearchService.js +617 -0
  3. package/dist-cjs/ElasticsearchService.js.map +1 -0
  4. package/dist-cjs/ElasticsearchServiceClient.js +50 -0
  5. package/dist-cjs/ElasticsearchServiceClient.js.map +1 -0
  6. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +61 -0
  7. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js.map +1 -0
  8. package/dist-cjs/commands/AddTagsCommand.js +62 -0
  9. package/dist-cjs/commands/AddTagsCommand.js.map +1 -0
  10. package/dist-cjs/commands/AssociatePackageCommand.js +61 -0
  11. package/dist-cjs/commands/AssociatePackageCommand.js.map +1 -0
  12. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +61 -0
  13. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +62 -0
  15. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +61 -0
  17. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreatePackageCommand.js +61 -0
  19. package/dist-cjs/commands/CreatePackageCommand.js.map +1 -0
  20. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +61 -0
  21. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +60 -0
  23. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +61 -0
  25. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +61 -0
  27. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeletePackageCommand.js +61 -0
  29. package/dist-cjs/commands/DeletePackageCommand.js.map +1 -0
  30. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +61 -0
  31. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js.map +1 -0
  32. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +61 -0
  33. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js.map +1 -0
  34. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +61 -0
  35. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js.map +1 -0
  36. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +61 -0
  37. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js.map +1 -0
  38. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +68 -0
  39. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +61 -0
  41. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribePackagesCommand.js +61 -0
  45. package/dist-cjs/commands/DescribePackagesCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +61 -0
  47. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js.map +1 -0
  50. package/dist-cjs/commands/DissociatePackageCommand.js +61 -0
  51. package/dist-cjs/commands/DissociatePackageCommand.js.map +1 -0
  52. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +68 -0
  53. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js.map +1 -0
  54. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +61 -0
  55. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js.map +1 -0
  56. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +61 -0
  57. package/dist-cjs/commands/GetUpgradeHistoryCommand.js.map +1 -0
  58. package/dist-cjs/commands/GetUpgradeStatusCommand.js +61 -0
  59. package/dist-cjs/commands/GetUpgradeStatusCommand.js.map +1 -0
  60. package/dist-cjs/commands/ListDomainNamesCommand.js +61 -0
  61. package/dist-cjs/commands/ListDomainNamesCommand.js.map +1 -0
  62. package/dist-cjs/commands/ListDomainsForPackageCommand.js +61 -0
  63. package/dist-cjs/commands/ListDomainsForPackageCommand.js.map +1 -0
  64. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +61 -0
  65. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js.map +1 -0
  66. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +61 -0
  67. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js.map +1 -0
  68. package/dist-cjs/commands/ListPackagesForDomainCommand.js +61 -0
  69. package/dist-cjs/commands/ListPackagesForDomainCommand.js.map +1 -0
  70. package/dist-cjs/commands/ListTagsCommand.js +61 -0
  71. package/dist-cjs/commands/ListTagsCommand.js.map +1 -0
  72. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +61 -0
  73. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js.map +1 -0
  74. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +61 -0
  75. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js.map +1 -0
  76. package/dist-cjs/commands/RemoveTagsCommand.js +61 -0
  77. package/dist-cjs/commands/RemoveTagsCommand.js.map +1 -0
  78. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +61 -0
  79. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js.map +1 -0
  80. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +61 -0
  81. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js.map +1 -0
  82. package/dist-cjs/commands/UpdatePackageCommand.js +61 -0
  83. package/dist-cjs/commands/UpdatePackageCommand.js.map +1 -0
  84. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +61 -0
  85. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js.map +1 -0
  86. package/dist-cjs/endpoints.js +63 -0
  87. package/dist-cjs/endpoints.js.map +1 -0
  88. package/dist-cjs/index.js +60 -0
  89. package/dist-cjs/index.js.map +1 -0
  90. package/dist-cjs/models/index.js +5 -0
  91. package/dist-cjs/models/index.js.map +1 -0
  92. package/dist-cjs/models/models_0.js +1518 -0
  93. package/dist-cjs/models/models_0.js.map +1 -0
  94. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +46 -0
  95. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js.map +1 -0
  96. package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +46 -0
  97. package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js.map +1 -0
  98. package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +46 -0
  99. package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js.map +1 -0
  100. package/dist-cjs/pagination/DescribePackagesPaginator.js +46 -0
  101. package/dist-cjs/pagination/DescribePackagesPaginator.js.map +1 -0
  102. package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +46 -0
  103. package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js.map +1 -0
  104. package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +46 -0
  105. package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js.map +1 -0
  106. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +46 -0
  107. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js.map +1 -0
  108. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +46 -0
  109. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js.map +1 -0
  110. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  111. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  112. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +46 -0
  113. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js.map +1 -0
  114. package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +46 -0
  115. package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js.map +1 -0
  116. package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +46 -0
  117. package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js.map +1 -0
  118. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +46 -0
  119. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js.map +1 -0
  120. package/dist-cjs/protocols/Aws_restJson1.js +5718 -0
  121. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  122. package/dist-cjs/runtimeConfig.browser.js +42 -0
  123. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  124. package/dist-cjs/runtimeConfig.js +47 -0
  125. package/dist-cjs/runtimeConfig.js.map +1 -0
  126. package/dist-cjs/runtimeConfig.native.js +20 -0
  127. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  128. package/dist-cjs/runtimeConfig.shared.js +21 -0
  129. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  130. package/dist-es/ElasticsearchService.js +611 -0
  131. package/dist-es/ElasticsearchService.js.map +1 -0
  132. package/dist-es/ElasticsearchServiceClient.js +38 -0
  133. package/dist-es/ElasticsearchServiceClient.js.map +1 -0
  134. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +40 -0
  135. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js.map +1 -0
  136. package/dist-es/commands/AddTagsCommand.js +40 -0
  137. package/dist-es/commands/AddTagsCommand.js.map +1 -0
  138. package/dist-es/commands/AssociatePackageCommand.js +40 -0
  139. package/dist-es/commands/AssociatePackageCommand.js.map +1 -0
  140. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +40 -0
  141. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js.map +1 -0
  142. package/dist-es/commands/CreateElasticsearchDomainCommand.js +40 -0
  143. package/dist-es/commands/CreateElasticsearchDomainCommand.js.map +1 -0
  144. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +40 -0
  145. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js.map +1 -0
  146. package/dist-es/commands/CreatePackageCommand.js +40 -0
  147. package/dist-es/commands/CreatePackageCommand.js.map +1 -0
  148. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +40 -0
  149. package/dist-es/commands/DeleteElasticsearchDomainCommand.js.map +1 -0
  150. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +39 -0
  151. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js.map +1 -0
  152. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +40 -0
  153. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js.map +1 -0
  154. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +40 -0
  155. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js.map +1 -0
  156. package/dist-es/commands/DeletePackageCommand.js +40 -0
  157. package/dist-es/commands/DeletePackageCommand.js.map +1 -0
  158. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +40 -0
  159. package/dist-es/commands/DescribeDomainAutoTunesCommand.js.map +1 -0
  160. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +40 -0
  161. package/dist-es/commands/DescribeElasticsearchDomainCommand.js.map +1 -0
  162. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +40 -0
  163. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js.map +1 -0
  164. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +40 -0
  165. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js.map +1 -0
  166. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +40 -0
  167. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js.map +1 -0
  168. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +40 -0
  169. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js.map +1 -0
  170. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +40 -0
  171. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js.map +1 -0
  172. package/dist-es/commands/DescribePackagesCommand.js +40 -0
  173. package/dist-es/commands/DescribePackagesCommand.js.map +1 -0
  174. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +40 -0
  175. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js.map +1 -0
  176. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +40 -0
  177. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js.map +1 -0
  178. package/dist-es/commands/DissociatePackageCommand.js +40 -0
  179. package/dist-es/commands/DissociatePackageCommand.js.map +1 -0
  180. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +40 -0
  181. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js.map +1 -0
  182. package/dist-es/commands/GetPackageVersionHistoryCommand.js +40 -0
  183. package/dist-es/commands/GetPackageVersionHistoryCommand.js.map +1 -0
  184. package/dist-es/commands/GetUpgradeHistoryCommand.js +40 -0
  185. package/dist-es/commands/GetUpgradeHistoryCommand.js.map +1 -0
  186. package/dist-es/commands/GetUpgradeStatusCommand.js +40 -0
  187. package/dist-es/commands/GetUpgradeStatusCommand.js.map +1 -0
  188. package/dist-es/commands/ListDomainNamesCommand.js +40 -0
  189. package/dist-es/commands/ListDomainNamesCommand.js.map +1 -0
  190. package/dist-es/commands/ListDomainsForPackageCommand.js +40 -0
  191. package/dist-es/commands/ListDomainsForPackageCommand.js.map +1 -0
  192. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +40 -0
  193. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js.map +1 -0
  194. package/dist-es/commands/ListElasticsearchVersionsCommand.js +40 -0
  195. package/dist-es/commands/ListElasticsearchVersionsCommand.js.map +1 -0
  196. package/dist-es/commands/ListPackagesForDomainCommand.js +40 -0
  197. package/dist-es/commands/ListPackagesForDomainCommand.js.map +1 -0
  198. package/dist-es/commands/ListTagsCommand.js +40 -0
  199. package/dist-es/commands/ListTagsCommand.js.map +1 -0
  200. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +40 -0
  201. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js.map +1 -0
  202. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +40 -0
  203. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js.map +1 -0
  204. package/dist-es/commands/RemoveTagsCommand.js +40 -0
  205. package/dist-es/commands/RemoveTagsCommand.js.map +1 -0
  206. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +40 -0
  207. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js.map +1 -0
  208. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +40 -0
  209. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js.map +1 -0
  210. package/dist-es/commands/UpdatePackageCommand.js +40 -0
  211. package/dist-es/commands/UpdatePackageCommand.js.map +1 -0
  212. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +40 -0
  213. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js.map +1 -0
  214. package/dist-es/endpoints.js +59 -0
  215. package/dist-es/endpoints.js.map +1 -0
  216. package/{dist/es → dist-es}/index.js +0 -0
  217. package/dist-es/index.js.map +1 -0
  218. package/{dist/es → dist-es}/models/index.js +0 -0
  219. package/dist-es/models/index.js.map +1 -0
  220. package/dist-es/models/models_0.js +716 -0
  221. package/dist-es/models/models_0.js.map +1 -0
  222. package/dist-es/pagination/DescribeDomainAutoTunesPaginator.js +75 -0
  223. package/dist-es/pagination/DescribeDomainAutoTunesPaginator.js.map +1 -0
  224. package/dist-es/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +75 -0
  225. package/dist-es/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js.map +1 -0
  226. package/dist-es/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +75 -0
  227. package/dist-es/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js.map +1 -0
  228. package/dist-es/pagination/DescribePackagesPaginator.js +75 -0
  229. package/dist-es/pagination/DescribePackagesPaginator.js.map +1 -0
  230. package/dist-es/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +75 -0
  231. package/dist-es/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js.map +1 -0
  232. package/dist-es/pagination/DescribeReservedElasticsearchInstancesPaginator.js +75 -0
  233. package/dist-es/pagination/DescribeReservedElasticsearchInstancesPaginator.js.map +1 -0
  234. package/dist-es/pagination/GetPackageVersionHistoryPaginator.js +75 -0
  235. package/dist-es/pagination/GetPackageVersionHistoryPaginator.js.map +1 -0
  236. package/dist-es/pagination/GetUpgradeHistoryPaginator.js +75 -0
  237. package/dist-es/pagination/GetUpgradeHistoryPaginator.js.map +1 -0
  238. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  239. package/dist-es/pagination/Interfaces.js.map +1 -0
  240. package/dist-es/pagination/ListDomainsForPackagePaginator.js +75 -0
  241. package/dist-es/pagination/ListDomainsForPackagePaginator.js.map +1 -0
  242. package/dist-es/pagination/ListElasticsearchInstanceTypesPaginator.js +75 -0
  243. package/dist-es/pagination/ListElasticsearchInstanceTypesPaginator.js.map +1 -0
  244. package/dist-es/pagination/ListElasticsearchVersionsPaginator.js +75 -0
  245. package/dist-es/pagination/ListElasticsearchVersionsPaginator.js.map +1 -0
  246. package/dist-es/pagination/ListPackagesForDomainPaginator.js +75 -0
  247. package/dist-es/pagination/ListPackagesForDomainPaginator.js.map +1 -0
  248. package/dist-es/protocols/Aws_restJson1.js +6288 -0
  249. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  250. package/dist-es/runtimeConfig.browser.js +17 -0
  251. package/dist-es/runtimeConfig.browser.js.map +1 -0
  252. package/dist-es/runtimeConfig.js +22 -0
  253. package/dist-es/runtimeConfig.js.map +1 -0
  254. package/dist-es/runtimeConfig.native.js +9 -0
  255. package/dist-es/runtimeConfig.native.js.map +1 -0
  256. package/dist-es/runtimeConfig.shared.js +14 -0
  257. package/dist-es/runtimeConfig.shared.js.map +1 -0
  258. package/dist-types/ElasticsearchService.d.ts +309 -0
  259. package/dist-types/ElasticsearchServiceClient.d.ts +178 -0
  260. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  261. package/dist-types/commands/AddTagsCommand.d.ts +36 -0
  262. package/dist-types/commands/AssociatePackageCommand.d.ts +35 -0
  263. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +35 -0
  264. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +36 -0
  265. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  266. package/dist-types/commands/CreatePackageCommand.d.ts +35 -0
  267. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +35 -0
  268. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +34 -0
  269. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  270. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  271. package/dist-types/commands/DeletePackageCommand.d.ts +35 -0
  272. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +35 -0
  273. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +35 -0
  274. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +35 -0
  275. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +35 -0
  276. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +42 -0
  277. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +35 -0
  278. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +35 -0
  279. package/dist-types/commands/DescribePackagesCommand.d.ts +35 -0
  280. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +35 -0
  281. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +35 -0
  282. package/dist-types/commands/DissociatePackageCommand.d.ts +35 -0
  283. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +42 -0
  284. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +35 -0
  285. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +35 -0
  286. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +35 -0
  287. package/dist-types/commands/ListDomainNamesCommand.d.ts +35 -0
  288. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +35 -0
  289. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +35 -0
  290. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +35 -0
  291. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +35 -0
  292. package/dist-types/commands/ListTagsCommand.d.ts +35 -0
  293. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +35 -0
  294. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  295. package/dist-types/commands/RemoveTagsCommand.d.ts +35 -0
  296. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +35 -0
  297. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +35 -0
  298. package/dist-types/commands/UpdatePackageCommand.d.ts +35 -0
  299. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +35 -0
  300. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  301. package/{dist/types → dist-types}/index.d.ts +0 -0
  302. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  303. package/dist-types/models/models_0.d.ts +4111 -0
  304. package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +4 -0
  305. package/dist-types/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  306. package/dist-types/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/DescribePackagesPaginator.d.ts +4 -0
  308. package/dist-types/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +4 -0
  310. package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +4 -0
  311. package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +4 -0
  312. package/dist-types/pagination/Interfaces.d.ts +6 -0
  313. package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +4 -0
  314. package/dist-types/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +4 -0
  315. package/dist-types/pagination/ListElasticsearchVersionsPaginator.d.ts +4 -0
  316. package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +4 -0
  317. package/dist-types/protocols/Aws_restJson1.d.ts +122 -0
  318. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  319. package/dist-types/runtimeConfig.d.ts +37 -0
  320. package/dist-types/runtimeConfig.native.d.ts +36 -0
  321. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  322. package/dist-types/ts3.4/ElasticsearchService.d.ts +309 -0
  323. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +178 -0
  324. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  325. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +36 -0
  326. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +35 -0
  327. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +35 -0
  328. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +36 -0
  329. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  330. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +35 -0
  331. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +35 -0
  332. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +34 -0
  333. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  334. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  335. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +35 -0
  336. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +35 -0
  337. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +35 -0
  338. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +35 -0
  339. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +35 -0
  340. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +42 -0
  341. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +35 -0
  342. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +35 -0
  343. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +35 -0
  344. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +35 -0
  345. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +35 -0
  346. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +35 -0
  347. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +42 -0
  348. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +35 -0
  349. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +35 -0
  350. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +35 -0
  351. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +35 -0
  352. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +35 -0
  353. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +35 -0
  354. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +35 -0
  355. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +35 -0
  356. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +35 -0
  357. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +35 -0
  358. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +35 -0
  359. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +35 -0
  360. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +35 -0
  361. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +35 -0
  362. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +35 -0
  363. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +35 -0
  364. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  365. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  366. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  367. package/dist-types/ts3.4/models/models_0.d.ts +4111 -0
  368. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +4 -0
  369. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  370. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  371. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +4 -0
  372. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +4 -0
  373. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +4 -0
  374. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +4 -0
  375. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +4 -0
  376. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  377. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +4 -0
  378. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +4 -0
  379. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +4 -0
  380. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +4 -0
  381. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +122 -0
  382. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  383. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  384. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  385. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  386. package/package.json +50 -50
  387. package/src/ElasticsearchService.ts +1506 -0
  388. package/src/ElasticsearchServiceClient.ts +446 -0
  389. package/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +114 -0
  390. package/src/commands/AddTagsCommand.ts +100 -0
  391. package/src/commands/AssociatePackageCommand.ts +99 -0
  392. package/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +114 -0
  393. package/src/commands/CreateElasticsearchDomainCommand.ts +103 -0
  394. package/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +114 -0
  395. package/src/commands/CreatePackageCommand.ts +99 -0
  396. package/src/commands/DeleteElasticsearchDomainCommand.ts +102 -0
  397. package/src/commands/DeleteElasticsearchServiceRoleCommand.ts +104 -0
  398. package/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +114 -0
  399. package/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +114 -0
  400. package/src/commands/DeletePackageCommand.ts +99 -0
  401. package/src/commands/DescribeDomainAutoTunesCommand.ts +99 -0
  402. package/src/commands/DescribeElasticsearchDomainCommand.ts +104 -0
  403. package/src/commands/DescribeElasticsearchDomainConfigCommand.ts +110 -0
  404. package/src/commands/DescribeElasticsearchDomainsCommand.ts +104 -0
  405. package/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +121 -0
  406. package/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +114 -0
  407. package/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +114 -0
  408. package/src/commands/DescribePackagesCommand.ts +99 -0
  409. package/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +114 -0
  410. package/src/commands/DescribeReservedElasticsearchInstancesCommand.ts +111 -0
  411. package/src/commands/DissociatePackageCommand.ts +99 -0
  412. package/src/commands/GetCompatibleElasticsearchVersionsCommand.ts +117 -0
  413. package/src/commands/GetPackageVersionHistoryCommand.ts +99 -0
  414. package/src/commands/GetUpgradeHistoryCommand.ts +99 -0
  415. package/src/commands/GetUpgradeStatusCommand.ts +99 -0
  416. package/src/commands/ListDomainNamesCommand.ts +99 -0
  417. package/src/commands/ListDomainsForPackageCommand.ts +99 -0
  418. package/src/commands/ListElasticsearchInstanceTypesCommand.ts +107 -0
  419. package/src/commands/ListElasticsearchVersionsCommand.ts +102 -0
  420. package/src/commands/ListPackagesForDomainCommand.ts +99 -0
  421. package/src/commands/ListTagsCommand.ts +99 -0
  422. package/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +114 -0
  423. package/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +114 -0
  424. package/src/commands/RemoveTagsCommand.ts +99 -0
  425. package/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +114 -0
  426. package/src/commands/UpdateElasticsearchDomainConfigCommand.ts +107 -0
  427. package/src/commands/UpdatePackageCommand.ts +99 -0
  428. package/src/commands/UpgradeElasticsearchDomainCommand.ts +102 -0
  429. package/src/endpoints.ts +63 -0
  430. package/{index.ts → src/index.ts} +0 -0
  431. package/{models → src/models}/index.ts +0 -0
  432. package/src/models/models_0.ts +5105 -0
  433. package/src/pagination/DescribeDomainAutoTunesPaginator.ts +59 -0
  434. package/src/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.ts +59 -0
  435. package/src/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.ts +59 -0
  436. package/src/pagination/DescribePackagesPaginator.ts +59 -0
  437. package/src/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.ts +59 -0
  438. package/src/pagination/DescribeReservedElasticsearchInstancesPaginator.ts +59 -0
  439. package/src/pagination/GetPackageVersionHistoryPaginator.ts +59 -0
  440. package/src/pagination/GetUpgradeHistoryPaginator.ts +59 -0
  441. package/src/pagination/Interfaces.ts +8 -0
  442. package/src/pagination/ListDomainsForPackagePaginator.ts +59 -0
  443. package/src/pagination/ListElasticsearchInstanceTypesPaginator.ts +59 -0
  444. package/src/pagination/ListElasticsearchVersionsPaginator.ts +59 -0
  445. package/src/pagination/ListPackagesForDomainPaginator.ts +59 -0
  446. package/src/protocols/Aws_restJson1.ts +6835 -0
  447. package/src/runtimeConfig.browser.ts +41 -0
  448. package/src/runtimeConfig.native.ts +17 -0
  449. package/src/runtimeConfig.shared.ts +17 -0
  450. package/src/runtimeConfig.ts +46 -0
  451. package/tsconfig.es.json +1 -3
  452. package/tsconfig.json +7 -7
  453. package/tsconfig.types.json +9 -0
  454. package/ElasticsearchService.ts +0 -1505
  455. package/ElasticsearchServiceClient.ts +0 -445
  456. package/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +0 -113
  457. package/commands/AddTagsCommand.ts +0 -99
  458. package/commands/AssociatePackageCommand.ts +0 -98
  459. package/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +0 -113
  460. package/commands/CreateElasticsearchDomainCommand.ts +0 -102
  461. package/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +0 -113
  462. package/commands/CreatePackageCommand.ts +0 -98
  463. package/commands/DeleteElasticsearchDomainCommand.ts +0 -101
  464. package/commands/DeleteElasticsearchServiceRoleCommand.ts +0 -103
  465. package/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +0 -113
  466. package/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +0 -113
  467. package/commands/DeletePackageCommand.ts +0 -98
  468. package/commands/DescribeDomainAutoTunesCommand.ts +0 -98
  469. package/commands/DescribeElasticsearchDomainCommand.ts +0 -103
  470. package/commands/DescribeElasticsearchDomainConfigCommand.ts +0 -109
  471. package/commands/DescribeElasticsearchDomainsCommand.ts +0 -103
  472. package/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +0 -120
  473. package/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +0 -113
  474. package/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +0 -113
  475. package/commands/DescribePackagesCommand.ts +0 -98
  476. package/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +0 -113
  477. package/commands/DescribeReservedElasticsearchInstancesCommand.ts +0 -110
  478. package/commands/DissociatePackageCommand.ts +0 -98
  479. package/commands/GetCompatibleElasticsearchVersionsCommand.ts +0 -116
  480. package/commands/GetPackageVersionHistoryCommand.ts +0 -98
  481. package/commands/GetUpgradeHistoryCommand.ts +0 -98
  482. package/commands/GetUpgradeStatusCommand.ts +0 -98
  483. package/commands/ListDomainNamesCommand.ts +0 -98
  484. package/commands/ListDomainsForPackageCommand.ts +0 -98
  485. package/commands/ListElasticsearchInstanceTypesCommand.ts +0 -106
  486. package/commands/ListElasticsearchVersionsCommand.ts +0 -101
  487. package/commands/ListPackagesForDomainCommand.ts +0 -98
  488. package/commands/ListTagsCommand.ts +0 -98
  489. package/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +0 -113
  490. package/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +0 -113
  491. package/commands/RemoveTagsCommand.ts +0 -98
  492. package/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +0 -113
  493. package/commands/UpdateElasticsearchDomainConfigCommand.ts +0 -106
  494. package/commands/UpdatePackageCommand.ts +0 -98
  495. package/commands/UpgradeElasticsearchDomainCommand.ts +0 -101
  496. package/dist/cjs/ElasticsearchService.js +0 -617
  497. package/dist/cjs/ElasticsearchService.js.map +0 -1
  498. package/dist/cjs/ElasticsearchServiceClient.js +0 -50
  499. package/dist/cjs/ElasticsearchServiceClient.js.map +0 -1
  500. package/dist/cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +0 -61
  501. package/dist/cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js.map +0 -1
  502. package/dist/cjs/commands/AddTagsCommand.js +0 -62
  503. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  504. package/dist/cjs/commands/AssociatePackageCommand.js +0 -61
  505. package/dist/cjs/commands/AssociatePackageCommand.js.map +0 -1
  506. package/dist/cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +0 -61
  507. package/dist/cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js.map +0 -1
  508. package/dist/cjs/commands/CreateElasticsearchDomainCommand.js +0 -62
  509. package/dist/cjs/commands/CreateElasticsearchDomainCommand.js.map +0 -1
  510. package/dist/cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +0 -61
  511. package/dist/cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js.map +0 -1
  512. package/dist/cjs/commands/CreatePackageCommand.js +0 -61
  513. package/dist/cjs/commands/CreatePackageCommand.js.map +0 -1
  514. package/dist/cjs/commands/DeleteElasticsearchDomainCommand.js +0 -61
  515. package/dist/cjs/commands/DeleteElasticsearchDomainCommand.js.map +0 -1
  516. package/dist/cjs/commands/DeleteElasticsearchServiceRoleCommand.js +0 -60
  517. package/dist/cjs/commands/DeleteElasticsearchServiceRoleCommand.js.map +0 -1
  518. package/dist/cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +0 -61
  519. package/dist/cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js.map +0 -1
  520. package/dist/cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +0 -61
  521. package/dist/cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js.map +0 -1
  522. package/dist/cjs/commands/DeletePackageCommand.js +0 -61
  523. package/dist/cjs/commands/DeletePackageCommand.js.map +0 -1
  524. package/dist/cjs/commands/DescribeDomainAutoTunesCommand.js +0 -61
  525. package/dist/cjs/commands/DescribeDomainAutoTunesCommand.js.map +0 -1
  526. package/dist/cjs/commands/DescribeElasticsearchDomainCommand.js +0 -61
  527. package/dist/cjs/commands/DescribeElasticsearchDomainCommand.js.map +0 -1
  528. package/dist/cjs/commands/DescribeElasticsearchDomainConfigCommand.js +0 -61
  529. package/dist/cjs/commands/DescribeElasticsearchDomainConfigCommand.js.map +0 -1
  530. package/dist/cjs/commands/DescribeElasticsearchDomainsCommand.js +0 -61
  531. package/dist/cjs/commands/DescribeElasticsearchDomainsCommand.js.map +0 -1
  532. package/dist/cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +0 -68
  533. package/dist/cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js.map +0 -1
  534. package/dist/cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +0 -61
  535. package/dist/cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js.map +0 -1
  536. package/dist/cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +0 -61
  537. package/dist/cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js.map +0 -1
  538. package/dist/cjs/commands/DescribePackagesCommand.js +0 -61
  539. package/dist/cjs/commands/DescribePackagesCommand.js.map +0 -1
  540. package/dist/cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +0 -61
  541. package/dist/cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js.map +0 -1
  542. package/dist/cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +0 -61
  543. package/dist/cjs/commands/DescribeReservedElasticsearchInstancesCommand.js.map +0 -1
  544. package/dist/cjs/commands/DissociatePackageCommand.js +0 -61
  545. package/dist/cjs/commands/DissociatePackageCommand.js.map +0 -1
  546. package/dist/cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +0 -68
  547. package/dist/cjs/commands/GetCompatibleElasticsearchVersionsCommand.js.map +0 -1
  548. package/dist/cjs/commands/GetPackageVersionHistoryCommand.js +0 -61
  549. package/dist/cjs/commands/GetPackageVersionHistoryCommand.js.map +0 -1
  550. package/dist/cjs/commands/GetUpgradeHistoryCommand.js +0 -61
  551. package/dist/cjs/commands/GetUpgradeHistoryCommand.js.map +0 -1
  552. package/dist/cjs/commands/GetUpgradeStatusCommand.js +0 -61
  553. package/dist/cjs/commands/GetUpgradeStatusCommand.js.map +0 -1
  554. package/dist/cjs/commands/ListDomainNamesCommand.js +0 -61
  555. package/dist/cjs/commands/ListDomainNamesCommand.js.map +0 -1
  556. package/dist/cjs/commands/ListDomainsForPackageCommand.js +0 -61
  557. package/dist/cjs/commands/ListDomainsForPackageCommand.js.map +0 -1
  558. package/dist/cjs/commands/ListElasticsearchInstanceTypesCommand.js +0 -61
  559. package/dist/cjs/commands/ListElasticsearchInstanceTypesCommand.js.map +0 -1
  560. package/dist/cjs/commands/ListElasticsearchVersionsCommand.js +0 -61
  561. package/dist/cjs/commands/ListElasticsearchVersionsCommand.js.map +0 -1
  562. package/dist/cjs/commands/ListPackagesForDomainCommand.js +0 -61
  563. package/dist/cjs/commands/ListPackagesForDomainCommand.js.map +0 -1
  564. package/dist/cjs/commands/ListTagsCommand.js +0 -61
  565. package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
  566. package/dist/cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +0 -61
  567. package/dist/cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js.map +0 -1
  568. package/dist/cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +0 -61
  569. package/dist/cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js.map +0 -1
  570. package/dist/cjs/commands/RemoveTagsCommand.js +0 -61
  571. package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
  572. package/dist/cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +0 -61
  573. package/dist/cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js.map +0 -1
  574. package/dist/cjs/commands/UpdateElasticsearchDomainConfigCommand.js +0 -61
  575. package/dist/cjs/commands/UpdateElasticsearchDomainConfigCommand.js.map +0 -1
  576. package/dist/cjs/commands/UpdatePackageCommand.js +0 -61
  577. package/dist/cjs/commands/UpdatePackageCommand.js.map +0 -1
  578. package/dist/cjs/commands/UpgradeElasticsearchDomainCommand.js +0 -61
  579. package/dist/cjs/commands/UpgradeElasticsearchDomainCommand.js.map +0 -1
  580. package/dist/cjs/endpoints.js +0 -63
  581. package/dist/cjs/endpoints.js.map +0 -1
  582. package/dist/cjs/index.js +0 -60
  583. package/dist/cjs/index.js.map +0 -1
  584. package/dist/cjs/models/index.js +0 -5
  585. package/dist/cjs/models/index.js.map +0 -1
  586. package/dist/cjs/models/models_0.js +0 -1504
  587. package/dist/cjs/models/models_0.js.map +0 -1
  588. package/dist/cjs/package.json +0 -91
  589. package/dist/cjs/pagination/DescribeDomainAutoTunesPaginator.js +0 -46
  590. package/dist/cjs/pagination/DescribeDomainAutoTunesPaginator.js.map +0 -1
  591. package/dist/cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +0 -46
  592. package/dist/cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js.map +0 -1
  593. package/dist/cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +0 -46
  594. package/dist/cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js.map +0 -1
  595. package/dist/cjs/pagination/DescribePackagesPaginator.js +0 -46
  596. package/dist/cjs/pagination/DescribePackagesPaginator.js.map +0 -1
  597. package/dist/cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +0 -46
  598. package/dist/cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js.map +0 -1
  599. package/dist/cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +0 -46
  600. package/dist/cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js.map +0 -1
  601. package/dist/cjs/pagination/GetPackageVersionHistoryPaginator.js +0 -46
  602. package/dist/cjs/pagination/GetPackageVersionHistoryPaginator.js.map +0 -1
  603. package/dist/cjs/pagination/GetUpgradeHistoryPaginator.js +0 -46
  604. package/dist/cjs/pagination/GetUpgradeHistoryPaginator.js.map +0 -1
  605. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  606. package/dist/cjs/pagination/ListDomainsForPackagePaginator.js +0 -46
  607. package/dist/cjs/pagination/ListDomainsForPackagePaginator.js.map +0 -1
  608. package/dist/cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +0 -46
  609. package/dist/cjs/pagination/ListElasticsearchInstanceTypesPaginator.js.map +0 -1
  610. package/dist/cjs/pagination/ListElasticsearchVersionsPaginator.js +0 -46
  611. package/dist/cjs/pagination/ListElasticsearchVersionsPaginator.js.map +0 -1
  612. package/dist/cjs/pagination/ListPackagesForDomainPaginator.js +0 -46
  613. package/dist/cjs/pagination/ListPackagesForDomainPaginator.js.map +0 -1
  614. package/dist/cjs/protocols/Aws_restJson1.js +0 -5716
  615. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  616. package/dist/cjs/runtimeConfig.browser.js +0 -41
  617. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  618. package/dist/cjs/runtimeConfig.js +0 -46
  619. package/dist/cjs/runtimeConfig.js.map +0 -1
  620. package/dist/cjs/runtimeConfig.native.js +0 -20
  621. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  622. package/dist/cjs/runtimeConfig.shared.js +0 -21
  623. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  624. package/dist/es/ElasticsearchService.js +0 -620
  625. package/dist/es/ElasticsearchService.js.map +0 -1
  626. package/dist/es/ElasticsearchServiceClient.js +0 -52
  627. package/dist/es/ElasticsearchServiceClient.js.map +0 -1
  628. package/dist/es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +0 -65
  629. package/dist/es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js.map +0 -1
  630. package/dist/es/commands/AddTagsCommand.js +0 -66
  631. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  632. package/dist/es/commands/AssociatePackageCommand.js +0 -65
  633. package/dist/es/commands/AssociatePackageCommand.js.map +0 -1
  634. package/dist/es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +0 -65
  635. package/dist/es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js.map +0 -1
  636. package/dist/es/commands/CreateElasticsearchDomainCommand.js +0 -66
  637. package/dist/es/commands/CreateElasticsearchDomainCommand.js.map +0 -1
  638. package/dist/es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +0 -65
  639. package/dist/es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js.map +0 -1
  640. package/dist/es/commands/CreatePackageCommand.js +0 -65
  641. package/dist/es/commands/CreatePackageCommand.js.map +0 -1
  642. package/dist/es/commands/DeleteElasticsearchDomainCommand.js +0 -65
  643. package/dist/es/commands/DeleteElasticsearchDomainCommand.js.map +0 -1
  644. package/dist/es/commands/DeleteElasticsearchServiceRoleCommand.js +0 -64
  645. package/dist/es/commands/DeleteElasticsearchServiceRoleCommand.js.map +0 -1
  646. package/dist/es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +0 -65
  647. package/dist/es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js.map +0 -1
  648. package/dist/es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +0 -65
  649. package/dist/es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js.map +0 -1
  650. package/dist/es/commands/DeletePackageCommand.js +0 -65
  651. package/dist/es/commands/DeletePackageCommand.js.map +0 -1
  652. package/dist/es/commands/DescribeDomainAutoTunesCommand.js +0 -65
  653. package/dist/es/commands/DescribeDomainAutoTunesCommand.js.map +0 -1
  654. package/dist/es/commands/DescribeElasticsearchDomainCommand.js +0 -65
  655. package/dist/es/commands/DescribeElasticsearchDomainCommand.js.map +0 -1
  656. package/dist/es/commands/DescribeElasticsearchDomainConfigCommand.js +0 -65
  657. package/dist/es/commands/DescribeElasticsearchDomainConfigCommand.js.map +0 -1
  658. package/dist/es/commands/DescribeElasticsearchDomainsCommand.js +0 -65
  659. package/dist/es/commands/DescribeElasticsearchDomainsCommand.js.map +0 -1
  660. package/dist/es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +0 -72
  661. package/dist/es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js.map +0 -1
  662. package/dist/es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +0 -65
  663. package/dist/es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js.map +0 -1
  664. package/dist/es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +0 -65
  665. package/dist/es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js.map +0 -1
  666. package/dist/es/commands/DescribePackagesCommand.js +0 -65
  667. package/dist/es/commands/DescribePackagesCommand.js.map +0 -1
  668. package/dist/es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +0 -65
  669. package/dist/es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js.map +0 -1
  670. package/dist/es/commands/DescribeReservedElasticsearchInstancesCommand.js +0 -65
  671. package/dist/es/commands/DescribeReservedElasticsearchInstancesCommand.js.map +0 -1
  672. package/dist/es/commands/DissociatePackageCommand.js +0 -65
  673. package/dist/es/commands/DissociatePackageCommand.js.map +0 -1
  674. package/dist/es/commands/GetCompatibleElasticsearchVersionsCommand.js +0 -72
  675. package/dist/es/commands/GetCompatibleElasticsearchVersionsCommand.js.map +0 -1
  676. package/dist/es/commands/GetPackageVersionHistoryCommand.js +0 -65
  677. package/dist/es/commands/GetPackageVersionHistoryCommand.js.map +0 -1
  678. package/dist/es/commands/GetUpgradeHistoryCommand.js +0 -65
  679. package/dist/es/commands/GetUpgradeHistoryCommand.js.map +0 -1
  680. package/dist/es/commands/GetUpgradeStatusCommand.js +0 -65
  681. package/dist/es/commands/GetUpgradeStatusCommand.js.map +0 -1
  682. package/dist/es/commands/ListDomainNamesCommand.js +0 -65
  683. package/dist/es/commands/ListDomainNamesCommand.js.map +0 -1
  684. package/dist/es/commands/ListDomainsForPackageCommand.js +0 -65
  685. package/dist/es/commands/ListDomainsForPackageCommand.js.map +0 -1
  686. package/dist/es/commands/ListElasticsearchInstanceTypesCommand.js +0 -65
  687. package/dist/es/commands/ListElasticsearchInstanceTypesCommand.js.map +0 -1
  688. package/dist/es/commands/ListElasticsearchVersionsCommand.js +0 -65
  689. package/dist/es/commands/ListElasticsearchVersionsCommand.js.map +0 -1
  690. package/dist/es/commands/ListPackagesForDomainCommand.js +0 -65
  691. package/dist/es/commands/ListPackagesForDomainCommand.js.map +0 -1
  692. package/dist/es/commands/ListTagsCommand.js +0 -65
  693. package/dist/es/commands/ListTagsCommand.js.map +0 -1
  694. package/dist/es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +0 -65
  695. package/dist/es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js.map +0 -1
  696. package/dist/es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +0 -65
  697. package/dist/es/commands/RejectInboundCrossClusterSearchConnectionCommand.js.map +0 -1
  698. package/dist/es/commands/RemoveTagsCommand.js +0 -65
  699. package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
  700. package/dist/es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +0 -65
  701. package/dist/es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js.map +0 -1
  702. package/dist/es/commands/UpdateElasticsearchDomainConfigCommand.js +0 -65
  703. package/dist/es/commands/UpdateElasticsearchDomainConfigCommand.js.map +0 -1
  704. package/dist/es/commands/UpdatePackageCommand.js +0 -65
  705. package/dist/es/commands/UpdatePackageCommand.js.map +0 -1
  706. package/dist/es/commands/UpgradeElasticsearchDomainCommand.js +0 -65
  707. package/dist/es/commands/UpgradeElasticsearchDomainCommand.js.map +0 -1
  708. package/dist/es/endpoints.js +0 -59
  709. package/dist/es/endpoints.js.map +0 -1
  710. package/dist/es/index.js.map +0 -1
  711. package/dist/es/models/index.js.map +0 -1
  712. package/dist/es/models/models_0.js +0 -1178
  713. package/dist/es/models/models_0.js.map +0 -1
  714. package/dist/es/package.json +0 -91
  715. package/dist/es/pagination/DescribeDomainAutoTunesPaginator.js +0 -87
  716. package/dist/es/pagination/DescribeDomainAutoTunesPaginator.js.map +0 -1
  717. package/dist/es/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +0 -87
  718. package/dist/es/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js.map +0 -1
  719. package/dist/es/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +0 -87
  720. package/dist/es/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js.map +0 -1
  721. package/dist/es/pagination/DescribePackagesPaginator.js +0 -87
  722. package/dist/es/pagination/DescribePackagesPaginator.js.map +0 -1
  723. package/dist/es/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +0 -87
  724. package/dist/es/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js.map +0 -1
  725. package/dist/es/pagination/DescribeReservedElasticsearchInstancesPaginator.js +0 -87
  726. package/dist/es/pagination/DescribeReservedElasticsearchInstancesPaginator.js.map +0 -1
  727. package/dist/es/pagination/GetPackageVersionHistoryPaginator.js +0 -87
  728. package/dist/es/pagination/GetPackageVersionHistoryPaginator.js.map +0 -1
  729. package/dist/es/pagination/GetUpgradeHistoryPaginator.js +0 -87
  730. package/dist/es/pagination/GetUpgradeHistoryPaginator.js.map +0 -1
  731. package/dist/es/pagination/Interfaces.js.map +0 -1
  732. package/dist/es/pagination/ListDomainsForPackagePaginator.js +0 -87
  733. package/dist/es/pagination/ListDomainsForPackagePaginator.js.map +0 -1
  734. package/dist/es/pagination/ListElasticsearchInstanceTypesPaginator.js +0 -87
  735. package/dist/es/pagination/ListElasticsearchInstanceTypesPaginator.js.map +0 -1
  736. package/dist/es/pagination/ListElasticsearchVersionsPaginator.js +0 -87
  737. package/dist/es/pagination/ListElasticsearchVersionsPaginator.js.map +0 -1
  738. package/dist/es/pagination/ListPackagesForDomainPaginator.js +0 -87
  739. package/dist/es/pagination/ListPackagesForDomainPaginator.js.map +0 -1
  740. package/dist/es/protocols/Aws_restJson1.js +0 -6293
  741. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  742. package/dist/es/runtimeConfig.browser.js +0 -20
  743. package/dist/es/runtimeConfig.browser.js.map +0 -1
  744. package/dist/es/runtimeConfig.js +0 -25
  745. package/dist/es/runtimeConfig.js.map +0 -1
  746. package/dist/es/runtimeConfig.native.js +0 -12
  747. package/dist/es/runtimeConfig.native.js.map +0 -1
  748. package/dist/es/runtimeConfig.shared.js +0 -17
  749. package/dist/es/runtimeConfig.shared.js.map +0 -1
  750. package/dist/types/ElasticsearchService.d.ts +0 -309
  751. package/dist/types/ElasticsearchServiceClient.d.ts +0 -178
  752. package/dist/types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  753. package/dist/types/commands/AddTagsCommand.d.ts +0 -36
  754. package/dist/types/commands/AssociatePackageCommand.d.ts +0 -35
  755. package/dist/types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -35
  756. package/dist/types/commands/CreateElasticsearchDomainCommand.d.ts +0 -36
  757. package/dist/types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  758. package/dist/types/commands/CreatePackageCommand.d.ts +0 -35
  759. package/dist/types/commands/DeleteElasticsearchDomainCommand.d.ts +0 -35
  760. package/dist/types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +0 -34
  761. package/dist/types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  762. package/dist/types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  763. package/dist/types/commands/DeletePackageCommand.d.ts +0 -35
  764. package/dist/types/commands/DescribeDomainAutoTunesCommand.d.ts +0 -35
  765. package/dist/types/commands/DescribeElasticsearchDomainCommand.d.ts +0 -35
  766. package/dist/types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +0 -35
  767. package/dist/types/commands/DescribeElasticsearchDomainsCommand.d.ts +0 -35
  768. package/dist/types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +0 -42
  769. package/dist/types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +0 -35
  770. package/dist/types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +0 -35
  771. package/dist/types/commands/DescribePackagesCommand.d.ts +0 -35
  772. package/dist/types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +0 -35
  773. package/dist/types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +0 -35
  774. package/dist/types/commands/DissociatePackageCommand.d.ts +0 -35
  775. package/dist/types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +0 -42
  776. package/dist/types/commands/GetPackageVersionHistoryCommand.d.ts +0 -35
  777. package/dist/types/commands/GetUpgradeHistoryCommand.d.ts +0 -35
  778. package/dist/types/commands/GetUpgradeStatusCommand.d.ts +0 -35
  779. package/dist/types/commands/ListDomainNamesCommand.d.ts +0 -35
  780. package/dist/types/commands/ListDomainsForPackageCommand.d.ts +0 -35
  781. package/dist/types/commands/ListElasticsearchInstanceTypesCommand.d.ts +0 -35
  782. package/dist/types/commands/ListElasticsearchVersionsCommand.d.ts +0 -35
  783. package/dist/types/commands/ListPackagesForDomainCommand.d.ts +0 -35
  784. package/dist/types/commands/ListTagsCommand.d.ts +0 -35
  785. package/dist/types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +0 -35
  786. package/dist/types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  787. package/dist/types/commands/RemoveTagsCommand.d.ts +0 -35
  788. package/dist/types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -35
  789. package/dist/types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +0 -35
  790. package/dist/types/commands/UpdatePackageCommand.d.ts +0 -35
  791. package/dist/types/commands/UpgradeElasticsearchDomainCommand.d.ts +0 -35
  792. package/dist/types/models/models_0.d.ts +0 -4088
  793. package/dist/types/pagination/DescribeDomainAutoTunesPaginator.d.ts +0 -4
  794. package/dist/types/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  795. package/dist/types/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  796. package/dist/types/pagination/DescribePackagesPaginator.d.ts +0 -4
  797. package/dist/types/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +0 -4
  798. package/dist/types/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +0 -4
  799. package/dist/types/pagination/GetPackageVersionHistoryPaginator.d.ts +0 -4
  800. package/dist/types/pagination/GetUpgradeHistoryPaginator.d.ts +0 -4
  801. package/dist/types/pagination/Interfaces.d.ts +0 -6
  802. package/dist/types/pagination/ListDomainsForPackagePaginator.d.ts +0 -4
  803. package/dist/types/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +0 -4
  804. package/dist/types/pagination/ListElasticsearchVersionsPaginator.d.ts +0 -4
  805. package/dist/types/pagination/ListPackagesForDomainPaginator.d.ts +0 -4
  806. package/dist/types/protocols/Aws_restJson1.d.ts +0 -122
  807. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  808. package/dist/types/runtimeConfig.d.ts +0 -36
  809. package/dist/types/runtimeConfig.native.d.ts +0 -35
  810. package/dist/types/ts3.4/ElasticsearchService.d.ts +0 -309
  811. package/dist/types/ts3.4/ElasticsearchServiceClient.d.ts +0 -178
  812. package/dist/types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  813. package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -36
  814. package/dist/types/ts3.4/commands/AssociatePackageCommand.d.ts +0 -35
  815. package/dist/types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -35
  816. package/dist/types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +0 -36
  817. package/dist/types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  818. package/dist/types/ts3.4/commands/CreatePackageCommand.d.ts +0 -35
  819. package/dist/types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +0 -35
  820. package/dist/types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +0 -34
  821. package/dist/types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  822. package/dist/types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  823. package/dist/types/ts3.4/commands/DeletePackageCommand.d.ts +0 -35
  824. package/dist/types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +0 -35
  825. package/dist/types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +0 -35
  826. package/dist/types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +0 -35
  827. package/dist/types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +0 -35
  828. package/dist/types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +0 -42
  829. package/dist/types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +0 -35
  830. package/dist/types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +0 -35
  831. package/dist/types/ts3.4/commands/DescribePackagesCommand.d.ts +0 -35
  832. package/dist/types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +0 -35
  833. package/dist/types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +0 -35
  834. package/dist/types/ts3.4/commands/DissociatePackageCommand.d.ts +0 -35
  835. package/dist/types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +0 -42
  836. package/dist/types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +0 -35
  837. package/dist/types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +0 -35
  838. package/dist/types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +0 -35
  839. package/dist/types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -35
  840. package/dist/types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +0 -35
  841. package/dist/types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +0 -35
  842. package/dist/types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +0 -35
  843. package/dist/types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +0 -35
  844. package/dist/types/ts3.4/commands/ListTagsCommand.d.ts +0 -35
  845. package/dist/types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +0 -35
  846. package/dist/types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +0 -35
  847. package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
  848. package/dist/types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -35
  849. package/dist/types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +0 -35
  850. package/dist/types/ts3.4/commands/UpdatePackageCommand.d.ts +0 -35
  851. package/dist/types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +0 -35
  852. package/dist/types/ts3.4/models/models_0.d.ts +0 -4088
  853. package/dist/types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +0 -4
  854. package/dist/types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  855. package/dist/types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  856. package/dist/types/ts3.4/pagination/DescribePackagesPaginator.d.ts +0 -4
  857. package/dist/types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +0 -4
  858. package/dist/types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +0 -4
  859. package/dist/types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +0 -4
  860. package/dist/types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +0 -4
  861. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  862. package/dist/types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +0 -4
  863. package/dist/types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +0 -4
  864. package/dist/types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +0 -4
  865. package/dist/types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +0 -4
  866. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -122
  867. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  868. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  869. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  870. package/endpoints.ts +0 -63
  871. package/models/models_0.ts +0 -5076
  872. package/pagination/DescribeDomainAutoTunesPaginator.ts +0 -58
  873. package/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.ts +0 -58
  874. package/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.ts +0 -58
  875. package/pagination/DescribePackagesPaginator.ts +0 -58
  876. package/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.ts +0 -58
  877. package/pagination/DescribeReservedElasticsearchInstancesPaginator.ts +0 -58
  878. package/pagination/GetPackageVersionHistoryPaginator.ts +0 -58
  879. package/pagination/GetUpgradeHistoryPaginator.ts +0 -58
  880. package/pagination/Interfaces.ts +0 -7
  881. package/pagination/ListDomainsForPackagePaginator.ts +0 -58
  882. package/pagination/ListElasticsearchInstanceTypesPaginator.ts +0 -58
  883. package/pagination/ListElasticsearchVersionsPaginator.ts +0 -58
  884. package/pagination/ListPackagesForDomainPaginator.ts +0 -58
  885. package/protocols/Aws_restJson1.ts +0 -6830
  886. package/runtimeConfig.browser.ts +0 -40
  887. package/runtimeConfig.native.ts +0 -16
  888. package/runtimeConfig.shared.ts +0 -16
  889. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { DescribeReservedElasticsearchInstanceOfferingsRequest, DescribeReservedElasticsearchInstanceOfferingsResponse } from "../models/models_0";
5
+ export interface DescribeReservedElasticsearchInstanceOfferingsCommandInput extends DescribeReservedElasticsearchInstanceOfferingsRequest {
6
+ }
7
+ export interface DescribeReservedElasticsearchInstanceOfferingsCommandOutput extends DescribeReservedElasticsearchInstanceOfferingsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists available reserved Elasticsearch instance offerings.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new DescribeReservedElasticsearchInstanceOfferingsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeReservedElasticsearchInstanceOfferingsCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeReservedElasticsearchInstanceOfferingsCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Command<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: DescribeReservedElasticsearchInstanceOfferingsCommandInput;
28
+ constructor(input: DescribeReservedElasticsearchInstanceOfferingsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedElasticsearchInstanceOfferingsCommandInput, DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { DescribeReservedElasticsearchInstancesRequest, DescribeReservedElasticsearchInstancesResponse } from "../models/models_0";
5
+ export interface DescribeReservedElasticsearchInstancesCommandInput extends DescribeReservedElasticsearchInstancesRequest {
6
+ }
7
+ export interface DescribeReservedElasticsearchInstancesCommandOutput extends DescribeReservedElasticsearchInstancesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns information about reserved Elasticsearch instances for this account.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new DescribeReservedElasticsearchInstancesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeReservedElasticsearchInstancesCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeReservedElasticsearchInstancesCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class DescribeReservedElasticsearchInstancesCommand extends $Command<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: DescribeReservedElasticsearchInstancesCommandInput;
28
+ constructor(input: DescribeReservedElasticsearchInstancesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedElasticsearchInstancesCommandInput, DescribeReservedElasticsearchInstancesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
5
+ export interface DissociatePackageCommandInput extends DissociatePackageRequest {
6
+ }
7
+ export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Dissociates a package from the Amazon ES domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, DissociatePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, DissociatePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new DissociatePackageCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DissociatePackageCommandInput} for command's `input` shape.
22
+ * @see {@link DissociatePackageCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class DissociatePackageCommand extends $Command<DissociatePackageCommandInput, DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: DissociatePackageCommandInput;
28
+ constructor(input: DissociatePackageCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociatePackageCommandInput, DissociatePackageCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,42 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse } from "../models/models_0";
5
+ export interface GetCompatibleElasticsearchVersionsCommandInput extends GetCompatibleElasticsearchVersionsRequest {
6
+ }
7
+ export interface GetCompatibleElasticsearchVersionsCommandOutput extends GetCompatibleElasticsearchVersionsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>
11
+ * Returns a list of upgrade compatible Elastisearch versions.
12
+ * You can optionally pass a
13
+ * <code>
14
+ * <a>DomainName</a>
15
+ * </code>
16
+ * to get all upgrade compatible Elasticsearch versions for that specific domain.
17
+ * </p>
18
+ * @example
19
+ * Use a bare-bones client and the command you need to make an API call.
20
+ * ```javascript
21
+ * import { ElasticsearchServiceClient, GetCompatibleElasticsearchVersionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
22
+ * // const { ElasticsearchServiceClient, GetCompatibleElasticsearchVersionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
23
+ * const client = new ElasticsearchServiceClient(config);
24
+ * const command = new GetCompatibleElasticsearchVersionsCommand(input);
25
+ * const response = await client.send(command);
26
+ * ```
27
+ *
28
+ * @see {@link GetCompatibleElasticsearchVersionsCommandInput} for command's `input` shape.
29
+ * @see {@link GetCompatibleElasticsearchVersionsCommandOutput} for command's `response` shape.
30
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
31
+ *
32
+ */
33
+ export declare class GetCompatibleElasticsearchVersionsCommand extends $Command<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
34
+ readonly input: GetCompatibleElasticsearchVersionsCommandInput;
35
+ constructor(input: GetCompatibleElasticsearchVersionsCommandInput);
36
+ /**
37
+ * @internal
38
+ */
39
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleElasticsearchVersionsCommandInput, GetCompatibleElasticsearchVersionsCommandOutput>;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
5
+ export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionHistoryRequest {
6
+ }
7
+ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns a list of versions of the package, along with their creation time and commit message.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, GetPackageVersionHistoryCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, GetPackageVersionHistoryCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new GetPackageVersionHistoryCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetPackageVersionHistoryCommandInput} for command's `input` shape.
22
+ * @see {@link GetPackageVersionHistoryCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class GetPackageVersionHistoryCommand extends $Command<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: GetPackageVersionHistoryCommandInput;
28
+ constructor(input: GetPackageVersionHistoryCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
5
+ export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest {
6
+ }
7
+ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the complete history of the last 10 upgrades that were performed on the domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, GetUpgradeHistoryCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, GetUpgradeHistoryCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new GetUpgradeHistoryCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetUpgradeHistoryCommandInput} for command's `input` shape.
22
+ * @see {@link GetUpgradeHistoryCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class GetUpgradeHistoryCommand extends $Command<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: GetUpgradeHistoryCommandInput;
28
+ constructor(input: GetUpgradeHistoryCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
5
+ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
6
+ }
7
+ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, GetUpgradeStatusCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, GetUpgradeStatusCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new GetUpgradeStatusCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetUpgradeStatusCommandInput} for command's `input` shape.
22
+ * @see {@link GetUpgradeStatusCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class GetUpgradeStatusCommand extends $Command<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: GetUpgradeStatusCommandInput;
28
+ constructor(input: GetUpgradeStatusCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
5
+ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
6
+ }
7
+ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns the name of all Elasticsearch domains owned by the current user's account. </p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, ListDomainNamesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, ListDomainNamesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new ListDomainNamesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListDomainNamesCommandInput} for command's `input` shape.
22
+ * @see {@link ListDomainNamesCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: ListDomainNamesCommandInput;
28
+ constructor(input: ListDomainNamesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0";
5
+ export interface ListDomainsForPackageCommandInput extends ListDomainsForPackageRequest {
6
+ }
7
+ export interface ListDomainsForPackageCommandOutput extends ListDomainsForPackageResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists all Amazon ES domains associated with the package.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, ListDomainsForPackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, ListDomainsForPackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new ListDomainsForPackageCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListDomainsForPackageCommandInput} for command's `input` shape.
22
+ * @see {@link ListDomainsForPackageCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ListDomainsForPackageCommand extends $Command<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: ListDomainsForPackageCommandInput;
28
+ constructor(input: ListDomainsForPackageCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsForPackageCommandInput, ListDomainsForPackageCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse } from "../models/models_0";
5
+ export interface ListElasticsearchInstanceTypesCommandInput extends ListElasticsearchInstanceTypesRequest {
6
+ }
7
+ export interface ListElasticsearchInstanceTypesCommandOutput extends ListElasticsearchInstanceTypesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>List all Elasticsearch instance types that are supported for given ElasticsearchVersion</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new ListElasticsearchInstanceTypesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListElasticsearchInstanceTypesCommandInput} for command's `input` shape.
22
+ * @see {@link ListElasticsearchInstanceTypesCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ListElasticsearchInstanceTypesCommand extends $Command<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: ListElasticsearchInstanceTypesCommandInput;
28
+ constructor(input: ListElasticsearchInstanceTypesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListElasticsearchInstanceTypesCommandInput, ListElasticsearchInstanceTypesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0";
5
+ export interface ListElasticsearchVersionsCommandInput extends ListElasticsearchVersionsRequest {
6
+ }
7
+ export interface ListElasticsearchVersionsCommandOutput extends ListElasticsearchVersionsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>List all supported Elasticsearch versions</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, ListElasticsearchVersionsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, ListElasticsearchVersionsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new ListElasticsearchVersionsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListElasticsearchVersionsCommandInput} for command's `input` shape.
22
+ * @see {@link ListElasticsearchVersionsCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ListElasticsearchVersionsCommand extends $Command<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: ListElasticsearchVersionsCommandInput;
28
+ constructor(input: ListElasticsearchVersionsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListElasticsearchVersionsCommandInput, ListElasticsearchVersionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0";
5
+ export interface ListPackagesForDomainCommandInput extends ListPackagesForDomainRequest {
6
+ }
7
+ export interface ListPackagesForDomainCommandOutput extends ListPackagesForDomainResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists all packages associated with the Amazon ES domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, ListPackagesForDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, ListPackagesForDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new ListPackagesForDomainCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListPackagesForDomainCommandInput} for command's `input` shape.
22
+ * @see {@link ListPackagesForDomainCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ListPackagesForDomainCommand extends $Command<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: ListPackagesForDomainCommandInput;
28
+ constructor(input: ListPackagesForDomainCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackagesForDomainCommandInput, ListPackagesForDomainCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
5
+ export interface ListTagsCommandInput extends ListTagsRequest {
6
+ }
7
+ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns all tags for the given Elasticsearch domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, ListTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, ListTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new ListTagsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListTagsCommandInput} for command's `input` shape.
22
+ * @see {@link ListTagsCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: ListTagsCommandInput;
28
+ constructor(input: ListTagsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse } from "../models/models_0";
5
+ export interface PurchaseReservedElasticsearchInstanceOfferingCommandInput extends PurchaseReservedElasticsearchInstanceOfferingRequest {
6
+ }
7
+ export interface PurchaseReservedElasticsearchInstanceOfferingCommandOutput extends PurchaseReservedElasticsearchInstanceOfferingResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Allows you to purchase reserved Elasticsearch instances.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, PurchaseReservedElasticsearchInstanceOfferingCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, PurchaseReservedElasticsearchInstanceOfferingCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new PurchaseReservedElasticsearchInstanceOfferingCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link PurchaseReservedElasticsearchInstanceOfferingCommandInput} for command's `input` shape.
22
+ * @see {@link PurchaseReservedElasticsearchInstanceOfferingCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
28
+ constructor(input: PurchaseReservedElasticsearchInstanceOfferingCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseReservedElasticsearchInstanceOfferingCommandInput, PurchaseReservedElasticsearchInstanceOfferingCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse } from "../models/models_0";
5
+ export interface RejectInboundCrossClusterSearchConnectionCommandInput extends RejectInboundCrossClusterSearchConnectionRequest {
6
+ }
7
+ export interface RejectInboundCrossClusterSearchConnectionCommandOutput extends RejectInboundCrossClusterSearchConnectionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Allows the destination domain owner to reject an inbound cross-cluster search connection request.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, RejectInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, RejectInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new RejectInboundCrossClusterSearchConnectionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link RejectInboundCrossClusterSearchConnectionCommandInput} for command's `input` shape.
22
+ * @see {@link RejectInboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class RejectInboundCrossClusterSearchConnectionCommand extends $Command<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: RejectInboundCrossClusterSearchConnectionCommandInput;
28
+ constructor(input: RejectInboundCrossClusterSearchConnectionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInboundCrossClusterSearchConnectionCommandInput, RejectInboundCrossClusterSearchConnectionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { RemoveTagsRequest } from "../models/models_0";
5
+ export interface RemoveTagsCommandInput extends RemoveTagsRequest {
6
+ }
7
+ export interface RemoveTagsCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Removes the specified set of tags from the specified Elasticsearch domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, RemoveTagsCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, RemoveTagsCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new RemoveTagsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link RemoveTagsCommandInput} for command's `input` shape.
22
+ * @see {@link RemoveTagsCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: RemoveTagsCommandInput;
28
+ constructor(input: RemoveTagsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { StartElasticsearchServiceSoftwareUpdateRequest, StartElasticsearchServiceSoftwareUpdateResponse } from "../models/models_0";
5
+ export interface StartElasticsearchServiceSoftwareUpdateCommandInput extends StartElasticsearchServiceSoftwareUpdateRequest {
6
+ }
7
+ export interface StartElasticsearchServiceSoftwareUpdateCommandOutput extends StartElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Schedules a service software update for an Amazon ES domain.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ElasticsearchServiceClient, StartElasticsearchServiceSoftwareUpdateCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
15
+ * // const { ElasticsearchServiceClient, StartElasticsearchServiceSoftwareUpdateCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
16
+ * const client = new ElasticsearchServiceClient(config);
17
+ * const command = new StartElasticsearchServiceSoftwareUpdateCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link StartElasticsearchServiceSoftwareUpdateCommandInput} for command's `input` shape.
22
+ * @see {@link StartElasticsearchServiceSoftwareUpdateCommandOutput} for command's `response` shape.
23
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class StartElasticsearchServiceSoftwareUpdateCommand extends $Command<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig> {
27
+ readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput;
28
+ constructor(input: StartElasticsearchServiceSoftwareUpdateCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearchServiceSoftwareUpdateCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }