@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
@@ -1,4088 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>Container for the parameters to the <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation.</p>
4
- */
5
- export interface AcceptInboundCrossClusterSearchConnectionRequest {
6
- /**
7
- * <p>The id of the inbound connection that you want to accept.</p>
8
- */
9
- CrossClusterSearchConnectionId: string | undefined;
10
- }
11
- export declare namespace AcceptInboundCrossClusterSearchConnectionRequest {
12
- /**
13
- * @internal
14
- */
15
- const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionRequest) => any;
16
- }
17
- export declare enum InboundCrossClusterSearchConnectionStatusCode {
18
- APPROVED = "APPROVED",
19
- DELETED = "DELETED",
20
- DELETING = "DELETING",
21
- PENDING_ACCEPTANCE = "PENDING_ACCEPTANCE",
22
- REJECTED = "REJECTED",
23
- REJECTING = "REJECTING"
24
- }
25
- /**
26
- * <p>Specifies the coonection status of an inbound cross-cluster search connection.</p>
27
- */
28
- export interface InboundCrossClusterSearchConnectionStatus {
29
- /**
30
- * <p>The state code for inbound connection. This can be one of the following:</p>
31
- * <ul>
32
- * <li>PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.</li>
33
- * <li>APPROVED: Inbound connection is pending acceptance by destination domain owner.</li>
34
- * <li>REJECTING: Inbound connection rejection is in process.</li>
35
- * <li>REJECTED: Inbound connection is rejected.</li>
36
- * <li>DELETING: Inbound connection deletion is in progress.</li>
37
- * <li>DELETED: Inbound connection is deleted and cannot be used further.</li>
38
- * </ul>
39
- */
40
- StatusCode?: InboundCrossClusterSearchConnectionStatusCode | string;
41
- /**
42
- * <p>Specifies verbose information for the inbound connection status.</p>
43
- */
44
- Message?: string;
45
- }
46
- export declare namespace InboundCrossClusterSearchConnectionStatus {
47
- /**
48
- * @internal
49
- */
50
- const filterSensitiveLog: (obj: InboundCrossClusterSearchConnectionStatus) => any;
51
- }
52
- export interface DomainInformation {
53
- OwnerId?: string;
54
- /**
55
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
56
- */
57
- DomainName: string | undefined;
58
- Region?: string;
59
- }
60
- export declare namespace DomainInformation {
61
- /**
62
- * @internal
63
- */
64
- const filterSensitiveLog: (obj: DomainInformation) => any;
65
- }
66
- /**
67
- * <p>Specifies details of an inbound connection.</p>
68
- */
69
- export interface InboundCrossClusterSearchConnection {
70
- /**
71
- * <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
72
- */
73
- SourceDomainInfo?: DomainInformation;
74
- /**
75
- * <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
76
- */
77
- DestinationDomainInfo?: DomainInformation;
78
- /**
79
- * <p>Specifies the connection id for the inbound cross-cluster search connection.</p>
80
- */
81
- CrossClusterSearchConnectionId?: string;
82
- /**
83
- * <p>Specifies the <code><a>InboundCrossClusterSearchConnectionStatus</a></code> for the outbound connection.</p>
84
- */
85
- ConnectionStatus?: InboundCrossClusterSearchConnectionStatus;
86
- }
87
- export declare namespace InboundCrossClusterSearchConnection {
88
- /**
89
- * @internal
90
- */
91
- const filterSensitiveLog: (obj: InboundCrossClusterSearchConnection) => any;
92
- }
93
- /**
94
- * <p>The result of a <code><a>AcceptInboundCrossClusterSearchConnection</a></code> operation. Contains details of accepted inbound connection.</p>
95
- */
96
- export interface AcceptInboundCrossClusterSearchConnectionResponse {
97
- /**
98
- * <p>Specifies the <code><a>InboundCrossClusterSearchConnection</a></code> of accepted inbound connection. </p>
99
- */
100
- CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
101
- }
102
- export declare namespace AcceptInboundCrossClusterSearchConnectionResponse {
103
- /**
104
- * @internal
105
- */
106
- const filterSensitiveLog: (obj: AcceptInboundCrossClusterSearchConnectionResponse) => any;
107
- }
108
- /**
109
- * <p>An error occured because the client wanted to access a not supported operation. Gives http status code of 409.</p>
110
- */
111
- export interface DisabledOperationException extends __SmithyException, $MetadataBearer {
112
- name: "DisabledOperationException";
113
- $fault: "client";
114
- /**
115
- * <p>A description of the error.</p>
116
- */
117
- message?: string;
118
- }
119
- export declare namespace DisabledOperationException {
120
- /**
121
- * @internal
122
- */
123
- const filterSensitiveLog: (obj: DisabledOperationException) => any;
124
- }
125
- /**
126
- * <p>An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.</p>
127
- */
128
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
129
- name: "LimitExceededException";
130
- $fault: "client";
131
- /**
132
- * <p>A description of the error.</p>
133
- */
134
- message?: string;
135
- }
136
- export declare namespace LimitExceededException {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: LimitExceededException) => any;
141
- }
142
- /**
143
- * <p>An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.</p>
144
- */
145
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
146
- name: "ResourceNotFoundException";
147
- $fault: "client";
148
- /**
149
- * <p>A description of the error.</p>
150
- */
151
- message?: string;
152
- }
153
- export declare namespace ResourceNotFoundException {
154
- /**
155
- * @internal
156
- */
157
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
158
- }
159
- /**
160
- * <p>An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.</p>
161
- */
162
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
163
- name: "AccessDeniedException";
164
- $fault: "client";
165
- /**
166
- * <p>A description of the error.</p>
167
- */
168
- message?: string;
169
- }
170
- export declare namespace AccessDeniedException {
171
- /**
172
- * @internal
173
- */
174
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
175
- }
176
- export declare type OptionState = "Active" | "Processing" | "RequiresIndexDocuments";
177
- /**
178
- * <p>Provides the current status of the entity.</p>
179
- */
180
- export interface OptionStatus {
181
- /**
182
- * <p>Timestamp which tells the creation date for the entity.</p>
183
- */
184
- CreationDate: Date | undefined;
185
- /**
186
- * <p>Timestamp which tells the last updated time for the entity.</p>
187
- */
188
- UpdateDate: Date | undefined;
189
- /**
190
- * <p>Specifies the latest version for the entity.</p>
191
- */
192
- UpdateVersion?: number;
193
- /**
194
- * <p>Provides the <code>OptionState</code> for the Elasticsearch domain.</p>
195
- */
196
- State: OptionState | string | undefined;
197
- /**
198
- * <p>Indicates whether the Elasticsearch domain is being deleted.</p>
199
- */
200
- PendingDeletion?: boolean;
201
- }
202
- export declare namespace OptionStatus {
203
- /**
204
- * @internal
205
- */
206
- const filterSensitiveLog: (obj: OptionStatus) => any;
207
- }
208
- /**
209
- * <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
210
- */
211
- export interface AccessPoliciesStatus {
212
- /**
213
- * <p>The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-access-policies" target="_blank">
214
- * Configuring Access Policies</a>for more information.</p>
215
- */
216
- Options: string | undefined;
217
- /**
218
- * <p>The status of the access policy for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>
219
- */
220
- Status: OptionStatus | undefined;
221
- }
222
- export declare namespace AccessPoliciesStatus {
223
- /**
224
- * @internal
225
- */
226
- const filterSensitiveLog: (obj: AccessPoliciesStatus) => any;
227
- }
228
- /**
229
- * <p>
230
- * List of limits that are specific to a given InstanceType and for each of it's
231
- * <code>
232
- * <a>InstanceRole</a>
233
- * </code>
234
- * .
235
- * </p>
236
- */
237
- export interface AdditionalLimit {
238
- /**
239
- * <p>
240
- * Name of Additional Limit is specific to a given InstanceType and for each of it's
241
- * <code>
242
- * <a>InstanceRole</a>
243
- * </code>
244
- * etc.
245
- * <br></br>
246
- * Attributes and their details:
247
- * <br></br>
248
- * <ul>
249
- * <li>MaximumNumberOfDataNodesSupported</li>
250
- * This attribute will be present in Master node only to specify how
251
- * much data nodes upto which given
252
- * <code>
253
- * <a>ESPartitionInstanceType</a>
254
- * </code>
255
- * can support as master node.
256
- * <li>MaximumNumberOfDataNodesWithoutMasterNode</li>
257
- * This attribute will be present in Data node only to specify how much
258
- * data nodes of given
259
- * <code>
260
- * <a>ESPartitionInstanceType</a>
261
- * </code>
262
- * upto which you don't need any master nodes to govern them.
263
- * </ul>
264
- * </p>
265
- */
266
- LimitName?: string;
267
- /**
268
- * <p>
269
- * Value for given
270
- * <code>
271
- * <a>AdditionalLimit$LimitName</a>
272
- * </code>
273
- * .
274
- * </p>
275
- */
276
- LimitValues?: string[];
277
- }
278
- export declare namespace AdditionalLimit {
279
- /**
280
- * @internal
281
- */
282
- const filterSensitiveLog: (obj: AdditionalLimit) => any;
283
- }
284
- /**
285
- * <p>Specifies a key value pair for a resource tag.</p>
286
- */
287
- export interface Tag {
288
- /**
289
- * <p>Specifies the <code>TagKey</code>, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.</p>
290
- */
291
- Key: string | undefined;
292
- /**
293
- * <p>Specifies the <code>TagValue</code>, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value
294
- * pair in a tag set of <code>project : Trinity</code> and <code>cost-center : Trinity</code></p>
295
- */
296
- Value: string | undefined;
297
- }
298
- export declare namespace Tag {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: Tag) => any;
303
- }
304
- /**
305
- * <p>Container for the parameters to the <code><a>AddTags</a></code> operation. Specify the tags that you want to attach to the Elasticsearch domain.</p>
306
- */
307
- export interface AddTagsRequest {
308
- /**
309
- * <p> Specify the <code>ARN</code> for which you want to add the tags.</p>
310
- */
311
- ARN: string | undefined;
312
- /**
313
- * <p> List of <code>Tag</code> that need to be added for the Elasticsearch domain. </p>
314
- */
315
- TagList: Tag[] | undefined;
316
- }
317
- export declare namespace AddTagsRequest {
318
- /**
319
- * @internal
320
- */
321
- const filterSensitiveLog: (obj: AddTagsRequest) => any;
322
- }
323
- /**
324
- * <p>An error occurred while processing the request.</p>
325
- */
326
- export interface BaseException extends __SmithyException, $MetadataBearer {
327
- name: "BaseException";
328
- $fault: "client";
329
- /**
330
- * <p>A description of the error.</p>
331
- */
332
- message?: string;
333
- }
334
- export declare namespace BaseException {
335
- /**
336
- * @internal
337
- */
338
- const filterSensitiveLog: (obj: BaseException) => any;
339
- }
340
- /**
341
- * <p>The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.</p>
342
- */
343
- export interface InternalException extends __SmithyException, $MetadataBearer {
344
- name: "InternalException";
345
- $fault: "server";
346
- /**
347
- * <p>A description of the error.</p>
348
- */
349
- message?: string;
350
- }
351
- export declare namespace InternalException {
352
- /**
353
- * @internal
354
- */
355
- const filterSensitiveLog: (obj: InternalException) => any;
356
- }
357
- /**
358
- * <p>An exception for missing / invalid input fields. Gives http status code of 400.</p>
359
- */
360
- export interface ValidationException extends __SmithyException, $MetadataBearer {
361
- name: "ValidationException";
362
- $fault: "client";
363
- /**
364
- * <p>A description of the error.</p>
365
- */
366
- message?: string;
367
- }
368
- export declare namespace ValidationException {
369
- /**
370
- * @internal
371
- */
372
- const filterSensitiveLog: (obj: ValidationException) => any;
373
- }
374
- /**
375
- * <p> Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:</p>
376
- * <ul>
377
- * <li>Option to allow references to indices in an HTTP request body. Must be <code>false</code> when configuring access to individual sub-resources. By default, the value is <code>true</code>.
378
- * See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</li>
379
- * <li>Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.</li>
380
- * </ul>
381
- * <p>For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options">Configuring Advanced Options</a>.</p>
382
- */
383
- export interface AdvancedOptionsStatus {
384
- /**
385
- * <p> Specifies the status of advanced options for the specified Elasticsearch domain.</p>
386
- */
387
- Options: {
388
- [key: string]: string;
389
- } | undefined;
390
- /**
391
- * <p> Specifies the status of <code>OptionStatus</code> for advanced options for the specified Elasticsearch domain.</p>
392
- */
393
- Status: OptionStatus | undefined;
394
- }
395
- export declare namespace AdvancedOptionsStatus {
396
- /**
397
- * @internal
398
- */
399
- const filterSensitiveLog: (obj: AdvancedOptionsStatus) => any;
400
- }
401
- /**
402
- * <p>Specifies the SAML Identity Provider's information.</p>
403
- */
404
- export interface SAMLIdp {
405
- /**
406
- * <p>The Metadata of the SAML application in xml format.</p>
407
- */
408
- MetadataContent: string | undefined;
409
- /**
410
- * <p>The unique Entity ID of the application in SAML Identity Provider.</p>
411
- */
412
- EntityId: string | undefined;
413
- }
414
- export declare namespace SAMLIdp {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: SAMLIdp) => any;
419
- }
420
- /**
421
- * <p>Describes the SAML application configured for the domain.</p>
422
- */
423
- export interface SAMLOptionsOutput {
424
- /**
425
- * <p>True if SAML is enabled.</p>
426
- */
427
- Enabled?: boolean;
428
- /**
429
- * <p>Describes the SAML Identity Provider's information.</p>
430
- */
431
- Idp?: SAMLIdp;
432
- /**
433
- * <p>The key used for matching the SAML Subject attribute.</p>
434
- */
435
- SubjectKey?: string;
436
- /**
437
- * <p>The key used for matching the SAML Roles attribute.</p>
438
- */
439
- RolesKey?: string;
440
- /**
441
- * <p>The duration, in minutes, after which a user session becomes inactive.</p>
442
- */
443
- SessionTimeoutMinutes?: number;
444
- }
445
- export declare namespace SAMLOptionsOutput {
446
- /**
447
- * @internal
448
- */
449
- const filterSensitiveLog: (obj: SAMLOptionsOutput) => any;
450
- }
451
- /**
452
- * <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.</p>
453
- */
454
- export interface AdvancedSecurityOptions {
455
- /**
456
- * <p>True if advanced security is enabled.</p>
457
- */
458
- Enabled?: boolean;
459
- /**
460
- * <p>True if the internal user database is enabled.</p>
461
- */
462
- InternalUserDatabaseEnabled?: boolean;
463
- /**
464
- * <p>Describes the SAML application configured for a domain.</p>
465
- */
466
- SAMLOptions?: SAMLOptionsOutput;
467
- }
468
- export declare namespace AdvancedSecurityOptions {
469
- /**
470
- * @internal
471
- */
472
- const filterSensitiveLog: (obj: AdvancedSecurityOptions) => any;
473
- }
474
- /**
475
- * <p>Credentials for the master user: username and password, ARN, or both.</p>
476
- */
477
- export interface MasterUserOptions {
478
- /**
479
- * <p>ARN for the master user (if IAM is enabled).</p>
480
- */
481
- MasterUserARN?: string;
482
- /**
483
- * <p>The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.</p>
484
- */
485
- MasterUserName?: string;
486
- /**
487
- * <p>The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.</p>
488
- */
489
- MasterUserPassword?: string;
490
- }
491
- export declare namespace MasterUserOptions {
492
- /**
493
- * @internal
494
- */
495
- const filterSensitiveLog: (obj: MasterUserOptions) => any;
496
- }
497
- /**
498
- * <p>Specifies the SAML application configuration for the domain.</p>
499
- */
500
- export interface SAMLOptionsInput {
501
- /**
502
- * <p>True if SAML is enabled.</p>
503
- */
504
- Enabled?: boolean;
505
- /**
506
- * <p>Specifies the SAML Identity Provider's information.</p>
507
- */
508
- Idp?: SAMLIdp;
509
- /**
510
- * <p>The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.</p>
511
- */
512
- MasterUserName?: string;
513
- /**
514
- * <p>The backend role to which the SAML master user is mapped to.</p>
515
- */
516
- MasterBackendRole?: string;
517
- /**
518
- * <p>The key to use for matching the SAML Subject attribute.</p>
519
- */
520
- SubjectKey?: string;
521
- /**
522
- * <p>The key to use for matching the SAML Roles attribute.</p>
523
- */
524
- RolesKey?: string;
525
- /**
526
- * <p>The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.</p>
527
- */
528
- SessionTimeoutMinutes?: number;
529
- }
530
- export declare namespace SAMLOptionsInput {
531
- /**
532
- * @internal
533
- */
534
- const filterSensitiveLog: (obj: SAMLOptionsInput) => any;
535
- }
536
- /**
537
- * <p>Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).</p>
538
- */
539
- export interface AdvancedSecurityOptionsInput {
540
- /**
541
- * <p>True if advanced security is enabled.</p>
542
- */
543
- Enabled?: boolean;
544
- /**
545
- * <p>True if the internal user database is enabled.</p>
546
- */
547
- InternalUserDatabaseEnabled?: boolean;
548
- /**
549
- * <p>Credentials for the master user: username and password, ARN, or both.</p>
550
- */
551
- MasterUserOptions?: MasterUserOptions;
552
- /**
553
- * <p>Specifies the SAML application configuration for the domain.</p>
554
- */
555
- SAMLOptions?: SAMLOptionsInput;
556
- }
557
- export declare namespace AdvancedSecurityOptionsInput {
558
- /**
559
- * @internal
560
- */
561
- const filterSensitiveLog: (obj: AdvancedSecurityOptionsInput) => any;
562
- }
563
- /**
564
- * <p> Specifies the status of advanced security options for the specified Elasticsearch domain.</p>
565
- */
566
- export interface AdvancedSecurityOptionsStatus {
567
- /**
568
- * <p> Specifies advanced security options for the specified Elasticsearch domain.</p>
569
- */
570
- Options: AdvancedSecurityOptions | undefined;
571
- /**
572
- * <p> Status of the advanced security options for the specified Elasticsearch domain.</p>
573
- */
574
- Status: OptionStatus | undefined;
575
- }
576
- export declare namespace AdvancedSecurityOptionsStatus {
577
- /**
578
- * @internal
579
- */
580
- const filterSensitiveLog: (obj: AdvancedSecurityOptionsStatus) => any;
581
- }
582
- /**
583
- * <p>
584
- * Container for request parameters to
585
- * <code>
586
- * <a>AssociatePackage</a>
587
- * </code>
588
- * operation.
589
- * </p>
590
- */
591
- export interface AssociatePackageRequest {
592
- /**
593
- * <p>Internal ID of the package that you want to associate with a domain. Use <code>DescribePackages</code> to find this value.</p>
594
- */
595
- PackageID: string | undefined;
596
- /**
597
- * <p>Name of the domain that you want to associate the package with.</p>
598
- */
599
- DomainName: string | undefined;
600
- }
601
- export declare namespace AssociatePackageRequest {
602
- /**
603
- * @internal
604
- */
605
- const filterSensitiveLog: (obj: AssociatePackageRequest) => any;
606
- }
607
- export declare type DomainPackageStatus = "ACTIVE" | "ASSOCIATING" | "ASSOCIATION_FAILED" | "DISSOCIATING" | "DISSOCIATION_FAILED";
608
- export interface ErrorDetails {
609
- ErrorType?: string;
610
- ErrorMessage?: string;
611
- }
612
- export declare namespace ErrorDetails {
613
- /**
614
- * @internal
615
- */
616
- const filterSensitiveLog: (obj: ErrorDetails) => any;
617
- }
618
- export declare type PackageType = "TXT-DICTIONARY";
619
- /**
620
- * <p>Information on a package that is associated with a domain.</p>
621
- */
622
- export interface DomainPackageDetails {
623
- /**
624
- * <p>Internal ID of the package.</p>
625
- */
626
- PackageID?: string;
627
- /**
628
- * <p>User specified name of the package.</p>
629
- */
630
- PackageName?: string;
631
- /**
632
- * <p>Currently supports only TXT-DICTIONARY.</p>
633
- */
634
- PackageType?: PackageType | string;
635
- /**
636
- * <p>Timestamp of the most-recent update to the association status.</p>
637
- */
638
- LastUpdated?: Date;
639
- /**
640
- * <p>Name of the domain you've associated a package with.</p>
641
- */
642
- DomainName?: string;
643
- /**
644
- * <p>State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.</p>
645
- */
646
- DomainPackageStatus?: DomainPackageStatus | string;
647
- PackageVersion?: string;
648
- /**
649
- * <p>The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.</p>
650
- */
651
- ReferencePath?: string;
652
- /**
653
- * <p>Additional information if the package is in an error state. Null otherwise.</p>
654
- */
655
- ErrorDetails?: ErrorDetails;
656
- }
657
- export declare namespace DomainPackageDetails {
658
- /**
659
- * @internal
660
- */
661
- const filterSensitiveLog: (obj: DomainPackageDetails) => any;
662
- }
663
- /**
664
- * <p>
665
- * Container for response returned by
666
- * <code>
667
- * <a>AssociatePackage</a>
668
- * </code>
669
- * operation.
670
- * </p>
671
- */
672
- export interface AssociatePackageResponse {
673
- /**
674
- * <p><code>DomainPackageDetails</code></p>
675
- */
676
- DomainPackageDetails?: DomainPackageDetails;
677
- }
678
- export declare namespace AssociatePackageResponse {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: AssociatePackageResponse) => any;
683
- }
684
- /**
685
- * <p>An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.</p>
686
- */
687
- export interface ConflictException extends __SmithyException, $MetadataBearer {
688
- name: "ConflictException";
689
- $fault: "client";
690
- /**
691
- * <p>A description of the error.</p>
692
- */
693
- message?: string;
694
- }
695
- export declare namespace ConflictException {
696
- /**
697
- * @internal
698
- */
699
- const filterSensitiveLog: (obj: ConflictException) => any;
700
- }
701
- /**
702
- * <p>Container for the parameters to the <code><a>CancelElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.</p>
703
- */
704
- export interface CancelElasticsearchServiceSoftwareUpdateRequest {
705
- /**
706
- * <p>The name of the domain that you want to stop the latest service software update on.</p>
707
- */
708
- DomainName: string | undefined;
709
- }
710
- export declare namespace CancelElasticsearchServiceSoftwareUpdateRequest {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateRequest) => any;
715
- }
716
- export declare type DeploymentStatus = "COMPLETED" | "ELIGIBLE" | "IN_PROGRESS" | "NOT_ELIGIBLE" | "PENDING_UPDATE";
717
- /**
718
- * <p>The current options of an Elasticsearch domain service software options.</p>
719
- */
720
- export interface ServiceSoftwareOptions {
721
- /**
722
- * <p>The current service software version that is present on the domain.</p>
723
- */
724
- CurrentVersion?: string;
725
- /**
726
- * <p>The new service software version if one is available.</p>
727
- */
728
- NewVersion?: string;
729
- /**
730
- * <p><code>True</code> if you are able to update you service software version. <code>False</code> if you are not able to update your service software version. </p>
731
- */
732
- UpdateAvailable?: boolean;
733
- /**
734
- * <p><code>True</code> if you are able to cancel your service software version update. <code>False</code> if you are not able to cancel your service software version. </p>
735
- */
736
- Cancellable?: boolean;
737
- /**
738
- * <p>The status of your service software update. This field can take the following values: <code>ELIGIBLE</code>, <code>PENDING_UPDATE</code>, <code>IN_PROGRESS</code>, <code>COMPLETED</code>, and <code>NOT_ELIGIBLE</code>.</p>
739
- */
740
- UpdateStatus?: DeploymentStatus | string;
741
- /**
742
- * <p>The description of the <code>UpdateStatus</code>.</p>
743
- */
744
- Description?: string;
745
- /**
746
- * <p>Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.</p>
747
- */
748
- AutomatedUpdateDate?: Date;
749
- /**
750
- * <p><code>True</code> if a service software is never automatically updated. <code>False</code> if a service software is automatically updated after <code>AutomatedUpdateDate</code>. </p>
751
- */
752
- OptionalDeployment?: boolean;
753
- }
754
- export declare namespace ServiceSoftwareOptions {
755
- /**
756
- * @internal
757
- */
758
- const filterSensitiveLog: (obj: ServiceSoftwareOptions) => any;
759
- }
760
- /**
761
- * <p>The result of a <code>CancelElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
762
- */
763
- export interface CancelElasticsearchServiceSoftwareUpdateResponse {
764
- /**
765
- * <p>The current status of the Elasticsearch service software update.</p>
766
- */
767
- ServiceSoftwareOptions?: ServiceSoftwareOptions;
768
- }
769
- export declare namespace CancelElasticsearchServiceSoftwareUpdateResponse {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: CancelElasticsearchServiceSoftwareUpdateResponse) => any;
774
- }
775
- export declare enum AutoTuneDesiredState {
776
- DISABLED = "DISABLED",
777
- ENABLED = "ENABLED"
778
- }
779
- export declare enum TimeUnit {
780
- HOURS = "HOURS"
781
- }
782
- /**
783
- * <p>Specifies maintenance schedule duration: duration value and duration unit. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
784
- */
785
- export interface Duration {
786
- /**
787
- * <p> Integer to specify the value of a maintenance schedule duration. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
788
- */
789
- Value?: number;
790
- /**
791
- * <p>Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
792
- */
793
- Unit?: TimeUnit | string;
794
- }
795
- export declare namespace Duration {
796
- /**
797
- * @internal
798
- */
799
- const filterSensitiveLog: (obj: Duration) => any;
800
- }
801
- /**
802
- * <p>Specifies Auto-Tune maitenance schedule. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
803
- */
804
- export interface AutoTuneMaintenanceSchedule {
805
- /**
806
- * <p>Specifies timestamp at which Auto-Tune maintenance schedule start. </p>
807
- */
808
- StartAt?: Date;
809
- /**
810
- * <p>Specifies maintenance schedule duration: duration value and duration unit. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
811
- */
812
- Duration?: Duration;
813
- /**
814
- * <p>Specifies cron expression for a recurring maintenance schedule. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
815
- */
816
- CronExpressionForRecurrence?: string;
817
- }
818
- export declare namespace AutoTuneMaintenanceSchedule {
819
- /**
820
- * @internal
821
- */
822
- const filterSensitiveLog: (obj: AutoTuneMaintenanceSchedule) => any;
823
- }
824
- /**
825
- * <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
826
- */
827
- export interface AutoTuneOptionsInput {
828
- /**
829
- * <p>Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED. </p>
830
- */
831
- DesiredState?: AutoTuneDesiredState | string;
832
- /**
833
- * <p>Specifies list of maitenance schedules. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
834
- */
835
- MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
836
- }
837
- export declare namespace AutoTuneOptionsInput {
838
- /**
839
- * @internal
840
- */
841
- const filterSensitiveLog: (obj: AutoTuneOptionsInput) => any;
842
- }
843
- /**
844
- * <p>Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
845
- */
846
- export interface CognitoOptions {
847
- /**
848
- * <p>Specifies the option to enable Cognito for Kibana authentication.</p>
849
- */
850
- Enabled?: boolean;
851
- /**
852
- * <p>Specifies the Cognito user pool ID for Kibana authentication.</p>
853
- */
854
- UserPoolId?: string;
855
- /**
856
- * <p>Specifies the Cognito identity pool ID for Kibana authentication.</p>
857
- */
858
- IdentityPoolId?: string;
859
- /**
860
- * <p>Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.</p>
861
- */
862
- RoleArn?: string;
863
- }
864
- export declare namespace CognitoOptions {
865
- /**
866
- * @internal
867
- */
868
- const filterSensitiveLog: (obj: CognitoOptions) => any;
869
- }
870
- export declare enum TLSSecurityPolicy {
871
- POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
872
- POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
873
- }
874
- /**
875
- * <p>Options to configure endpoint for the Elasticsearch domain.</p>
876
- */
877
- export interface DomainEndpointOptions {
878
- /**
879
- * <p>Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.</p>
880
- */
881
- EnforceHTTPS?: boolean;
882
- /**
883
- * <p>Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain.
884
- * <br></br> It can be one of the following values:
885
- * <ul>
886
- * <li><b>Policy-Min-TLS-1-0-2019-07: </b> TLS security policy which supports TLSv1.0 and higher.</li>
887
- * <li><b>Policy-Min-TLS-1-2-2019-07: </b> TLS security policy which supports only TLSv1.2</li>
888
- * </ul>
889
- * </p>
890
- */
891
- TLSSecurityPolicy?: TLSSecurityPolicy | string;
892
- /**
893
- * <p>Specify if custom endpoint should be enabled for the Elasticsearch domain.</p>
894
- */
895
- CustomEndpointEnabled?: boolean;
896
- /**
897
- * <p>Specify the fully qualified domain for your custom endpoint.</p>
898
- */
899
- CustomEndpoint?: string;
900
- /**
901
- * <p>Specify ACM certificate ARN for your custom endpoint.</p>
902
- */
903
- CustomEndpointCertificateArn?: string;
904
- }
905
- export declare namespace DomainEndpointOptions {
906
- /**
907
- * @internal
908
- */
909
- const filterSensitiveLog: (obj: DomainEndpointOptions) => any;
910
- }
911
- export declare type VolumeType = "gp2" | "io1" | "standard";
912
- /**
913
- * <p>Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs" target="_blank"> Configuring EBS-based Storage</a>.</p>
914
- */
915
- export interface EBSOptions {
916
- /**
917
- * <p>Specifies whether EBS-based storage is enabled.</p>
918
- */
919
- EBSEnabled?: boolean;
920
- /**
921
- * <p> Specifies the volume type for EBS-based storage.</p>
922
- */
923
- VolumeType?: VolumeType | string;
924
- /**
925
- * <p> Integer to specify the size of an EBS volume.</p>
926
- */
927
- VolumeSize?: number;
928
- /**
929
- * <p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>
930
- */
931
- Iops?: number;
932
- }
933
- export declare namespace EBSOptions {
934
- /**
935
- * @internal
936
- */
937
- const filterSensitiveLog: (obj: EBSOptions) => any;
938
- }
939
- /**
940
- * <p>Specifies settings for cold storage.</p>
941
- */
942
- export interface ColdStorageOptions {
943
- /**
944
- * <p>True to enable cold storage for an Elasticsearch domain.</p>
945
- */
946
- Enabled: boolean | undefined;
947
- }
948
- export declare namespace ColdStorageOptions {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: ColdStorageOptions) => any;
953
- }
954
- export declare type ESPartitionInstanceType = "c4.2xlarge.elasticsearch" | "c4.4xlarge.elasticsearch" | "c4.8xlarge.elasticsearch" | "c4.large.elasticsearch" | "c4.xlarge.elasticsearch" | "c5.18xlarge.elasticsearch" | "c5.2xlarge.elasticsearch" | "c5.4xlarge.elasticsearch" | "c5.9xlarge.elasticsearch" | "c5.large.elasticsearch" | "c5.xlarge.elasticsearch" | "d2.2xlarge.elasticsearch" | "d2.4xlarge.elasticsearch" | "d2.8xlarge.elasticsearch" | "d2.xlarge.elasticsearch" | "i2.2xlarge.elasticsearch" | "i2.xlarge.elasticsearch" | "i3.16xlarge.elasticsearch" | "i3.2xlarge.elasticsearch" | "i3.4xlarge.elasticsearch" | "i3.8xlarge.elasticsearch" | "i3.large.elasticsearch" | "i3.xlarge.elasticsearch" | "m3.2xlarge.elasticsearch" | "m3.large.elasticsearch" | "m3.medium.elasticsearch" | "m3.xlarge.elasticsearch" | "m4.10xlarge.elasticsearch" | "m4.2xlarge.elasticsearch" | "m4.4xlarge.elasticsearch" | "m4.large.elasticsearch" | "m4.xlarge.elasticsearch" | "m5.12xlarge.elasticsearch" | "m5.2xlarge.elasticsearch" | "m5.4xlarge.elasticsearch" | "m5.large.elasticsearch" | "m5.xlarge.elasticsearch" | "r3.2xlarge.elasticsearch" | "r3.4xlarge.elasticsearch" | "r3.8xlarge.elasticsearch" | "r3.large.elasticsearch" | "r3.xlarge.elasticsearch" | "r4.16xlarge.elasticsearch" | "r4.2xlarge.elasticsearch" | "r4.4xlarge.elasticsearch" | "r4.8xlarge.elasticsearch" | "r4.large.elasticsearch" | "r4.xlarge.elasticsearch" | "r5.12xlarge.elasticsearch" | "r5.2xlarge.elasticsearch" | "r5.4xlarge.elasticsearch" | "r5.large.elasticsearch" | "r5.xlarge.elasticsearch" | "t2.medium.elasticsearch" | "t2.micro.elasticsearch" | "t2.small.elasticsearch" | "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
955
- export declare type ESWarmPartitionInstanceType = "ultrawarm1.large.elasticsearch" | "ultrawarm1.medium.elasticsearch";
956
- /**
957
- * <p>Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.</p>
958
- */
959
- export interface ZoneAwarenessConfig {
960
- /**
961
- * <p>An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled</p>
962
- */
963
- AvailabilityZoneCount?: number;
964
- }
965
- export declare namespace ZoneAwarenessConfig {
966
- /**
967
- * @internal
968
- */
969
- const filterSensitiveLog: (obj: ZoneAwarenessConfig) => any;
970
- }
971
- /**
972
- * <p>Specifies the configuration for the domain cluster, such as the type and number of instances.</p>
973
- */
974
- export interface ElasticsearchClusterConfig {
975
- /**
976
- * <p>The instance type for an Elasticsearch cluster. UltraWarm instance types are not supported for data instances.</p>
977
- */
978
- InstanceType?: ESPartitionInstanceType | string;
979
- /**
980
- * <p>The number of instances in the specified domain cluster.</p>
981
- */
982
- InstanceCount?: number;
983
- /**
984
- * <p>A boolean value to indicate whether a dedicated master node is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-dedicatedmasternodes" target="_blank">About Dedicated Master Nodes</a> for more information.</p>
985
- */
986
- DedicatedMasterEnabled?: boolean;
987
- /**
988
- * <p>A boolean value to indicate whether zone awareness is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness" target="_blank">About Zone Awareness</a> for more information.</p>
989
- */
990
- ZoneAwarenessEnabled?: boolean;
991
- /**
992
- * <p>Specifies the zone awareness configuration for a domain when zone awareness is enabled.</p>
993
- */
994
- ZoneAwarenessConfig?: ZoneAwarenessConfig;
995
- /**
996
- * <p>The instance type for a dedicated master node.</p>
997
- */
998
- DedicatedMasterType?: ESPartitionInstanceType | string;
999
- /**
1000
- * <p>Total number of dedicated master nodes, active and on standby, for the cluster.</p>
1001
- */
1002
- DedicatedMasterCount?: number;
1003
- /**
1004
- * <p>True to enable warm storage.</p>
1005
- */
1006
- WarmEnabled?: boolean;
1007
- /**
1008
- * <p>The instance type for the Elasticsearch cluster's warm nodes.</p>
1009
- */
1010
- WarmType?: ESWarmPartitionInstanceType | string;
1011
- /**
1012
- * <p>The number of warm nodes in the cluster.</p>
1013
- */
1014
- WarmCount?: number;
1015
- /**
1016
- * <p>Specifies the <code>ColdStorageOptions</code> configuration for an Elasticsearch domain.</p>
1017
- */
1018
- ColdStorageOptions?: ColdStorageOptions;
1019
- }
1020
- export declare namespace ElasticsearchClusterConfig {
1021
- /**
1022
- * @internal
1023
- */
1024
- const filterSensitiveLog: (obj: ElasticsearchClusterConfig) => any;
1025
- }
1026
- /**
1027
- * <p>Specifies the Encryption At Rest Options.</p>
1028
- */
1029
- export interface EncryptionAtRestOptions {
1030
- /**
1031
- * <p>Specifies the option to enable Encryption At Rest.</p>
1032
- */
1033
- Enabled?: boolean;
1034
- /**
1035
- * <p> Specifies the KMS Key ID for Encryption At Rest options.</p>
1036
- */
1037
- KmsKeyId?: string;
1038
- }
1039
- export declare namespace EncryptionAtRestOptions {
1040
- /**
1041
- * @internal
1042
- */
1043
- const filterSensitiveLog: (obj: EncryptionAtRestOptions) => any;
1044
- }
1045
- export declare type LogType = "AUDIT_LOGS" | "ES_APPLICATION_LOGS" | "INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS";
1046
- /**
1047
- * <p>Log Publishing option that is set for given domain.
1048
- * <br></br>Attributes and their details:
1049
- * <ul>
1050
- * <li>CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published.</li>
1051
- * <li>Enabled: Whether the log publishing for given log type is enabled or not</li>
1052
- * </ul>
1053
- * </p>
1054
- */
1055
- export interface LogPublishingOption {
1056
- /**
1057
- * <p>ARN of the Cloudwatch log group to which log needs to be published.</p>
1058
- */
1059
- CloudWatchLogsLogGroupArn?: string;
1060
- /**
1061
- * <p> Specifies whether given log publishing option is enabled or not.</p>
1062
- */
1063
- Enabled?: boolean;
1064
- }
1065
- export declare namespace LogPublishingOption {
1066
- /**
1067
- * @internal
1068
- */
1069
- const filterSensitiveLog: (obj: LogPublishingOption) => any;
1070
- }
1071
- /**
1072
- * <p>Specifies the node-to-node encryption options.</p>
1073
- */
1074
- export interface NodeToNodeEncryptionOptions {
1075
- /**
1076
- * <p>Specify true to enable node-to-node encryption.</p>
1077
- */
1078
- Enabled?: boolean;
1079
- }
1080
- export declare namespace NodeToNodeEncryptionOptions {
1081
- /**
1082
- * @internal
1083
- */
1084
- const filterSensitiveLog: (obj: NodeToNodeEncryptionOptions) => any;
1085
- }
1086
- /**
1087
- * <p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>
1088
- */
1089
- export interface SnapshotOptions {
1090
- /**
1091
- * <p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>
1092
- */
1093
- AutomatedSnapshotStartHour?: number;
1094
- }
1095
- export declare namespace SnapshotOptions {
1096
- /**
1097
- * @internal
1098
- */
1099
- const filterSensitiveLog: (obj: SnapshotOptions) => any;
1100
- }
1101
- /**
1102
- * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
1103
- */
1104
- export interface VPCOptions {
1105
- /**
1106
- * <p>Specifies the subnets for VPC endpoint.</p>
1107
- */
1108
- SubnetIds?: string[];
1109
- /**
1110
- * <p>Specifies the security groups for VPC endpoint.</p>
1111
- */
1112
- SecurityGroupIds?: string[];
1113
- }
1114
- export declare namespace VPCOptions {
1115
- /**
1116
- * @internal
1117
- */
1118
- const filterSensitiveLog: (obj: VPCOptions) => any;
1119
- }
1120
- export interface CreateElasticsearchDomainRequest {
1121
- /**
1122
- * <p>The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
1123
- */
1124
- DomainName: string | undefined;
1125
- /**
1126
- * <p>String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information,
1127
- * see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains" target="_blank">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch Service Developer Guide</i>.</p>
1128
- */
1129
- ElasticsearchVersion?: string;
1130
- /**
1131
- * <p>Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster. </p>
1132
- */
1133
- ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
1134
- /**
1135
- * <p>Options to enable, disable and specify the type and size of EBS storage volumes. </p>
1136
- */
1137
- EBSOptions?: EBSOptions;
1138
- /**
1139
- * <p> IAM access policy as a JSON-formatted string.</p>
1140
- */
1141
- AccessPolicies?: string;
1142
- /**
1143
- * <p>Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours. </p>
1144
- */
1145
- SnapshotOptions?: SnapshotOptions;
1146
- /**
1147
- * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc" target="_blank">Creating a VPC</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i></p>
1148
- */
1149
- VPCOptions?: VPCOptions;
1150
- /**
1151
- * <p>Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
1152
- */
1153
- CognitoOptions?: CognitoOptions;
1154
- /**
1155
- * <p>Specifies the Encryption At Rest Options.</p>
1156
- */
1157
- EncryptionAtRestOptions?: EncryptionAtRestOptions;
1158
- /**
1159
- * <p>Specifies the NodeToNodeEncryptionOptions.</p>
1160
- */
1161
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
1162
- /**
1163
- * <p> Option to allow references to indices in an HTTP request body. Must be <code>false</code> when configuring access to individual sub-resources. By default, the value is <code>true</code>.
1164
- * See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</p>
1165
- */
1166
- AdvancedOptions?: {
1167
- [key: string]: string;
1168
- };
1169
- /**
1170
- * <p>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing options to publish a given type of Elasticsearch log.</p>
1171
- */
1172
- LogPublishingOptions?: {
1173
- [key: string]: LogPublishingOption;
1174
- };
1175
- /**
1176
- * <p>Options to specify configuration that will be applied to the domain endpoint.</p>
1177
- */
1178
- DomainEndpointOptions?: DomainEndpointOptions;
1179
- /**
1180
- * <p>Specifies advanced security options.</p>
1181
- */
1182
- AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
1183
- /**
1184
- * <p>Specifies Auto-Tune options.</p>
1185
- */
1186
- AutoTuneOptions?: AutoTuneOptionsInput;
1187
- /**
1188
- * <p>A list of <code>Tag</code> added during domain creation.</p>
1189
- */
1190
- TagList?: Tag[];
1191
- }
1192
- export declare namespace CreateElasticsearchDomainRequest {
1193
- /**
1194
- * @internal
1195
- */
1196
- const filterSensitiveLog: (obj: CreateElasticsearchDomainRequest) => any;
1197
- }
1198
- export declare enum AutoTuneState {
1199
- DISABLED = "DISABLED",
1200
- DISABLED_AND_ROLLBACK_COMPLETE = "DISABLED_AND_ROLLBACK_COMPLETE",
1201
- DISABLED_AND_ROLLBACK_ERROR = "DISABLED_AND_ROLLBACK_ERROR",
1202
- DISABLED_AND_ROLLBACK_IN_PROGRESS = "DISABLED_AND_ROLLBACK_IN_PROGRESS",
1203
- DISABLED_AND_ROLLBACK_SCHEDULED = "DISABLED_AND_ROLLBACK_SCHEDULED",
1204
- DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
1205
- ENABLED = "ENABLED",
1206
- ENABLE_IN_PROGRESS = "ENABLE_IN_PROGRESS",
1207
- ERROR = "ERROR"
1208
- }
1209
- /**
1210
- * <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.</p>
1211
- */
1212
- export interface AutoTuneOptionsOutput {
1213
- /**
1214
- * <p>Specifies the <code>AutoTuneState</code> for the Elasticsearch domain.</p>
1215
- */
1216
- State?: AutoTuneState | string;
1217
- /**
1218
- * <p>Specifies the error message while enabling or disabling the Auto-Tune.</p>
1219
- */
1220
- ErrorMessage?: string;
1221
- }
1222
- export declare namespace AutoTuneOptionsOutput {
1223
- /**
1224
- * @internal
1225
- */
1226
- const filterSensitiveLog: (obj: AutoTuneOptionsOutput) => any;
1227
- }
1228
- /**
1229
- * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
1230
- */
1231
- export interface VPCDerivedInfo {
1232
- /**
1233
- * <p>The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>
1234
- */
1235
- VPCId?: string;
1236
- /**
1237
- * <p>Specifies the subnets for VPC endpoint.</p>
1238
- */
1239
- SubnetIds?: string[];
1240
- /**
1241
- * <p>The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.</p>
1242
- */
1243
- AvailabilityZones?: string[];
1244
- /**
1245
- * <p>Specifies the security groups for VPC endpoint.</p>
1246
- */
1247
- SecurityGroupIds?: string[];
1248
- }
1249
- export declare namespace VPCDerivedInfo {
1250
- /**
1251
- * @internal
1252
- */
1253
- const filterSensitiveLog: (obj: VPCDerivedInfo) => any;
1254
- }
1255
- /**
1256
- * <p>The current status of an Elasticsearch domain.</p>
1257
- */
1258
- export interface ElasticsearchDomainStatus {
1259
- /**
1260
- * <p>The unique identifier for the specified Elasticsearch domain.</p>
1261
- */
1262
- DomainId: string | undefined;
1263
- /**
1264
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
1265
- */
1266
- DomainName: string | undefined;
1267
- /**
1268
- * <p>The Amazon resource name (ARN) of an Elasticsearch domain. See <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html" target="_blank">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>
1269
- */
1270
- ARN: string | undefined;
1271
- /**
1272
- * <p>The domain creation status. <code>True</code> if the creation of an Elasticsearch domain is complete. <code>False</code> if domain creation is still in progress.</p>
1273
- */
1274
- Created?: boolean;
1275
- /**
1276
- * <p>The domain deletion status. <code>True</code> if a delete request has been received for the domain but resource cleanup is still in progress. <code>False</code> if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.</p>
1277
- */
1278
- Deleted?: boolean;
1279
- /**
1280
- * <p>The Elasticsearch domain endpoint that you use to submit index and search requests.</p>
1281
- */
1282
- Endpoint?: string;
1283
- /**
1284
- * <p>Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example <code>key, value</code>: <code>'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'</code>.</p>
1285
- */
1286
- Endpoints?: {
1287
- [key: string]: string;
1288
- };
1289
- /**
1290
- * <p>The status of the Elasticsearch domain configuration. <code>True</code> if Amazon Elasticsearch Service is processing configuration changes. <code>False</code> if the configuration is active.</p>
1291
- */
1292
- Processing?: boolean;
1293
- /**
1294
- * <p>The status of an Elasticsearch domain version upgrade. <code>True</code> if Amazon Elasticsearch Service is undergoing a version upgrade. <code>False</code> if the configuration is active.</p>
1295
- */
1296
- UpgradeProcessing?: boolean;
1297
- ElasticsearchVersion?: string;
1298
- /**
1299
- * <p>The type and number of instances in the domain cluster.</p>
1300
- */
1301
- ElasticsearchClusterConfig: ElasticsearchClusterConfig | undefined;
1302
- /**
1303
- * <p>The <code>EBSOptions</code> for the specified domain. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs" target="_blank">Configuring EBS-based Storage</a> for more information.</p>
1304
- */
1305
- EBSOptions?: EBSOptions;
1306
- /**
1307
- * <p> IAM access policy as a JSON-formatted string.</p>
1308
- */
1309
- AccessPolicies?: string;
1310
- /**
1311
- * <p>Specifies the status of the <code>SnapshotOptions</code></p>
1312
- */
1313
- SnapshotOptions?: SnapshotOptions;
1314
- /**
1315
- * <p>The <code>VPCOptions</code> for the specified domain. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank">VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
1316
- */
1317
- VPCOptions?: VPCDerivedInfo;
1318
- /**
1319
- * <p>The <code>CognitoOptions</code> for the specified domain. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
1320
- */
1321
- CognitoOptions?: CognitoOptions;
1322
- /**
1323
- * <p> Specifies the status of the <code>EncryptionAtRestOptions</code>.</p>
1324
- */
1325
- EncryptionAtRestOptions?: EncryptionAtRestOptions;
1326
- /**
1327
- * <p>Specifies the status of the <code>NodeToNodeEncryptionOptions</code>.</p>
1328
- */
1329
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
1330
- /**
1331
- * <p>Specifies the status of the <code>AdvancedOptions</code></p>
1332
- */
1333
- AdvancedOptions?: {
1334
- [key: string]: string;
1335
- };
1336
- /**
1337
- * <p>Log publishing options for the given domain.</p>
1338
- */
1339
- LogPublishingOptions?: {
1340
- [key: string]: LogPublishingOption;
1341
- };
1342
- /**
1343
- * <p>The current status of the Elasticsearch domain's service software.</p>
1344
- */
1345
- ServiceSoftwareOptions?: ServiceSoftwareOptions;
1346
- /**
1347
- * <p>The current status of the Elasticsearch domain's endpoint options.</p>
1348
- */
1349
- DomainEndpointOptions?: DomainEndpointOptions;
1350
- /**
1351
- * <p>The current status of the Elasticsearch domain's advanced security options.</p>
1352
- */
1353
- AdvancedSecurityOptions?: AdvancedSecurityOptions;
1354
- /**
1355
- * <p>The current status of the Elasticsearch domain's Auto-Tune options.</p>
1356
- */
1357
- AutoTuneOptions?: AutoTuneOptionsOutput;
1358
- }
1359
- export declare namespace ElasticsearchDomainStatus {
1360
- /**
1361
- * @internal
1362
- */
1363
- const filterSensitiveLog: (obj: ElasticsearchDomainStatus) => any;
1364
- }
1365
- /**
1366
- * <p>The result of a <code>CreateElasticsearchDomain</code> operation. Contains the status of the newly created Elasticsearch domain.</p>
1367
- */
1368
- export interface CreateElasticsearchDomainResponse {
1369
- /**
1370
- * <p>The status of the newly created Elasticsearch domain. </p>
1371
- */
1372
- DomainStatus?: ElasticsearchDomainStatus;
1373
- }
1374
- export declare namespace CreateElasticsearchDomainResponse {
1375
- /**
1376
- * @internal
1377
- */
1378
- const filterSensitiveLog: (obj: CreateElasticsearchDomainResponse) => any;
1379
- }
1380
- /**
1381
- * <p>An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.</p>
1382
- */
1383
- export interface InvalidTypeException extends __SmithyException, $MetadataBearer {
1384
- name: "InvalidTypeException";
1385
- $fault: "client";
1386
- /**
1387
- * <p>A description of the error.</p>
1388
- */
1389
- message?: string;
1390
- }
1391
- export declare namespace InvalidTypeException {
1392
- /**
1393
- * @internal
1394
- */
1395
- const filterSensitiveLog: (obj: InvalidTypeException) => any;
1396
- }
1397
- /**
1398
- * <p>An exception for creating a resource that already exists. Gives http status code of 400.</p>
1399
- */
1400
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
1401
- name: "ResourceAlreadyExistsException";
1402
- $fault: "client";
1403
- /**
1404
- * <p>A description of the error.</p>
1405
- */
1406
- message?: string;
1407
- }
1408
- export declare namespace ResourceAlreadyExistsException {
1409
- /**
1410
- * @internal
1411
- */
1412
- const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
1413
- }
1414
- /**
1415
- * <p>Container for the parameters to the <code><a>CreateOutboundCrossClusterSearchConnection</a></code> operation.</p>
1416
- */
1417
- export interface CreateOutboundCrossClusterSearchConnectionRequest {
1418
- /**
1419
- * <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
1420
- */
1421
- SourceDomainInfo: DomainInformation | undefined;
1422
- /**
1423
- * <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
1424
- */
1425
- DestinationDomainInfo: DomainInformation | undefined;
1426
- /**
1427
- * <p>Specifies the connection alias that will be used by the customer for this connection.</p>
1428
- */
1429
- ConnectionAlias: string | undefined;
1430
- }
1431
- export declare namespace CreateOutboundCrossClusterSearchConnectionRequest {
1432
- /**
1433
- * @internal
1434
- */
1435
- const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionRequest) => any;
1436
- }
1437
- export declare enum OutboundCrossClusterSearchConnectionStatusCode {
1438
- ACTIVE = "ACTIVE",
1439
- DELETED = "DELETED",
1440
- DELETING = "DELETING",
1441
- PENDING_ACCEPTANCE = "PENDING_ACCEPTANCE",
1442
- PROVISIONING = "PROVISIONING",
1443
- REJECTED = "REJECTED",
1444
- VALIDATING = "VALIDATING",
1445
- VALIDATION_FAILED = "VALIDATION_FAILED"
1446
- }
1447
- /**
1448
- * <p>Specifies the connection status of an outbound cross-cluster search connection.</p>
1449
- */
1450
- export interface OutboundCrossClusterSearchConnectionStatus {
1451
- /**
1452
- * <p>The state code for outbound connection. This can be one of the following:</p>
1453
- * <ul>
1454
- * <li>VALIDATING: The outbound connection request is being validated.</li>
1455
- * <li>VALIDATION_FAILED: Validation failed for the connection request.</li>
1456
- * <li>PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by destination domain owner.</li>
1457
- * <li>PROVISIONING: Outbound connection request is in process.</li>
1458
- * <li>ACTIVE: Outbound connection is active and ready to use.</li>
1459
- * <li>REJECTED: Outbound connection request is rejected by destination domain owner.</li>
1460
- * <li>DELETING: Outbound connection deletion is in progress.</li>
1461
- * <li>DELETED: Outbound connection is deleted and cannot be used further.</li>
1462
- * </ul>
1463
- */
1464
- StatusCode?: OutboundCrossClusterSearchConnectionStatusCode | string;
1465
- /**
1466
- * <p>Specifies verbose information for the outbound connection status.</p>
1467
- */
1468
- Message?: string;
1469
- }
1470
- export declare namespace OutboundCrossClusterSearchConnectionStatus {
1471
- /**
1472
- * @internal
1473
- */
1474
- const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnectionStatus) => any;
1475
- }
1476
- /**
1477
- * <p>The result of a <code><a>CreateOutboundCrossClusterSearchConnection</a></code> request. Contains the details of the newly created cross-cluster search connection.</p>
1478
- */
1479
- export interface CreateOutboundCrossClusterSearchConnectionResponse {
1480
- /**
1481
- * <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
1482
- */
1483
- SourceDomainInfo?: DomainInformation;
1484
- /**
1485
- * <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
1486
- */
1487
- DestinationDomainInfo?: DomainInformation;
1488
- /**
1489
- * <p>Specifies the connection alias provided during the create connection request.</p>
1490
- */
1491
- ConnectionAlias?: string;
1492
- /**
1493
- * <p>Specifies the <code><a>OutboundCrossClusterSearchConnectionStatus</a></code> for the newly created connection.</p>
1494
- */
1495
- ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
1496
- /**
1497
- * <p>Unique id for the created outbound connection, which is used for subsequent operations on connection.</p>
1498
- */
1499
- CrossClusterSearchConnectionId?: string;
1500
- }
1501
- export declare namespace CreateOutboundCrossClusterSearchConnectionResponse {
1502
- /**
1503
- * @internal
1504
- */
1505
- const filterSensitiveLog: (obj: CreateOutboundCrossClusterSearchConnectionResponse) => any;
1506
- }
1507
- /**
1508
- * <p>The S3 location for importing the package specified as <code>S3BucketName</code> and <code>S3Key</code></p>
1509
- */
1510
- export interface PackageSource {
1511
- /**
1512
- * <p>Name of the bucket containing the package.</p>
1513
- */
1514
- S3BucketName?: string;
1515
- /**
1516
- * <p>Key (file name) of the package.</p>
1517
- */
1518
- S3Key?: string;
1519
- }
1520
- export declare namespace PackageSource {
1521
- /**
1522
- * @internal
1523
- */
1524
- const filterSensitiveLog: (obj: PackageSource) => any;
1525
- }
1526
- /**
1527
- * <p>
1528
- * Container for request parameters to
1529
- * <code>
1530
- * <a>CreatePackage</a>
1531
- * </code>
1532
- * operation.
1533
- * </p>
1534
- */
1535
- export interface CreatePackageRequest {
1536
- /**
1537
- * <p>Unique identifier for the package.</p>
1538
- */
1539
- PackageName: string | undefined;
1540
- /**
1541
- * <p>Type of package. Currently supports only TXT-DICTIONARY.</p>
1542
- */
1543
- PackageType: PackageType | string | undefined;
1544
- /**
1545
- * <p>Description of the package.</p>
1546
- */
1547
- PackageDescription?: string;
1548
- /**
1549
- * <p>The customer S3 location <code>PackageSource</code> for importing the package.</p>
1550
- */
1551
- PackageSource: PackageSource | undefined;
1552
- }
1553
- export declare namespace CreatePackageRequest {
1554
- /**
1555
- * @internal
1556
- */
1557
- const filterSensitiveLog: (obj: CreatePackageRequest) => any;
1558
- }
1559
- export declare type PackageStatus = "AVAILABLE" | "COPYING" | "COPY_FAILED" | "DELETED" | "DELETE_FAILED" | "DELETING" | "VALIDATING" | "VALIDATION_FAILED";
1560
- /**
1561
- * <p>Basic information about a package.</p>
1562
- */
1563
- export interface PackageDetails {
1564
- /**
1565
- * <p>Internal ID of the package.</p>
1566
- */
1567
- PackageID?: string;
1568
- /**
1569
- * <p>User specified name of the package.</p>
1570
- */
1571
- PackageName?: string;
1572
- /**
1573
- * <p>Currently supports only TXT-DICTIONARY.</p>
1574
- */
1575
- PackageType?: PackageType | string;
1576
- /**
1577
- * <p>User-specified description of the package.</p>
1578
- */
1579
- PackageDescription?: string;
1580
- /**
1581
- * <p>Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED</p>
1582
- */
1583
- PackageStatus?: PackageStatus | string;
1584
- /**
1585
- * <p>Timestamp which tells creation date of the package.</p>
1586
- */
1587
- CreatedAt?: Date;
1588
- LastUpdatedAt?: Date;
1589
- AvailablePackageVersion?: string;
1590
- /**
1591
- * <p>Additional information if the package is in an error state. Null otherwise.</p>
1592
- */
1593
- ErrorDetails?: ErrorDetails;
1594
- }
1595
- export declare namespace PackageDetails {
1596
- /**
1597
- * @internal
1598
- */
1599
- const filterSensitiveLog: (obj: PackageDetails) => any;
1600
- }
1601
- /**
1602
- * <p>
1603
- * Container for response returned by
1604
- * <code>
1605
- * <a>CreatePackage</a>
1606
- * </code>
1607
- * operation.
1608
- * </p>
1609
- */
1610
- export interface CreatePackageResponse {
1611
- /**
1612
- * <p>Information about the package <code>PackageDetails</code>.</p>
1613
- */
1614
- PackageDetails?: PackageDetails;
1615
- }
1616
- export declare namespace CreatePackageResponse {
1617
- /**
1618
- * @internal
1619
- */
1620
- const filterSensitiveLog: (obj: CreatePackageResponse) => any;
1621
- }
1622
- /**
1623
- * <p>Container for the parameters to the <code><a>DeleteElasticsearchDomain</a></code> operation. Specifies the name of the Elasticsearch domain that you want to delete.</p>
1624
- */
1625
- export interface DeleteElasticsearchDomainRequest {
1626
- /**
1627
- * <p>The name of the Elasticsearch domain that you want to permanently delete.</p>
1628
- */
1629
- DomainName: string | undefined;
1630
- }
1631
- export declare namespace DeleteElasticsearchDomainRequest {
1632
- /**
1633
- * @internal
1634
- */
1635
- const filterSensitiveLog: (obj: DeleteElasticsearchDomainRequest) => any;
1636
- }
1637
- /**
1638
- * <p>The result of a <code>DeleteElasticsearchDomain</code> request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.</p>
1639
- */
1640
- export interface DeleteElasticsearchDomainResponse {
1641
- /**
1642
- * <p>The status of the Elasticsearch domain being deleted.</p>
1643
- */
1644
- DomainStatus?: ElasticsearchDomainStatus;
1645
- }
1646
- export declare namespace DeleteElasticsearchDomainResponse {
1647
- /**
1648
- * @internal
1649
- */
1650
- const filterSensitiveLog: (obj: DeleteElasticsearchDomainResponse) => any;
1651
- }
1652
- /**
1653
- * <p>Container for the parameters to the <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation.</p>
1654
- */
1655
- export interface DeleteInboundCrossClusterSearchConnectionRequest {
1656
- /**
1657
- * <p>The id of the inbound connection that you want to permanently delete.</p>
1658
- */
1659
- CrossClusterSearchConnectionId: string | undefined;
1660
- }
1661
- export declare namespace DeleteInboundCrossClusterSearchConnectionRequest {
1662
- /**
1663
- * @internal
1664
- */
1665
- const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionRequest) => any;
1666
- }
1667
- /**
1668
- * <p>The result of a <code><a>DeleteInboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted inbound connection.</p>
1669
- */
1670
- export interface DeleteInboundCrossClusterSearchConnectionResponse {
1671
- /**
1672
- * <p>Specifies the <code><a>InboundCrossClusterSearchConnection</a></code> of deleted inbound connection. </p>
1673
- */
1674
- CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
1675
- }
1676
- export declare namespace DeleteInboundCrossClusterSearchConnectionResponse {
1677
- /**
1678
- * @internal
1679
- */
1680
- const filterSensitiveLog: (obj: DeleteInboundCrossClusterSearchConnectionResponse) => any;
1681
- }
1682
- /**
1683
- * <p>Container for the parameters to the <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation.</p>
1684
- */
1685
- export interface DeleteOutboundCrossClusterSearchConnectionRequest {
1686
- /**
1687
- * <p>The id of the outbound connection that you want to permanently delete.</p>
1688
- */
1689
- CrossClusterSearchConnectionId: string | undefined;
1690
- }
1691
- export declare namespace DeleteOutboundCrossClusterSearchConnectionRequest {
1692
- /**
1693
- * @internal
1694
- */
1695
- const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionRequest) => any;
1696
- }
1697
- /**
1698
- * <p>Specifies details of an outbound connection.</p>
1699
- */
1700
- export interface OutboundCrossClusterSearchConnection {
1701
- /**
1702
- * <p>Specifies the <code><a>DomainInformation</a></code> for the source Elasticsearch domain.</p>
1703
- */
1704
- SourceDomainInfo?: DomainInformation;
1705
- /**
1706
- * <p>Specifies the <code><a>DomainInformation</a></code> for the destination Elasticsearch domain.</p>
1707
- */
1708
- DestinationDomainInfo?: DomainInformation;
1709
- /**
1710
- * <p>Specifies the connection id for the outbound cross-cluster search connection.</p>
1711
- */
1712
- CrossClusterSearchConnectionId?: string;
1713
- /**
1714
- * <p>Specifies the connection alias for the outbound cross-cluster search connection.</p>
1715
- */
1716
- ConnectionAlias?: string;
1717
- /**
1718
- * <p>Specifies the <code><a>OutboundCrossClusterSearchConnectionStatus</a></code> for the outbound connection.</p>
1719
- */
1720
- ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
1721
- }
1722
- export declare namespace OutboundCrossClusterSearchConnection {
1723
- /**
1724
- * @internal
1725
- */
1726
- const filterSensitiveLog: (obj: OutboundCrossClusterSearchConnection) => any;
1727
- }
1728
- /**
1729
- * <p>The result of a <code><a>DeleteOutboundCrossClusterSearchConnection</a></code> operation. Contains details of deleted outbound connection.</p>
1730
- */
1731
- export interface DeleteOutboundCrossClusterSearchConnectionResponse {
1732
- /**
1733
- * <p>Specifies the <code><a>OutboundCrossClusterSearchConnection</a></code> of deleted outbound connection. </p>
1734
- */
1735
- CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection;
1736
- }
1737
- export declare namespace DeleteOutboundCrossClusterSearchConnectionResponse {
1738
- /**
1739
- * @internal
1740
- */
1741
- const filterSensitiveLog: (obj: DeleteOutboundCrossClusterSearchConnectionResponse) => any;
1742
- }
1743
- /**
1744
- * <p>
1745
- * Container for request parameters to
1746
- * <code>
1747
- * <a>DeletePackage</a>
1748
- * </code>
1749
- * operation.
1750
- * </p>
1751
- */
1752
- export interface DeletePackageRequest {
1753
- /**
1754
- * <p>Internal ID of the package that you want to delete. Use <code>DescribePackages</code> to find this value.</p>
1755
- */
1756
- PackageID: string | undefined;
1757
- }
1758
- export declare namespace DeletePackageRequest {
1759
- /**
1760
- * @internal
1761
- */
1762
- const filterSensitiveLog: (obj: DeletePackageRequest) => any;
1763
- }
1764
- /**
1765
- * <p>
1766
- * Container for response parameters to
1767
- * <code>
1768
- * <a>DeletePackage</a>
1769
- * </code>
1770
- * operation.
1771
- * </p>
1772
- */
1773
- export interface DeletePackageResponse {
1774
- /**
1775
- * <p><code>PackageDetails</code></p>
1776
- */
1777
- PackageDetails?: PackageDetails;
1778
- }
1779
- export declare namespace DeletePackageResponse {
1780
- /**
1781
- * @internal
1782
- */
1783
- const filterSensitiveLog: (obj: DeletePackageResponse) => any;
1784
- }
1785
- /**
1786
- * <p>Container for the parameters to the <code>DescribeDomainAutoTunes</code> operation.</p>
1787
- */
1788
- export interface DescribeDomainAutoTunesRequest {
1789
- /**
1790
- * <p>Specifies the domain name for which you want Auto-Tune action details.</p>
1791
- */
1792
- DomainName: string | undefined;
1793
- /**
1794
- * <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
1795
- */
1796
- MaxResults?: number;
1797
- /**
1798
- * <p>NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>
1799
- */
1800
- NextToken?: string;
1801
- }
1802
- export declare namespace DescribeDomainAutoTunesRequest {
1803
- /**
1804
- * @internal
1805
- */
1806
- const filterSensitiveLog: (obj: DescribeDomainAutoTunesRequest) => any;
1807
- }
1808
- export declare enum ScheduledAutoTuneActionType {
1809
- JVM_HEAP_SIZE_TUNING = "JVM_HEAP_SIZE_TUNING",
1810
- JVM_YOUNG_GEN_TUNING = "JVM_YOUNG_GEN_TUNING"
1811
- }
1812
- export declare enum ScheduledAutoTuneSeverityType {
1813
- HIGH = "HIGH",
1814
- LOW = "LOW",
1815
- MEDIUM = "MEDIUM"
1816
- }
1817
- /**
1818
- * <p>Specifies details of the scheduled Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1819
- */
1820
- export interface ScheduledAutoTuneDetails {
1821
- /**
1822
- * <p>Specifies timestamp for the Auto-Tune action scheduled for the domain. </p>
1823
- */
1824
- Date?: Date;
1825
- /**
1826
- * <p>Specifies Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING. </p>
1827
- */
1828
- ActionType?: ScheduledAutoTuneActionType | string;
1829
- /**
1830
- * <p>Specifies Auto-Tune action description. </p>
1831
- */
1832
- Action?: string;
1833
- /**
1834
- * <p>Specifies Auto-Tune action severity. Valid values are LOW, MEDIUM and HIGH. </p>
1835
- */
1836
- Severity?: ScheduledAutoTuneSeverityType | string;
1837
- }
1838
- export declare namespace ScheduledAutoTuneDetails {
1839
- /**
1840
- * @internal
1841
- */
1842
- const filterSensitiveLog: (obj: ScheduledAutoTuneDetails) => any;
1843
- }
1844
- /**
1845
- * <p>Specifies details of the Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1846
- */
1847
- export interface AutoTuneDetails {
1848
- /**
1849
- * <p>Specifies details of the scheduled Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1850
- */
1851
- ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails;
1852
- }
1853
- export declare namespace AutoTuneDetails {
1854
- /**
1855
- * @internal
1856
- */
1857
- const filterSensitiveLog: (obj: AutoTuneDetails) => any;
1858
- }
1859
- export declare enum AutoTuneType {
1860
- SCHEDULED_ACTION = "SCHEDULED_ACTION"
1861
- }
1862
- /**
1863
- * <p>Specifies Auto-Tune type and Auto-Tune action details. </p>
1864
- */
1865
- export interface AutoTune {
1866
- /**
1867
- * <p>Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION. </p>
1868
- */
1869
- AutoTuneType?: AutoTuneType | string;
1870
- /**
1871
- * <p>Specifies details of the Auto-Tune action. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1872
- */
1873
- AutoTuneDetails?: AutoTuneDetails;
1874
- }
1875
- export declare namespace AutoTune {
1876
- /**
1877
- * @internal
1878
- */
1879
- const filterSensitiveLog: (obj: AutoTune) => any;
1880
- }
1881
- /**
1882
- * <p>The result of <code>DescribeDomainAutoTunes</code> request. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information. </p>
1883
- */
1884
- export interface DescribeDomainAutoTunesResponse {
1885
- /**
1886
- * <p>Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
1887
- */
1888
- AutoTunes?: AutoTune[];
1889
- /**
1890
- * <p>Specifies an identifier to allow retrieval of paginated results.</p>
1891
- */
1892
- NextToken?: string;
1893
- }
1894
- export declare namespace DescribeDomainAutoTunesResponse {
1895
- /**
1896
- * @internal
1897
- */
1898
- const filterSensitiveLog: (obj: DescribeDomainAutoTunesResponse) => any;
1899
- }
1900
- /**
1901
- * <p>Container for the parameters to the <code><a>DescribeElasticsearchDomain</a></code> operation.</p>
1902
- */
1903
- export interface DescribeElasticsearchDomainRequest {
1904
- /**
1905
- * <p>The name of the Elasticsearch domain for which you want information.</p>
1906
- */
1907
- DomainName: string | undefined;
1908
- }
1909
- export declare namespace DescribeElasticsearchDomainRequest {
1910
- /**
1911
- * @internal
1912
- */
1913
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainRequest) => any;
1914
- }
1915
- /**
1916
- * <p>The result of a <code>DescribeElasticsearchDomain</code> request. Contains the status of the domain specified in the request.</p>
1917
- */
1918
- export interface DescribeElasticsearchDomainResponse {
1919
- /**
1920
- * <p>The current status of the Elasticsearch domain.</p>
1921
- */
1922
- DomainStatus: ElasticsearchDomainStatus | undefined;
1923
- }
1924
- export declare namespace DescribeElasticsearchDomainResponse {
1925
- /**
1926
- * @internal
1927
- */
1928
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainResponse) => any;
1929
- }
1930
- /**
1931
- * <p> Container for the parameters to the <code>DescribeElasticsearchDomainConfig</code> operation. Specifies the domain name for which you want configuration information.</p>
1932
- */
1933
- export interface DescribeElasticsearchDomainConfigRequest {
1934
- /**
1935
- * <p>The Elasticsearch domain that you want to get information about.</p>
1936
- */
1937
- DomainName: string | undefined;
1938
- }
1939
- export declare namespace DescribeElasticsearchDomainConfigRequest {
1940
- /**
1941
- * @internal
1942
- */
1943
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigRequest) => any;
1944
- }
1945
- export declare enum RollbackOnDisable {
1946
- DEFAULT_ROLLBACK = "DEFAULT_ROLLBACK",
1947
- NO_ROLLBACK = "NO_ROLLBACK"
1948
- }
1949
- /**
1950
- * <p>Specifies the Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.</p>
1951
- */
1952
- export interface AutoTuneOptions {
1953
- /**
1954
- * <p>Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED. </p>
1955
- */
1956
- DesiredState?: AutoTuneDesiredState | string;
1957
- /**
1958
- * <p>Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK. </p>
1959
- */
1960
- RollbackOnDisable?: RollbackOnDisable | string;
1961
- /**
1962
- * <p>Specifies list of maitenance schedules. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.</p>
1963
- */
1964
- MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
1965
- }
1966
- export declare namespace AutoTuneOptions {
1967
- /**
1968
- * @internal
1969
- */
1970
- const filterSensitiveLog: (obj: AutoTuneOptions) => any;
1971
- }
1972
- /**
1973
- * <p>Provides the current status of the Auto-Tune options. </p>
1974
- */
1975
- export interface AutoTuneStatus {
1976
- /**
1977
- * <p>Timestamp which tells Auto-Tune options creation date .</p>
1978
- */
1979
- CreationDate: Date | undefined;
1980
- /**
1981
- * <p>Timestamp which tells Auto-Tune options last updated time.</p>
1982
- */
1983
- UpdateDate: Date | undefined;
1984
- /**
1985
- * <p>Specifies the Auto-Tune options latest version.</p>
1986
- */
1987
- UpdateVersion?: number;
1988
- /**
1989
- * <p>Specifies the <code>AutoTuneState</code> for the Elasticsearch domain.</p>
1990
- */
1991
- State: AutoTuneState | string | undefined;
1992
- /**
1993
- * <p>Specifies the error message while enabling or disabling the Auto-Tune options.</p>
1994
- */
1995
- ErrorMessage?: string;
1996
- /**
1997
- * <p>Indicates whether the Elasticsearch domain is being deleted.</p>
1998
- */
1999
- PendingDeletion?: boolean;
2000
- }
2001
- export declare namespace AutoTuneStatus {
2002
- /**
2003
- * @internal
2004
- */
2005
- const filterSensitiveLog: (obj: AutoTuneStatus) => any;
2006
- }
2007
- /**
2008
- * <p> Specifies the status of Auto-Tune options for the specified Elasticsearch domain.</p>
2009
- */
2010
- export interface AutoTuneOptionsStatus {
2011
- /**
2012
- * <p> Specifies Auto-Tune options for the specified Elasticsearch domain.</p>
2013
- */
2014
- Options?: AutoTuneOptions;
2015
- /**
2016
- * <p> Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.</p>
2017
- */
2018
- Status?: AutoTuneStatus;
2019
- }
2020
- export declare namespace AutoTuneOptionsStatus {
2021
- /**
2022
- * @internal
2023
- */
2024
- const filterSensitiveLog: (obj: AutoTuneOptionsStatus) => any;
2025
- }
2026
- /**
2027
- * <p>Status of the Cognito options for the specified Elasticsearch domain.</p>
2028
- */
2029
- export interface CognitoOptionsStatus {
2030
- /**
2031
- * <p>Specifies the Cognito options for the specified Elasticsearch domain.</p>
2032
- */
2033
- Options: CognitoOptions | undefined;
2034
- /**
2035
- * <p>Specifies the status of the Cognito options for the specified Elasticsearch domain.</p>
2036
- */
2037
- Status: OptionStatus | undefined;
2038
- }
2039
- export declare namespace CognitoOptionsStatus {
2040
- /**
2041
- * @internal
2042
- */
2043
- const filterSensitiveLog: (obj: CognitoOptionsStatus) => any;
2044
- }
2045
- /**
2046
- * <p>The configured endpoint options for the domain and their current status.</p>
2047
- */
2048
- export interface DomainEndpointOptionsStatus {
2049
- /**
2050
- * <p>Options to configure endpoint for the Elasticsearch domain.</p>
2051
- */
2052
- Options: DomainEndpointOptions | undefined;
2053
- /**
2054
- * <p>The status of the endpoint options for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>
2055
- */
2056
- Status: OptionStatus | undefined;
2057
- }
2058
- export declare namespace DomainEndpointOptionsStatus {
2059
- /**
2060
- * @internal
2061
- */
2062
- const filterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
2063
- }
2064
- /**
2065
- * <p> Status of the EBS options for the specified Elasticsearch domain.</p>
2066
- */
2067
- export interface EBSOptionsStatus {
2068
- /**
2069
- * <p> Specifies the EBS options for the specified Elasticsearch domain.</p>
2070
- */
2071
- Options: EBSOptions | undefined;
2072
- /**
2073
- * <p> Specifies the status of the EBS options for the specified Elasticsearch domain.</p>
2074
- */
2075
- Status: OptionStatus | undefined;
2076
- }
2077
- export declare namespace EBSOptionsStatus {
2078
- /**
2079
- * @internal
2080
- */
2081
- const filterSensitiveLog: (obj: EBSOptionsStatus) => any;
2082
- }
2083
- /**
2084
- * <p> Specifies the configuration status for the specified Elasticsearch domain.</p>
2085
- */
2086
- export interface ElasticsearchClusterConfigStatus {
2087
- /**
2088
- * <p> Specifies the cluster configuration for the specified Elasticsearch domain.</p>
2089
- */
2090
- Options: ElasticsearchClusterConfig | undefined;
2091
- /**
2092
- * <p> Specifies the status of the configuration for the specified Elasticsearch domain.</p>
2093
- */
2094
- Status: OptionStatus | undefined;
2095
- }
2096
- export declare namespace ElasticsearchClusterConfigStatus {
2097
- /**
2098
- * @internal
2099
- */
2100
- const filterSensitiveLog: (obj: ElasticsearchClusterConfigStatus) => any;
2101
- }
2102
- /**
2103
- * <p> Status of the Elasticsearch version options for the specified Elasticsearch domain.</p>
2104
- */
2105
- export interface ElasticsearchVersionStatus {
2106
- /**
2107
- * <p> Specifies the Elasticsearch version for the specified Elasticsearch domain.</p>
2108
- */
2109
- Options: string | undefined;
2110
- /**
2111
- * <p> Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.</p>
2112
- */
2113
- Status: OptionStatus | undefined;
2114
- }
2115
- export declare namespace ElasticsearchVersionStatus {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: ElasticsearchVersionStatus) => any;
2120
- }
2121
- /**
2122
- * <p> Status of the Encryption At Rest options for the specified Elasticsearch domain.</p>
2123
- */
2124
- export interface EncryptionAtRestOptionsStatus {
2125
- /**
2126
- * <p> Specifies the Encryption At Rest options for the specified Elasticsearch domain.</p>
2127
- */
2128
- Options: EncryptionAtRestOptions | undefined;
2129
- /**
2130
- * <p> Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.</p>
2131
- */
2132
- Status: OptionStatus | undefined;
2133
- }
2134
- export declare namespace EncryptionAtRestOptionsStatus {
2135
- /**
2136
- * @internal
2137
- */
2138
- const filterSensitiveLog: (obj: EncryptionAtRestOptionsStatus) => any;
2139
- }
2140
- /**
2141
- * <p>The configured log publishing options for the domain and their current status.</p>
2142
- */
2143
- export interface LogPublishingOptionsStatus {
2144
- /**
2145
- * <p>The log publishing options configured for the Elasticsearch domain.</p>
2146
- */
2147
- Options?: {
2148
- [key: string]: LogPublishingOption;
2149
- };
2150
- /**
2151
- * <p>The status of the log publishing options for the Elasticsearch domain. See <code>OptionStatus</code> for the status information that's included. </p>
2152
- */
2153
- Status?: OptionStatus;
2154
- }
2155
- export declare namespace LogPublishingOptionsStatus {
2156
- /**
2157
- * @internal
2158
- */
2159
- const filterSensitiveLog: (obj: LogPublishingOptionsStatus) => any;
2160
- }
2161
- /**
2162
- * <p>Status of the node-to-node encryption options for the specified Elasticsearch domain.</p>
2163
- */
2164
- export interface NodeToNodeEncryptionOptionsStatus {
2165
- /**
2166
- * <p>Specifies the node-to-node encryption options for the specified Elasticsearch domain.</p>
2167
- */
2168
- Options: NodeToNodeEncryptionOptions | undefined;
2169
- /**
2170
- * <p>Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.</p>
2171
- */
2172
- Status: OptionStatus | undefined;
2173
- }
2174
- export declare namespace NodeToNodeEncryptionOptionsStatus {
2175
- /**
2176
- * @internal
2177
- */
2178
- const filterSensitiveLog: (obj: NodeToNodeEncryptionOptionsStatus) => any;
2179
- }
2180
- /**
2181
- * <p>Status of a daily automated snapshot.</p>
2182
- */
2183
- export interface SnapshotOptionsStatus {
2184
- /**
2185
- * <p>Specifies the daily snapshot options specified for the Elasticsearch domain.</p>
2186
- */
2187
- Options: SnapshotOptions | undefined;
2188
- /**
2189
- * <p>Specifies the status of a daily automated snapshot.</p>
2190
- */
2191
- Status: OptionStatus | undefined;
2192
- }
2193
- export declare namespace SnapshotOptionsStatus {
2194
- /**
2195
- * @internal
2196
- */
2197
- const filterSensitiveLog: (obj: SnapshotOptionsStatus) => any;
2198
- }
2199
- /**
2200
- * <p> Status of the VPC options for the specified Elasticsearch domain.</p>
2201
- */
2202
- export interface VPCDerivedInfoStatus {
2203
- /**
2204
- * <p> Specifies the VPC options for the specified Elasticsearch domain.</p>
2205
- */
2206
- Options: VPCDerivedInfo | undefined;
2207
- /**
2208
- * <p> Specifies the status of the VPC options for the specified Elasticsearch domain.</p>
2209
- */
2210
- Status: OptionStatus | undefined;
2211
- }
2212
- export declare namespace VPCDerivedInfoStatus {
2213
- /**
2214
- * @internal
2215
- */
2216
- const filterSensitiveLog: (obj: VPCDerivedInfoStatus) => any;
2217
- }
2218
- /**
2219
- * <p>The configuration of an Elasticsearch domain.</p>
2220
- */
2221
- export interface ElasticsearchDomainConfig {
2222
- /**
2223
- * <p>String of format X.Y to specify version for the Elasticsearch domain.</p>
2224
- */
2225
- ElasticsearchVersion?: ElasticsearchVersionStatus;
2226
- /**
2227
- * <p>Specifies the <code>ElasticsearchClusterConfig</code> for the Elasticsearch domain.</p>
2228
- */
2229
- ElasticsearchClusterConfig?: ElasticsearchClusterConfigStatus;
2230
- /**
2231
- * <p>Specifies the <code>EBSOptions</code> for the Elasticsearch domain.</p>
2232
- */
2233
- EBSOptions?: EBSOptionsStatus;
2234
- /**
2235
- * <p>IAM access policy as a JSON-formatted string.</p>
2236
- */
2237
- AccessPolicies?: AccessPoliciesStatus;
2238
- /**
2239
- * <p>Specifies the <code>SnapshotOptions</code> for the Elasticsearch domain.</p>
2240
- */
2241
- SnapshotOptions?: SnapshotOptionsStatus;
2242
- /**
2243
- * <p>The <code>VPCOptions</code> for the specified domain. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank">VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
2244
- */
2245
- VPCOptions?: VPCDerivedInfoStatus;
2246
- /**
2247
- * <p>The <code>CognitoOptions</code> for the specified domain. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
2248
- */
2249
- CognitoOptions?: CognitoOptionsStatus;
2250
- /**
2251
- * <p>Specifies the <code>EncryptionAtRestOptions</code> for the Elasticsearch domain.</p>
2252
- */
2253
- EncryptionAtRestOptions?: EncryptionAtRestOptionsStatus;
2254
- /**
2255
- * <p>Specifies the <code>NodeToNodeEncryptionOptions</code> for the Elasticsearch domain.</p>
2256
- */
2257
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptionsStatus;
2258
- /**
2259
- * <p>Specifies the <code>AdvancedOptions</code> for the domain. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuring Advanced Options</a> for more information.</p>
2260
- */
2261
- AdvancedOptions?: AdvancedOptionsStatus;
2262
- /**
2263
- * <p>Log publishing options for the given domain.</p>
2264
- */
2265
- LogPublishingOptions?: LogPublishingOptionsStatus;
2266
- /**
2267
- * <p>Specifies the <code>DomainEndpointOptions</code> for the Elasticsearch domain.</p>
2268
- */
2269
- DomainEndpointOptions?: DomainEndpointOptionsStatus;
2270
- /**
2271
- * <p>Specifies <code>AdvancedSecurityOptions</code> for the domain. </p>
2272
- */
2273
- AdvancedSecurityOptions?: AdvancedSecurityOptionsStatus;
2274
- /**
2275
- * <p>Specifies <code>AutoTuneOptions</code> for the domain. </p>
2276
- */
2277
- AutoTuneOptions?: AutoTuneOptionsStatus;
2278
- }
2279
- export declare namespace ElasticsearchDomainConfig {
2280
- /**
2281
- * @internal
2282
- */
2283
- const filterSensitiveLog: (obj: ElasticsearchDomainConfig) => any;
2284
- }
2285
- /**
2286
- * <p>The result of a <code>DescribeElasticsearchDomainConfig</code> request. Contains the configuration information of the requested domain.</p>
2287
- */
2288
- export interface DescribeElasticsearchDomainConfigResponse {
2289
- /**
2290
- * <p>The configuration information of the domain requested in the <code>DescribeElasticsearchDomainConfig</code> request.</p>
2291
- */
2292
- DomainConfig: ElasticsearchDomainConfig | undefined;
2293
- }
2294
- export declare namespace DescribeElasticsearchDomainConfigResponse {
2295
- /**
2296
- * @internal
2297
- */
2298
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainConfigResponse) => any;
2299
- }
2300
- /**
2301
- * <p>Container for the parameters to the <code><a>DescribeElasticsearchDomains</a></code> operation. By default, the API returns the status of all Elasticsearch domains.</p>
2302
- */
2303
- export interface DescribeElasticsearchDomainsRequest {
2304
- /**
2305
- * <p>The Elasticsearch domains for which you want information.</p>
2306
- */
2307
- DomainNames: string[] | undefined;
2308
- }
2309
- export declare namespace DescribeElasticsearchDomainsRequest {
2310
- /**
2311
- * @internal
2312
- */
2313
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainsRequest) => any;
2314
- }
2315
- /**
2316
- * <p>The result of a <code>DescribeElasticsearchDomains</code> request. Contains the status of the specified domains or all domains owned by the account.</p>
2317
- */
2318
- export interface DescribeElasticsearchDomainsResponse {
2319
- /**
2320
- * <p>The status of the domains requested in the <code>DescribeElasticsearchDomains</code> request.</p>
2321
- */
2322
- DomainStatusList: ElasticsearchDomainStatus[] | undefined;
2323
- }
2324
- export declare namespace DescribeElasticsearchDomainsResponse {
2325
- /**
2326
- * @internal
2327
- */
2328
- const filterSensitiveLog: (obj: DescribeElasticsearchDomainsResponse) => any;
2329
- }
2330
- /**
2331
- * <p>
2332
- * Container for the parameters to
2333
- * <code>
2334
- * <a>DescribeElasticsearchInstanceTypeLimits</a>
2335
- * </code>
2336
- * operation.
2337
- * </p>
2338
- */
2339
- export interface DescribeElasticsearchInstanceTypeLimitsRequest {
2340
- /**
2341
- * <p>
2342
- * DomainName represents the name of the Domain that we are trying to
2343
- * modify. This should be present only if we are
2344
- * querying for Elasticsearch
2345
- * <code>
2346
- * <a>Limits</a>
2347
- * </code>
2348
- * for existing domain.
2349
- * </p>
2350
- */
2351
- DomainName?: string;
2352
- /**
2353
- * <p>
2354
- * The instance type for an Elasticsearch cluster for which Elasticsearch
2355
- * <code>
2356
- * <a>Limits</a>
2357
- * </code>
2358
- * are needed.
2359
- * </p>
2360
- */
2361
- InstanceType: ESPartitionInstanceType | string | undefined;
2362
- /**
2363
- * <p>
2364
- * Version of Elasticsearch for which
2365
- * <code>
2366
- * <a>Limits</a>
2367
- * </code>
2368
- * are needed.
2369
- * </p>
2370
- */
2371
- ElasticsearchVersion: string | undefined;
2372
- }
2373
- export declare namespace DescribeElasticsearchInstanceTypeLimitsRequest {
2374
- /**
2375
- * @internal
2376
- */
2377
- const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsRequest) => any;
2378
- }
2379
- /**
2380
- * <p>
2381
- * InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for
2382
- * given InstanceType.
2383
- * </p>
2384
- */
2385
- export interface InstanceCountLimits {
2386
- /**
2387
- * <p>
2388
- * Minimum number of Instances that can be instantiated for given InstanceType.
2389
- * </p>
2390
- */
2391
- MinimumInstanceCount?: number;
2392
- /**
2393
- * <p>
2394
- * Maximum number of Instances that can be instantiated for given InstanceType.
2395
- * </p>
2396
- */
2397
- MaximumInstanceCount?: number;
2398
- }
2399
- export declare namespace InstanceCountLimits {
2400
- /**
2401
- * @internal
2402
- */
2403
- const filterSensitiveLog: (obj: InstanceCountLimits) => any;
2404
- }
2405
- /**
2406
- * <p>InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
2407
- * </p>
2408
- */
2409
- export interface InstanceLimits {
2410
- /**
2411
- * <p>
2412
- * InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for
2413
- * given InstanceType.
2414
- * </p>
2415
- */
2416
- InstanceCountLimits?: InstanceCountLimits;
2417
- }
2418
- export declare namespace InstanceLimits {
2419
- /**
2420
- * @internal
2421
- */
2422
- const filterSensitiveLog: (obj: InstanceLimits) => any;
2423
- }
2424
- /**
2425
- * <p>Limits that are applicable for given storage type.
2426
- * </p>
2427
- */
2428
- export interface StorageTypeLimit {
2429
- /**
2430
- * <p>
2431
- * Name of storage limits that are applicable for given storage type.
2432
- * If
2433
- * <code>
2434
- * <a>StorageType</a>
2435
- * </code>
2436
- * is ebs, following storage options are applicable
2437
- * <ol>
2438
- * <li>MinimumVolumeSize</li>
2439
- * Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
2440
- * <li>MaximumVolumeSize</li>
2441
- * Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
2442
- * <li>MaximumIops</li>
2443
- * Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
2444
- * <li>MinimumIops</li>
2445
- * Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
2446
- * </ol>
2447
- * </p>
2448
- */
2449
- LimitName?: string;
2450
- /**
2451
- * <p>
2452
- * Values for the
2453
- * <code>
2454
- * <a>StorageTypeLimit$LimitName</a>
2455
- * </code>
2456
- * .
2457
- * </p>
2458
- */
2459
- LimitValues?: string[];
2460
- }
2461
- export declare namespace StorageTypeLimit {
2462
- /**
2463
- * @internal
2464
- */
2465
- const filterSensitiveLog: (obj: StorageTypeLimit) => any;
2466
- }
2467
- /**
2468
- * <p>StorageTypes represents the list of storage related types and their attributes
2469
- * that are available for given InstanceType.
2470
- * </p>
2471
- */
2472
- export interface StorageType {
2473
- /**
2474
- * <p>
2475
- * Type of the storage.
2476
- * List of available storage options:
2477
- * <ol>
2478
- * <li>instance</li> Inbuilt storage available for the given Instance
2479
- * <li>ebs</li> Elastic block storage that would be attached to the given Instance
2480
- * </ol>
2481
- * </p>
2482
- */
2483
- StorageTypeName?: string;
2484
- /**
2485
- * <p>
2486
- * SubType of the given storage type.
2487
- * List of available sub-storage options:
2488
- * For "instance" storageType we wont have any storageSubType,
2489
- * in case of "ebs" storageType we will have following valid storageSubTypes
2490
- * <ol>
2491
- * <li>standard</li>
2492
- * <li>gp2</li>
2493
- * <li>io1</li>
2494
- * </ol>
2495
- * Refer <code><a>VolumeType</a></code> for more information regarding above EBS storage options.
2496
- * </p>
2497
- */
2498
- StorageSubTypeName?: string;
2499
- /**
2500
- * <p>List of limits that are applicable for given storage type.
2501
- * </p>
2502
- */
2503
- StorageTypeLimits?: StorageTypeLimit[];
2504
- }
2505
- export declare namespace StorageType {
2506
- /**
2507
- * @internal
2508
- */
2509
- const filterSensitiveLog: (obj: StorageType) => any;
2510
- }
2511
- /**
2512
- * <p>
2513
- * Limits for given InstanceType and for each of it's role.
2514
- * <br></br>
2515
- * Limits contains following
2516
- * <code>
2517
- * <a>StorageTypes,</a>
2518
- * </code>
2519
- * <code>
2520
- * <a>InstanceLimits</a>
2521
- * </code>
2522
- * and
2523
- * <code>
2524
- * <a>AdditionalLimits</a>
2525
- * </code>
2526
- * </p>
2527
- */
2528
- export interface Limits {
2529
- /**
2530
- * <p>StorageType represents the list of storage related types and attributes
2531
- * that are available for given InstanceType.
2532
- * </p>
2533
- */
2534
- StorageTypes?: StorageType[];
2535
- /**
2536
- * <p>InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
2537
- * </p>
2538
- */
2539
- InstanceLimits?: InstanceLimits;
2540
- /**
2541
- * <p>
2542
- * List of additional limits that are specific to a given InstanceType and for each of it's
2543
- * <code>
2544
- * <a>InstanceRole</a>
2545
- * </code>
2546
- * .
2547
- * </p>
2548
- */
2549
- AdditionalLimits?: AdditionalLimit[];
2550
- }
2551
- export declare namespace Limits {
2552
- /**
2553
- * @internal
2554
- */
2555
- const filterSensitiveLog: (obj: Limits) => any;
2556
- }
2557
- /**
2558
- * <p>
2559
- * Container for the parameters received from
2560
- * <code>
2561
- * <a>DescribeElasticsearchInstanceTypeLimits</a>
2562
- * </code>
2563
- * operation.
2564
- * </p>
2565
- */
2566
- export interface DescribeElasticsearchInstanceTypeLimitsResponse {
2567
- /**
2568
- * <p>
2569
- * Map of Role of the Instance and Limits that are applicable.
2570
- * Role performed by given Instance in Elasticsearch
2571
- * can be one of the following:
2572
- * <ul>
2573
- * <li>data: If the given InstanceType is used as data node</li>
2574
- * <li>master: If the given InstanceType is used as master node</li>
2575
- * <li>ultra_warm: If the given InstanceType is used as warm node</li>
2576
- * </ul>
2577
- * </p>
2578
- */
2579
- LimitsByRole?: {
2580
- [key: string]: Limits;
2581
- };
2582
- }
2583
- export declare namespace DescribeElasticsearchInstanceTypeLimitsResponse {
2584
- /**
2585
- * @internal
2586
- */
2587
- const filterSensitiveLog: (obj: DescribeElasticsearchInstanceTypeLimitsResponse) => any;
2588
- }
2589
- /**
2590
- * <p>
2591
- * A filter used to limit results when describing inbound or outbound cross-cluster search connections.
2592
- * Multiple values can be specified per filter.
2593
- * A cross-cluster search connection must match at least one of the specified values for it to be
2594
- * returned from an operation.
2595
- * </p>
2596
- */
2597
- export interface Filter {
2598
- /**
2599
- * <p>
2600
- * Specifies the name of the filter.
2601
- * </p>
2602
- */
2603
- Name?: string;
2604
- /**
2605
- * <p>
2606
- * Contains one or more values for the filter.
2607
- * </p>
2608
- */
2609
- Values?: string[];
2610
- }
2611
- export declare namespace Filter {
2612
- /**
2613
- * @internal
2614
- */
2615
- const filterSensitiveLog: (obj: Filter) => any;
2616
- }
2617
- /**
2618
- * <p>Container for the parameters to the <code><a>DescribeInboundCrossClusterSearchConnections</a></code> operation.</p>
2619
- */
2620
- export interface DescribeInboundCrossClusterSearchConnectionsRequest {
2621
- /**
2622
- * <p>
2623
- * A list of filters used to match properties for inbound cross-cluster search connection.
2624
- * Available <code><a>Filter</a></code> names for this operation are:
2625
- * <ul>
2626
- * <li>cross-cluster-search-connection-id</li>
2627
- * <li>source-domain-info.domain-name</li>
2628
- * <li>source-domain-info.owner-id</li>
2629
- * <li>source-domain-info.region</li>
2630
- * <li>destination-domain-info.domain-name</li>
2631
- * </ul>
2632
- * </p>
2633
- */
2634
- Filters?: Filter[];
2635
- /**
2636
- * <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
2637
- */
2638
- MaxResults?: number;
2639
- /**
2640
- * <p> NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>
2641
- */
2642
- NextToken?: string;
2643
- }
2644
- export declare namespace DescribeInboundCrossClusterSearchConnectionsRequest {
2645
- /**
2646
- * @internal
2647
- */
2648
- const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsRequest) => any;
2649
- }
2650
- /**
2651
- * <p>The result of a <code><a>DescribeInboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
2652
- */
2653
- export interface DescribeInboundCrossClusterSearchConnectionsResponse {
2654
- /**
2655
- * <p>Consists of list of <code><a>InboundCrossClusterSearchConnection</a></code> matching the specified filter criteria.</p>
2656
- */
2657
- CrossClusterSearchConnections?: InboundCrossClusterSearchConnection[];
2658
- /**
2659
- * <p>If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
2660
- * </p>
2661
- */
2662
- NextToken?: string;
2663
- }
2664
- export declare namespace DescribeInboundCrossClusterSearchConnectionsResponse {
2665
- /**
2666
- * @internal
2667
- */
2668
- const filterSensitiveLog: (obj: DescribeInboundCrossClusterSearchConnectionsResponse) => any;
2669
- }
2670
- /**
2671
- * <p>The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400. </p>
2672
- */
2673
- export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
2674
- name: "InvalidPaginationTokenException";
2675
- $fault: "client";
2676
- /**
2677
- * <p>A description of the error.</p>
2678
- */
2679
- message?: string;
2680
- }
2681
- export declare namespace InvalidPaginationTokenException {
2682
- /**
2683
- * @internal
2684
- */
2685
- const filterSensitiveLog: (obj: InvalidPaginationTokenException) => any;
2686
- }
2687
- /**
2688
- * <p>Container for the parameters to the <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> operation.</p>
2689
- */
2690
- export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
2691
- /**
2692
- * <p>
2693
- * A list of filters used to match properties for outbound cross-cluster search connection.
2694
- * Available <code><a>Filter</a></code> names for this operation are:
2695
- * <ul>
2696
- * <li>cross-cluster-search-connection-id</li>
2697
- * <li>destination-domain-info.domain-name</li>
2698
- * <li>destination-domain-info.owner-id</li>
2699
- * <li>destination-domain-info.region</li>
2700
- * <li>source-domain-info.domain-name</li>
2701
- * </ul>
2702
- * </p>
2703
- */
2704
- Filters?: Filter[];
2705
- /**
2706
- * <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
2707
- */
2708
- MaxResults?: number;
2709
- /**
2710
- * <p> NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.</p>
2711
- */
2712
- NextToken?: string;
2713
- }
2714
- export declare namespace DescribeOutboundCrossClusterSearchConnectionsRequest {
2715
- /**
2716
- * @internal
2717
- */
2718
- const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsRequest) => any;
2719
- }
2720
- /**
2721
- * <p>The result of a <code><a>DescribeOutboundCrossClusterSearchConnections</a></code> request. Contains the list of connections matching the filter criteria.</p>
2722
- */
2723
- export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
2724
- /**
2725
- * <p>Consists of list of <code><a>OutboundCrossClusterSearchConnection</a></code> matching the specified filter criteria.</p>
2726
- */
2727
- CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[];
2728
- /**
2729
- * <p>If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.
2730
- * </p>
2731
- */
2732
- NextToken?: string;
2733
- }
2734
- export declare namespace DescribeOutboundCrossClusterSearchConnectionsResponse {
2735
- /**
2736
- * @internal
2737
- */
2738
- const filterSensitiveLog: (obj: DescribeOutboundCrossClusterSearchConnectionsResponse) => any;
2739
- }
2740
- export declare enum DescribePackagesFilterName {
2741
- PackageID = "PackageID",
2742
- PackageName = "PackageName",
2743
- PackageStatus = "PackageStatus"
2744
- }
2745
- /**
2746
- * <p>Filter to apply in <code>DescribePackage</code> response.</p>
2747
- */
2748
- export interface DescribePackagesFilter {
2749
- /**
2750
- * <p>Any field from <code>PackageDetails</code>.</p>
2751
- */
2752
- Name?: DescribePackagesFilterName | string;
2753
- /**
2754
- * <p>A list of values for the specified field.</p>
2755
- */
2756
- Value?: string[];
2757
- }
2758
- export declare namespace DescribePackagesFilter {
2759
- /**
2760
- * @internal
2761
- */
2762
- const filterSensitiveLog: (obj: DescribePackagesFilter) => any;
2763
- }
2764
- /**
2765
- * <p>
2766
- * Container for request parameters to
2767
- * <code>
2768
- * <a>DescribePackage</a>
2769
- * </code>
2770
- * operation.
2771
- * </p>
2772
- */
2773
- export interface DescribePackagesRequest {
2774
- /**
2775
- * <p>Only returns packages that match the <code>DescribePackagesFilterList</code> values.</p>
2776
- */
2777
- Filters?: DescribePackagesFilter[];
2778
- /**
2779
- * <p>Limits results to a maximum number of packages.</p>
2780
- */
2781
- MaxResults?: number;
2782
- /**
2783
- * <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
2784
- */
2785
- NextToken?: string;
2786
- }
2787
- export declare namespace DescribePackagesRequest {
2788
- /**
2789
- * @internal
2790
- */
2791
- const filterSensitiveLog: (obj: DescribePackagesRequest) => any;
2792
- }
2793
- /**
2794
- * <p>
2795
- * Container for response returned by
2796
- * <code>
2797
- * <a>DescribePackages</a>
2798
- * </code>
2799
- * operation.
2800
- * </p>
2801
- */
2802
- export interface DescribePackagesResponse {
2803
- /**
2804
- * <p>List of <code>PackageDetails</code> objects.</p>
2805
- */
2806
- PackageDetailsList?: PackageDetails[];
2807
- NextToken?: string;
2808
- }
2809
- export declare namespace DescribePackagesResponse {
2810
- /**
2811
- * @internal
2812
- */
2813
- const filterSensitiveLog: (obj: DescribePackagesResponse) => any;
2814
- }
2815
- /**
2816
- * <p>Container for parameters to <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
2817
- */
2818
- export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
2819
- /**
2820
- * <p>The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.</p>
2821
- */
2822
- ReservedElasticsearchInstanceOfferingId?: string;
2823
- /**
2824
- * <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
2825
- */
2826
- MaxResults?: number;
2827
- /**
2828
- * <p>NextToken should be sent in case if earlier API call produced result
2829
- * containing NextToken. It is used for pagination.</p>
2830
- */
2831
- NextToken?: string;
2832
- }
2833
- export declare namespace DescribeReservedElasticsearchInstanceOfferingsRequest {
2834
- /**
2835
- * @internal
2836
- */
2837
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsRequest) => any;
2838
- }
2839
- export declare type ReservedElasticsearchInstancePaymentOption = "ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT";
2840
- /**
2841
- * <p>Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch instance offering.</p>
2842
- */
2843
- export interface RecurringCharge {
2844
- /**
2845
- * <p>The monetary amount of the recurring charge.</p>
2846
- */
2847
- RecurringChargeAmount?: number;
2848
- /**
2849
- * <p>The frequency of the recurring charge.</p>
2850
- */
2851
- RecurringChargeFrequency?: string;
2852
- }
2853
- export declare namespace RecurringCharge {
2854
- /**
2855
- * @internal
2856
- */
2857
- const filterSensitiveLog: (obj: RecurringCharge) => any;
2858
- }
2859
- /**
2860
- * <p>Details of a reserved Elasticsearch instance offering.</p>
2861
- */
2862
- export interface ReservedElasticsearchInstanceOffering {
2863
- /**
2864
- * <p>The Elasticsearch reserved instance offering identifier.</p>
2865
- */
2866
- ReservedElasticsearchInstanceOfferingId?: string;
2867
- /**
2868
- * <p>The Elasticsearch instance type offered by the reserved instance offering.</p>
2869
- */
2870
- ElasticsearchInstanceType?: ESPartitionInstanceType | string;
2871
- /**
2872
- * <p>The duration, in seconds, for which the offering will reserve the Elasticsearch instance.</p>
2873
- */
2874
- Duration?: number;
2875
- /**
2876
- * <p>The upfront fixed charge you will pay to purchase the specific reserved Elasticsearch instance offering. </p>
2877
- */
2878
- FixedPrice?: number;
2879
- /**
2880
- * <p>The rate you are charged for each hour the domain that is using the offering is running.</p>
2881
- */
2882
- UsagePrice?: number;
2883
- /**
2884
- * <p>The currency code for the reserved Elasticsearch instance offering.</p>
2885
- */
2886
- CurrencyCode?: string;
2887
- /**
2888
- * <p>Payment option for the reserved Elasticsearch instance offering</p>
2889
- */
2890
- PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
2891
- /**
2892
- * <p>The charge to your account regardless of whether you are creating any domains using the instance offering.</p>
2893
- */
2894
- RecurringCharges?: RecurringCharge[];
2895
- }
2896
- export declare namespace ReservedElasticsearchInstanceOffering {
2897
- /**
2898
- * @internal
2899
- */
2900
- const filterSensitiveLog: (obj: ReservedElasticsearchInstanceOffering) => any;
2901
- }
2902
- /**
2903
- * <p>Container for results from <code>DescribeReservedElasticsearchInstanceOfferings</code></p>
2904
- */
2905
- export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
2906
- /**
2907
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
2908
- */
2909
- NextToken?: string;
2910
- /**
2911
- * <p>List of reserved Elasticsearch instance offerings</p>
2912
- */
2913
- ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[];
2914
- }
2915
- export declare namespace DescribeReservedElasticsearchInstanceOfferingsResponse {
2916
- /**
2917
- * @internal
2918
- */
2919
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstanceOfferingsResponse) => any;
2920
- }
2921
- /**
2922
- * <p>Container for parameters to <code>DescribeReservedElasticsearchInstances</code></p>
2923
- */
2924
- export interface DescribeReservedElasticsearchInstancesRequest {
2925
- /**
2926
- * <p>The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.</p>
2927
- */
2928
- ReservedElasticsearchInstanceId?: string;
2929
- /**
2930
- * <p>Set this value to limit the number of results returned. If not specified, defaults to 100.</p>
2931
- */
2932
- MaxResults?: number;
2933
- /**
2934
- * <p>NextToken should be sent in case if earlier API call produced result
2935
- * containing NextToken. It is used for pagination.</p>
2936
- */
2937
- NextToken?: string;
2938
- }
2939
- export declare namespace DescribeReservedElasticsearchInstancesRequest {
2940
- /**
2941
- * @internal
2942
- */
2943
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesRequest) => any;
2944
- }
2945
- /**
2946
- * <p>Details of a reserved Elasticsearch instance.</p>
2947
- */
2948
- export interface ReservedElasticsearchInstance {
2949
- /**
2950
- * <p>The customer-specified identifier to track this reservation.</p>
2951
- */
2952
- ReservationName?: string;
2953
- /**
2954
- * <p>The unique identifier for the reservation.</p>
2955
- */
2956
- ReservedElasticsearchInstanceId?: string;
2957
- /**
2958
- * <p>The offering identifier.</p>
2959
- */
2960
- ReservedElasticsearchInstanceOfferingId?: string;
2961
- /**
2962
- * <p>The Elasticsearch instance type offered by the reserved instance offering.</p>
2963
- */
2964
- ElasticsearchInstanceType?: ESPartitionInstanceType | string;
2965
- /**
2966
- * <p>The time the reservation started.</p>
2967
- */
2968
- StartTime?: Date;
2969
- /**
2970
- * <p>The duration, in seconds, for which the Elasticsearch instance is reserved.</p>
2971
- */
2972
- Duration?: number;
2973
- /**
2974
- * <p>The upfront fixed charge you will paid to purchase the specific reserved Elasticsearch instance offering. </p>
2975
- */
2976
- FixedPrice?: number;
2977
- /**
2978
- * <p>The rate you are charged for each hour for the domain that is using this reserved instance.</p>
2979
- */
2980
- UsagePrice?: number;
2981
- /**
2982
- * <p>The currency code for the reserved Elasticsearch instance offering.</p>
2983
- */
2984
- CurrencyCode?: string;
2985
- /**
2986
- * <p>The number of Elasticsearch instances that have been reserved.</p>
2987
- */
2988
- ElasticsearchInstanceCount?: number;
2989
- /**
2990
- * <p>The state of the reserved Elasticsearch instance.</p>
2991
- */
2992
- State?: string;
2993
- /**
2994
- * <p>The payment option as defined in the reserved Elasticsearch instance offering.</p>
2995
- */
2996
- PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
2997
- /**
2998
- * <p>The charge to your account regardless of whether you are creating any domains using the instance offering.</p>
2999
- */
3000
- RecurringCharges?: RecurringCharge[];
3001
- }
3002
- export declare namespace ReservedElasticsearchInstance {
3003
- /**
3004
- * @internal
3005
- */
3006
- const filterSensitiveLog: (obj: ReservedElasticsearchInstance) => any;
3007
- }
3008
- /**
3009
- * <p>Container for results from <code>DescribeReservedElasticsearchInstances</code></p>
3010
- */
3011
- export interface DescribeReservedElasticsearchInstancesResponse {
3012
- /**
3013
- * <p>Provides an identifier to allow retrieval of paginated results.</p>
3014
- */
3015
- NextToken?: string;
3016
- /**
3017
- * <p>List of reserved Elasticsearch instances.</p>
3018
- */
3019
- ReservedElasticsearchInstances?: ReservedElasticsearchInstance[];
3020
- }
3021
- export declare namespace DescribeReservedElasticsearchInstancesResponse {
3022
- /**
3023
- * @internal
3024
- */
3025
- const filterSensitiveLog: (obj: DescribeReservedElasticsearchInstancesResponse) => any;
3026
- }
3027
- /**
3028
- * <p>
3029
- * Container for request parameters to
3030
- * <code>
3031
- * <a>DissociatePackage</a>
3032
- * </code>
3033
- * operation.
3034
- * </p>
3035
- */
3036
- export interface DissociatePackageRequest {
3037
- /**
3038
- * <p>Internal ID of the package that you want to associate with a domain. Use <code>DescribePackages</code> to find this value.</p>
3039
- */
3040
- PackageID: string | undefined;
3041
- /**
3042
- * <p>Name of the domain that you want to associate the package with.</p>
3043
- */
3044
- DomainName: string | undefined;
3045
- }
3046
- export declare namespace DissociatePackageRequest {
3047
- /**
3048
- * @internal
3049
- */
3050
- const filterSensitiveLog: (obj: DissociatePackageRequest) => any;
3051
- }
3052
- /**
3053
- * <p>
3054
- * Container for response returned by
3055
- * <code>
3056
- * <a>DissociatePackage</a>
3057
- * </code>
3058
- * operation.
3059
- * </p>
3060
- */
3061
- export interface DissociatePackageResponse {
3062
- /**
3063
- * <p><code>DomainPackageDetails</code></p>
3064
- */
3065
- DomainPackageDetails?: DomainPackageDetails;
3066
- }
3067
- export declare namespace DissociatePackageResponse {
3068
- /**
3069
- * @internal
3070
- */
3071
- const filterSensitiveLog: (obj: DissociatePackageResponse) => any;
3072
- }
3073
- /**
3074
- * <p>
3075
- * Container for request parameters to
3076
- * <code>
3077
- * <a>GetCompatibleElasticsearchVersions</a>
3078
- * </code>
3079
- * operation.
3080
- * </p>
3081
- */
3082
- export interface GetCompatibleElasticsearchVersionsRequest {
3083
- /**
3084
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
3085
- */
3086
- DomainName?: string;
3087
- }
3088
- export declare namespace GetCompatibleElasticsearchVersionsRequest {
3089
- /**
3090
- * @internal
3091
- */
3092
- const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsRequest) => any;
3093
- }
3094
- /**
3095
- * <p>
3096
- * A map from an
3097
- * <code>
3098
- * <a>ElasticsearchVersion</a>
3099
- * </code>
3100
- * to a list of compatible
3101
- * <code>
3102
- * <a>ElasticsearchVersion</a>
3103
- * </code>
3104
- * s to which the domain can be upgraded.
3105
- * </p>
3106
- */
3107
- export interface CompatibleVersionsMap {
3108
- /**
3109
- * <p>The current version of Elasticsearch on which a domain is.</p>
3110
- */
3111
- SourceVersion?: string;
3112
- /**
3113
- * <p>List of supported elastic search versions.
3114
- * </p>
3115
- */
3116
- TargetVersions?: string[];
3117
- }
3118
- export declare namespace CompatibleVersionsMap {
3119
- /**
3120
- * @internal
3121
- */
3122
- const filterSensitiveLog: (obj: CompatibleVersionsMap) => any;
3123
- }
3124
- /**
3125
- * <p>
3126
- * Container for response returned by
3127
- * <code>
3128
- * <a>GetCompatibleElasticsearchVersions</a>
3129
- * </code>
3130
- * operation.
3131
- * </p>
3132
- */
3133
- export interface GetCompatibleElasticsearchVersionsResponse {
3134
- /**
3135
- * <p>
3136
- * A map of compatible Elasticsearch versions returned as part of the
3137
- * <code>
3138
- * <a>GetCompatibleElasticsearchVersions</a>
3139
- * </code>
3140
- * operation.
3141
- * </p>
3142
- */
3143
- CompatibleElasticsearchVersions?: CompatibleVersionsMap[];
3144
- }
3145
- export declare namespace GetCompatibleElasticsearchVersionsResponse {
3146
- /**
3147
- * @internal
3148
- */
3149
- const filterSensitiveLog: (obj: GetCompatibleElasticsearchVersionsResponse) => any;
3150
- }
3151
- /**
3152
- * <p>
3153
- * Container for request parameters to
3154
- * <code>
3155
- * <a>GetPackageVersionHistory</a>
3156
- * </code>
3157
- * operation.
3158
- * </p>
3159
- */
3160
- export interface GetPackageVersionHistoryRequest {
3161
- /**
3162
- * <p>Returns an audit history of versions of the package.</p>
3163
- */
3164
- PackageID: string | undefined;
3165
- /**
3166
- * <p>Limits results to a maximum number of versions.</p>
3167
- */
3168
- MaxResults?: number;
3169
- /**
3170
- * <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
3171
- */
3172
- NextToken?: string;
3173
- }
3174
- export declare namespace GetPackageVersionHistoryRequest {
3175
- /**
3176
- * @internal
3177
- */
3178
- const filterSensitiveLog: (obj: GetPackageVersionHistoryRequest) => any;
3179
- }
3180
- /**
3181
- * <p>Details of a package version.</p>
3182
- */
3183
- export interface PackageVersionHistory {
3184
- /**
3185
- * <p>Version of the package.</p>
3186
- */
3187
- PackageVersion?: string;
3188
- /**
3189
- * <p>A message associated with the version.</p>
3190
- */
3191
- CommitMessage?: string;
3192
- /**
3193
- * <p>Timestamp which tells creation time of the package version.</p>
3194
- */
3195
- CreatedAt?: Date;
3196
- }
3197
- export declare namespace PackageVersionHistory {
3198
- /**
3199
- * @internal
3200
- */
3201
- const filterSensitiveLog: (obj: PackageVersionHistory) => any;
3202
- }
3203
- /**
3204
- * <p>
3205
- * Container for response returned by
3206
- * <code>
3207
- * <a>GetPackageVersionHistory</a>
3208
- * </code>
3209
- * operation.
3210
- * </p>
3211
- */
3212
- export interface GetPackageVersionHistoryResponse {
3213
- PackageID?: string;
3214
- /**
3215
- * <p>List of <code>PackageVersionHistory</code> objects.</p>
3216
- */
3217
- PackageVersionHistoryList?: PackageVersionHistory[];
3218
- NextToken?: string;
3219
- }
3220
- export declare namespace GetPackageVersionHistoryResponse {
3221
- /**
3222
- * @internal
3223
- */
3224
- const filterSensitiveLog: (obj: GetPackageVersionHistoryResponse) => any;
3225
- }
3226
- /**
3227
- * <p>
3228
- * Container for request parameters to
3229
- * <code>
3230
- * <a>GetUpgradeHistory</a>
3231
- * </code>
3232
- * operation.
3233
- * </p>
3234
- */
3235
- export interface GetUpgradeHistoryRequest {
3236
- /**
3237
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
3238
- */
3239
- DomainName: string | undefined;
3240
- /**
3241
- * <p>
3242
- * Set this value to limit the number of results returned.
3243
- * </p>
3244
- */
3245
- MaxResults?: number;
3246
- /**
3247
- * <p>
3248
- * Paginated APIs accepts NextToken input to returns next page results and provides
3249
- * a NextToken output in the response which can be used by the client to retrieve more results.
3250
- * </p>
3251
- */
3252
- NextToken?: string;
3253
- }
3254
- export declare namespace GetUpgradeHistoryRequest {
3255
- /**
3256
- * @internal
3257
- */
3258
- const filterSensitiveLog: (obj: GetUpgradeHistoryRequest) => any;
3259
- }
3260
- export declare type UpgradeStep = "PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE";
3261
- export declare type UpgradeStatus = "FAILED" | "IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES";
3262
- /**
3263
- * <p>Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.</p>
3264
- */
3265
- export interface UpgradeStepItem {
3266
- /**
3267
- * <p>
3268
- * Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
3269
- * <ul>
3270
- * <li>PreUpgradeCheck</li>
3271
- * <li>Snapshot</li>
3272
- * <li>Upgrade</li>
3273
- * </ul>
3274
- * </p>
3275
- */
3276
- UpgradeStep?: UpgradeStep | string;
3277
- /**
3278
- * <p>
3279
- * The status of a particular step during an upgrade. The status can take one of the following values:
3280
- * <ul>
3281
- * <li>In Progress</li>
3282
- * <li>Succeeded</li>
3283
- * <li>Succeeded with Issues</li>
3284
- * <li>Failed</li>
3285
- * </ul>
3286
- * </p>
3287
- */
3288
- UpgradeStepStatus?: UpgradeStatus | string;
3289
- /**
3290
- * <p>A list of strings containing detailed information about the errors encountered in a particular step.</p>
3291
- */
3292
- Issues?: string[];
3293
- /**
3294
- * <p>The Floating point value representing progress percentage of a particular step.</p>
3295
- */
3296
- ProgressPercent?: number;
3297
- }
3298
- export declare namespace UpgradeStepItem {
3299
- /**
3300
- * @internal
3301
- */
3302
- const filterSensitiveLog: (obj: UpgradeStepItem) => any;
3303
- }
3304
- /**
3305
- * <p>History of the last 10 Upgrades and Upgrade Eligibility Checks.</p>
3306
- */
3307
- export interface UpgradeHistory {
3308
- /**
3309
- * <p>A string that describes the update briefly</p>
3310
- */
3311
- UpgradeName?: string;
3312
- /**
3313
- * <p>UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.</p>
3314
- */
3315
- StartTimestamp?: Date;
3316
- /**
3317
- * <p>
3318
- * The overall status of the update. The status can take one of the following values:
3319
- * <ul>
3320
- * <li>In Progress</li>
3321
- * <li>Succeeded</li>
3322
- * <li>Succeeded with Issues</li>
3323
- * <li>Failed</li>
3324
- * </ul>
3325
- * </p>
3326
- */
3327
- UpgradeStatus?: UpgradeStatus | string;
3328
- /**
3329
- * <p>
3330
- * A list of
3331
- * <code>
3332
- * <a>UpgradeStepItem</a>
3333
- * </code>
3334
- * s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
3335
- * </p>
3336
- */
3337
- StepsList?: UpgradeStepItem[];
3338
- }
3339
- export declare namespace UpgradeHistory {
3340
- /**
3341
- * @internal
3342
- */
3343
- const filterSensitiveLog: (obj: UpgradeHistory) => any;
3344
- }
3345
- /**
3346
- * <p>
3347
- * Container for response returned by
3348
- * <code>
3349
- * <a>GetUpgradeHistory</a>
3350
- * </code>
3351
- * operation.
3352
- * </p>
3353
- */
3354
- export interface GetUpgradeHistoryResponse {
3355
- /**
3356
- * <p>
3357
- * A list of
3358
- * <code>
3359
- * <a>UpgradeHistory</a>
3360
- * </code>
3361
- * objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of
3362
- * <code>
3363
- * <a>GetUpgradeHistoryResponse</a>
3364
- * </code>
3365
- * object.
3366
- * </p>
3367
- */
3368
- UpgradeHistories?: UpgradeHistory[];
3369
- /**
3370
- * <p>Pagination token that needs to be supplied to the next call to get the next page of results</p>
3371
- */
3372
- NextToken?: string;
3373
- }
3374
- export declare namespace GetUpgradeHistoryResponse {
3375
- /**
3376
- * @internal
3377
- */
3378
- const filterSensitiveLog: (obj: GetUpgradeHistoryResponse) => any;
3379
- }
3380
- /**
3381
- * <p>
3382
- * Container for request parameters to
3383
- * <code>
3384
- * <a>GetUpgradeStatus</a>
3385
- * </code>
3386
- * operation.
3387
- * </p>
3388
- */
3389
- export interface GetUpgradeStatusRequest {
3390
- /**
3391
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
3392
- */
3393
- DomainName: string | undefined;
3394
- }
3395
- export declare namespace GetUpgradeStatusRequest {
3396
- /**
3397
- * @internal
3398
- */
3399
- const filterSensitiveLog: (obj: GetUpgradeStatusRequest) => any;
3400
- }
3401
- /**
3402
- * <p>
3403
- * Container for response returned by
3404
- * <code>
3405
- * <a>GetUpgradeStatus</a>
3406
- * </code>
3407
- * operation.
3408
- * </p>
3409
- */
3410
- export interface GetUpgradeStatusResponse {
3411
- /**
3412
- * <p>
3413
- * Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
3414
- * <ul>
3415
- * <li>PreUpgradeCheck</li>
3416
- * <li>Snapshot</li>
3417
- * <li>Upgrade</li>
3418
- * </ul>
3419
- * </p>
3420
- */
3421
- UpgradeStep?: UpgradeStep | string;
3422
- /**
3423
- * <p>
3424
- * One of 4 statuses that a step can go through returned as part of the
3425
- * <code>
3426
- * <a>GetUpgradeStatusResponse</a>
3427
- * </code>
3428
- * object. The status can take one of the following values:
3429
- * <ul>
3430
- * <li>In Progress</li>
3431
- * <li>Succeeded</li>
3432
- * <li>Succeeded with Issues</li>
3433
- * <li>Failed</li>
3434
- * </ul>
3435
- * </p>
3436
- */
3437
- StepStatus?: UpgradeStatus | string;
3438
- /**
3439
- * <p>A string that describes the update briefly</p>
3440
- */
3441
- UpgradeName?: string;
3442
- }
3443
- export declare namespace GetUpgradeStatusResponse {
3444
- /**
3445
- * @internal
3446
- */
3447
- const filterSensitiveLog: (obj: GetUpgradeStatusResponse) => any;
3448
- }
3449
- export interface DomainInfo {
3450
- /**
3451
- * <p> Specifies the <code>DomainName</code>.</p>
3452
- */
3453
- DomainName?: string;
3454
- }
3455
- export declare namespace DomainInfo {
3456
- /**
3457
- * @internal
3458
- */
3459
- const filterSensitiveLog: (obj: DomainInfo) => any;
3460
- }
3461
- /**
3462
- * <p>The result of a <code>ListDomainNames</code> operation. Contains the names of all Elasticsearch domains owned by this account.</p>
3463
- */
3464
- export interface ListDomainNamesResponse {
3465
- /**
3466
- * <p>List of Elasticsearch domain names.</p>
3467
- */
3468
- DomainNames?: DomainInfo[];
3469
- }
3470
- export declare namespace ListDomainNamesResponse {
3471
- /**
3472
- * @internal
3473
- */
3474
- const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
3475
- }
3476
- /**
3477
- * <p>
3478
- * Container for request parameters to
3479
- * <code>
3480
- * <a>ListDomainsForPackage</a>
3481
- * </code>
3482
- * operation.
3483
- * </p>
3484
- */
3485
- export interface ListDomainsForPackageRequest {
3486
- /**
3487
- * <p>The package for which to list domains.</p>
3488
- */
3489
- PackageID: string | undefined;
3490
- /**
3491
- * <p>Limits results to a maximum number of domains.</p>
3492
- */
3493
- MaxResults?: number;
3494
- /**
3495
- * <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
3496
- */
3497
- NextToken?: string;
3498
- }
3499
- export declare namespace ListDomainsForPackageRequest {
3500
- /**
3501
- * @internal
3502
- */
3503
- const filterSensitiveLog: (obj: ListDomainsForPackageRequest) => any;
3504
- }
3505
- /**
3506
- * <p>
3507
- * Container for response parameters to
3508
- * <code>
3509
- * <a>ListDomainsForPackage</a>
3510
- * </code>
3511
- * operation.
3512
- * </p>
3513
- */
3514
- export interface ListDomainsForPackageResponse {
3515
- /**
3516
- * <p>List of <code>DomainPackageDetails</code> objects.</p>
3517
- */
3518
- DomainPackageDetailsList?: DomainPackageDetails[];
3519
- NextToken?: string;
3520
- }
3521
- export declare namespace ListDomainsForPackageResponse {
3522
- /**
3523
- * @internal
3524
- */
3525
- const filterSensitiveLog: (obj: ListDomainsForPackageResponse) => any;
3526
- }
3527
- /**
3528
- * <p>
3529
- * Container for the parameters to the
3530
- * <code>
3531
- * <a>ListElasticsearchInstanceTypes</a>
3532
- * </code>
3533
- * operation.
3534
- * </p>
3535
- */
3536
- export interface ListElasticsearchInstanceTypesRequest {
3537
- /**
3538
- * <p>Version of Elasticsearch for which list of supported elasticsearch
3539
- * instance types are needed.
3540
- * </p>
3541
- */
3542
- ElasticsearchVersion: string | undefined;
3543
- /**
3544
- * <p>DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are
3545
- * querying for list of available Elasticsearch instance types when modifying existing domain.
3546
- * </p>
3547
- */
3548
- DomainName?: string;
3549
- /**
3550
- * <p>
3551
- * Set this value to limit the number of results returned.
3552
- * Value provided must be greater than 30 else it wont be honored.
3553
- * </p>
3554
- */
3555
- MaxResults?: number;
3556
- /**
3557
- * <p>NextToken should be sent in case if earlier API call produced result
3558
- * containing NextToken. It is used for pagination.
3559
- * </p>
3560
- */
3561
- NextToken?: string;
3562
- }
3563
- export declare namespace ListElasticsearchInstanceTypesRequest {
3564
- /**
3565
- * @internal
3566
- */
3567
- const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesRequest) => any;
3568
- }
3569
- /**
3570
- * <p>
3571
- * Container for the parameters returned by
3572
- * <code>
3573
- * <a>ListElasticsearchInstanceTypes</a>
3574
- * </code>
3575
- * operation.
3576
- * </p>
3577
- */
3578
- export interface ListElasticsearchInstanceTypesResponse {
3579
- /**
3580
- * <p>
3581
- * List of instance types supported by Amazon Elasticsearch service for
3582
- * given
3583
- * <code>
3584
- * <a>ElasticsearchVersion</a>
3585
- * </code>
3586
- * </p>
3587
- */
3588
- ElasticsearchInstanceTypes?: (ESPartitionInstanceType | string)[];
3589
- /**
3590
- * <p>In case if there are more results available NextToken would be
3591
- * present, make further request to the same API with
3592
- * received NextToken to paginate remaining results.
3593
- * </p>
3594
- */
3595
- NextToken?: string;
3596
- }
3597
- export declare namespace ListElasticsearchInstanceTypesResponse {
3598
- /**
3599
- * @internal
3600
- */
3601
- const filterSensitiveLog: (obj: ListElasticsearchInstanceTypesResponse) => any;
3602
- }
3603
- /**
3604
- * <p>
3605
- * Container for the parameters to the
3606
- * <code>
3607
- * <a>ListElasticsearchVersions</a>
3608
- * </code>
3609
- * operation.
3610
- * <p>
3611
- * Use
3612
- * <code>
3613
- * <a>MaxResults</a>
3614
- * </code>
3615
- * to control the maximum number of results to retrieve in a single
3616
- * call.
3617
- * </p>
3618
- * <p>
3619
- * Use
3620
- * <code>
3621
- * <a>NextToken</a>
3622
- * </code>
3623
- * in response to retrieve more results. If the received response does
3624
- * not contain a NextToken, then there are no more results to retrieve.
3625
- * </p>
3626
- * </p>
3627
- */
3628
- export interface ListElasticsearchVersionsRequest {
3629
- /**
3630
- * <p>
3631
- * Set this value to limit the number of results returned.
3632
- * Value provided must be greater than 10 else it wont be honored.
3633
- * </p>
3634
- */
3635
- MaxResults?: number;
3636
- /**
3637
- * <p>
3638
- * Paginated APIs accepts NextToken input to returns next page results and provides
3639
- * a NextToken output in the response which can be used by the client to retrieve more results.
3640
- * </p>
3641
- */
3642
- NextToken?: string;
3643
- }
3644
- export declare namespace ListElasticsearchVersionsRequest {
3645
- /**
3646
- * @internal
3647
- */
3648
- const filterSensitiveLog: (obj: ListElasticsearchVersionsRequest) => any;
3649
- }
3650
- /**
3651
- * <p>
3652
- * Container for the parameters for response received from
3653
- * <code>
3654
- * <a>ListElasticsearchVersions</a>
3655
- * </code>
3656
- * operation.
3657
- * </p>
3658
- */
3659
- export interface ListElasticsearchVersionsResponse {
3660
- /**
3661
- * <p>List of supported elastic search versions.
3662
- * </p>
3663
- */
3664
- ElasticsearchVersions?: string[];
3665
- /**
3666
- * <p>
3667
- * Paginated APIs accepts NextToken input to returns next page results and provides
3668
- * a NextToken output in the response which can be used by the client to retrieve more results.
3669
- * </p>
3670
- */
3671
- NextToken?: string;
3672
- }
3673
- export declare namespace ListElasticsearchVersionsResponse {
3674
- /**
3675
- * @internal
3676
- */
3677
- const filterSensitiveLog: (obj: ListElasticsearchVersionsResponse) => any;
3678
- }
3679
- /**
3680
- * <p>
3681
- * Container for request parameters to
3682
- * <code>
3683
- * <a>ListPackagesForDomain</a>
3684
- * </code>
3685
- * operation.
3686
- * </p>
3687
- */
3688
- export interface ListPackagesForDomainRequest {
3689
- /**
3690
- * <p>The name of the domain for which you want to list associated packages.</p>
3691
- */
3692
- DomainName: string | undefined;
3693
- /**
3694
- * <p>Limits results to a maximum number of packages.</p>
3695
- */
3696
- MaxResults?: number;
3697
- /**
3698
- * <p>Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.</p>
3699
- */
3700
- NextToken?: string;
3701
- }
3702
- export declare namespace ListPackagesForDomainRequest {
3703
- /**
3704
- * @internal
3705
- */
3706
- const filterSensitiveLog: (obj: ListPackagesForDomainRequest) => any;
3707
- }
3708
- /**
3709
- * <p>
3710
- * Container for response parameters to
3711
- * <code>
3712
- * <a>ListPackagesForDomain</a>
3713
- * </code>
3714
- * operation.
3715
- * </p>
3716
- */
3717
- export interface ListPackagesForDomainResponse {
3718
- /**
3719
- * <p>List of <code>DomainPackageDetails</code> objects.</p>
3720
- */
3721
- DomainPackageDetailsList?: DomainPackageDetails[];
3722
- /**
3723
- * <p>Pagination token that needs to be supplied to the next call to get the next page of results.</p>
3724
- */
3725
- NextToken?: string;
3726
- }
3727
- export declare namespace ListPackagesForDomainResponse {
3728
- /**
3729
- * @internal
3730
- */
3731
- const filterSensitiveLog: (obj: ListPackagesForDomainResponse) => any;
3732
- }
3733
- /**
3734
- * <p>Container for the parameters to the <code><a>ListTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain to which the tags are attached that you want to view are attached.</p>
3735
- */
3736
- export interface ListTagsRequest {
3737
- /**
3738
- * <p> Specify the <code>ARN</code> for the Elasticsearch domain to which the tags are attached that you want to view.</p>
3739
- */
3740
- ARN: string | undefined;
3741
- }
3742
- export declare namespace ListTagsRequest {
3743
- /**
3744
- * @internal
3745
- */
3746
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
3747
- }
3748
- /**
3749
- * <p>The result of a <code>ListTags</code> operation. Contains tags for all requested Elasticsearch domains.</p>
3750
- */
3751
- export interface ListTagsResponse {
3752
- /**
3753
- * <p> List of <code>Tag</code> for the requested Elasticsearch domain.</p>
3754
- */
3755
- TagList?: Tag[];
3756
- }
3757
- export declare namespace ListTagsResponse {
3758
- /**
3759
- * @internal
3760
- */
3761
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
3762
- }
3763
- /**
3764
- * <p>Container for parameters to <code>PurchaseReservedElasticsearchInstanceOffering</code></p>
3765
- */
3766
- export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
3767
- /**
3768
- * <p>The ID of the reserved Elasticsearch instance offering to purchase.</p>
3769
- */
3770
- ReservedElasticsearchInstanceOfferingId: string | undefined;
3771
- /**
3772
- * <p>A customer-specified identifier to track this reservation.</p>
3773
- */
3774
- ReservationName: string | undefined;
3775
- /**
3776
- * <p>The number of Elasticsearch instances to reserve.</p>
3777
- */
3778
- InstanceCount?: number;
3779
- }
3780
- export declare namespace PurchaseReservedElasticsearchInstanceOfferingRequest {
3781
- /**
3782
- * @internal
3783
- */
3784
- const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingRequest) => any;
3785
- }
3786
- /**
3787
- * <p>Represents the output of a <code>PurchaseReservedElasticsearchInstanceOffering</code> operation.</p>
3788
- */
3789
- export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
3790
- /**
3791
- * <p>Details of the reserved Elasticsearch instance which was purchased.</p>
3792
- */
3793
- ReservedElasticsearchInstanceId?: string;
3794
- /**
3795
- * <p>The customer-specified identifier used to track this reservation.</p>
3796
- */
3797
- ReservationName?: string;
3798
- }
3799
- export declare namespace PurchaseReservedElasticsearchInstanceOfferingResponse {
3800
- /**
3801
- * @internal
3802
- */
3803
- const filterSensitiveLog: (obj: PurchaseReservedElasticsearchInstanceOfferingResponse) => any;
3804
- }
3805
- /**
3806
- * <p>Container for the parameters to the <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation.</p>
3807
- */
3808
- export interface RejectInboundCrossClusterSearchConnectionRequest {
3809
- /**
3810
- * <p>The id of the inbound connection that you want to reject.</p>
3811
- */
3812
- CrossClusterSearchConnectionId: string | undefined;
3813
- }
3814
- export declare namespace RejectInboundCrossClusterSearchConnectionRequest {
3815
- /**
3816
- * @internal
3817
- */
3818
- const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionRequest) => any;
3819
- }
3820
- /**
3821
- * <p>The result of a <code><a>RejectInboundCrossClusterSearchConnection</a></code> operation. Contains details of rejected inbound connection.</p>
3822
- */
3823
- export interface RejectInboundCrossClusterSearchConnectionResponse {
3824
- /**
3825
- * <p>Specifies the <code><a>InboundCrossClusterSearchConnection</a></code> of rejected inbound connection. </p>
3826
- */
3827
- CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
3828
- }
3829
- export declare namespace RejectInboundCrossClusterSearchConnectionResponse {
3830
- /**
3831
- * @internal
3832
- */
3833
- const filterSensitiveLog: (obj: RejectInboundCrossClusterSearchConnectionResponse) => any;
3834
- }
3835
- /**
3836
- * <p>Container for the parameters to the <code><a>RemoveTags</a></code> operation. Specify the <code>ARN</code> for the Elasticsearch domain from which you want to remove the specified <code>TagKey</code>.</p>
3837
- */
3838
- export interface RemoveTagsRequest {
3839
- /**
3840
- * <p>Specifies the <code>ARN</code> for the Elasticsearch domain from which you want to delete the specified tags.</p>
3841
- */
3842
- ARN: string | undefined;
3843
- /**
3844
- * <p>Specifies the <code>TagKey</code> list which you want to remove from the Elasticsearch domain.</p>
3845
- */
3846
- TagKeys: string[] | undefined;
3847
- }
3848
- export declare namespace RemoveTagsRequest {
3849
- /**
3850
- * @internal
3851
- */
3852
- const filterSensitiveLog: (obj: RemoveTagsRequest) => any;
3853
- }
3854
- /**
3855
- * <p>Container for the parameters to the <code><a>StartElasticsearchServiceSoftwareUpdate</a></code> operation. Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.</p>
3856
- */
3857
- export interface StartElasticsearchServiceSoftwareUpdateRequest {
3858
- /**
3859
- * <p>The name of the domain that you want to update to the latest service software.</p>
3860
- */
3861
- DomainName: string | undefined;
3862
- }
3863
- export declare namespace StartElasticsearchServiceSoftwareUpdateRequest {
3864
- /**
3865
- * @internal
3866
- */
3867
- const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateRequest) => any;
3868
- }
3869
- /**
3870
- * <p>The result of a <code>StartElasticsearchServiceSoftwareUpdate</code> operation. Contains the status of the update.</p>
3871
- */
3872
- export interface StartElasticsearchServiceSoftwareUpdateResponse {
3873
- /**
3874
- * <p>The current status of the Elasticsearch service software update.</p>
3875
- */
3876
- ServiceSoftwareOptions?: ServiceSoftwareOptions;
3877
- }
3878
- export declare namespace StartElasticsearchServiceSoftwareUpdateResponse {
3879
- /**
3880
- * @internal
3881
- */
3882
- const filterSensitiveLog: (obj: StartElasticsearchServiceSoftwareUpdateResponse) => any;
3883
- }
3884
- /**
3885
- * <p>Container for the parameters to the <code><a>UpdateElasticsearchDomain</a></code> operation. Specifies the type and number of instances in the domain cluster.</p>
3886
- */
3887
- export interface UpdateElasticsearchDomainConfigRequest {
3888
- /**
3889
- * <p>The name of the Elasticsearch domain that you are updating. </p>
3890
- */
3891
- DomainName: string | undefined;
3892
- /**
3893
- * <p>The type and number of instances to instantiate for the domain cluster.</p>
3894
- */
3895
- ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
3896
- /**
3897
- * <p>Specify the type and size of the EBS volume that you want to use. </p>
3898
- */
3899
- EBSOptions?: EBSOptions;
3900
- /**
3901
- * <p>Option to set the time, in UTC format, for the daily automated snapshot. Default value is <code>0</code> hours. </p>
3902
- */
3903
- SnapshotOptions?: SnapshotOptions;
3904
- /**
3905
- * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-creating-vpc" target="_blank">Creating a VPC</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i></p>
3906
- */
3907
- VPCOptions?: VPCOptions;
3908
- /**
3909
- * <p>Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html" target="_blank">Amazon Cognito Authentication for Kibana</a>.</p>
3910
- */
3911
- CognitoOptions?: CognitoOptions;
3912
- /**
3913
- * <p>Modifies the advanced option to allow references to indices in an HTTP request body. Must be <code>false</code> when configuring access to individual sub-resources. By default, the value is <code>true</code>.
3914
- * See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</p>
3915
- */
3916
- AdvancedOptions?: {
3917
- [key: string]: string;
3918
- };
3919
- /**
3920
- * <p>IAM access policy as a JSON-formatted string.</p>
3921
- */
3922
- AccessPolicies?: string;
3923
- /**
3924
- * <p>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing options to publish a given type of Elasticsearch log.</p>
3925
- */
3926
- LogPublishingOptions?: {
3927
- [key: string]: LogPublishingOption;
3928
- };
3929
- /**
3930
- * <p>Options to specify configuration that will be applied to the domain endpoint.</p>
3931
- */
3932
- DomainEndpointOptions?: DomainEndpointOptions;
3933
- /**
3934
- * <p>Specifies advanced security options.</p>
3935
- */
3936
- AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
3937
- /**
3938
- * <p>Specifies the NodeToNodeEncryptionOptions.</p>
3939
- */
3940
- NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
3941
- /**
3942
- * <p>Specifies the Encryption At Rest Options.</p>
3943
- */
3944
- EncryptionAtRestOptions?: EncryptionAtRestOptions;
3945
- /**
3946
- * <p>Specifies Auto-Tune options.</p>
3947
- */
3948
- AutoTuneOptions?: AutoTuneOptions;
3949
- }
3950
- export declare namespace UpdateElasticsearchDomainConfigRequest {
3951
- /**
3952
- * @internal
3953
- */
3954
- const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigRequest) => any;
3955
- }
3956
- /**
3957
- * <p>The result of an <code>UpdateElasticsearchDomain</code> request. Contains the status of the Elasticsearch domain being updated.</p>
3958
- */
3959
- export interface UpdateElasticsearchDomainConfigResponse {
3960
- /**
3961
- * <p>The status of the updated Elasticsearch domain. </p>
3962
- */
3963
- DomainConfig: ElasticsearchDomainConfig | undefined;
3964
- }
3965
- export declare namespace UpdateElasticsearchDomainConfigResponse {
3966
- /**
3967
- * @internal
3968
- */
3969
- const filterSensitiveLog: (obj: UpdateElasticsearchDomainConfigResponse) => any;
3970
- }
3971
- /**
3972
- * <p>
3973
- * Container for request parameters to
3974
- * <code>
3975
- * <a>UpdatePackage</a>
3976
- * </code>
3977
- * operation.
3978
- * </p>
3979
- */
3980
- export interface UpdatePackageRequest {
3981
- /**
3982
- * <p>Unique identifier for the package.</p>
3983
- */
3984
- PackageID: string | undefined;
3985
- /**
3986
- * <p>The S3 location for importing the package specified as <code>S3BucketName</code> and <code>S3Key</code></p>
3987
- */
3988
- PackageSource: PackageSource | undefined;
3989
- /**
3990
- * <p>New description of the package.</p>
3991
- */
3992
- PackageDescription?: string;
3993
- /**
3994
- * <p>An info message for the new version which will be shown as part of <code>GetPackageVersionHistoryResponse</code>.</p>
3995
- */
3996
- CommitMessage?: string;
3997
- }
3998
- export declare namespace UpdatePackageRequest {
3999
- /**
4000
- * @internal
4001
- */
4002
- const filterSensitiveLog: (obj: UpdatePackageRequest) => any;
4003
- }
4004
- /**
4005
- * <p>
4006
- * Container for response returned by
4007
- * <code>
4008
- * <a>UpdatePackage</a>
4009
- * </code>
4010
- * operation.
4011
- * </p>
4012
- */
4013
- export interface UpdatePackageResponse {
4014
- /**
4015
- * <p>Information about the package <code>PackageDetails</code>.</p>
4016
- */
4017
- PackageDetails?: PackageDetails;
4018
- }
4019
- export declare namespace UpdatePackageResponse {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: UpdatePackageResponse) => any;
4024
- }
4025
- /**
4026
- * <p>
4027
- * Container for request parameters to
4028
- * <code>
4029
- * <a>UpgradeElasticsearchDomain</a>
4030
- * </code>
4031
- * operation.
4032
- * </p>
4033
- */
4034
- export interface UpgradeElasticsearchDomainRequest {
4035
- /**
4036
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
4037
- */
4038
- DomainName: string | undefined;
4039
- /**
4040
- * <p>The version of Elasticsearch that you intend to upgrade the domain to.</p>
4041
- */
4042
- TargetVersion: string | undefined;
4043
- /**
4044
- * <p>
4045
- * This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
4046
- * This will not actually perform the Upgrade.
4047
- * </p>
4048
- */
4049
- PerformCheckOnly?: boolean;
4050
- }
4051
- export declare namespace UpgradeElasticsearchDomainRequest {
4052
- /**
4053
- * @internal
4054
- */
4055
- const filterSensitiveLog: (obj: UpgradeElasticsearchDomainRequest) => any;
4056
- }
4057
- /**
4058
- * <p>
4059
- * Container for response returned by
4060
- * <code>
4061
- * <a>UpgradeElasticsearchDomain</a>
4062
- * </code>
4063
- * operation.
4064
- * </p>
4065
- */
4066
- export interface UpgradeElasticsearchDomainResponse {
4067
- /**
4068
- * <p>The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
4069
- */
4070
- DomainName?: string;
4071
- /**
4072
- * <p>The version of Elasticsearch that you intend to upgrade the domain to.</p>
4073
- */
4074
- TargetVersion?: string;
4075
- /**
4076
- * <p>
4077
- * This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed.
4078
- * This will not actually perform the Upgrade.
4079
- * </p>
4080
- */
4081
- PerformCheckOnly?: boolean;
4082
- }
4083
- export declare namespace UpgradeElasticsearchDomainResponse {
4084
- /**
4085
- * @internal
4086
- */
4087
- const filterSensitiveLog: (obj: UpgradeElasticsearchDomainResponse) => any;
4088
- }