@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,104 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ ElasticsearchServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../ElasticsearchServiceClient";
19
+ import {
20
+ deserializeAws_restJson1DeleteElasticsearchServiceRoleCommand,
21
+ serializeAws_restJson1DeleteElasticsearchServiceRoleCommand,
22
+ } from "../protocols/Aws_restJson1";
23
+
24
+ export interface DeleteElasticsearchServiceRoleCommandInput {}
25
+ export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataBearer {}
26
+
27
+ /**
28
+ * <p>Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr" target="_blank">Deleting Elasticsearch Service Role</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i>.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { ElasticsearchServiceClient, DeleteElasticsearchServiceRoleCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
33
+ * // const { ElasticsearchServiceClient, DeleteElasticsearchServiceRoleCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
34
+ * const client = new ElasticsearchServiceClient(config);
35
+ * const command = new DeleteElasticsearchServiceRoleCommand(input);
36
+ * const response = await client.send(command);
37
+ * ```
38
+ *
39
+ * @see {@link DeleteElasticsearchServiceRoleCommandInput} for command's `input` shape.
40
+ * @see {@link DeleteElasticsearchServiceRoleCommandOutput} for command's `response` shape.
41
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
42
+ *
43
+ */
44
+ export class DeleteElasticsearchServiceRoleCommand extends $Command<
45
+ DeleteElasticsearchServiceRoleCommandInput,
46
+ DeleteElasticsearchServiceRoleCommandOutput,
47
+ ElasticsearchServiceClientResolvedConfig
48
+ > {
49
+ // Start section: command_properties
50
+ // End section: command_properties
51
+
52
+ constructor(readonly input: DeleteElasticsearchServiceRoleCommandInput) {
53
+ // Start section: command_constructor
54
+ super();
55
+ // End section: command_constructor
56
+ }
57
+
58
+ /**
59
+ * @internal
60
+ */
61
+ resolveMiddleware(
62
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
63
+ configuration: ElasticsearchServiceClientResolvedConfig,
64
+ options?: __HttpHandlerOptions
65
+ ): Handler<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput> {
66
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
+
68
+ const stack = clientStack.concat(this.middlewareStack);
69
+
70
+ const { logger } = configuration;
71
+ const clientName = "ElasticsearchServiceClient";
72
+ const commandName = "DeleteElasticsearchServiceRoleCommand";
73
+ const handlerExecutionContext: HandlerExecutionContext = {
74
+ logger,
75
+ clientName,
76
+ commandName,
77
+ inputFilterSensitiveLog: (input: any) => input,
78
+ outputFilterSensitiveLog: (output: any) => output,
79
+ };
80
+ const { requestHandler } = configuration;
81
+ return stack.resolve(
82
+ (request: FinalizeHandlerArguments<any>) =>
83
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
84
+ handlerExecutionContext
85
+ );
86
+ }
87
+
88
+ private serialize(
89
+ input: DeleteElasticsearchServiceRoleCommandInput,
90
+ context: __SerdeContext
91
+ ): Promise<__HttpRequest> {
92
+ return serializeAws_restJson1DeleteElasticsearchServiceRoleCommand(input, context);
93
+ }
94
+
95
+ private deserialize(
96
+ output: __HttpResponse,
97
+ context: __SerdeContext
98
+ ): Promise<DeleteElasticsearchServiceRoleCommandOutput> {
99
+ return deserializeAws_restJson1DeleteElasticsearchServiceRoleCommand(output, context);
100
+ }
101
+
102
+ // Start section: command_body_extra
103
+ // End section: command_body_extra
104
+ }
@@ -0,0 +1,114 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ ElasticsearchServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../ElasticsearchServiceClient";
19
+ import {
20
+ DeleteInboundCrossClusterSearchConnectionRequest,
21
+ DeleteInboundCrossClusterSearchConnectionResponse,
22
+ } from "../models/models_0";
23
+ import {
24
+ deserializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand,
25
+ serializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand,
26
+ } from "../protocols/Aws_restJson1";
27
+
28
+ export interface DeleteInboundCrossClusterSearchConnectionCommandInput
29
+ extends DeleteInboundCrossClusterSearchConnectionRequest {}
30
+ export interface DeleteInboundCrossClusterSearchConnectionCommandOutput
31
+ extends DeleteInboundCrossClusterSearchConnectionResponse,
32
+ __MetadataBearer {}
33
+
34
+ /**
35
+ * <p>Allows the destination domain owner to delete an existing inbound cross-cluster search connection.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { ElasticsearchServiceClient, DeleteInboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
40
+ * // const { ElasticsearchServiceClient, DeleteInboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
41
+ * const client = new ElasticsearchServiceClient(config);
42
+ * const command = new DeleteInboundCrossClusterSearchConnectionCommand(input);
43
+ * const response = await client.send(command);
44
+ * ```
45
+ *
46
+ * @see {@link DeleteInboundCrossClusterSearchConnectionCommandInput} for command's `input` shape.
47
+ * @see {@link DeleteInboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
48
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
49
+ *
50
+ */
51
+ export class DeleteInboundCrossClusterSearchConnectionCommand extends $Command<
52
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
53
+ DeleteInboundCrossClusterSearchConnectionCommandOutput,
54
+ ElasticsearchServiceClientResolvedConfig
55
+ > {
56
+ // Start section: command_properties
57
+ // End section: command_properties
58
+
59
+ constructor(readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput) {
60
+ // Start section: command_constructor
61
+ super();
62
+ // End section: command_constructor
63
+ }
64
+
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(
69
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
70
+ configuration: ElasticsearchServiceClientResolvedConfig,
71
+ options?: __HttpHandlerOptions
72
+ ): Handler<
73
+ DeleteInboundCrossClusterSearchConnectionCommandInput,
74
+ DeleteInboundCrossClusterSearchConnectionCommandOutput
75
+ > {
76
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
77
+
78
+ const stack = clientStack.concat(this.middlewareStack);
79
+
80
+ const { logger } = configuration;
81
+ const clientName = "ElasticsearchServiceClient";
82
+ const commandName = "DeleteInboundCrossClusterSearchConnectionCommand";
83
+ const handlerExecutionContext: HandlerExecutionContext = {
84
+ logger,
85
+ clientName,
86
+ commandName,
87
+ inputFilterSensitiveLog: DeleteInboundCrossClusterSearchConnectionRequest.filterSensitiveLog,
88
+ outputFilterSensitiveLog: DeleteInboundCrossClusterSearchConnectionResponse.filterSensitiveLog,
89
+ };
90
+ const { requestHandler } = configuration;
91
+ return stack.resolve(
92
+ (request: FinalizeHandlerArguments<any>) =>
93
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
94
+ handlerExecutionContext
95
+ );
96
+ }
97
+
98
+ private serialize(
99
+ input: DeleteInboundCrossClusterSearchConnectionCommandInput,
100
+ context: __SerdeContext
101
+ ): Promise<__HttpRequest> {
102
+ return serializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand(input, context);
103
+ }
104
+
105
+ private deserialize(
106
+ output: __HttpResponse,
107
+ context: __SerdeContext
108
+ ): Promise<DeleteInboundCrossClusterSearchConnectionCommandOutput> {
109
+ return deserializeAws_restJson1DeleteInboundCrossClusterSearchConnectionCommand(output, context);
110
+ }
111
+
112
+ // Start section: command_body_extra
113
+ // End section: command_body_extra
114
+ }
@@ -0,0 +1,114 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ ElasticsearchServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../ElasticsearchServiceClient";
19
+ import {
20
+ DeleteOutboundCrossClusterSearchConnectionRequest,
21
+ DeleteOutboundCrossClusterSearchConnectionResponse,
22
+ } from "../models/models_0";
23
+ import {
24
+ deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand,
25
+ serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand,
26
+ } from "../protocols/Aws_restJson1";
27
+
28
+ export interface DeleteOutboundCrossClusterSearchConnectionCommandInput
29
+ extends DeleteOutboundCrossClusterSearchConnectionRequest {}
30
+ export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput
31
+ extends DeleteOutboundCrossClusterSearchConnectionResponse,
32
+ __MetadataBearer {}
33
+
34
+ /**
35
+ * <p>Allows the source domain owner to delete an existing outbound cross-cluster search connection.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { ElasticsearchServiceClient, DeleteOutboundCrossClusterSearchConnectionCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
40
+ * // const { ElasticsearchServiceClient, DeleteOutboundCrossClusterSearchConnectionCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
41
+ * const client = new ElasticsearchServiceClient(config);
42
+ * const command = new DeleteOutboundCrossClusterSearchConnectionCommand(input);
43
+ * const response = await client.send(command);
44
+ * ```
45
+ *
46
+ * @see {@link DeleteOutboundCrossClusterSearchConnectionCommandInput} for command's `input` shape.
47
+ * @see {@link DeleteOutboundCrossClusterSearchConnectionCommandOutput} for command's `response` shape.
48
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
49
+ *
50
+ */
51
+ export class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command<
52
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
53
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput,
54
+ ElasticsearchServiceClientResolvedConfig
55
+ > {
56
+ // Start section: command_properties
57
+ // End section: command_properties
58
+
59
+ constructor(readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput) {
60
+ // Start section: command_constructor
61
+ super();
62
+ // End section: command_constructor
63
+ }
64
+
65
+ /**
66
+ * @internal
67
+ */
68
+ resolveMiddleware(
69
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
70
+ configuration: ElasticsearchServiceClientResolvedConfig,
71
+ options?: __HttpHandlerOptions
72
+ ): Handler<
73
+ DeleteOutboundCrossClusterSearchConnectionCommandInput,
74
+ DeleteOutboundCrossClusterSearchConnectionCommandOutput
75
+ > {
76
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
77
+
78
+ const stack = clientStack.concat(this.middlewareStack);
79
+
80
+ const { logger } = configuration;
81
+ const clientName = "ElasticsearchServiceClient";
82
+ const commandName = "DeleteOutboundCrossClusterSearchConnectionCommand";
83
+ const handlerExecutionContext: HandlerExecutionContext = {
84
+ logger,
85
+ clientName,
86
+ commandName,
87
+ inputFilterSensitiveLog: DeleteOutboundCrossClusterSearchConnectionRequest.filterSensitiveLog,
88
+ outputFilterSensitiveLog: DeleteOutboundCrossClusterSearchConnectionResponse.filterSensitiveLog,
89
+ };
90
+ const { requestHandler } = configuration;
91
+ return stack.resolve(
92
+ (request: FinalizeHandlerArguments<any>) =>
93
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
94
+ handlerExecutionContext
95
+ );
96
+ }
97
+
98
+ private serialize(
99
+ input: DeleteOutboundCrossClusterSearchConnectionCommandInput,
100
+ context: __SerdeContext
101
+ ): Promise<__HttpRequest> {
102
+ return serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand(input, context);
103
+ }
104
+
105
+ private deserialize(
106
+ output: __HttpResponse,
107
+ context: __SerdeContext
108
+ ): Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput> {
109
+ return deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand(output, context);
110
+ }
111
+
112
+ // Start section: command_body_extra
113
+ // End section: command_body_extra
114
+ }
@@ -0,0 +1,99 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ ElasticsearchServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../ElasticsearchServiceClient";
19
+ import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1DeletePackageCommand,
22
+ serializeAws_restJson1DeletePackageCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface DeletePackageCommandInput extends DeletePackageRequest {}
26
+ export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Delete the package.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { ElasticsearchServiceClient, DeletePackageCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
34
+ * // const { ElasticsearchServiceClient, DeletePackageCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
35
+ * const client = new ElasticsearchServiceClient(config);
36
+ * const command = new DeletePackageCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @see {@link DeletePackageCommandInput} for command's `input` shape.
41
+ * @see {@link DeletePackageCommandOutput} for command's `response` shape.
42
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
43
+ *
44
+ */
45
+ export class DeletePackageCommand extends $Command<
46
+ DeletePackageCommandInput,
47
+ DeletePackageCommandOutput,
48
+ ElasticsearchServiceClientResolvedConfig
49
+ > {
50
+ // Start section: command_properties
51
+ // End section: command_properties
52
+
53
+ constructor(readonly input: DeletePackageCommandInput) {
54
+ // Start section: command_constructor
55
+ super();
56
+ // End section: command_constructor
57
+ }
58
+
59
+ /**
60
+ * @internal
61
+ */
62
+ resolveMiddleware(
63
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
64
+ configuration: ElasticsearchServiceClientResolvedConfig,
65
+ options?: __HttpHandlerOptions
66
+ ): Handler<DeletePackageCommandInput, DeletePackageCommandOutput> {
67
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
68
+
69
+ const stack = clientStack.concat(this.middlewareStack);
70
+
71
+ const { logger } = configuration;
72
+ const clientName = "ElasticsearchServiceClient";
73
+ const commandName = "DeletePackageCommand";
74
+ const handlerExecutionContext: HandlerExecutionContext = {
75
+ logger,
76
+ clientName,
77
+ commandName,
78
+ inputFilterSensitiveLog: DeletePackageRequest.filterSensitiveLog,
79
+ outputFilterSensitiveLog: DeletePackageResponse.filterSensitiveLog,
80
+ };
81
+ const { requestHandler } = configuration;
82
+ return stack.resolve(
83
+ (request: FinalizeHandlerArguments<any>) =>
84
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
85
+ handlerExecutionContext
86
+ );
87
+ }
88
+
89
+ private serialize(input: DeletePackageCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
90
+ return serializeAws_restJson1DeletePackageCommand(input, context);
91
+ }
92
+
93
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeletePackageCommandOutput> {
94
+ return deserializeAws_restJson1DeletePackageCommand(output, context);
95
+ }
96
+
97
+ // Start section: command_body_extra
98
+ // End section: command_body_extra
99
+ }
@@ -0,0 +1,99 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ ElasticsearchServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../ElasticsearchServiceClient";
19
+ import { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1DescribeDomainAutoTunesCommand,
22
+ serializeAws_restJson1DescribeDomainAutoTunesCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface DescribeDomainAutoTunesCommandInput extends DescribeDomainAutoTunesRequest {}
26
+ export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAutoTunesResponse, __MetadataBearer {}
27
+
28
+ /**
29
+ * <p>Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { ElasticsearchServiceClient, DescribeDomainAutoTunesCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
34
+ * // const { ElasticsearchServiceClient, DescribeDomainAutoTunesCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
35
+ * const client = new ElasticsearchServiceClient(config);
36
+ * const command = new DescribeDomainAutoTunesCommand(input);
37
+ * const response = await client.send(command);
38
+ * ```
39
+ *
40
+ * @see {@link DescribeDomainAutoTunesCommandInput} for command's `input` shape.
41
+ * @see {@link DescribeDomainAutoTunesCommandOutput} for command's `response` shape.
42
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
43
+ *
44
+ */
45
+ export class DescribeDomainAutoTunesCommand extends $Command<
46
+ DescribeDomainAutoTunesCommandInput,
47
+ DescribeDomainAutoTunesCommandOutput,
48
+ ElasticsearchServiceClientResolvedConfig
49
+ > {
50
+ // Start section: command_properties
51
+ // End section: command_properties
52
+
53
+ constructor(readonly input: DescribeDomainAutoTunesCommandInput) {
54
+ // Start section: command_constructor
55
+ super();
56
+ // End section: command_constructor
57
+ }
58
+
59
+ /**
60
+ * @internal
61
+ */
62
+ resolveMiddleware(
63
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
64
+ configuration: ElasticsearchServiceClientResolvedConfig,
65
+ options?: __HttpHandlerOptions
66
+ ): Handler<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput> {
67
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
68
+
69
+ const stack = clientStack.concat(this.middlewareStack);
70
+
71
+ const { logger } = configuration;
72
+ const clientName = "ElasticsearchServiceClient";
73
+ const commandName = "DescribeDomainAutoTunesCommand";
74
+ const handlerExecutionContext: HandlerExecutionContext = {
75
+ logger,
76
+ clientName,
77
+ commandName,
78
+ inputFilterSensitiveLog: DescribeDomainAutoTunesRequest.filterSensitiveLog,
79
+ outputFilterSensitiveLog: DescribeDomainAutoTunesResponse.filterSensitiveLog,
80
+ };
81
+ const { requestHandler } = configuration;
82
+ return stack.resolve(
83
+ (request: FinalizeHandlerArguments<any>) =>
84
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
85
+ handlerExecutionContext
86
+ );
87
+ }
88
+
89
+ private serialize(input: DescribeDomainAutoTunesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
90
+ return serializeAws_restJson1DescribeDomainAutoTunesCommand(input, context);
91
+ }
92
+
93
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeDomainAutoTunesCommandOutput> {
94
+ return deserializeAws_restJson1DescribeDomainAutoTunesCommand(output, context);
95
+ }
96
+
97
+ // Start section: command_body_extra
98
+ // End section: command_body_extra
99
+ }
@@ -0,0 +1,104 @@
1
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import {
5
+ FinalizeHandlerArguments,
6
+ Handler,
7
+ HandlerExecutionContext,
8
+ HttpHandlerOptions as __HttpHandlerOptions,
9
+ MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
11
+ SerdeContext as __SerdeContext,
12
+ } from "@aws-sdk/types";
13
+
14
+ import {
15
+ ElasticsearchServiceClientResolvedConfig,
16
+ ServiceInputTypes,
17
+ ServiceOutputTypes,
18
+ } from "../ElasticsearchServiceClient";
19
+ import { DescribeElasticsearchDomainRequest, DescribeElasticsearchDomainResponse } from "../models/models_0";
20
+ import {
21
+ deserializeAws_restJson1DescribeElasticsearchDomainCommand,
22
+ serializeAws_restJson1DescribeElasticsearchDomainCommand,
23
+ } from "../protocols/Aws_restJson1";
24
+
25
+ export interface DescribeElasticsearchDomainCommandInput extends DescribeElasticsearchDomainRequest {}
26
+ export interface DescribeElasticsearchDomainCommandOutput
27
+ extends DescribeElasticsearchDomainResponse,
28
+ __MetadataBearer {}
29
+
30
+ /**
31
+ * <p>Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { ElasticsearchServiceClient, DescribeElasticsearchDomainCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
36
+ * // const { ElasticsearchServiceClient, DescribeElasticsearchDomainCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
37
+ * const client = new ElasticsearchServiceClient(config);
38
+ * const command = new DescribeElasticsearchDomainCommand(input);
39
+ * const response = await client.send(command);
40
+ * ```
41
+ *
42
+ * @see {@link DescribeElasticsearchDomainCommandInput} for command's `input` shape.
43
+ * @see {@link DescribeElasticsearchDomainCommandOutput} for command's `response` shape.
44
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for command's `input` shape.
45
+ *
46
+ */
47
+ export class DescribeElasticsearchDomainCommand extends $Command<
48
+ DescribeElasticsearchDomainCommandInput,
49
+ DescribeElasticsearchDomainCommandOutput,
50
+ ElasticsearchServiceClientResolvedConfig
51
+ > {
52
+ // Start section: command_properties
53
+ // End section: command_properties
54
+
55
+ constructor(readonly input: DescribeElasticsearchDomainCommandInput) {
56
+ // Start section: command_constructor
57
+ super();
58
+ // End section: command_constructor
59
+ }
60
+
61
+ /**
62
+ * @internal
63
+ */
64
+ resolveMiddleware(
65
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
+ configuration: ElasticsearchServiceClientResolvedConfig,
67
+ options?: __HttpHandlerOptions
68
+ ): Handler<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput> {
69
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
70
+
71
+ const stack = clientStack.concat(this.middlewareStack);
72
+
73
+ const { logger } = configuration;
74
+ const clientName = "ElasticsearchServiceClient";
75
+ const commandName = "DescribeElasticsearchDomainCommand";
76
+ const handlerExecutionContext: HandlerExecutionContext = {
77
+ logger,
78
+ clientName,
79
+ commandName,
80
+ inputFilterSensitiveLog: DescribeElasticsearchDomainRequest.filterSensitiveLog,
81
+ outputFilterSensitiveLog: DescribeElasticsearchDomainResponse.filterSensitiveLog,
82
+ };
83
+ const { requestHandler } = configuration;
84
+ return stack.resolve(
85
+ (request: FinalizeHandlerArguments<any>) =>
86
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
87
+ handlerExecutionContext
88
+ );
89
+ }
90
+
91
+ private serialize(input: DescribeElasticsearchDomainCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
92
+ return serializeAws_restJson1DescribeElasticsearchDomainCommand(input, context);
93
+ }
94
+
95
+ private deserialize(
96
+ output: __HttpResponse,
97
+ context: __SerdeContext
98
+ ): Promise<DescribeElasticsearchDomainCommandOutput> {
99
+ return deserializeAws_restJson1DescribeElasticsearchDomainCommand(output, context);
100
+ }
101
+
102
+ // Start section: command_body_extra
103
+ // End section: command_body_extra
104
+ }