@alicloud/elasticsearch20170613 4.3.0 → 4.3.2

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 (1021) hide show
  1. package/dist/client.d.ts +791 -506
  2. package/dist/client.js +825 -506
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ActivateZonesRequest.d.ts +2 -2
  5. package/dist/models/ActivateZonesResponseBody.d.ts +3 -4
  6. package/dist/models/ActivateZonesResponseBody.js.map +1 -1
  7. package/dist/models/AddConnectableClusterRequest.d.ts +2 -2
  8. package/dist/models/AddConnectableClusterResponseBody.d.ts +4 -4
  9. package/dist/models/AddSnapshotRepoRequest.d.ts +9 -0
  10. package/dist/models/AddSnapshotRepoRequest.js.map +1 -1
  11. package/dist/models/AddSnapshotRepoResponseBody.d.ts +4 -4
  12. package/dist/models/CancelDeletionRequest.d.ts +1 -1
  13. package/dist/models/CancelDeletionResponseBody.d.ts +4 -4
  14. package/dist/models/CancelLogstashDeletionRequest.d.ts +1 -1
  15. package/dist/models/CancelLogstashDeletionResponseBody.d.ts +4 -4
  16. package/dist/models/CancelTaskRequest.d.ts +2 -2
  17. package/dist/models/CancelTaskResponseBody.d.ts +4 -4
  18. package/dist/models/CapacityPlanRequest.d.ts +36 -36
  19. package/dist/models/CapacityPlanResponseBody.d.ts +32 -32
  20. package/dist/models/ClientNodeConfiguration.d.ts +8 -0
  21. package/dist/models/ClientNodeConfiguration.js.map +1 -1
  22. package/dist/models/CloseDiagnosisRequest.d.ts +10 -1
  23. package/dist/models/CloseDiagnosisRequest.js.map +1 -1
  24. package/dist/models/CloseDiagnosisResponseBody.d.ts +9 -0
  25. package/dist/models/CloseDiagnosisResponseBody.js.map +1 -1
  26. package/dist/models/CloseHttpsRequest.d.ts +3 -0
  27. package/dist/models/CloseHttpsRequest.js.map +1 -1
  28. package/dist/models/CloseHttpsResponseBody.d.ts +9 -0
  29. package/dist/models/CloseHttpsResponseBody.js.map +1 -1
  30. package/dist/models/CloseManagedIndexRequest.d.ts +1 -1
  31. package/dist/models/CloseManagedIndexResponseBody.d.ts +4 -4
  32. package/dist/models/CreateCollectorRequest.d.ts +28 -1
  33. package/dist/models/CreateCollectorRequest.js.map +1 -1
  34. package/dist/models/CreateCollectorResponseBody.d.ts +10 -0
  35. package/dist/models/CreateCollectorResponseBody.js.map +1 -1
  36. package/dist/models/CreateComponentIndexRequest.d.ts +16 -0
  37. package/dist/models/CreateComponentIndexRequest.js.map +1 -1
  38. package/dist/models/CreateComponentIndexResponseBody.d.ts +9 -0
  39. package/dist/models/CreateComponentIndexResponseBody.js.map +1 -1
  40. package/dist/models/CreateDataStreamRequest.d.ts +3 -0
  41. package/dist/models/CreateDataStreamRequest.js.map +1 -1
  42. package/dist/models/CreateDataStreamResponseBody.d.ts +10 -0
  43. package/dist/models/CreateDataStreamResponseBody.js.map +1 -1
  44. package/dist/models/CreateIlmpolicyRequest.d.ts +3 -0
  45. package/dist/models/CreateIlmpolicyRequest.js.map +1 -1
  46. package/dist/models/CreateIlmpolicyResponseBody.d.ts +6 -0
  47. package/dist/models/CreateIlmpolicyResponseBody.js.map +1 -1
  48. package/dist/models/CreateIndexTemplateRequest.d.ts +31 -0
  49. package/dist/models/CreateIndexTemplateRequest.js.map +1 -1
  50. package/dist/models/CreateIndexTemplateResponseBody.d.ts +6 -0
  51. package/dist/models/CreateIndexTemplateResponseBody.js.map +1 -1
  52. package/dist/models/CreateInstanceRequest.d.ts +96 -2
  53. package/dist/models/CreateInstanceRequest.js.map +1 -1
  54. package/dist/models/CreateLogstashRequest.d.ts +73 -1
  55. package/dist/models/CreateLogstashRequest.js.map +1 -1
  56. package/dist/models/CreateLogstashResponseBody.d.ts +7 -0
  57. package/dist/models/CreateLogstashResponseBody.js.map +1 -1
  58. package/dist/models/CreatePipelinesRequest.d.ts +40 -0
  59. package/dist/models/CreatePipelinesRequest.js.map +1 -1
  60. package/dist/models/CreatePipelinesResponseBody.d.ts +9 -0
  61. package/dist/models/CreatePipelinesResponseBody.js.map +1 -1
  62. package/dist/models/CreateSnapshotRequest.d.ts +1 -1
  63. package/dist/models/CreateSnapshotResponseBody.d.ts +4 -4
  64. package/dist/models/CreateVpcEndpointRequest.d.ts +11 -2
  65. package/dist/models/CreateVpcEndpointRequest.js.map +1 -1
  66. package/dist/models/CreateVpcEndpointResponseBody.d.ts +12 -3
  67. package/dist/models/CreateVpcEndpointResponseBody.js.map +1 -1
  68. package/dist/models/DeactivateZonesRequest.d.ts +1 -1
  69. package/dist/models/DeactivateZonesResponseBody.d.ts +4 -4
  70. package/dist/models/DeleteCollectorRequest.d.ts +1 -1
  71. package/dist/models/DeleteCollectorResponseBody.d.ts +4 -5
  72. package/dist/models/DeleteCollectorResponseBody.js.map +1 -1
  73. package/dist/models/DeleteComponentIndexResponseBody.d.ts +9 -0
  74. package/dist/models/DeleteComponentIndexResponseBody.js.map +1 -1
  75. package/dist/models/DeleteConnectedClusterRequest.d.ts +2 -2
  76. package/dist/models/DeleteConnectedClusterResponseBody.d.ts +4 -4
  77. package/dist/models/DeleteDataStreamRequest.d.ts +3 -0
  78. package/dist/models/DeleteDataStreamRequest.js.map +1 -1
  79. package/dist/models/DeleteDataStreamResponseBody.d.ts +10 -0
  80. package/dist/models/DeleteDataStreamResponseBody.js.map +1 -1
  81. package/dist/models/DeleteDataTaskRequest.d.ts +2 -2
  82. package/dist/models/DeleteDataTaskResponseBody.d.ts +2 -2
  83. package/dist/models/DeleteDeprecatedTemplateResponseBody.d.ts +9 -0
  84. package/dist/models/DeleteDeprecatedTemplateResponseBody.js.map +1 -1
  85. package/dist/models/DeleteIlmpolicyResponseBody.d.ts +10 -0
  86. package/dist/models/DeleteIlmpolicyResponseBody.js.map +1 -1
  87. package/dist/models/DeleteIndexTemplateResponseBody.d.ts +10 -0
  88. package/dist/models/DeleteIndexTemplateResponseBody.js.map +1 -1
  89. package/dist/models/DeleteInstanceRequest.d.ts +7 -1
  90. package/dist/models/DeleteInstanceRequest.js.map +1 -1
  91. package/dist/models/DeleteInstanceResponseBody.d.ts +1 -1
  92. package/dist/models/DeleteLogstashRequest.d.ts +4 -4
  93. package/dist/models/DeleteLogstashResponseBody.d.ts +1 -1
  94. package/dist/models/DeletePipelinesRequest.d.ts +2 -2
  95. package/dist/models/DeletePipelinesResponseBody.d.ts +4 -4
  96. package/dist/models/DeleteSnapshotRepoRequest.d.ts +3 -2
  97. package/dist/models/DeleteSnapshotRepoRequest.js.map +1 -1
  98. package/dist/models/DeleteSnapshotRepoResponseBody.d.ts +4 -4
  99. package/dist/models/DeleteVpcEndpointRequest.d.ts +3 -0
  100. package/dist/models/DeleteVpcEndpointRequest.js.map +1 -1
  101. package/dist/models/DeleteVpcEndpointResponseBody.d.ts +10 -0
  102. package/dist/models/DeleteVpcEndpointResponseBody.js.map +1 -1
  103. package/dist/models/DescribeAckOperatorResponseBody.d.ts +7 -7
  104. package/dist/models/DescribeCollectorResponseBody.d.ts +43 -42
  105. package/dist/models/DescribeCollectorResponseBody.js.map +1 -1
  106. package/dist/models/DescribeComponentIndexResponseBody.d.ts +23 -0
  107. package/dist/models/DescribeComponentIndexResponseBody.js.map +1 -1
  108. package/dist/models/DescribeConnectableClustersRequest.d.ts +4 -1
  109. package/dist/models/DescribeConnectableClustersRequest.js.map +1 -1
  110. package/dist/models/DescribeConnectableClustersResponseBody.d.ts +13 -0
  111. package/dist/models/DescribeConnectableClustersResponseBody.js.map +1 -1
  112. package/dist/models/DescribeDeprecatedTemplateResponseBody.d.ts +39 -0
  113. package/dist/models/DescribeDeprecatedTemplateResponseBody.js.map +1 -1
  114. package/dist/models/DescribeDiagnoseReportRequest.d.ts +9 -0
  115. package/dist/models/DescribeDiagnoseReportRequest.js.map +1 -1
  116. package/dist/models/DescribeDiagnoseReportResponseBody.d.ts +76 -0
  117. package/dist/models/DescribeDiagnoseReportResponseBody.js +40 -1
  118. package/dist/models/DescribeDiagnoseReportResponseBody.js.map +1 -1
  119. package/dist/models/DescribeDiagnosisSettingsRequest.d.ts +1 -1
  120. package/dist/models/DescribeDiagnosisSettingsResponseBody.d.ts +9 -4
  121. package/dist/models/DescribeDiagnosisSettingsResponseBody.js +13 -0
  122. package/dist/models/DescribeDiagnosisSettingsResponseBody.js.map +1 -1
  123. package/dist/models/DescribeDynamicSettingsResponseBody.d.ts +4 -0
  124. package/dist/models/DescribeDynamicSettingsResponseBody.js.map +1 -1
  125. package/dist/models/DescribeElasticsearchHealthResponseBody.d.ts +4 -4
  126. package/dist/models/DescribeIlmpolicyResponseBody.d.ts +13 -0
  127. package/dist/models/DescribeIlmpolicyResponseBody.js.map +1 -1
  128. package/dist/models/DescribeIndexTemplateResponseBody.d.ts +38 -0
  129. package/dist/models/DescribeIndexTemplateResponseBody.js.map +1 -1
  130. package/dist/models/DescribeInstanceResponseBody.d.ts +541 -0
  131. package/dist/models/DescribeInstanceResponseBody.js.map +1 -1
  132. package/dist/models/DescribeKibanaSettingsResponseBody.d.ts +6 -0
  133. package/dist/models/DescribeKibanaSettingsResponseBody.js.map +1 -1
  134. package/dist/models/DescribeLogstashResponseBody.d.ts +49 -50
  135. package/dist/models/DescribeLogstashResponseBody.js.map +1 -1
  136. package/dist/models/DescribePipelineManagementConfigRequest.d.ts +1 -1
  137. package/dist/models/DescribePipelineManagementConfigResponseBody.d.ts +4 -4
  138. package/dist/models/DescribePipelineResponseBody.d.ts +27 -18
  139. package/dist/models/DescribePipelineResponseBody.js.map +1 -1
  140. package/dist/models/DescribeRegionsResponseBody.d.ts +13 -4
  141. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  142. package/dist/models/DescribeSnapshotSettingResponseBody.d.ts +4 -4
  143. package/dist/models/DescribeTemplatesResponseBody.d.ts +17 -0
  144. package/dist/models/DescribeTemplatesResponseBody.js.map +1 -1
  145. package/dist/models/DescribeXpackMonitorConfigResponseBody.d.ts +6 -7
  146. package/dist/models/DescribeXpackMonitorConfigResponseBody.js.map +1 -1
  147. package/dist/models/DiagnoseInstanceRequest.d.ts +22 -2
  148. package/dist/models/DiagnoseInstanceRequest.js.map +1 -1
  149. package/dist/models/DiagnoseInstanceResponseBody.d.ts +34 -3
  150. package/dist/models/DiagnoseInstanceResponseBody.js +40 -1
  151. package/dist/models/DiagnoseInstanceResponseBody.js.map +1 -1
  152. package/dist/models/DictInfo.d.ts +26 -0
  153. package/dist/models/DictInfo.js.map +1 -1
  154. package/dist/models/DisableKibanaPvlNetworkResponseBody.d.ts +7 -1
  155. package/dist/models/DisableKibanaPvlNetworkResponseBody.js.map +1 -1
  156. package/dist/models/ElasticDataNodeConfiguration.d.ts +0 -23
  157. package/dist/models/ElasticDataNodeConfiguration.js.map +1 -1
  158. package/dist/models/Elasticsearch.d.ts +231 -0
  159. package/dist/models/Elasticsearch.js.map +1 -1
  160. package/dist/models/EnableKibanaPvlNetworkRequest.d.ts +23 -2
  161. package/dist/models/EnableKibanaPvlNetworkRequest.js.map +1 -1
  162. package/dist/models/EnableKibanaPvlNetworkResponseBody.d.ts +8 -0
  163. package/dist/models/EnableKibanaPvlNetworkResponseBody.js.map +1 -1
  164. package/dist/models/EstimatedLogstashRestartTimeRequest.d.ts +1 -1
  165. package/dist/models/EstimatedRestartTimeRequest.d.ts +1 -1
  166. package/dist/models/EstimatedRestartTimeResponseBody.d.ts +1 -1
  167. package/dist/models/GetClusterDataInformationResponseBody.d.ts +6 -18
  168. package/dist/models/GetClusterDataInformationResponseBody.js.map +1 -1
  169. package/dist/models/GetElastictaskResponseBody.d.ts +39 -0
  170. package/dist/models/GetElastictaskResponseBody.js.map +1 -1
  171. package/dist/models/GetEmonGrafanaAlertsResponseBody.d.ts +15 -0
  172. package/dist/models/GetEmonGrafanaAlertsResponseBody.js.map +1 -1
  173. package/dist/models/GetEmonGrafanaDashboardsResponseBody.d.ts +15 -0
  174. package/dist/models/GetEmonGrafanaDashboardsResponseBody.js.map +1 -1
  175. package/dist/models/GetEmonMonitorDataResponseBody.d.ts +36 -0
  176. package/dist/models/GetEmonMonitorDataResponseBody.js.map +1 -1
  177. package/dist/models/GetKeystoresResponseBody.d.ts +5 -1
  178. package/dist/models/GetKeystoresResponseBody.js.map +1 -1
  179. package/dist/models/GetOpenStoreUsageResponseBody.d.ts +4 -4
  180. package/dist/models/GetRegionConfigurationRequest.d.ts +3 -0
  181. package/dist/models/GetRegionConfigurationRequest.js.map +1 -1
  182. package/dist/models/GetRegionConfigurationResponseBody.d.ts +244 -0
  183. package/dist/models/GetRegionConfigurationResponseBody.js.map +1 -1
  184. package/dist/models/GetSuggestShrinkableNodesRequest.d.ts +2 -2
  185. package/dist/models/GetSuggestShrinkableNodesResponseBody.d.ts +2 -2
  186. package/dist/models/GetTransferableNodesRequest.d.ts +2 -2
  187. package/dist/models/GetTransferableNodesResponseBody.d.ts +2 -2
  188. package/dist/models/GrayPublishRequest.d.ts +3 -0
  189. package/dist/models/GrayPublishRequest.js.map +1 -1
  190. package/dist/models/GrayPublishResponseBody.d.ts +3 -0
  191. package/dist/models/GrayPublishResponseBody.js.map +1 -1
  192. package/dist/models/InitModelRequest.d.ts +25 -0
  193. package/dist/models/InitModelRequest.js.map +1 -1
  194. package/dist/models/InitModelResponseBody.d.ts +4 -1
  195. package/dist/models/InitModelResponseBody.js.map +1 -1
  196. package/dist/models/InitializeOperationRoleRequest.d.ts +1 -1
  197. package/dist/models/InitializeOperationRoleResponseBody.d.ts +4 -4
  198. package/dist/models/InstallAckOperatorRequest.d.ts +1 -1
  199. package/dist/models/InstallAckOperatorResponseBody.d.ts +3 -3
  200. package/dist/models/InstallKibanaSystemPluginRequest.d.ts +1 -1
  201. package/dist/models/InstallKibanaSystemPluginResponseBody.d.ts +1 -5
  202. package/dist/models/InstallKibanaSystemPluginResponseBody.js.map +1 -1
  203. package/dist/models/InstallLogstashSystemPluginRequest.d.ts +3 -0
  204. package/dist/models/InstallLogstashSystemPluginRequest.js.map +1 -1
  205. package/dist/models/InstallLogstashSystemPluginResponseBody.d.ts +7 -0
  206. package/dist/models/InstallLogstashSystemPluginResponseBody.js.map +1 -1
  207. package/dist/models/InstallSystemPluginRequest.d.ts +1 -1
  208. package/dist/models/InstallSystemPluginResponseBody.d.ts +1 -5
  209. package/dist/models/InstallSystemPluginResponseBody.js.map +1 -1
  210. package/dist/models/InstallUserPluginsRequest.d.ts +7 -0
  211. package/dist/models/InstallUserPluginsRequest.js.map +1 -1
  212. package/dist/models/InterruptElasticsearchTaskRequest.d.ts +1 -1
  213. package/dist/models/InterruptElasticsearchTaskResponseBody.d.ts +6 -6
  214. package/dist/models/InterruptLogstashTaskResponseBody.d.ts +5 -5
  215. package/dist/models/KibanaNodeConfiguration.d.ts +8 -0
  216. package/dist/models/KibanaNodeConfiguration.js.map +1 -1
  217. package/dist/models/ListAckClustersRequest.d.ts +5 -5
  218. package/dist/models/ListAckClustersResponseBody.d.ts +5 -5
  219. package/dist/models/ListAckNamespacesRequest.d.ts +2 -2
  220. package/dist/models/ListAckNamespacesResponseBody.d.ts +2 -2
  221. package/dist/models/ListAllNodeRequest.d.ts +5 -1
  222. package/dist/models/ListAllNodeRequest.js.map +1 -1
  223. package/dist/models/ListAllNodeResponseBody.d.ts +24 -16
  224. package/dist/models/ListAllNodeResponseBody.js.map +1 -1
  225. package/dist/models/ListAlternativeSnapshotReposRequest.d.ts +4 -1
  226. package/dist/models/ListAlternativeSnapshotReposRequest.js.map +1 -1
  227. package/dist/models/ListAlternativeSnapshotReposResponseBody.d.ts +4 -4
  228. package/dist/models/ListAvailableEsInstanceIdsResponseBody.d.ts +6 -6
  229. package/dist/models/ListCollectorsRequest.d.ts +9 -8
  230. package/dist/models/ListCollectorsRequest.js.map +1 -1
  231. package/dist/models/ListCollectorsResponseBody.d.ts +48 -45
  232. package/dist/models/ListCollectorsResponseBody.js.map +1 -1
  233. package/dist/models/ListComponentIndicesRequest.d.ts +9 -0
  234. package/dist/models/ListComponentIndicesRequest.js.map +1 -1
  235. package/dist/models/ListComponentIndicesResponseBody.d.ts +56 -0
  236. package/dist/models/ListComponentIndicesResponseBody.js.map +1 -1
  237. package/dist/models/ListConnectedClustersResponseBody.d.ts +1 -1
  238. package/dist/models/ListDataStreamsRequest.d.ts +10 -0
  239. package/dist/models/ListDataStreamsRequest.js.map +1 -1
  240. package/dist/models/ListDataStreamsResponseBody.d.ts +74 -0
  241. package/dist/models/ListDataStreamsResponseBody.js.map +1 -1
  242. package/dist/models/ListDataTasksResponseBody.d.ts +19 -19
  243. package/dist/models/ListDefaultCollectorConfigurationsRequest.d.ts +11 -11
  244. package/dist/models/ListDefaultCollectorConfigurationsResponseBody.d.ts +1 -1
  245. package/dist/models/ListDeprecatedTemplatesRequest.d.ts +9 -0
  246. package/dist/models/ListDeprecatedTemplatesRequest.js.map +1 -1
  247. package/dist/models/ListDeprecatedTemplatesResponseBody.d.ts +46 -0
  248. package/dist/models/ListDeprecatedTemplatesResponseBody.js.map +1 -1
  249. package/dist/models/ListDiagnoseIndicesRequest.d.ts +7 -1
  250. package/dist/models/ListDiagnoseIndicesRequest.js.map +1 -1
  251. package/dist/models/ListDiagnoseIndicesResponseBody.d.ts +4 -0
  252. package/dist/models/ListDiagnoseIndicesResponseBody.js.map +1 -1
  253. package/dist/models/ListDiagnoseReportIdsRequest.d.ts +16 -7
  254. package/dist/models/ListDiagnoseReportIdsRequest.js.map +1 -1
  255. package/dist/models/ListDiagnoseReportIdsResponseBody.d.ts +6 -2
  256. package/dist/models/ListDiagnoseReportIdsResponseBody.js.map +1 -1
  257. package/dist/models/ListDiagnoseReportRequest.d.ts +23 -8
  258. package/dist/models/ListDiagnoseReportRequest.js.map +1 -1
  259. package/dist/models/ListDiagnoseReportResponseBody.d.ts +51 -26
  260. package/dist/models/ListDiagnoseReportResponseBody.js +40 -1
  261. package/dist/models/ListDiagnoseReportResponseBody.js.map +1 -1
  262. package/dist/models/ListDiagnosisItemsRequest.d.ts +10 -0
  263. package/dist/models/ListDiagnosisItemsRequest.js +2 -0
  264. package/dist/models/ListDiagnosisItemsRequest.js.map +1 -1
  265. package/dist/models/ListDiagnosisItemsResponseBody.d.ts +17 -0
  266. package/dist/models/ListDiagnosisItemsResponseBody.js +2 -0
  267. package/dist/models/ListDiagnosisItemsResponseBody.js.map +1 -1
  268. package/dist/models/ListDictInformationRequest.d.ts +7 -0
  269. package/dist/models/ListDictInformationRequest.js.map +1 -1
  270. package/dist/models/ListDictInformationResponseBody.d.ts +30 -0
  271. package/dist/models/ListDictInformationResponseBody.js.map +1 -1
  272. package/dist/models/ListDictsRequest.d.ts +9 -6
  273. package/dist/models/ListDictsRequest.js.map +1 -1
  274. package/dist/models/ListDictsResponseBody.d.ts +11 -10
  275. package/dist/models/ListDictsResponseBody.js.map +1 -1
  276. package/dist/models/ListEcsInstancesRequest.d.ts +9 -6
  277. package/dist/models/ListEcsInstancesRequest.js.map +1 -1
  278. package/dist/models/ListEcsInstancesResponseBody.d.ts +73 -77
  279. package/dist/models/ListEcsInstancesResponseBody.js.map +1 -1
  280. package/dist/models/ListEventRecordsRequest.d.ts +18 -0
  281. package/dist/models/ListEventRecordsRequest.js.map +1 -1
  282. package/dist/models/ListEventRecordsResponseBody.d.ts +86 -0
  283. package/dist/models/ListEventRecordsResponseBody.js.map +1 -1
  284. package/dist/models/ListExtendfilesResponseBody.d.ts +3 -3
  285. package/dist/models/ListIlmpoliciesRequest.d.ts +3 -0
  286. package/dist/models/ListIlmpoliciesRequest.js.map +1 -1
  287. package/dist/models/ListIlmpoliciesResponseBody.d.ts +13 -0
  288. package/dist/models/ListIlmpoliciesResponseBody.js.map +1 -1
  289. package/dist/models/ListIndexTemplatesRequest.d.ts +9 -0
  290. package/dist/models/ListIndexTemplatesRequest.js.map +1 -1
  291. package/dist/models/ListIndexTemplatesResponseBody.d.ts +40 -0
  292. package/dist/models/ListIndexTemplatesResponseBody.js.map +1 -1
  293. package/dist/models/ListInstanceHistoryEventsRequest.d.ts +59 -0
  294. package/dist/models/ListInstanceHistoryEventsRequest.js.map +1 -1
  295. package/dist/models/ListInstanceHistoryEventsResponseBody.d.ts +62 -0
  296. package/dist/models/ListInstanceHistoryEventsResponseBody.js.map +1 -1
  297. package/dist/models/ListInstanceHistoryEventsShrinkRequest.d.ts +59 -0
  298. package/dist/models/ListInstanceHistoryEventsShrinkRequest.js.map +1 -1
  299. package/dist/models/ListInstanceIndicesRequest.d.ts +18 -6
  300. package/dist/models/ListInstanceIndicesRequest.js.map +1 -1
  301. package/dist/models/ListInstanceIndicesResponseBody.d.ts +41 -25
  302. package/dist/models/ListInstanceIndicesResponseBody.js.map +1 -1
  303. package/dist/models/ListInstanceRequest.d.ts +21 -13
  304. package/dist/models/ListInstanceRequest.js.map +1 -1
  305. package/dist/models/ListInstanceResponseBody.d.ts +213 -75
  306. package/dist/models/ListInstanceResponseBody.js.map +1 -1
  307. package/dist/models/ListKibanaPluginsRequest.d.ts +2 -2
  308. package/dist/models/ListKibanaPluginsResponseBody.d.ts +7 -7
  309. package/dist/models/ListKibanaPvlNetworkResponseBody.d.ts +41 -1
  310. package/dist/models/ListKibanaPvlNetworkResponseBody.js.map +1 -1
  311. package/dist/models/ListLogstashLogRequest.d.ts +12 -6
  312. package/dist/models/ListLogstashLogRequest.js.map +1 -1
  313. package/dist/models/ListLogstashLogResponseBody.d.ts +13 -4
  314. package/dist/models/ListLogstashLogResponseBody.js.map +1 -1
  315. package/dist/models/ListLogstashPluginsRequest.d.ts +7 -4
  316. package/dist/models/ListLogstashPluginsRequest.js.map +1 -1
  317. package/dist/models/ListLogstashPluginsResponseBody.d.ts +21 -12
  318. package/dist/models/ListLogstashPluginsResponseBody.js.map +1 -1
  319. package/dist/models/ListLogstashRequest.d.ts +7 -7
  320. package/dist/models/ListLogstashResponseBody.d.ts +34 -25
  321. package/dist/models/ListLogstashResponseBody.js.map +1 -1
  322. package/dist/models/ListNodesRequest.d.ts +5 -5
  323. package/dist/models/ListNodesResponseBody.d.ts +26 -26
  324. package/dist/models/ListPipelineIdsRequest.d.ts +3 -0
  325. package/dist/models/ListPipelineIdsRequest.js.map +1 -1
  326. package/dist/models/ListPipelineIdsResponseBody.d.ts +23 -0
  327. package/dist/models/ListPipelineIdsResponseBody.js.map +1 -1
  328. package/dist/models/ListPipelineRequest.d.ts +3 -3
  329. package/dist/models/ListPipelineResponseBody.d.ts +18 -9
  330. package/dist/models/ListPipelineResponseBody.js.map +1 -1
  331. package/dist/models/ListPluginsRequest.d.ts +4 -4
  332. package/dist/models/ListPluginsResponseBody.d.ts +15 -6
  333. package/dist/models/ListPluginsResponseBody.js.map +1 -1
  334. package/dist/models/ListSearchLogRequest.d.ts +14 -6
  335. package/dist/models/ListSearchLogRequest.js.map +1 -1
  336. package/dist/models/ListSearchLogResponseBody.d.ts +24 -15
  337. package/dist/models/ListSearchLogResponseBody.js.map +1 -1
  338. package/dist/models/ListShardRecoveriesRequest.d.ts +4 -3
  339. package/dist/models/ListShardRecoveriesRequest.js.map +1 -1
  340. package/dist/models/ListShardRecoveriesResponseBody.d.ts +23 -18
  341. package/dist/models/ListShardRecoveriesResponseBody.js.map +1 -1
  342. package/dist/models/ListSnapshotReposByInstanceIdResponseBody.d.ts +8 -6
  343. package/dist/models/ListSnapshotReposByInstanceIdResponseBody.js.map +1 -1
  344. package/dist/models/ListStatsEventRecordsRequest.d.ts +9 -0
  345. package/dist/models/ListStatsEventRecordsRequest.js.map +1 -1
  346. package/dist/models/ListStatsEventRecordsResponseBody.d.ts +26 -0
  347. package/dist/models/ListStatsEventRecordsResponseBody.js.map +1 -1
  348. package/dist/models/ListTagResourcesRequest.d.ts +7 -9
  349. package/dist/models/ListTagResourcesRequest.js.map +1 -1
  350. package/dist/models/ListTagResourcesResponseBody.d.ts +17 -7
  351. package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
  352. package/dist/models/ListTagsRequest.d.ts +2 -2
  353. package/dist/models/ListTagsResponseBody.d.ts +11 -1
  354. package/dist/models/ListTagsResponseBody.js.map +1 -1
  355. package/dist/models/ListUserPluginRequest.d.ts +9 -0
  356. package/dist/models/ListUserPluginRequest.js.map +1 -1
  357. package/dist/models/ListUserPluginResponseBody.d.ts +59 -0
  358. package/dist/models/ListUserPluginResponseBody.js.map +1 -1
  359. package/dist/models/ListVpcEndpointsRequest.d.ts +3 -3
  360. package/dist/models/ListVpcEndpointsResponseBody.d.ts +31 -21
  361. package/dist/models/ListVpcEndpointsResponseBody.js.map +1 -1
  362. package/dist/models/Logstash.d.ts +117 -0
  363. package/dist/models/Logstash.js.map +1 -1
  364. package/dist/models/MasterNodeConfiguration.d.ts +10 -0
  365. package/dist/models/MasterNodeConfiguration.js.map +1 -1
  366. package/dist/models/MigrateToOtherZoneRequest.d.ts +3 -1
  367. package/dist/models/MigrateToOtherZoneRequest.js.map +1 -1
  368. package/dist/models/MigrateToOtherZoneResponseBody.d.ts +4 -4
  369. package/dist/models/ModifyDeployMachineRequest.d.ts +1 -1
  370. package/dist/models/ModifyDeployMachineResponseBody.d.ts +3 -3
  371. package/dist/models/ModifyElastictaskRequest.d.ts +7 -0
  372. package/dist/models/ModifyElastictaskRequest.js.map +1 -1
  373. package/dist/models/ModifyElastictaskResponseBody.d.ts +39 -0
  374. package/dist/models/ModifyElastictaskResponseBody.js.map +1 -1
  375. package/dist/models/ModifyInstanceMaintainTimeRequest.d.ts +6 -0
  376. package/dist/models/ModifyInstanceMaintainTimeRequest.js.map +1 -1
  377. package/dist/models/ModifyInstanceMaintainTimeResponseBody.d.ts +6 -0
  378. package/dist/models/ModifyInstanceMaintainTimeResponseBody.js.map +1 -1
  379. package/dist/models/ModifyScheduleExecuteTimeRequest.d.ts +6 -0
  380. package/dist/models/ModifyScheduleExecuteTimeRequest.js.map +1 -1
  381. package/dist/models/ModifyScheduleExecuteTimeResponseBody.d.ts +3 -0
  382. package/dist/models/ModifyScheduleExecuteTimeResponseBody.js.map +1 -1
  383. package/dist/models/ModifyWhiteIpsRequest.d.ts +24 -19
  384. package/dist/models/ModifyWhiteIpsRequest.js.map +1 -1
  385. package/dist/models/ModifyWhiteIpsResponseBody.d.ts +9 -0
  386. package/dist/models/ModifyWhiteIpsResponseBody.js.map +1 -1
  387. package/dist/models/MoveResourceGroupRequest.d.ts +1 -1
  388. package/dist/models/MoveResourceGroupResponseBody.d.ts +55 -55
  389. package/dist/models/NetworkConfig.d.ts +26 -0
  390. package/dist/models/NetworkConfig.js.map +1 -1
  391. package/dist/models/NodeInfo.d.ts +12 -0
  392. package/dist/models/NodeInfo.js.map +1 -1
  393. package/dist/models/NodeSpec.d.ts +25 -0
  394. package/dist/models/NodeSpec.js.map +1 -1
  395. package/dist/models/OpenDiagnosisRequest.d.ts +10 -1
  396. package/dist/models/OpenDiagnosisRequest.js.map +1 -1
  397. package/dist/models/OpenDiagnosisResponseBody.d.ts +9 -0
  398. package/dist/models/OpenDiagnosisResponseBody.js.map +1 -1
  399. package/dist/models/OpenHttpsRequest.d.ts +1 -1
  400. package/dist/models/OpenHttpsResponseBody.d.ts +4 -4
  401. package/dist/models/PaymentInfo.d.ts +18 -0
  402. package/dist/models/PaymentInfo.js.map +1 -1
  403. package/dist/models/PluginAnalysisRequest.d.ts +11 -0
  404. package/dist/models/PluginAnalysisRequest.js.map +1 -1
  405. package/dist/models/PluginAnalysisResponseBody.d.ts +20 -1
  406. package/dist/models/PluginAnalysisResponseBody.js.map +1 -1
  407. package/dist/models/PostEmonTryAlarmRuleResponseBody.d.ts +12 -0
  408. package/dist/models/PostEmonTryAlarmRuleResponseBody.js.map +1 -1
  409. package/dist/models/ReadWritePolicy.d.ts +23 -0
  410. package/dist/models/ReadWritePolicy.js.map +1 -1
  411. package/dist/models/RecommendTemplatesRequest.d.ts +7 -7
  412. package/dist/models/RecommendTemplatesResponseBody.d.ts +16 -7
  413. package/dist/models/RecommendTemplatesResponseBody.js.map +1 -1
  414. package/dist/models/ReinstallCollectorRequest.d.ts +2 -5
  415. package/dist/models/ReinstallCollectorRequest.js.map +1 -1
  416. package/dist/models/ReinstallCollectorResponseBody.d.ts +7 -1
  417. package/dist/models/ReinstallCollectorResponseBody.js.map +1 -1
  418. package/dist/models/RemovePluginRequest.d.ts +3 -0
  419. package/dist/models/RemovePluginRequest.js.map +1 -1
  420. package/dist/models/RemovePluginResponseBody.d.ts +4 -1
  421. package/dist/models/RemovePluginResponseBody.js.map +1 -1
  422. package/dist/models/RenewInstanceRequest.d.ts +1 -1
  423. package/dist/models/RenewInstanceResponseBody.d.ts +4 -4
  424. package/dist/models/RenewLogstashRequest.d.ts +1 -1
  425. package/dist/models/RenewLogstashResponseBody.d.ts +3 -3
  426. package/dist/models/RestartCollectorRequest.d.ts +1 -1
  427. package/dist/models/RestartCollectorResponseBody.d.ts +4 -4
  428. package/dist/models/RestartInstanceRequest.d.ts +18 -2
  429. package/dist/models/RestartInstanceRequest.js.map +1 -1
  430. package/dist/models/RestartInstanceResponseBody.d.ts +49 -49
  431. package/dist/models/RestartLogstashRequest.d.ts +29 -0
  432. package/dist/models/RestartLogstashRequest.js.map +1 -1
  433. package/dist/models/RestartLogstashResponseBody.d.ts +7 -0
  434. package/dist/models/RestartLogstashResponseBody.js.map +1 -1
  435. package/dist/models/ResumeElasticsearchTaskRequest.d.ts +1 -1
  436. package/dist/models/ResumeElasticsearchTaskResponseBody.d.ts +4 -4
  437. package/dist/models/ResumeLogstashTaskRequest.d.ts +1 -1
  438. package/dist/models/ResumeLogstashTaskResponseBody.d.ts +6 -6
  439. package/dist/models/RolloverDataStreamRequest.d.ts +3 -0
  440. package/dist/models/RolloverDataStreamRequest.js.map +1 -1
  441. package/dist/models/RolloverDataStreamResponseBody.d.ts +10 -0
  442. package/dist/models/RolloverDataStreamResponseBody.js.map +1 -1
  443. package/dist/models/RunPipelinesRequest.d.ts +1 -1
  444. package/dist/models/RunPipelinesResponseBody.d.ts +2 -2
  445. package/dist/models/ShrinkNodeRequest.d.ts +41 -0
  446. package/dist/models/ShrinkNodeRequest.js.map +1 -1
  447. package/dist/models/ShrinkNodeResponseBody.d.ts +9 -0
  448. package/dist/models/ShrinkNodeResponseBody.js.map +1 -1
  449. package/dist/models/StartCollectorRequest.d.ts +1 -1
  450. package/dist/models/StartCollectorResponseBody.d.ts +1 -1
  451. package/dist/models/StopCollectorRequest.d.ts +1 -1
  452. package/dist/models/StopPipelinesRequest.d.ts +1 -1
  453. package/dist/models/StopPipelinesResponseBody.d.ts +2 -2
  454. package/dist/models/Tag.d.ts +6 -0
  455. package/dist/models/Tag.js.map +1 -1
  456. package/dist/models/TagResourcesRequest.d.ts +5 -8
  457. package/dist/models/TagResourcesRequest.js.map +1 -1
  458. package/dist/models/TagResourcesResponseBody.d.ts +9 -0
  459. package/dist/models/TagResourcesResponseBody.js.map +1 -1
  460. package/dist/models/TransferNodeRequest.d.ts +21 -0
  461. package/dist/models/TransferNodeRequest.js.map +1 -1
  462. package/dist/models/TransferNodeResponseBody.d.ts +9 -0
  463. package/dist/models/TransferNodeResponseBody.js.map +1 -1
  464. package/dist/models/TriggerNetworkRequest.d.ts +18 -0
  465. package/dist/models/TriggerNetworkRequest.js.map +1 -1
  466. package/dist/models/TriggerNetworkResponseBody.d.ts +9 -0
  467. package/dist/models/TriggerNetworkResponseBody.js.map +1 -1
  468. package/dist/models/TurnOffZoneRequest.d.ts +4 -0
  469. package/dist/models/TurnOffZoneRequest.js +2 -0
  470. package/dist/models/TurnOffZoneRequest.js.map +1 -1
  471. package/dist/models/TurnOnZoneRequest.d.ts +4 -0
  472. package/dist/models/TurnOnZoneRequest.js +2 -0
  473. package/dist/models/TurnOnZoneRequest.js.map +1 -1
  474. package/dist/models/UninstallKibanaPluginRequest.d.ts +1 -1
  475. package/dist/models/UninstallKibanaPluginResponseBody.d.ts +1 -5
  476. package/dist/models/UninstallKibanaPluginResponseBody.js.map +1 -1
  477. package/dist/models/UninstallLogstashPluginRequest.d.ts +6 -0
  478. package/dist/models/UninstallLogstashPluginRequest.js.map +1 -1
  479. package/dist/models/UninstallLogstashPluginResponseBody.d.ts +3 -0
  480. package/dist/models/UninstallLogstashPluginResponseBody.js.map +1 -1
  481. package/dist/models/UninstallPluginRequest.d.ts +15 -1
  482. package/dist/models/UninstallPluginRequest.js.map +1 -1
  483. package/dist/models/UninstallPluginResponseBody.d.ts +1 -5
  484. package/dist/models/UninstallPluginResponseBody.js.map +1 -1
  485. package/dist/models/UntagResourcesRequest.d.ts +4 -4
  486. package/dist/models/UntagResourcesResponseBody.d.ts +4 -4
  487. package/dist/models/UpdateAdminPasswordRequest.d.ts +5 -4
  488. package/dist/models/UpdateAdminPasswordRequest.js.map +1 -1
  489. package/dist/models/UpdateAdminPasswordResponseBody.d.ts +9 -0
  490. package/dist/models/UpdateAdminPasswordResponseBody.js.map +1 -1
  491. package/dist/models/UpdateAdvancedSettingRequest.d.ts +1 -1
  492. package/dist/models/UpdateAdvancedSettingResponseBody.d.ts +4 -4
  493. package/dist/models/UpdateAliwsDictRequest.d.ts +1 -1
  494. package/dist/models/UpdateAliwsDictResponseBody.d.ts +5 -6
  495. package/dist/models/UpdateAliwsDictResponseBody.js.map +1 -1
  496. package/dist/models/UpdateCollectorNameRequest.d.ts +1 -1
  497. package/dist/models/UpdateCollectorNameResponseBody.d.ts +37 -37
  498. package/dist/models/UpdateCollectorRequest.d.ts +1 -1
  499. package/dist/models/UpdateCollectorResponseBody.d.ts +44 -42
  500. package/dist/models/UpdateCollectorResponseBody.js.map +1 -1
  501. package/dist/models/UpdateComponentIndexRequest.d.ts +16 -0
  502. package/dist/models/UpdateComponentIndexRequest.js.map +1 -1
  503. package/dist/models/UpdateComponentIndexResponseBody.d.ts +3 -0
  504. package/dist/models/UpdateComponentIndexResponseBody.js.map +1 -1
  505. package/dist/models/UpdateDescriptionRequest.d.ts +4 -1
  506. package/dist/models/UpdateDescriptionRequest.js.map +1 -1
  507. package/dist/models/UpdateDescriptionResponseBody.d.ts +10 -0
  508. package/dist/models/UpdateDescriptionResponseBody.js.map +1 -1
  509. package/dist/models/UpdateDiagnosisSettingsRequest.d.ts +1 -1
  510. package/dist/models/UpdateDiagnosisSettingsResponseBody.d.ts +4 -4
  511. package/dist/models/UpdateDictRequest.d.ts +1 -1
  512. package/dist/models/UpdateDictResponseBody.d.ts +6 -6
  513. package/dist/models/UpdateDynamicSettingsRequest.d.ts +16 -0
  514. package/dist/models/UpdateDynamicSettingsRequest.js.map +1 -1
  515. package/dist/models/UpdateDynamicSettingsResponseBody.d.ts +8 -0
  516. package/dist/models/UpdateDynamicSettingsResponseBody.js.map +1 -1
  517. package/dist/models/UpdateExtendConfigRequest.d.ts +3 -0
  518. package/dist/models/UpdateExtendConfigRequest.js.map +1 -1
  519. package/dist/models/UpdateExtendConfigResponseBody.d.ts +9 -0
  520. package/dist/models/UpdateExtendConfigResponseBody.js.map +1 -1
  521. package/dist/models/UpdateExtendfilesRequest.d.ts +5 -1
  522. package/dist/models/UpdateExtendfilesRequest.js.map +1 -1
  523. package/dist/models/UpdateExtendfilesResponseBody.d.ts +4 -4
  524. package/dist/models/UpdateFalconSeekRequest.d.ts +2 -0
  525. package/dist/models/UpdateFalconSeekRequest.js.map +1 -1
  526. package/dist/models/UpdateFalconSeekResponseBody.d.ts +1 -1
  527. package/dist/models/UpdateHotIkDictsRequest.d.ts +8 -1
  528. package/dist/models/UpdateHotIkDictsRequest.js.map +1 -1
  529. package/dist/models/UpdateHotIkDictsResponseBody.d.ts +5 -5
  530. package/dist/models/UpdateIlmpolicyRequest.d.ts +3 -0
  531. package/dist/models/UpdateIlmpolicyRequest.js.map +1 -1
  532. package/dist/models/UpdateIlmpolicyResponseBody.d.ts +6 -0
  533. package/dist/models/UpdateIlmpolicyResponseBody.js.map +1 -1
  534. package/dist/models/UpdateIndexTemplateRequest.d.ts +3 -0
  535. package/dist/models/UpdateIndexTemplateRequest.js.map +1 -1
  536. package/dist/models/UpdateIndexTemplateResponseBody.d.ts +6 -0
  537. package/dist/models/UpdateIndexTemplateResponseBody.js.map +1 -1
  538. package/dist/models/UpdateInstanceChargeTypeRequest.d.ts +21 -1
  539. package/dist/models/UpdateInstanceChargeTypeRequest.js.map +1 -1
  540. package/dist/models/UpdateInstanceChargeTypeResponseBody.d.ts +4 -4
  541. package/dist/models/UpdateInstanceRequest.d.ts +47 -2
  542. package/dist/models/UpdateInstanceRequest.js.map +1 -1
  543. package/dist/models/UpdateInstanceResponseBody.d.ts +41 -32
  544. package/dist/models/UpdateInstanceResponseBody.js.map +1 -1
  545. package/dist/models/UpdateInstanceSettingsRequest.d.ts +19 -1
  546. package/dist/models/UpdateInstanceSettingsRequest.js.map +1 -1
  547. package/dist/models/UpdateInstanceSettingsResponseBody.d.ts +1 -1
  548. package/dist/models/UpdateKeystoresRequest.d.ts +11 -0
  549. package/dist/models/UpdateKeystoresRequest.js.map +1 -1
  550. package/dist/models/UpdateKeystoresResponseBody.d.ts +1 -1
  551. package/dist/models/UpdateKibanaPvlNetworkRequest.d.ts +15 -2
  552. package/dist/models/UpdateKibanaPvlNetworkRequest.js.map +1 -1
  553. package/dist/models/UpdateKibanaPvlNetworkResponseBody.d.ts +9 -0
  554. package/dist/models/UpdateKibanaPvlNetworkResponseBody.js.map +1 -1
  555. package/dist/models/UpdateKibanaSettingsRequest.d.ts +1 -1
  556. package/dist/models/UpdateKibanaSettingsResponseBody.d.ts +4 -4
  557. package/dist/models/UpdateKibanaSsoRequest.d.ts +2 -0
  558. package/dist/models/UpdateKibanaSsoRequest.js.map +1 -1
  559. package/dist/models/UpdateKibanaSsoResponseBody.d.ts +3 -0
  560. package/dist/models/UpdateKibanaSsoResponseBody.js.map +1 -1
  561. package/dist/models/UpdateKibanaWhiteIpsRequest.d.ts +15 -13
  562. package/dist/models/UpdateKibanaWhiteIpsRequest.js.map +1 -1
  563. package/dist/models/UpdateKibanaWhiteIpsResponseBody.d.ts +15 -12
  564. package/dist/models/UpdateKibanaWhiteIpsResponseBody.js.map +1 -1
  565. package/dist/models/UpdateLogstashChargeTypeRequest.d.ts +1 -1
  566. package/dist/models/UpdateLogstashChargeTypeResponseBody.d.ts +4 -4
  567. package/dist/models/UpdateLogstashDescriptionRequest.d.ts +1 -1
  568. package/dist/models/UpdateLogstashDescriptionResponseBody.d.ts +3 -3
  569. package/dist/models/UpdateLogstashRequest.d.ts +21 -0
  570. package/dist/models/UpdateLogstashRequest.js.map +1 -1
  571. package/dist/models/UpdateLogstashResponseBody.d.ts +9 -0
  572. package/dist/models/UpdateLogstashResponseBody.js.map +1 -1
  573. package/dist/models/UpdateLogstashSettingsRequest.d.ts +1 -1
  574. package/dist/models/UpdateLogstashSettingsResponseBody.d.ts +1 -1
  575. package/dist/models/UpdatePipelineManagementConfigRequest.d.ts +23 -0
  576. package/dist/models/UpdatePipelineManagementConfigRequest.js.map +1 -1
  577. package/dist/models/UpdatePipelineManagementConfigResponseBody.d.ts +9 -0
  578. package/dist/models/UpdatePipelineManagementConfigResponseBody.js.map +1 -1
  579. package/dist/models/UpdatePipelinesRequest.d.ts +2 -2
  580. package/dist/models/UpdatePipelinesResponseBody.d.ts +4 -4
  581. package/dist/models/UpdatePrivateNetworkWhiteIpsRequest.d.ts +8 -2
  582. package/dist/models/UpdatePrivateNetworkWhiteIpsRequest.js.map +1 -1
  583. package/dist/models/UpdatePrivateNetworkWhiteIpsResponseBody.d.ts +7 -0
  584. package/dist/models/UpdatePrivateNetworkWhiteIpsResponseBody.js.map +1 -1
  585. package/dist/models/UpdatePublicNetworkRequest.d.ts +1 -1
  586. package/dist/models/UpdatePublicNetworkResponseBody.d.ts +3 -3
  587. package/dist/models/UpdatePublicWhiteIpsRequest.d.ts +8 -2
  588. package/dist/models/UpdatePublicWhiteIpsRequest.js.map +1 -1
  589. package/dist/models/UpdatePublicWhiteIpsResponseBody.d.ts +7 -0
  590. package/dist/models/UpdatePublicWhiteIpsResponseBody.js.map +1 -1
  591. package/dist/models/UpdateReadWritePolicyRequest.d.ts +3 -0
  592. package/dist/models/UpdateReadWritePolicyRequest.js.map +1 -1
  593. package/dist/models/UpdateReadWritePolicyResponseBody.d.ts +9 -0
  594. package/dist/models/UpdateReadWritePolicyResponseBody.js.map +1 -1
  595. package/dist/models/UpdateSnapshotSettingResponseBody.d.ts +3 -3
  596. package/dist/models/UpdateSynonymsDictsRequest.d.ts +1 -1
  597. package/dist/models/UpdateSynonymsDictsResponseBody.d.ts +3 -3
  598. package/dist/models/UpdateTemplateRequest.d.ts +6 -0
  599. package/dist/models/UpdateTemplateRequest.js.map +1 -1
  600. package/dist/models/UpdateTemplateResponseBody.d.ts +9 -0
  601. package/dist/models/UpdateTemplateResponseBody.js.map +1 -1
  602. package/dist/models/UpdateWhiteIpsRequest.d.ts +14 -8
  603. package/dist/models/UpdateWhiteIpsRequest.js.map +1 -1
  604. package/dist/models/UpdateWhiteIpsResponseBody.d.ts +13 -6
  605. package/dist/models/UpdateWhiteIpsResponseBody.js.map +1 -1
  606. package/dist/models/UpdateXpackMonitorConfigRequest.d.ts +19 -0
  607. package/dist/models/UpdateXpackMonitorConfigRequest.js.map +1 -1
  608. package/dist/models/UpdateXpackMonitorConfigResponseBody.d.ts +9 -0
  609. package/dist/models/UpdateXpackMonitorConfigResponseBody.js.map +1 -1
  610. package/dist/models/UpgradeEngineVersionRequest.d.ts +36 -6
  611. package/dist/models/UpgradeEngineVersionRequest.js.map +1 -1
  612. package/dist/models/UpgradeEngineVersionResponseBody.d.ts +27 -13
  613. package/dist/models/UpgradeEngineVersionResponseBody.js.map +1 -1
  614. package/dist/models/UpgradeInfoResponseBody.d.ts +30 -1
  615. package/dist/models/UpgradeInfoResponseBody.js.map +1 -1
  616. package/dist/models/ValidateConnectionRequest.d.ts +8 -1
  617. package/dist/models/ValidateConnectionRequest.js.map +1 -1
  618. package/dist/models/ValidateConnectionResponseBody.d.ts +3 -3
  619. package/dist/models/ValidateShrinkNodesRequest.d.ts +32 -4
  620. package/dist/models/ValidateShrinkNodesRequest.js.map +1 -1
  621. package/dist/models/ValidateShrinkNodesResponseBody.d.ts +9 -0
  622. package/dist/models/ValidateShrinkNodesResponseBody.js.map +1 -1
  623. package/dist/models/ValidateSlrPermissionRequest.d.ts +7 -0
  624. package/dist/models/ValidateSlrPermissionRequest.js.map +1 -1
  625. package/dist/models/ValidateSlrPermissionResponseBody.d.ts +9 -0
  626. package/dist/models/ValidateSlrPermissionResponseBody.js.map +1 -1
  627. package/dist/models/ValidateTransferableNodesRequest.d.ts +20 -0
  628. package/dist/models/ValidateTransferableNodesRequest.js.map +1 -1
  629. package/dist/models/ValidateTransferableNodesResponseBody.d.ts +9 -0
  630. package/dist/models/ValidateTransferableNodesResponseBody.js.map +1 -1
  631. package/dist/models/WarmNodeConfiguration.d.ts +20 -0
  632. package/dist/models/WarmNodeConfiguration.js.map +1 -1
  633. package/dist/models/WhiteIpGroup.d.ts +15 -0
  634. package/dist/models/WhiteIpGroup.js.map +1 -1
  635. package/dist/models/ZoneInfo.d.ts +9 -0
  636. package/dist/models/ZoneInfo.js.map +1 -1
  637. package/dist/models/model.d.ts +3 -0
  638. package/dist/models/model.js +34 -28
  639. package/dist/models/model.js.map +1 -1
  640. package/package.json +1 -1
  641. package/src/client.ts +828 -506
  642. package/src/models/ActivateZonesRequest.ts +2 -2
  643. package/src/models/ActivateZonesResponseBody.ts +3 -4
  644. package/src/models/AddConnectableClusterRequest.ts +2 -2
  645. package/src/models/AddConnectableClusterResponseBody.ts +4 -4
  646. package/src/models/AddSnapshotRepoRequest.ts +9 -0
  647. package/src/models/AddSnapshotRepoResponseBody.ts +4 -4
  648. package/src/models/CancelDeletionRequest.ts +1 -1
  649. package/src/models/CancelDeletionResponseBody.ts +4 -4
  650. package/src/models/CancelLogstashDeletionRequest.ts +1 -1
  651. package/src/models/CancelLogstashDeletionResponseBody.ts +4 -4
  652. package/src/models/CancelTaskRequest.ts +2 -2
  653. package/src/models/CancelTaskResponseBody.ts +4 -4
  654. package/src/models/CapacityPlanRequest.ts +36 -36
  655. package/src/models/CapacityPlanResponseBody.ts +32 -32
  656. package/src/models/ClientNodeConfiguration.ts +8 -0
  657. package/src/models/CloseDiagnosisRequest.ts +10 -1
  658. package/src/models/CloseDiagnosisResponseBody.ts +9 -0
  659. package/src/models/CloseHttpsRequest.ts +3 -0
  660. package/src/models/CloseHttpsResponseBody.ts +9 -0
  661. package/src/models/CloseManagedIndexRequest.ts +1 -1
  662. package/src/models/CloseManagedIndexResponseBody.ts +4 -4
  663. package/src/models/CreateCollectorRequest.ts +28 -1
  664. package/src/models/CreateCollectorResponseBody.ts +10 -0
  665. package/src/models/CreateComponentIndexRequest.ts +16 -0
  666. package/src/models/CreateComponentIndexResponseBody.ts +9 -0
  667. package/src/models/CreateDataStreamRequest.ts +3 -0
  668. package/src/models/CreateDataStreamResponseBody.ts +10 -0
  669. package/src/models/CreateIlmpolicyRequest.ts +3 -0
  670. package/src/models/CreateIlmpolicyResponseBody.ts +6 -0
  671. package/src/models/CreateIndexTemplateRequest.ts +31 -0
  672. package/src/models/CreateIndexTemplateResponseBody.ts +6 -0
  673. package/src/models/CreateInstanceRequest.ts +96 -2
  674. package/src/models/CreateLogstashRequest.ts +73 -1
  675. package/src/models/CreateLogstashResponseBody.ts +7 -0
  676. package/src/models/CreatePipelinesRequest.ts +40 -0
  677. package/src/models/CreatePipelinesResponseBody.ts +9 -0
  678. package/src/models/CreateSnapshotRequest.ts +1 -1
  679. package/src/models/CreateSnapshotResponseBody.ts +4 -4
  680. package/src/models/CreateVpcEndpointRequest.ts +11 -2
  681. package/src/models/CreateVpcEndpointResponseBody.ts +12 -3
  682. package/src/models/DeactivateZonesRequest.ts +1 -1
  683. package/src/models/DeactivateZonesResponseBody.ts +4 -4
  684. package/src/models/DeleteCollectorRequest.ts +1 -1
  685. package/src/models/DeleteCollectorResponseBody.ts +4 -5
  686. package/src/models/DeleteComponentIndexResponseBody.ts +9 -0
  687. package/src/models/DeleteConnectedClusterRequest.ts +2 -2
  688. package/src/models/DeleteConnectedClusterResponseBody.ts +4 -4
  689. package/src/models/DeleteDataStreamRequest.ts +3 -0
  690. package/src/models/DeleteDataStreamResponseBody.ts +10 -0
  691. package/src/models/DeleteDataTaskRequest.ts +2 -2
  692. package/src/models/DeleteDataTaskResponseBody.ts +2 -2
  693. package/src/models/DeleteDeprecatedTemplateResponseBody.ts +9 -0
  694. package/src/models/DeleteIlmpolicyResponseBody.ts +10 -0
  695. package/src/models/DeleteIndexTemplateResponseBody.ts +10 -0
  696. package/src/models/DeleteInstanceRequest.ts +7 -1
  697. package/src/models/DeleteInstanceResponseBody.ts +1 -1
  698. package/src/models/DeleteLogstashRequest.ts +4 -4
  699. package/src/models/DeleteLogstashResponseBody.ts +1 -1
  700. package/src/models/DeletePipelinesRequest.ts +2 -2
  701. package/src/models/DeletePipelinesResponseBody.ts +4 -4
  702. package/src/models/DeleteSnapshotRepoRequest.ts +3 -2
  703. package/src/models/DeleteSnapshotRepoResponseBody.ts +4 -4
  704. package/src/models/DeleteVpcEndpointRequest.ts +3 -0
  705. package/src/models/DeleteVpcEndpointResponseBody.ts +10 -0
  706. package/src/models/DescribeAckOperatorResponseBody.ts +7 -7
  707. package/src/models/DescribeCollectorResponseBody.ts +43 -42
  708. package/src/models/DescribeComponentIndexResponseBody.ts +23 -0
  709. package/src/models/DescribeConnectableClustersRequest.ts +4 -1
  710. package/src/models/DescribeConnectableClustersResponseBody.ts +13 -0
  711. package/src/models/DescribeDeprecatedTemplateResponseBody.ts +39 -0
  712. package/src/models/DescribeDiagnoseReportRequest.ts +9 -0
  713. package/src/models/DescribeDiagnoseReportResponseBody.ts +104 -0
  714. package/src/models/DescribeDiagnosisSettingsRequest.ts +1 -1
  715. package/src/models/DescribeDiagnosisSettingsResponseBody.ts +22 -4
  716. package/src/models/DescribeDynamicSettingsResponseBody.ts +4 -0
  717. package/src/models/DescribeElasticsearchHealthResponseBody.ts +4 -4
  718. package/src/models/DescribeIlmpolicyResponseBody.ts +13 -0
  719. package/src/models/DescribeIndexTemplateResponseBody.ts +38 -0
  720. package/src/models/DescribeInstanceResponseBody.ts +541 -0
  721. package/src/models/DescribeKibanaSettingsResponseBody.ts +6 -0
  722. package/src/models/DescribeLogstashResponseBody.ts +49 -50
  723. package/src/models/DescribePipelineManagementConfigRequest.ts +1 -1
  724. package/src/models/DescribePipelineManagementConfigResponseBody.ts +4 -4
  725. package/src/models/DescribePipelineResponseBody.ts +27 -18
  726. package/src/models/DescribeRegionsResponseBody.ts +13 -4
  727. package/src/models/DescribeSnapshotSettingResponseBody.ts +4 -4
  728. package/src/models/DescribeTemplatesResponseBody.ts +17 -0
  729. package/src/models/DescribeXpackMonitorConfigResponseBody.ts +6 -7
  730. package/src/models/DiagnoseInstanceRequest.ts +22 -2
  731. package/src/models/DiagnoseInstanceResponseBody.ts +62 -3
  732. package/src/models/DictInfo.ts +26 -0
  733. package/src/models/DisableKibanaPvlNetworkResponseBody.ts +7 -1
  734. package/src/models/ElasticDataNodeConfiguration.ts +0 -23
  735. package/src/models/Elasticsearch.ts +231 -0
  736. package/src/models/EnableKibanaPvlNetworkRequest.ts +23 -2
  737. package/src/models/EnableKibanaPvlNetworkResponseBody.ts +8 -0
  738. package/src/models/EstimatedLogstashRestartTimeRequest.ts +1 -1
  739. package/src/models/EstimatedRestartTimeRequest.ts +1 -1
  740. package/src/models/EstimatedRestartTimeResponseBody.ts +1 -1
  741. package/src/models/GetClusterDataInformationResponseBody.ts +6 -18
  742. package/src/models/GetElastictaskResponseBody.ts +39 -0
  743. package/src/models/GetEmonGrafanaAlertsResponseBody.ts +15 -0
  744. package/src/models/GetEmonGrafanaDashboardsResponseBody.ts +15 -0
  745. package/src/models/GetEmonMonitorDataResponseBody.ts +36 -0
  746. package/src/models/GetKeystoresResponseBody.ts +5 -1
  747. package/src/models/GetOpenStoreUsageResponseBody.ts +4 -4
  748. package/src/models/GetRegionConfigurationRequest.ts +3 -0
  749. package/src/models/GetRegionConfigurationResponseBody.ts +244 -0
  750. package/src/models/GetSuggestShrinkableNodesRequest.ts +2 -2
  751. package/src/models/GetSuggestShrinkableNodesResponseBody.ts +2 -2
  752. package/src/models/GetTransferableNodesRequest.ts +2 -2
  753. package/src/models/GetTransferableNodesResponseBody.ts +2 -2
  754. package/src/models/GrayPublishRequest.ts +3 -0
  755. package/src/models/GrayPublishResponseBody.ts +3 -0
  756. package/src/models/InitModelRequest.ts +25 -0
  757. package/src/models/InitModelResponseBody.ts +4 -1
  758. package/src/models/InitializeOperationRoleRequest.ts +1 -1
  759. package/src/models/InitializeOperationRoleResponseBody.ts +4 -4
  760. package/src/models/InstallAckOperatorRequest.ts +1 -1
  761. package/src/models/InstallAckOperatorResponseBody.ts +3 -3
  762. package/src/models/InstallKibanaSystemPluginRequest.ts +1 -1
  763. package/src/models/InstallKibanaSystemPluginResponseBody.ts +1 -5
  764. package/src/models/InstallLogstashSystemPluginRequest.ts +3 -0
  765. package/src/models/InstallLogstashSystemPluginResponseBody.ts +7 -0
  766. package/src/models/InstallSystemPluginRequest.ts +1 -1
  767. package/src/models/InstallSystemPluginResponseBody.ts +1 -5
  768. package/src/models/InstallUserPluginsRequest.ts +7 -0
  769. package/src/models/InterruptElasticsearchTaskRequest.ts +1 -1
  770. package/src/models/InterruptElasticsearchTaskResponseBody.ts +6 -6
  771. package/src/models/InterruptLogstashTaskResponseBody.ts +5 -5
  772. package/src/models/KibanaNodeConfiguration.ts +8 -0
  773. package/src/models/ListAckClustersRequest.ts +5 -5
  774. package/src/models/ListAckClustersResponseBody.ts +5 -5
  775. package/src/models/ListAckNamespacesRequest.ts +2 -2
  776. package/src/models/ListAckNamespacesResponseBody.ts +2 -2
  777. package/src/models/ListAllNodeRequest.ts +5 -1
  778. package/src/models/ListAllNodeResponseBody.ts +24 -16
  779. package/src/models/ListAlternativeSnapshotReposRequest.ts +4 -1
  780. package/src/models/ListAlternativeSnapshotReposResponseBody.ts +4 -4
  781. package/src/models/ListAvailableEsInstanceIdsResponseBody.ts +6 -6
  782. package/src/models/ListCollectorsRequest.ts +9 -8
  783. package/src/models/ListCollectorsResponseBody.ts +48 -45
  784. package/src/models/ListComponentIndicesRequest.ts +9 -0
  785. package/src/models/ListComponentIndicesResponseBody.ts +56 -0
  786. package/src/models/ListConnectedClustersResponseBody.ts +1 -1
  787. package/src/models/ListDataStreamsRequest.ts +10 -0
  788. package/src/models/ListDataStreamsResponseBody.ts +74 -0
  789. package/src/models/ListDataTasksResponseBody.ts +19 -19
  790. package/src/models/ListDefaultCollectorConfigurationsRequest.ts +11 -11
  791. package/src/models/ListDefaultCollectorConfigurationsResponseBody.ts +1 -1
  792. package/src/models/ListDeprecatedTemplatesRequest.ts +9 -0
  793. package/src/models/ListDeprecatedTemplatesResponseBody.ts +46 -0
  794. package/src/models/ListDiagnoseIndicesRequest.ts +7 -1
  795. package/src/models/ListDiagnoseIndicesResponseBody.ts +4 -0
  796. package/src/models/ListDiagnoseReportIdsRequest.ts +16 -7
  797. package/src/models/ListDiagnoseReportIdsResponseBody.ts +6 -2
  798. package/src/models/ListDiagnoseReportRequest.ts +23 -8
  799. package/src/models/ListDiagnoseReportResponseBody.ts +79 -26
  800. package/src/models/ListDiagnosisItemsRequest.ts +12 -0
  801. package/src/models/ListDiagnosisItemsResponseBody.ts +19 -0
  802. package/src/models/ListDictInformationRequest.ts +7 -0
  803. package/src/models/ListDictInformationResponseBody.ts +30 -0
  804. package/src/models/ListDictsRequest.ts +9 -6
  805. package/src/models/ListDictsResponseBody.ts +11 -10
  806. package/src/models/ListEcsInstancesRequest.ts +9 -6
  807. package/src/models/ListEcsInstancesResponseBody.ts +73 -77
  808. package/src/models/ListEventRecordsRequest.ts +18 -0
  809. package/src/models/ListEventRecordsResponseBody.ts +86 -0
  810. package/src/models/ListExtendfilesResponseBody.ts +3 -3
  811. package/src/models/ListIlmpoliciesRequest.ts +3 -0
  812. package/src/models/ListIlmpoliciesResponseBody.ts +13 -0
  813. package/src/models/ListIndexTemplatesRequest.ts +9 -0
  814. package/src/models/ListIndexTemplatesResponseBody.ts +40 -0
  815. package/src/models/ListInstanceHistoryEventsRequest.ts +59 -0
  816. package/src/models/ListInstanceHistoryEventsResponseBody.ts +62 -0
  817. package/src/models/ListInstanceHistoryEventsShrinkRequest.ts +59 -0
  818. package/src/models/ListInstanceIndicesRequest.ts +18 -6
  819. package/src/models/ListInstanceIndicesResponseBody.ts +41 -25
  820. package/src/models/ListInstanceRequest.ts +21 -13
  821. package/src/models/ListInstanceResponseBody.ts +213 -75
  822. package/src/models/ListKibanaPluginsRequest.ts +2 -2
  823. package/src/models/ListKibanaPluginsResponseBody.ts +7 -7
  824. package/src/models/ListKibanaPvlNetworkResponseBody.ts +41 -1
  825. package/src/models/ListLogstashLogRequest.ts +12 -6
  826. package/src/models/ListLogstashLogResponseBody.ts +13 -4
  827. package/src/models/ListLogstashPluginsRequest.ts +7 -4
  828. package/src/models/ListLogstashPluginsResponseBody.ts +21 -12
  829. package/src/models/ListLogstashRequest.ts +7 -7
  830. package/src/models/ListLogstashResponseBody.ts +34 -25
  831. package/src/models/ListNodesRequest.ts +5 -5
  832. package/src/models/ListNodesResponseBody.ts +26 -26
  833. package/src/models/ListPipelineIdsRequest.ts +3 -0
  834. package/src/models/ListPipelineIdsResponseBody.ts +23 -0
  835. package/src/models/ListPipelineRequest.ts +3 -3
  836. package/src/models/ListPipelineResponseBody.ts +18 -9
  837. package/src/models/ListPluginsRequest.ts +4 -4
  838. package/src/models/ListPluginsResponseBody.ts +15 -6
  839. package/src/models/ListSearchLogRequest.ts +14 -6
  840. package/src/models/ListSearchLogResponseBody.ts +24 -15
  841. package/src/models/ListShardRecoveriesRequest.ts +4 -3
  842. package/src/models/ListShardRecoveriesResponseBody.ts +23 -18
  843. package/src/models/ListSnapshotReposByInstanceIdResponseBody.ts +8 -6
  844. package/src/models/ListStatsEventRecordsRequest.ts +9 -0
  845. package/src/models/ListStatsEventRecordsResponseBody.ts +26 -0
  846. package/src/models/ListTagResourcesRequest.ts +7 -9
  847. package/src/models/ListTagResourcesResponseBody.ts +17 -7
  848. package/src/models/ListTagsRequest.ts +2 -2
  849. package/src/models/ListTagsResponseBody.ts +11 -1
  850. package/src/models/ListUserPluginRequest.ts +9 -0
  851. package/src/models/ListUserPluginResponseBody.ts +59 -0
  852. package/src/models/ListVpcEndpointsRequest.ts +3 -3
  853. package/src/models/ListVpcEndpointsResponseBody.ts +31 -21
  854. package/src/models/Logstash.ts +117 -0
  855. package/src/models/MasterNodeConfiguration.ts +10 -0
  856. package/src/models/MigrateToOtherZoneRequest.ts +3 -1
  857. package/src/models/MigrateToOtherZoneResponseBody.ts +4 -4
  858. package/src/models/ModifyDeployMachineRequest.ts +1 -1
  859. package/src/models/ModifyDeployMachineResponseBody.ts +3 -3
  860. package/src/models/ModifyElastictaskRequest.ts +7 -0
  861. package/src/models/ModifyElastictaskResponseBody.ts +39 -0
  862. package/src/models/ModifyInstanceMaintainTimeRequest.ts +6 -0
  863. package/src/models/ModifyInstanceMaintainTimeResponseBody.ts +6 -0
  864. package/src/models/ModifyScheduleExecuteTimeRequest.ts +6 -0
  865. package/src/models/ModifyScheduleExecuteTimeResponseBody.ts +3 -0
  866. package/src/models/ModifyWhiteIpsRequest.ts +24 -19
  867. package/src/models/ModifyWhiteIpsResponseBody.ts +9 -0
  868. package/src/models/MoveResourceGroupRequest.ts +1 -1
  869. package/src/models/MoveResourceGroupResponseBody.ts +55 -55
  870. package/src/models/NetworkConfig.ts +26 -0
  871. package/src/models/NodeInfo.ts +12 -0
  872. package/src/models/NodeSpec.ts +25 -0
  873. package/src/models/OpenDiagnosisRequest.ts +10 -1
  874. package/src/models/OpenDiagnosisResponseBody.ts +9 -0
  875. package/src/models/OpenHttpsRequest.ts +1 -1
  876. package/src/models/OpenHttpsResponseBody.ts +4 -4
  877. package/src/models/PaymentInfo.ts +18 -0
  878. package/src/models/PluginAnalysisRequest.ts +11 -0
  879. package/src/models/PluginAnalysisResponseBody.ts +20 -1
  880. package/src/models/PostEmonTryAlarmRuleResponseBody.ts +12 -0
  881. package/src/models/ReadWritePolicy.ts +23 -0
  882. package/src/models/RecommendTemplatesRequest.ts +7 -7
  883. package/src/models/RecommendTemplatesResponseBody.ts +16 -7
  884. package/src/models/ReinstallCollectorRequest.ts +2 -5
  885. package/src/models/ReinstallCollectorResponseBody.ts +7 -1
  886. package/src/models/RemovePluginRequest.ts +3 -0
  887. package/src/models/RemovePluginResponseBody.ts +4 -1
  888. package/src/models/RenewInstanceRequest.ts +1 -1
  889. package/src/models/RenewInstanceResponseBody.ts +4 -4
  890. package/src/models/RenewLogstashRequest.ts +1 -1
  891. package/src/models/RenewLogstashResponseBody.ts +3 -3
  892. package/src/models/RestartCollectorRequest.ts +1 -1
  893. package/src/models/RestartCollectorResponseBody.ts +4 -4
  894. package/src/models/RestartInstanceRequest.ts +18 -2
  895. package/src/models/RestartInstanceResponseBody.ts +49 -49
  896. package/src/models/RestartLogstashRequest.ts +29 -0
  897. package/src/models/RestartLogstashResponseBody.ts +7 -0
  898. package/src/models/ResumeElasticsearchTaskRequest.ts +1 -1
  899. package/src/models/ResumeElasticsearchTaskResponseBody.ts +4 -4
  900. package/src/models/ResumeLogstashTaskRequest.ts +1 -1
  901. package/src/models/ResumeLogstashTaskResponseBody.ts +6 -6
  902. package/src/models/RolloverDataStreamRequest.ts +3 -0
  903. package/src/models/RolloverDataStreamResponseBody.ts +10 -0
  904. package/src/models/RunPipelinesRequest.ts +1 -1
  905. package/src/models/RunPipelinesResponseBody.ts +2 -2
  906. package/src/models/ShrinkNodeRequest.ts +41 -0
  907. package/src/models/ShrinkNodeResponseBody.ts +9 -0
  908. package/src/models/StartCollectorRequest.ts +1 -1
  909. package/src/models/StartCollectorResponseBody.ts +1 -1
  910. package/src/models/StopCollectorRequest.ts +1 -1
  911. package/src/models/StopPipelinesRequest.ts +1 -1
  912. package/src/models/StopPipelinesResponseBody.ts +2 -2
  913. package/src/models/Tag.ts +6 -0
  914. package/src/models/TagResourcesRequest.ts +5 -8
  915. package/src/models/TagResourcesResponseBody.ts +9 -0
  916. package/src/models/TransferNodeRequest.ts +21 -0
  917. package/src/models/TransferNodeResponseBody.ts +9 -0
  918. package/src/models/TriggerNetworkRequest.ts +18 -0
  919. package/src/models/TriggerNetworkResponseBody.ts +9 -0
  920. package/src/models/TurnOffZoneRequest.ts +6 -0
  921. package/src/models/TurnOnZoneRequest.ts +6 -0
  922. package/src/models/UninstallKibanaPluginRequest.ts +1 -1
  923. package/src/models/UninstallKibanaPluginResponseBody.ts +1 -5
  924. package/src/models/UninstallLogstashPluginRequest.ts +6 -0
  925. package/src/models/UninstallLogstashPluginResponseBody.ts +3 -0
  926. package/src/models/UninstallPluginRequest.ts +15 -1
  927. package/src/models/UninstallPluginResponseBody.ts +1 -5
  928. package/src/models/UntagResourcesRequest.ts +4 -4
  929. package/src/models/UntagResourcesResponseBody.ts +4 -4
  930. package/src/models/UpdateAdminPasswordRequest.ts +5 -4
  931. package/src/models/UpdateAdminPasswordResponseBody.ts +9 -0
  932. package/src/models/UpdateAdvancedSettingRequest.ts +1 -1
  933. package/src/models/UpdateAdvancedSettingResponseBody.ts +4 -4
  934. package/src/models/UpdateAliwsDictRequest.ts +1 -1
  935. package/src/models/UpdateAliwsDictResponseBody.ts +5 -6
  936. package/src/models/UpdateCollectorNameRequest.ts +1 -1
  937. package/src/models/UpdateCollectorNameResponseBody.ts +37 -37
  938. package/src/models/UpdateCollectorRequest.ts +1 -1
  939. package/src/models/UpdateCollectorResponseBody.ts +44 -42
  940. package/src/models/UpdateComponentIndexRequest.ts +16 -0
  941. package/src/models/UpdateComponentIndexResponseBody.ts +3 -0
  942. package/src/models/UpdateDescriptionRequest.ts +4 -1
  943. package/src/models/UpdateDescriptionResponseBody.ts +10 -0
  944. package/src/models/UpdateDiagnosisSettingsRequest.ts +1 -1
  945. package/src/models/UpdateDiagnosisSettingsResponseBody.ts +4 -4
  946. package/src/models/UpdateDictRequest.ts +1 -1
  947. package/src/models/UpdateDictResponseBody.ts +6 -6
  948. package/src/models/UpdateDynamicSettingsRequest.ts +16 -0
  949. package/src/models/UpdateDynamicSettingsResponseBody.ts +8 -0
  950. package/src/models/UpdateExtendConfigRequest.ts +3 -0
  951. package/src/models/UpdateExtendConfigResponseBody.ts +9 -0
  952. package/src/models/UpdateExtendfilesRequest.ts +5 -1
  953. package/src/models/UpdateExtendfilesResponseBody.ts +4 -4
  954. package/src/models/UpdateFalconSeekRequest.ts +2 -0
  955. package/src/models/UpdateFalconSeekResponseBody.ts +1 -1
  956. package/src/models/UpdateHotIkDictsRequest.ts +8 -1
  957. package/src/models/UpdateHotIkDictsResponseBody.ts +5 -5
  958. package/src/models/UpdateIlmpolicyRequest.ts +3 -0
  959. package/src/models/UpdateIlmpolicyResponseBody.ts +6 -0
  960. package/src/models/UpdateIndexTemplateRequest.ts +3 -0
  961. package/src/models/UpdateIndexTemplateResponseBody.ts +6 -0
  962. package/src/models/UpdateInstanceChargeTypeRequest.ts +21 -1
  963. package/src/models/UpdateInstanceChargeTypeResponseBody.ts +4 -4
  964. package/src/models/UpdateInstanceRequest.ts +47 -2
  965. package/src/models/UpdateInstanceResponseBody.ts +41 -32
  966. package/src/models/UpdateInstanceSettingsRequest.ts +19 -1
  967. package/src/models/UpdateInstanceSettingsResponseBody.ts +1 -1
  968. package/src/models/UpdateKeystoresRequest.ts +11 -0
  969. package/src/models/UpdateKeystoresResponseBody.ts +1 -1
  970. package/src/models/UpdateKibanaPvlNetworkRequest.ts +15 -2
  971. package/src/models/UpdateKibanaPvlNetworkResponseBody.ts +9 -0
  972. package/src/models/UpdateKibanaSettingsRequest.ts +1 -1
  973. package/src/models/UpdateKibanaSettingsResponseBody.ts +4 -4
  974. package/src/models/UpdateKibanaSsoRequest.ts +2 -0
  975. package/src/models/UpdateKibanaSsoResponseBody.ts +3 -0
  976. package/src/models/UpdateKibanaWhiteIpsRequest.ts +15 -13
  977. package/src/models/UpdateKibanaWhiteIpsResponseBody.ts +15 -12
  978. package/src/models/UpdateLogstashChargeTypeRequest.ts +1 -1
  979. package/src/models/UpdateLogstashChargeTypeResponseBody.ts +4 -4
  980. package/src/models/UpdateLogstashDescriptionRequest.ts +1 -1
  981. package/src/models/UpdateLogstashDescriptionResponseBody.ts +3 -3
  982. package/src/models/UpdateLogstashRequest.ts +21 -0
  983. package/src/models/UpdateLogstashResponseBody.ts +9 -0
  984. package/src/models/UpdateLogstashSettingsRequest.ts +1 -1
  985. package/src/models/UpdateLogstashSettingsResponseBody.ts +1 -1
  986. package/src/models/UpdatePipelineManagementConfigRequest.ts +23 -0
  987. package/src/models/UpdatePipelineManagementConfigResponseBody.ts +9 -0
  988. package/src/models/UpdatePipelinesRequest.ts +2 -2
  989. package/src/models/UpdatePipelinesResponseBody.ts +4 -4
  990. package/src/models/UpdatePrivateNetworkWhiteIpsRequest.ts +8 -2
  991. package/src/models/UpdatePrivateNetworkWhiteIpsResponseBody.ts +7 -0
  992. package/src/models/UpdatePublicNetworkRequest.ts +1 -1
  993. package/src/models/UpdatePublicNetworkResponseBody.ts +3 -3
  994. package/src/models/UpdatePublicWhiteIpsRequest.ts +8 -2
  995. package/src/models/UpdatePublicWhiteIpsResponseBody.ts +7 -0
  996. package/src/models/UpdateReadWritePolicyRequest.ts +3 -0
  997. package/src/models/UpdateReadWritePolicyResponseBody.ts +9 -0
  998. package/src/models/UpdateSnapshotSettingResponseBody.ts +3 -3
  999. package/src/models/UpdateSynonymsDictsRequest.ts +1 -1
  1000. package/src/models/UpdateSynonymsDictsResponseBody.ts +3 -3
  1001. package/src/models/UpdateTemplateRequest.ts +6 -0
  1002. package/src/models/UpdateTemplateResponseBody.ts +9 -0
  1003. package/src/models/UpdateWhiteIpsRequest.ts +14 -8
  1004. package/src/models/UpdateWhiteIpsResponseBody.ts +13 -6
  1005. package/src/models/UpdateXpackMonitorConfigRequest.ts +19 -0
  1006. package/src/models/UpdateXpackMonitorConfigResponseBody.ts +9 -0
  1007. package/src/models/UpgradeEngineVersionRequest.ts +36 -6
  1008. package/src/models/UpgradeEngineVersionResponseBody.ts +27 -13
  1009. package/src/models/UpgradeInfoResponseBody.ts +30 -1
  1010. package/src/models/ValidateConnectionRequest.ts +8 -1
  1011. package/src/models/ValidateConnectionResponseBody.ts +3 -3
  1012. package/src/models/ValidateShrinkNodesRequest.ts +32 -4
  1013. package/src/models/ValidateShrinkNodesResponseBody.ts +9 -0
  1014. package/src/models/ValidateSlrPermissionRequest.ts +7 -0
  1015. package/src/models/ValidateSlrPermissionResponseBody.ts +9 -0
  1016. package/src/models/ValidateTransferableNodesRequest.ts +20 -0
  1017. package/src/models/ValidateTransferableNodesResponseBody.ts +9 -0
  1018. package/src/models/WarmNodeConfiguration.ts +20 -0
  1019. package/src/models/WhiteIpGroup.ts +15 -0
  1020. package/src/models/ZoneInfo.ts +9 -0
  1021. package/src/models/model.ts +3 -0
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * Restores nodes in disabled zones. This operation is available only for multi-zone Elasticsearch clusters.
12
+ * Resumes an offline zone. This operation is valid only for multi-zone instances.
13
13
  *
14
14
  * @param request - ActivateZonesRequest
15
15
  * @param headers - map
@@ -20,14 +20,14 @@ export default class Client extends OpenApi {
20
20
  [key: string]: string;
21
21
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ActivateZonesResponse>;
22
22
  /**
23
- * Restores nodes in disabled zones. This operation is available only for multi-zone Elasticsearch clusters.
23
+ * Resumes an offline zone. This operation is valid only for multi-zone instances.
24
24
  *
25
25
  * @param request - ActivateZonesRequest
26
26
  * @returns ActivateZonesResponse
27
27
  */
28
28
  activateZones(InstanceId: string, request: $_model.ActivateZonesRequest): Promise<$_model.ActivateZonesResponse>;
29
29
  /**
30
- * Connects Elasticsearch clusters.
30
+ * Configures network connectivity to establish a connection between different instances.
31
31
  *
32
32
  * @param request - AddConnectableClusterRequest
33
33
  * @param headers - map
@@ -38,14 +38,14 @@ export default class Client extends OpenApi {
38
38
  [key: string]: string;
39
39
  }, runtime: $dara.RuntimeOptions): Promise<$_model.AddConnectableClusterResponse>;
40
40
  /**
41
- * Connects Elasticsearch clusters.
41
+ * Configures network connectivity to establish a connection between different instances.
42
42
  *
43
43
  * @param request - AddConnectableClusterRequest
44
44
  * @returns AddConnectableClusterResponse
45
45
  */
46
46
  addConnectableCluster(InstanceId: string, request: $_model.AddConnectableClusterRequest): Promise<$_model.AddConnectableClusterResponse>;
47
47
  /**
48
- * Call the AddSnapshotRepo to create a reference repository when configuring a cross-cluster OSS repository.
48
+ * Creates a reference repository when setting up a cross-cluster OSS repository.
49
49
  *
50
50
  * @param request - AddSnapshotRepoRequest
51
51
  * @param headers - map
@@ -56,14 +56,14 @@ export default class Client extends OpenApi {
56
56
  [key: string]: string;
57
57
  }, runtime: $dara.RuntimeOptions): Promise<$_model.AddSnapshotRepoResponse>;
58
58
  /**
59
- * Call the AddSnapshotRepo to create a reference repository when configuring a cross-cluster OSS repository.
59
+ * Creates a reference repository when setting up a cross-cluster OSS repository.
60
60
  *
61
61
  * @param request - AddSnapshotRepoRequest
62
62
  * @returns AddSnapshotRepoResponse
63
63
  */
64
64
  addSnapshotRepo(InstanceId: string, request: $_model.AddSnapshotRepoRequest): Promise<$_model.AddSnapshotRepoResponse>;
65
65
  /**
66
- * Restores an Elasticsearch cluster that is frozen after it is released.
66
+ * Recovers a frozen Elasticsearch instance that was released.
67
67
  *
68
68
  * @param request - CancelDeletionRequest
69
69
  * @param headers - map
@@ -74,14 +74,14 @@ export default class Client extends OpenApi {
74
74
  [key: string]: string;
75
75
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CancelDeletionResponse>;
76
76
  /**
77
- * Restores an Elasticsearch cluster that is frozen after it is released.
77
+ * Recovers a frozen Elasticsearch instance that was released.
78
78
  *
79
79
  * @param request - CancelDeletionRequest
80
80
  * @returns CancelDeletionResponse
81
81
  */
82
82
  cancelDeletion(InstanceId: string, request: $_model.CancelDeletionRequest): Promise<$_model.CancelDeletionResponse>;
83
83
  /**
84
- * Restores a Logstash cluster that is frozen after it is released.
84
+ * Resumes a frozen Logstash instance that was frozen after release.
85
85
  *
86
86
  * @param request - CancelLogstashDeletionRequest
87
87
  * @param headers - map
@@ -92,14 +92,14 @@ export default class Client extends OpenApi {
92
92
  [key: string]: string;
93
93
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CancelLogstashDeletionResponse>;
94
94
  /**
95
- * Restores a Logstash cluster that is frozen after it is released.
95
+ * Resumes a frozen Logstash instance that was frozen after release.
96
96
  *
97
97
  * @param request - CancelLogstashDeletionRequest
98
98
  * @returns CancelLogstashDeletionResponse
99
99
  */
100
100
  cancelLogstashDeletion(InstanceId: string, request: $_model.CancelLogstashDeletionRequest): Promise<$_model.CancelLogstashDeletionResponse>;
101
101
  /**
102
- * Call CancelTask to cancel a data migration task.
102
+ * Cancels a running data migration task.
103
103
  *
104
104
  * @param request - CancelTaskRequest
105
105
  * @param headers - map
@@ -110,14 +110,14 @@ export default class Client extends OpenApi {
110
110
  [key: string]: string;
111
111
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CancelTaskResponse>;
112
112
  /**
113
- * Call CancelTask to cancel a data migration task.
113
+ * Cancels a running data migration task.
114
114
  *
115
115
  * @param request - CancelTaskRequest
116
116
  * @returns CancelTaskResponse
117
117
  */
118
118
  cancelTask(InstanceId: string, request: $_model.CancelTaskRequest): Promise<$_model.CancelTaskResponse>;
119
119
  /**
120
- * Capacity Planning
120
+ * Recommends optimal cluster capacity planning configurations based on business scenarios, QPS, and log generation volume.
121
121
  *
122
122
  * @param request - CapacityPlanRequest
123
123
  * @param headers - map
@@ -128,14 +128,14 @@ export default class Client extends OpenApi {
128
128
  [key: string]: string;
129
129
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CapacityPlanResponse>;
130
130
  /**
131
- * Capacity Planning
131
+ * Recommends optimal cluster capacity planning configurations based on business scenarios, QPS, and log generation volume.
132
132
  *
133
133
  * @param request - CapacityPlanRequest
134
134
  * @returns CapacityPlanResponse
135
135
  */
136
136
  capacityPlan(request: $_model.CapacityPlanRequest): Promise<$_model.CapacityPlanResponse>;
137
137
  /**
138
- * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
138
+ * Disables the intelligent O&M feature for an instance.
139
139
  *
140
140
  * @param request - CloseDiagnosisRequest
141
141
  * @param headers - map
@@ -146,14 +146,14 @@ export default class Client extends OpenApi {
146
146
  [key: string]: string;
147
147
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CloseDiagnosisResponse>;
148
148
  /**
149
- * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
149
+ * Disables the intelligent O&M feature for an instance.
150
150
  *
151
151
  * @param request - CloseDiagnosisRequest
152
152
  * @returns CloseDiagnosisResponse
153
153
  */
154
154
  closeDiagnosis(InstanceId: string, request: $_model.CloseDiagnosisRequest): Promise<$_model.CloseDiagnosisResponse>;
155
155
  /**
156
- * Call CloseHttps to close the HTTPS protocol.
156
+ * Disables the HTTPS protocol for a cluster.
157
157
  *
158
158
  * @param request - CloseHttpsRequest
159
159
  * @param headers - map
@@ -164,14 +164,14 @@ export default class Client extends OpenApi {
164
164
  [key: string]: string;
165
165
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CloseHttpsResponse>;
166
166
  /**
167
- * Call CloseHttps to close the HTTPS protocol.
167
+ * Disables the HTTPS protocol for a cluster.
168
168
  *
169
169
  * @param request - CloseHttpsRequest
170
170
  * @returns CloseHttpsResponse
171
171
  */
172
172
  closeHttps(InstanceId: string, request: $_model.CloseHttpsRequest): Promise<$_model.CloseHttpsResponse>;
173
173
  /**
174
- * Disable Managed Index
174
+ * Disables the cloud managed feature for a specified index in an Indexing Service cluster. This operation is irreversible. After the feature is disabled, it cannot be enabled again.
175
175
  *
176
176
  * @param request - CloseManagedIndexRequest
177
177
  * @param headers - map
@@ -182,14 +182,14 @@ export default class Client extends OpenApi {
182
182
  [key: string]: string;
183
183
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CloseManagedIndexResponse>;
184
184
  /**
185
- * Disable Managed Index
185
+ * Disables the cloud managed feature for a specified index in an Indexing Service cluster. This operation is irreversible. After the feature is disabled, it cannot be enabled again.
186
186
  *
187
187
  * @param request - CloseManagedIndexRequest
188
188
  * @returns CloseManagedIndexResponse
189
189
  */
190
190
  closeManagedIndex(InstanceId: string, Index: string, request: $_model.CloseManagedIndexRequest): Promise<$_model.CloseManagedIndexResponse>;
191
191
  /**
192
- * 创建收集器
192
+ * Creates a collector to collect data from a specified service.
193
193
  *
194
194
  * @param request - CreateCollectorRequest
195
195
  * @param headers - map
@@ -200,14 +200,17 @@ export default class Client extends OpenApi {
200
200
  [key: string]: string;
201
201
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCollectorResponse>;
202
202
  /**
203
- * 创建收集器
203
+ * Creates a collector to collect data from a specified service.
204
204
  *
205
205
  * @param request - CreateCollectorRequest
206
206
  * @returns CreateCollectorResponse
207
207
  */
208
208
  createCollector(request: $_model.CreateCollectorRequest): Promise<$_model.CreateCollectorResponse>;
209
209
  /**
210
- * 创建Elasticsearch组合模板
210
+ * Creates an Elasticsearch composable template.
211
+ *
212
+ * @remarks
213
+ * For more information, see [Store large volumes of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
211
214
  *
212
215
  * @param request - CreateComponentIndexRequest
213
216
  * @param headers - map
@@ -218,14 +221,20 @@ export default class Client extends OpenApi {
218
221
  [key: string]: string;
219
222
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateComponentIndexResponse>;
220
223
  /**
221
- * 创建Elasticsearch组合模板
224
+ * Creates an Elasticsearch composable template.
225
+ *
226
+ * @remarks
227
+ * For more information, see [Store large volumes of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
222
228
  *
223
229
  * @param request - CreateComponentIndexRequest
224
230
  * @returns CreateComponentIndexResponse
225
231
  */
226
232
  createComponentIndex(InstanceId: string, name: string, request: $_model.CreateComponentIndexRequest): Promise<$_model.CreateComponentIndexResponse>;
227
233
  /**
228
- * 创建数据流
234
+ * Creates a data stream to manage a set of indexes.
235
+ *
236
+ * @remarks
237
+ * > The data stream name you create must have a one-to-one correspondence with the index pattern in the index template, and the index template must have the data stream feature enabled. For example, if the index pattern in the index template is ds-\\*, the corresponding data stream name should be ds-.
229
238
  *
230
239
  * @param request - CreateDataStreamRequest
231
240
  * @param headers - map
@@ -236,14 +245,17 @@ export default class Client extends OpenApi {
236
245
  [key: string]: string;
237
246
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDataStreamResponse>;
238
247
  /**
239
- * 创建数据流
248
+ * Creates a data stream to manage a set of indexes.
249
+ *
250
+ * @remarks
251
+ * > The data stream name you create must have a one-to-one correspondence with the index pattern in the index template, and the index template must have the data stream feature enabled. For example, if the index pattern in the index template is ds-\\*, the corresponding data stream name should be ds-.
240
252
  *
241
253
  * @param request - CreateDataStreamRequest
242
254
  * @returns CreateDataStreamResponse
243
255
  */
244
256
  createDataStream(InstanceId: string, request: $_model.CreateDataStreamRequest): Promise<$_model.CreateDataStreamResponse>;
245
257
  /**
246
- * 创建索引生命周期策略
258
+ * Creates an index lifecycle policy. If a policy with the specified name already exists, the existing policy is replaced and its version is incremented.
247
259
  *
248
260
  * @param request - CreateILMPolicyRequest
249
261
  * @param headers - map
@@ -254,14 +266,14 @@ export default class Client extends OpenApi {
254
266
  [key: string]: string;
255
267
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateILMPolicyResponse>;
256
268
  /**
257
- * 创建索引生命周期策略
269
+ * Creates an index lifecycle policy. If a policy with the specified name already exists, the existing policy is replaced and its version is incremented.
258
270
  *
259
271
  * @param request - CreateILMPolicyRequest
260
272
  * @returns CreateILMPolicyResponse
261
273
  */
262
274
  createILMPolicy(InstanceId: string, request: $_model.CreateILMPolicyRequest): Promise<$_model.CreateILMPolicyResponse>;
263
275
  /**
264
- * 创建索引模版
276
+ * Creates a cluster index template that can be used for component-based index template settings.
265
277
  *
266
278
  * @param request - CreateIndexTemplateRequest
267
279
  * @param headers - map
@@ -272,14 +284,19 @@ export default class Client extends OpenApi {
272
284
  [key: string]: string;
273
285
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateIndexTemplateResponse>;
274
286
  /**
275
- * 创建索引模版
287
+ * Creates a cluster index template that can be used for component-based index template settings.
276
288
  *
277
289
  * @param request - CreateIndexTemplateRequest
278
290
  * @returns CreateIndexTemplateResponse
279
291
  */
280
292
  createIndexTemplate(InstanceId: string, request: $_model.CreateIndexTemplateRequest): Promise<$_model.CreateIndexTemplateResponse>;
281
293
  /**
282
- * Creates a Logstash cluster.
294
+ * Creates a Logstash instance by calling CreateLogstash.
295
+ *
296
+ * @remarks
297
+ * Before calling this operation, note the following:
298
+ * - Make sure that you are familiar with the billing method and pricing of Logstash. <props="china"><ph>For more information, see [Billing](https://help.aliyun.com/document_detail/260882.html).</ph>
299
+ * - To create an instance, complete real-name verification. <props="china"><ph>For more information, see [Real-name verification](https://help.aliyun.com/document_detail/37175.html).</ph>.
283
300
  *
284
301
  * @param request - CreateLogstashRequest
285
302
  * @param headers - map
@@ -290,14 +307,19 @@ export default class Client extends OpenApi {
290
307
  [key: string]: string;
291
308
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateLogstashResponse>;
292
309
  /**
293
- * Creates a Logstash cluster.
310
+ * Creates a Logstash instance by calling CreateLogstash.
311
+ *
312
+ * @remarks
313
+ * Before calling this operation, note the following:
314
+ * - Make sure that you are familiar with the billing method and pricing of Logstash. <props="china"><ph>For more information, see [Billing](https://help.aliyun.com/document_detail/260882.html).</ph>
315
+ * - To create an instance, complete real-name verification. <props="china"><ph>For more information, see [Real-name verification](https://help.aliyun.com/document_detail/37175.html).</ph>.
294
316
  *
295
317
  * @param request - CreateLogstashRequest
296
318
  * @returns CreateLogstashResponse
297
319
  */
298
320
  createLogstash(request: $_model.CreateLogstashRequest): Promise<$_model.CreateLogstashResponse>;
299
321
  /**
300
- * Creates a pipeline in a Logstash cluster.
322
+ * Creates a Logstash pipeline to collect data.
301
323
  *
302
324
  * @param request - CreatePipelinesRequest
303
325
  * @param headers - map
@@ -308,14 +330,14 @@ export default class Client extends OpenApi {
308
330
  [key: string]: string;
309
331
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePipelinesResponse>;
310
332
  /**
311
- * Creates a pipeline in a Logstash cluster.
333
+ * Creates a Logstash pipeline to collect data.
312
334
  *
313
335
  * @param request - CreatePipelinesRequest
314
336
  * @returns CreatePipelinesResponse
315
337
  */
316
338
  createPipelines(InstanceId: string, request: $_model.CreatePipelinesRequest): Promise<$_model.CreatePipelinesResponse>;
317
339
  /**
318
- * Call CreateSnapshot to manually back up a cluster snapshot.
340
+ * Calls CreateSnapshot to manually create a snapshot backup of a cluster.
319
341
  *
320
342
  * @param request - CreateSnapshotRequest
321
343
  * @param headers - map
@@ -326,17 +348,17 @@ export default class Client extends OpenApi {
326
348
  [key: string]: string;
327
349
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSnapshotResponse>;
328
350
  /**
329
- * Call CreateSnapshot to manually back up a cluster snapshot.
351
+ * Calls CreateSnapshot to manually create a snapshot backup of a cluster.
330
352
  *
331
353
  * @param request - CreateSnapshotRequest
332
354
  * @returns CreateSnapshotResponse
333
355
  */
334
356
  createSnapshot(InstanceId: string, request: $_model.CreateSnapshotRequest): Promise<$_model.CreateSnapshotResponse>;
335
357
  /**
336
- * 创建私网链接VPC终端节点
358
+ * Creates a PrivateLink VPC endpoint to connect to an endpoint service created in a user VPC.
337
359
  *
338
360
  * @remarks
339
- * 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D\\*\\*\\*
361
+ * For more information about this API operation, see [Configure private connectivity for an instance](https://help.aliyun.com/document_detail/279559.html).
340
362
  *
341
363
  * @param request - CreateVpcEndpointRequest
342
364
  * @param headers - map
@@ -347,17 +369,17 @@ export default class Client extends OpenApi {
347
369
  [key: string]: string;
348
370
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateVpcEndpointResponse>;
349
371
  /**
350
- * 创建私网链接VPC终端节点
372
+ * Creates a PrivateLink VPC endpoint to connect to an endpoint service created in a user VPC.
351
373
  *
352
374
  * @remarks
353
- * 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D\\*\\*\\*
375
+ * For more information about this API operation, see [Configure private connectivity for an instance](https://help.aliyun.com/document_detail/279559.html).
354
376
  *
355
377
  * @param request - CreateVpcEndpointRequest
356
378
  * @returns CreateVpcEndpointResponse
357
379
  */
358
380
  createVpcEndpoint(InstanceId: string, request: $_model.CreateVpcEndpointRequest): Promise<$_model.CreateVpcEndpointResponse>;
359
381
  /**
360
- * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
382
+ * Takes part of the zones offline when multiple zones are available, and migrates the nodes in the offline zones to other zones.
361
383
  *
362
384
  * @param request - DeactivateZonesRequest
363
385
  * @param headers - map
@@ -368,14 +390,14 @@ export default class Client extends OpenApi {
368
390
  [key: string]: string;
369
391
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeactivateZonesResponse>;
370
392
  /**
371
- * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
393
+ * Takes part of the zones offline when multiple zones are available, and migrates the nodes in the offline zones to other zones.
372
394
  *
373
395
  * @param request - DeactivateZonesRequest
374
396
  * @returns DeactivateZonesResponse
375
397
  */
376
398
  deactivateZones(InstanceId: string, request: $_model.DeactivateZonesRequest): Promise<$_model.DeactivateZonesResponse>;
377
399
  /**
378
- * Deletes a shipper.
400
+ * Deletes a specified collector.
379
401
  *
380
402
  * @param request - DeleteCollectorRequest
381
403
  * @param headers - map
@@ -386,14 +408,17 @@ export default class Client extends OpenApi {
386
408
  [key: string]: string;
387
409
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCollectorResponse>;
388
410
  /**
389
- * Deletes a shipper.
411
+ * Deletes a specified collector.
390
412
  *
391
413
  * @param request - DeleteCollectorRequest
392
414
  * @returns DeleteCollectorResponse
393
415
  */
394
416
  deleteCollector(ResId: string, request: $_model.DeleteCollectorRequest): Promise<$_model.DeleteCollectorResponse>;
395
417
  /**
396
- * 删除组合索引模板
418
+ * Deletes a component index template of Elasticsearch.
419
+ *
420
+ * @remarks
421
+ * For more information, see [Store massive amounts of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
397
422
  *
398
423
  * @param headers - map
399
424
  * @param runtime - runtime options for this request RuntimeOptions
@@ -403,12 +428,15 @@ export default class Client extends OpenApi {
403
428
  [key: string]: string;
404
429
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteComponentIndexResponse>;
405
430
  /**
406
- * 删除组合索引模板
431
+ * Deletes a component index template of Elasticsearch.
432
+ *
433
+ * @remarks
434
+ * For more information, see [Store massive amounts of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
407
435
  * @returns DeleteComponentIndexResponse
408
436
  */
409
437
  deleteComponentIndex(InstanceId: string, name: string): Promise<$_model.DeleteComponentIndexResponse>;
410
438
  /**
411
- * Call DeleteConnectedCluster to remove the interconnected instance.
439
+ * Deletes the network connectivity between two instances.
412
440
  *
413
441
  * @param request - DeleteConnectedClusterRequest
414
442
  * @param headers - map
@@ -419,14 +447,17 @@ export default class Client extends OpenApi {
419
447
  [key: string]: string;
420
448
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteConnectedClusterResponse>;
421
449
  /**
422
- * Call DeleteConnectedCluster to remove the interconnected instance.
450
+ * Deletes the network connectivity between two instances.
423
451
  *
424
452
  * @param request - DeleteConnectedClusterRequest
425
453
  * @returns DeleteConnectedClusterResponse
426
454
  */
427
455
  deleteConnectedCluster(InstanceId: string, request: $_model.DeleteConnectedClusterRequest): Promise<$_model.DeleteConnectedClusterResponse>;
428
456
  /**
429
- * 删除数据流
457
+ * Deletes a specified cluster data stream.
458
+ *
459
+ * @remarks
460
+ * > - Deleting a data stream also deletes its backing indexes. Proceed with caution.- When an index template has associated data streams, you must delete the data streams associated with the index template before you can delete the index template. On the data stream list page, view the data stream details to find the index template that matches the data stream.
430
461
  *
431
462
  * @param request - DeleteDataStreamRequest
432
463
  * @param headers - map
@@ -437,14 +468,17 @@ export default class Client extends OpenApi {
437
468
  [key: string]: string;
438
469
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDataStreamResponse>;
439
470
  /**
440
- * 删除数据流
471
+ * Deletes a specified cluster data stream.
472
+ *
473
+ * @remarks
474
+ * > - Deleting a data stream also deletes its backing indexes. Proceed with caution.- When an index template has associated data streams, you must delete the data streams associated with the index template before you can delete the index template. On the data stream list page, view the data stream details to find the index template that matches the data stream.
441
475
  *
442
476
  * @param request - DeleteDataStreamRequest
443
477
  * @returns DeleteDataStreamResponse
444
478
  */
445
479
  deleteDataStream(InstanceId: string, DataStream: string, request: $_model.DeleteDataStreamRequest): Promise<$_model.DeleteDataStreamResponse>;
446
480
  /**
447
- * You can call this operation to delete an index migration task.
481
+ * Deletes an Elasticsearch index migration task.
448
482
  *
449
483
  * @param request - DeleteDataTaskRequest
450
484
  * @param headers - map
@@ -455,14 +489,17 @@ export default class Client extends OpenApi {
455
489
  [key: string]: string;
456
490
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDataTaskResponse>;
457
491
  /**
458
- * You can call this operation to delete an index migration task.
492
+ * Deletes an Elasticsearch index migration task.
459
493
  *
460
494
  * @param request - DeleteDataTaskRequest
461
495
  * @returns DeleteDataTaskResponse
462
496
  */
463
497
  deleteDataTask(InstanceId: string, request: $_model.DeleteDataTaskRequest): Promise<$_model.DeleteDataTaskResponse>;
464
498
  /**
465
- * 删除历史索引模板
499
+ * Deletes a historical index template.
500
+ *
501
+ * @remarks
502
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
466
503
  *
467
504
  * @param headers - map
468
505
  * @param runtime - runtime options for this request RuntimeOptions
@@ -472,11 +509,19 @@ export default class Client extends OpenApi {
472
509
  [key: string]: string;
473
510
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDeprecatedTemplateResponse>;
474
511
  /**
475
- * 删除历史索引模板
512
+ * Deletes a historical index template.
513
+ *
514
+ * @remarks
515
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
476
516
  * @returns DeleteDeprecatedTemplateResponse
477
517
  */
478
518
  deleteDeprecatedTemplate(InstanceId: string, name: string): Promise<$_model.DeleteDeprecatedTemplateResponse>;
479
519
  /**
520
+ * Deletes a specified index lifecycle policy.
521
+ *
522
+ * @remarks
523
+ * > You cannot delete a policy that is currently in use. If the policy is being used to manage any index, the request fails and returns an error.
524
+ *
480
525
  * @param headers - map
481
526
  * @param runtime - runtime options for this request RuntimeOptions
482
527
  * @returns DeleteILMPolicyResponse
@@ -485,11 +530,18 @@ export default class Client extends OpenApi {
485
530
  [key: string]: string;
486
531
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteILMPolicyResponse>;
487
532
  /**
533
+ * Deletes a specified index lifecycle policy.
534
+ *
535
+ * @remarks
536
+ * > You cannot delete a policy that is currently in use. If the policy is being used to manage any index, the request fails and returns an error.
488
537
  * @returns DeleteILMPolicyResponse
489
538
  */
490
539
  deleteILMPolicy(InstanceId: string, PolicyName: string): Promise<$_model.DeleteILMPolicyResponse>;
491
540
  /**
492
- * Deletes a top index template.
541
+ * Deletes a specified index template.
542
+ *
543
+ * @remarks
544
+ * > Before deleting an index template, delete the data streams associated with the index template. Otherwise, the index template cannot be deleted.
493
545
  *
494
546
  * @param headers - map
495
547
  * @param runtime - runtime options for this request RuntimeOptions
@@ -499,12 +551,19 @@ export default class Client extends OpenApi {
499
551
  [key: string]: string;
500
552
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteIndexTemplateResponse>;
501
553
  /**
502
- * Deletes a top index template.
554
+ * Deletes a specified index template.
555
+ *
556
+ * @remarks
557
+ * > Before deleting an index template, delete the data streams associated with the index template. Otherwise, the index template cannot be deleted.
503
558
  * @returns DeleteIndexTemplateResponse
504
559
  */
505
560
  deleteIndexTemplate(InstanceId: string, IndexTemplate: string): Promise<$_model.DeleteIndexTemplateResponse>;
506
561
  /**
507
- * You can call this operation to release a pay-as-you-go Elasticsearch instance. After the instance is released, the physical resources of the instance is reclaimed. The data of the instance is deleted and cannot be recovered. The disks mounted to the instance nodes and the snapshots are released.
562
+ * All physical resources used by the instance are reclaimed, all related data is permanently lost and cannot be recovered, and the cloud disks mounted to the instance nodes along with their corresponding snapshots are released.
563
+ *
564
+ * @remarks
565
+ * Before you invoke this operation, note the following:
566
+ * Data cannot be recovered after the instance is released. Back up your data before releasing the instance. For more information, see [Snapshot backup and recovery commands](https://help.aliyun.com/document_detail/65675.html).
508
567
  *
509
568
  * @param request - DeleteInstanceRequest
510
569
  * @param headers - map
@@ -515,17 +574,22 @@ export default class Client extends OpenApi {
515
574
  [key: string]: string;
516
575
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteInstanceResponse>;
517
576
  /**
518
- * You can call this operation to release a pay-as-you-go Elasticsearch instance. After the instance is released, the physical resources of the instance is reclaimed. The data of the instance is deleted and cannot be recovered. The disks mounted to the instance nodes and the snapshots are released.
577
+ * All physical resources used by the instance are reclaimed, all related data is permanently lost and cannot be recovered, and the cloud disks mounted to the instance nodes along with their corresponding snapshots are released.
578
+ *
579
+ * @remarks
580
+ * Before you invoke this operation, note the following:
581
+ * Data cannot be recovered after the instance is released. Back up your data before releasing the instance. For more information, see [Snapshot backup and recovery commands](https://help.aliyun.com/document_detail/65675.html).
519
582
  *
520
583
  * @param request - DeleteInstanceRequest
521
584
  * @returns DeleteInstanceResponse
522
585
  */
523
586
  deleteInstance(InstanceId: string, request: $_model.DeleteInstanceRequest): Promise<$_model.DeleteInstanceResponse>;
524
587
  /**
525
- * Releases a Logstash cluster.
588
+ * Proactively releases a Logstash instance.
526
589
  *
527
590
  * @remarks
528
- * Before you call this operation, take note of the following information: After the cluster is released, the physical resources used by the cluster are reclaimed. The data stored in the cluster is deleted and cannot be recovered. The disks attached to the nodes in the cluster and the snapshots created for the cluster are released.
591
+ * Before calling this operation, note the following:
592
+ * After the instance is released, all physical resources used by the instance are reclaimed, all related data is permanently lost and cannot be recovered, cloud disks mounted to the instance nodes are also released, and the corresponding snapshots are deleted.
529
593
  *
530
594
  * @param request - DeleteLogstashRequest
531
595
  * @param headers - map
@@ -536,17 +600,18 @@ export default class Client extends OpenApi {
536
600
  [key: string]: string;
537
601
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteLogstashResponse>;
538
602
  /**
539
- * Releases a Logstash cluster.
603
+ * Proactively releases a Logstash instance.
540
604
  *
541
605
  * @remarks
542
- * Before you call this operation, take note of the following information: After the cluster is released, the physical resources used by the cluster are reclaimed. The data stored in the cluster is deleted and cannot be recovered. The disks attached to the nodes in the cluster and the snapshots created for the cluster are released.
606
+ * Before calling this operation, note the following:
607
+ * After the instance is released, all physical resources used by the instance are reclaimed, all related data is permanently lost and cannot be recovered, cloud disks mounted to the instance nodes are also released, and the corresponding snapshots are deleted.
543
608
  *
544
609
  * @param request - DeleteLogstashRequest
545
610
  * @returns DeleteLogstashResponse
546
611
  */
547
612
  deleteLogstash(InstanceId: string, request: $_model.DeleteLogstashRequest): Promise<$_model.DeleteLogstashResponse>;
548
613
  /**
549
- * Deletes a pipeline that is configured for a Logstash cluster.
614
+ * Deletes pipelines configured for a Logstash instance.
550
615
  *
551
616
  * @param request - DeletePipelinesRequest
552
617
  * @param headers - map
@@ -557,14 +622,14 @@ export default class Client extends OpenApi {
557
622
  [key: string]: string;
558
623
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeletePipelinesResponse>;
559
624
  /**
560
- * Deletes a pipeline that is configured for a Logstash cluster.
625
+ * Deletes pipelines configured for a Logstash instance.
561
626
  *
562
627
  * @param request - DeletePipelinesRequest
563
628
  * @returns DeletePipelinesResponse
564
629
  */
565
630
  deletePipelines(InstanceId: string, request: $_model.DeletePipelinesRequest): Promise<$_model.DeletePipelinesResponse>;
566
631
  /**
567
- * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
632
+ * Deletes a cross-cluster OSS reference repository from an instance.
568
633
  *
569
634
  * @param request - DeleteSnapshotRepoRequest
570
635
  * @param headers - map
@@ -575,14 +640,14 @@ export default class Client extends OpenApi {
575
640
  [key: string]: string;
576
641
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSnapshotRepoResponse>;
577
642
  /**
578
- * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
643
+ * Deletes a cross-cluster OSS reference repository from an instance.
579
644
  *
580
645
  * @param request - DeleteSnapshotRepoRequest
581
646
  * @returns DeleteSnapshotRepoResponse
582
647
  */
583
648
  deleteSnapshotRepo(InstanceId: string, request: $_model.DeleteSnapshotRepoRequest): Promise<$_model.DeleteSnapshotRepoResponse>;
584
649
  /**
585
- * Deletes an endpoint in the VPC within the Elasticsearch service account.
650
+ * Calls DeleteVpcEndpoint to delete a VPC endpoint under a service account.
586
651
  *
587
652
  * @param request - DeleteVpcEndpointRequest
588
653
  * @param headers - map
@@ -593,17 +658,17 @@ export default class Client extends OpenApi {
593
658
  [key: string]: string;
594
659
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteVpcEndpointResponse>;
595
660
  /**
596
- * Deletes an endpoint in the VPC within the Elasticsearch service account.
661
+ * Calls DeleteVpcEndpoint to delete a VPC endpoint under a service account.
597
662
  *
598
663
  * @param request - DeleteVpcEndpointRequest
599
664
  * @returns DeleteVpcEndpointResponse
600
665
  */
601
666
  deleteVpcEndpoint(InstanceId: string, EndpointId: string, request: $_model.DeleteVpcEndpointRequest): Promise<$_model.DeleteVpcEndpointResponse>;
602
667
  /**
603
- * Queries the information of ES-operator that is installed for a specified Container Service for Kubernetes (ACK) cluster.
668
+ * Calls the DescribeAckOperator operation to query the Elasticsearch Operator information installed on a specified Container Service for Kubernetes (ACK) cluster.
604
669
  *
605
670
  * @remarks
606
- * > Before you install a shipper on an ACK cluster, you can call this operation to query the installation status of ES-operator for the ACK cluster.
671
+ * > Before installing a collector on an ACK cluster, you can call this operation to check the installation status of the Elasticsearch Operator on the target cluster.
607
672
  *
608
673
  * @param headers - map
609
674
  * @param runtime - runtime options for this request RuntimeOptions
@@ -613,15 +678,15 @@ export default class Client extends OpenApi {
613
678
  [key: string]: string;
614
679
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAckOperatorResponse>;
615
680
  /**
616
- * Queries the information of ES-operator that is installed for a specified Container Service for Kubernetes (ACK) cluster.
681
+ * Calls the DescribeAckOperator operation to query the Elasticsearch Operator information installed on a specified Container Service for Kubernetes (ACK) cluster.
617
682
  *
618
683
  * @remarks
619
- * > Before you install a shipper on an ACK cluster, you can call this operation to query the installation status of ES-operator for the ACK cluster.
684
+ * > Before installing a collector on an ACK cluster, you can call this operation to check the installation status of the Elasticsearch Operator on the target cluster.
620
685
  * @returns DescribeAckOperatorResponse
621
686
  */
622
687
  describeAckOperator(ClusterId: string): Promise<$_model.DescribeAckOperatorResponse>;
623
688
  /**
624
- * Queries the detailed information of a shipper.
689
+ * Retrieves the details of a collector instance.
625
690
  *
626
691
  * @param headers - map
627
692
  * @param runtime - runtime options for this request RuntimeOptions
@@ -631,12 +696,15 @@ export default class Client extends OpenApi {
631
696
  [key: string]: string;
632
697
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCollectorResponse>;
633
698
  /**
634
- * Queries the detailed information of a shipper.
699
+ * Retrieves the details of a collector instance.
635
700
  * @returns DescribeCollectorResponse
636
701
  */
637
702
  describeCollector(ResId: string): Promise<$_model.DescribeCollectorResponse>;
638
703
  /**
639
- * 查看组合索引模板详情
704
+ * Queries the details of a composable index template in Elasticsearch.
705
+ *
706
+ * @remarks
707
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
640
708
  *
641
709
  * @param headers - map
642
710
  * @param runtime - runtime options for this request RuntimeOptions
@@ -646,12 +714,15 @@ export default class Client extends OpenApi {
646
714
  [key: string]: string;
647
715
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeComponentIndexResponse>;
648
716
  /**
649
- * 查看组合索引模板详情
717
+ * Queries the details of a composable index template in Elasticsearch.
718
+ *
719
+ * @remarks
720
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
650
721
  * @returns DescribeComponentIndexResponse
651
722
  */
652
723
  describeComponentIndex(InstanceId: string, name: string): Promise<$_model.DescribeComponentIndexResponse>;
653
724
  /**
654
- * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
725
+ * Retrieves a list of instances that can establish private network peering with the current instance. Instances that are already connected are not included.
655
726
  *
656
727
  * @param request - DescribeConnectableClustersRequest
657
728
  * @param headers - map
@@ -662,14 +733,14 @@ export default class Client extends OpenApi {
662
733
  [key: string]: string;
663
734
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeConnectableClustersResponse>;
664
735
  /**
665
- * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
736
+ * Retrieves a list of instances that can establish private network peering with the current instance. Instances that are already connected are not included.
666
737
  *
667
738
  * @param request - DescribeConnectableClustersRequest
668
739
  * @returns DescribeConnectableClustersResponse
669
740
  */
670
741
  describeConnectableClusters(InstanceId: string, request: $_model.DescribeConnectableClustersRequest): Promise<$_model.DescribeConnectableClustersResponse>;
671
742
  /**
672
- * DescribeDeprecatedTemplate
743
+ * Queries the details of a historical index template.
673
744
  *
674
745
  * @param headers - map
675
746
  * @param runtime - runtime options for this request RuntimeOptions
@@ -679,12 +750,12 @@ export default class Client extends OpenApi {
679
750
  [key: string]: string;
680
751
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDeprecatedTemplateResponse>;
681
752
  /**
682
- * DescribeDeprecatedTemplate
753
+ * Queries the details of a historical index template.
683
754
  * @returns DescribeDeprecatedTemplateResponse
684
755
  */
685
756
  describeDeprecatedTemplate(InstanceId: string, name: string): Promise<$_model.DescribeDeprecatedTemplateResponse>;
686
757
  /**
687
- * Queries a historical intelligent O\\&M report.
758
+ * Calls the DescribeDiagnoseReport operation to view historical reports of intelligent O&M.
688
759
  *
689
760
  * @param request - DescribeDiagnoseReportRequest
690
761
  * @param headers - map
@@ -695,14 +766,14 @@ export default class Client extends OpenApi {
695
766
  [key: string]: string;
696
767
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDiagnoseReportResponse>;
697
768
  /**
698
- * Queries a historical intelligent O\\&M report.
769
+ * Calls the DescribeDiagnoseReport operation to view historical reports of intelligent O&M.
699
770
  *
700
771
  * @param request - DescribeDiagnoseReportRequest
701
772
  * @returns DescribeDiagnoseReportResponse
702
773
  */
703
774
  describeDiagnoseReport(InstanceId: string, ReportId: string, request: $_model.DescribeDiagnoseReportRequest): Promise<$_model.DescribeDiagnoseReportResponse>;
704
775
  /**
705
- * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
776
+ * Calls the DescribeDiagnosisSettings operation to obtain the scenario settings of intelligent O&M.
706
777
  *
707
778
  * @param request - DescribeDiagnosisSettingsRequest
708
779
  * @param headers - map
@@ -713,14 +784,14 @@ export default class Client extends OpenApi {
713
784
  [key: string]: string;
714
785
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDiagnosisSettingsResponse>;
715
786
  /**
716
- * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
787
+ * Calls the DescribeDiagnosisSettings operation to obtain the scenario settings of intelligent O&M.
717
788
  *
718
789
  * @param request - DescribeDiagnosisSettingsRequest
719
790
  * @returns DescribeDiagnosisSettingsResponse
720
791
  */
721
792
  describeDiagnosisSettings(InstanceId: string, request: $_model.DescribeDiagnosisSettingsRequest): Promise<$_model.DescribeDiagnosisSettingsResponse>;
722
793
  /**
723
- * 获取集群动态指标
794
+ * Retrieves dynamic metrics of a cluster.
724
795
  *
725
796
  * @param headers - map
726
797
  * @param runtime - runtime options for this request RuntimeOptions
@@ -730,18 +801,18 @@ export default class Client extends OpenApi {
730
801
  [key: string]: string;
731
802
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDynamicSettingsResponse>;
732
803
  /**
733
- * 获取集群动态指标
804
+ * Retrieves dynamic metrics of a cluster.
734
805
  * @returns DescribeDynamicSettingsResponse
735
806
  */
736
807
  describeDynamicSettings(InstanceId: string): Promise<$_model.DescribeDynamicSettingsResponse>;
737
808
  /**
738
- * Check the health status of the cluster and whether it is running normally.
809
+ * Queries the health status of a cluster to check whether it is running properly.
739
810
  *
740
811
  * @remarks
741
- * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
742
- * * GREEN: Primary shards and replica shards for the primary shards are normally allocated.
743
- * * YELLOW: Primary shards are normally allocated, but replica shards for the primary shards are not normally allocated.
744
- * * RED: Primary shards are not normally allocated.
812
+ * The instance health status. The following three states are supported:
813
+ * - GREEN: Primary and replica shards are allocated properly.
814
+ * - YELLOW: Primary shards are allocated properly, but replica shards are not allocated properly.
815
+ * - RED: Primary shards are not allocated properly.
745
816
  *
746
817
  * @param headers - map
747
818
  * @param runtime - runtime options for this request RuntimeOptions
@@ -751,17 +822,19 @@ export default class Client extends OpenApi {
751
822
  [key: string]: string;
752
823
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeElasticsearchHealthResponse>;
753
824
  /**
754
- * Check the health status of the cluster and whether it is running normally.
825
+ * Queries the health status of a cluster to check whether it is running properly.
755
826
  *
756
827
  * @remarks
757
- * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
758
- * * GREEN: Primary shards and replica shards for the primary shards are normally allocated.
759
- * * YELLOW: Primary shards are normally allocated, but replica shards for the primary shards are not normally allocated.
760
- * * RED: Primary shards are not normally allocated.
828
+ * The instance health status. The following three states are supported:
829
+ * - GREEN: Primary and replica shards are allocated properly.
830
+ * - YELLOW: Primary shards are allocated properly, but replica shards are not allocated properly.
831
+ * - RED: Primary shards are not allocated properly.
761
832
  * @returns DescribeElasticsearchHealthResponse
762
833
  */
763
834
  describeElasticsearchHealth(InstanceId: string): Promise<$_model.DescribeElasticsearchHealthResponse>;
764
835
  /**
836
+ * Queries the details of a specified index lifecycle policy.
837
+ *
765
838
  * @param headers - map
766
839
  * @param runtime - runtime options for this request RuntimeOptions
767
840
  * @returns DescribeILMPolicyResponse
@@ -770,10 +843,13 @@ export default class Client extends OpenApi {
770
843
  [key: string]: string;
771
844
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeILMPolicyResponse>;
772
845
  /**
846
+ * Queries the details of a specified index lifecycle policy.
773
847
  * @returns DescribeILMPolicyResponse
774
848
  */
775
849
  describeILMPolicy(InstanceId: string, PolicyName: string): Promise<$_model.DescribeILMPolicyResponse>;
776
850
  /**
851
+ * Returns information about an index template.
852
+ *
777
853
  * @param headers - map
778
854
  * @param runtime - runtime options for this request RuntimeOptions
779
855
  * @returns DescribeIndexTemplateResponse
@@ -782,11 +858,12 @@ export default class Client extends OpenApi {
782
858
  [key: string]: string;
783
859
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIndexTemplateResponse>;
784
860
  /**
861
+ * Returns information about an index template.
785
862
  * @returns DescribeIndexTemplateResponse
786
863
  */
787
864
  describeIndexTemplate(InstanceId: string, IndexTemplate: string): Promise<$_model.DescribeIndexTemplateResponse>;
788
865
  /**
789
- * The name of the dictionary file.
866
+ * Queries the details of a specified instance.
790
867
  *
791
868
  * @param headers - map
792
869
  * @param runtime - runtime options for this request RuntimeOptions
@@ -796,12 +873,12 @@ export default class Client extends OpenApi {
796
873
  [key: string]: string;
797
874
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInstanceResponse>;
798
875
  /**
799
- * The name of the dictionary file.
876
+ * Queries the details of a specified instance.
800
877
  * @returns DescribeInstanceResponse
801
878
  */
802
879
  describeInstance(InstanceId: string): Promise<$_model.DescribeInstanceResponse>;
803
880
  /**
804
- * Get the configuration of the Kibana node for the Elasticsearch cluster.
881
+ * Retrieves the Kibana node configuration of an Elasticsearch instance.
805
882
  *
806
883
  * @param headers - map
807
884
  * @param runtime - runtime options for this request RuntimeOptions
@@ -811,12 +888,12 @@ export default class Client extends OpenApi {
811
888
  [key: string]: string;
812
889
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeKibanaSettingsResponse>;
813
890
  /**
814
- * Get the configuration of the Kibana node for the Elasticsearch cluster.
891
+ * Retrieves the Kibana node configuration of an Elasticsearch instance.
815
892
  * @returns DescribeKibanaSettingsResponse
816
893
  */
817
894
  describeKibanaSettings(InstanceId: string): Promise<$_model.DescribeKibanaSettingsResponse>;
818
895
  /**
819
- * Queries the information about a Logstash cluster.
896
+ * Queries the details of a Logstash instance.
820
897
  *
821
898
  * @param headers - map
822
899
  * @param runtime - runtime options for this request RuntimeOptions
@@ -826,12 +903,12 @@ export default class Client extends OpenApi {
826
903
  [key: string]: string;
827
904
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeLogstashResponse>;
828
905
  /**
829
- * Queries the information about a Logstash cluster.
906
+ * Queries the details of a Logstash instance.
830
907
  * @returns DescribeLogstashResponse
831
908
  */
832
909
  describeLogstash(InstanceId: string): Promise<$_model.DescribeLogstashResponse>;
833
910
  /**
834
- * Queries the information about a pipeline in a Logstash cluster.
911
+ * Retrieves the pipeline information of a Logstash instance.
835
912
  *
836
913
  * @param headers - map
837
914
  * @param runtime - runtime options for this request RuntimeOptions
@@ -841,12 +918,12 @@ export default class Client extends OpenApi {
841
918
  [key: string]: string;
842
919
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePipelineResponse>;
843
920
  /**
844
- * Queries the information about a pipeline in a Logstash cluster.
921
+ * Retrieves the pipeline information of a Logstash instance.
845
922
  * @returns DescribePipelineResponse
846
923
  */
847
924
  describePipeline(InstanceId: string, PipelineId: string): Promise<$_model.DescribePipelineResponse>;
848
925
  /**
849
- * Queries the management configurations of pipelines in a Logstash cluster.
926
+ * Calls DescribePipelineManagementConfig to retrieve the pipeline management configuration of a Logstash instance.
850
927
  *
851
928
  * @param request - DescribePipelineManagementConfigRequest
852
929
  * @param headers - map
@@ -857,14 +934,14 @@ export default class Client extends OpenApi {
857
934
  [key: string]: string;
858
935
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePipelineManagementConfigResponse>;
859
936
  /**
860
- * Queries the management configurations of pipelines in a Logstash cluster.
937
+ * Calls DescribePipelineManagementConfig to retrieve the pipeline management configuration of a Logstash instance.
861
938
  *
862
939
  * @param request - DescribePipelineManagementConfigRequest
863
940
  * @returns DescribePipelineManagementConfigResponse
864
941
  */
865
942
  describePipelineManagementConfig(InstanceId: string, request: $_model.DescribePipelineManagementConfigRequest): Promise<$_model.DescribePipelineManagementConfigResponse>;
866
943
  /**
867
- * Get the region information of Alibaba Cloud Elasticsearch.
944
+ * Retrieves the region information of Alibaba Cloud Elasticsearch.
868
945
  *
869
946
  * @param headers - map
870
947
  * @param runtime - runtime options for this request RuntimeOptions
@@ -874,12 +951,12 @@ export default class Client extends OpenApi {
874
951
  [key: string]: string;
875
952
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
876
953
  /**
877
- * Get the region information of Alibaba Cloud Elasticsearch.
954
+ * Retrieves the region information of Alibaba Cloud Elasticsearch.
878
955
  * @returns DescribeRegionsResponse
879
956
  */
880
957
  describeRegions(): Promise<$_model.DescribeRegionsResponse>;
881
958
  /**
882
- * Get the snapshot backup settings of the cluster, backup cycle.
959
+ * Retrieves the snapshot backup settings and backup cycle of a cluster.
883
960
  *
884
961
  * @param headers - map
885
962
  * @param runtime - runtime options for this request RuntimeOptions
@@ -889,11 +966,13 @@ export default class Client extends OpenApi {
889
966
  [key: string]: string;
890
967
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSnapshotSettingResponse>;
891
968
  /**
892
- * Get the snapshot backup settings of the cluster, backup cycle.
969
+ * Retrieves the snapshot backup settings and backup cycle of a cluster.
893
970
  * @returns DescribeSnapshotSettingResponse
894
971
  */
895
972
  describeSnapshotSetting(InstanceId: string): Promise<$_model.DescribeSnapshotSettingResponse>;
896
973
  /**
974
+ * Retrieves the scenario-specific template configuration and cluster settings of an instance.
975
+ *
897
976
  * @param headers - map
898
977
  * @param runtime - runtime options for this request RuntimeOptions
899
978
  * @returns DescribeTemplatesResponse
@@ -902,11 +981,12 @@ export default class Client extends OpenApi {
902
981
  [key: string]: string;
903
982
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTemplatesResponse>;
904
983
  /**
984
+ * Retrieves the scenario-specific template configuration and cluster settings of an instance.
905
985
  * @returns DescribeTemplatesResponse
906
986
  */
907
987
  describeTemplates(InstanceId: string): Promise<$_model.DescribeTemplatesResponse>;
908
988
  /**
909
- * Queries the X-Pack Monitoring configurations of a Logstash cluster.
989
+ * Retrieves the X-Pack monitoring configuration of a Logstash instance.
910
990
  *
911
991
  * @param headers - map
912
992
  * @param runtime - runtime options for this request RuntimeOptions
@@ -916,12 +996,12 @@ export default class Client extends OpenApi {
916
996
  [key: string]: string;
917
997
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeXpackMonitorConfigResponse>;
918
998
  /**
919
- * Queries the X-Pack Monitoring configurations of a Logstash cluster.
999
+ * Retrieves the X-Pack monitoring configuration of a Logstash instance.
920
1000
  * @returns DescribeXpackMonitorConfigResponse
921
1001
  */
922
1002
  describeXpackMonitorConfig(InstanceId: string): Promise<$_model.DescribeXpackMonitorConfigResponse>;
923
1003
  /**
924
- * Diagnoses an Elasticsearch cluster.
1004
+ * Calls DiagnoseInstance to immediately diagnose an instance.
925
1005
  *
926
1006
  * @param request - DiagnoseInstanceRequest
927
1007
  * @param headers - map
@@ -932,14 +1012,17 @@ export default class Client extends OpenApi {
932
1012
  [key: string]: string;
933
1013
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DiagnoseInstanceResponse>;
934
1014
  /**
935
- * Diagnoses an Elasticsearch cluster.
1015
+ * Calls DiagnoseInstance to immediately diagnose an instance.
936
1016
  *
937
1017
  * @param request - DiagnoseInstanceRequest
938
1018
  * @returns DiagnoseInstanceResponse
939
1019
  */
940
1020
  diagnoseInstance(InstanceId: string, request: $_model.DiagnoseInstanceRequest): Promise<$_model.DiagnoseInstanceResponse>;
941
1021
  /**
942
- * Disable Private Network Access of Kibana
1022
+ * Disables Kibana private network access.
1023
+ *
1024
+ * @remarks
1025
+ * This API operation supports only cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
943
1026
  *
944
1027
  * @param headers - map
945
1028
  * @param runtime - runtime options for this request RuntimeOptions
@@ -949,12 +1032,19 @@ export default class Client extends OpenApi {
949
1032
  [key: string]: string;
950
1033
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DisableKibanaPvlNetworkResponse>;
951
1034
  /**
952
- * Disable Private Network Access of Kibana
1035
+ * Disables Kibana private network access.
1036
+ *
1037
+ * @remarks
1038
+ * This API operation supports only cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
953
1039
  * @returns DisableKibanaPvlNetworkResponse
954
1040
  */
955
1041
  disableKibanaPvlNetwork(InstanceId: string): Promise<$_model.DisableKibanaPvlNetworkResponse>;
956
1042
  /**
957
- * 开启v3 kibana私网
1043
+ * Invokes the EnableKibanaPvlNetwork operation to enable private network access for Kibana.
1044
+ *
1045
+ * @remarks
1046
+ * 1. This API operation is supported only for cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
1047
+ * 2. The Kibana specification must be greater than 1 vCPU and 2 GB of memory.
958
1048
  *
959
1049
  * @param request - EnableKibanaPvlNetworkRequest
960
1050
  * @param headers - map
@@ -965,14 +1055,18 @@ export default class Client extends OpenApi {
965
1055
  [key: string]: string;
966
1056
  }, runtime: $dara.RuntimeOptions): Promise<$_model.EnableKibanaPvlNetworkResponse>;
967
1057
  /**
968
- * 开启v3 kibana私网
1058
+ * Invokes the EnableKibanaPvlNetwork operation to enable private network access for Kibana.
1059
+ *
1060
+ * @remarks
1061
+ * 1. This API operation is supported only for cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
1062
+ * 2. The Kibana specification must be greater than 1 vCPU and 2 GB of memory.
969
1063
  *
970
1064
  * @param request - EnableKibanaPvlNetworkRequest
971
1065
  * @returns EnableKibanaPvlNetworkResponse
972
1066
  */
973
1067
  enableKibanaPvlNetwork(InstanceId: string, request: $_model.EnableKibanaPvlNetworkRequest): Promise<$_model.EnableKibanaPvlNetworkResponse>;
974
1068
  /**
975
- * Queries the estimated time that is required to restart a Logstash cluster.
1069
+ * Retrieves the estimated restart time of a Logstash instance.
976
1070
  *
977
1071
  * @param request - EstimatedLogstashRestartTimeRequest
978
1072
  * @param headers - map
@@ -983,14 +1077,14 @@ export default class Client extends OpenApi {
983
1077
  [key: string]: string;
984
1078
  }, runtime: $dara.RuntimeOptions): Promise<$_model.EstimatedLogstashRestartTimeResponse>;
985
1079
  /**
986
- * Queries the estimated time that is required to restart a Logstash cluster.
1080
+ * Retrieves the estimated restart time of a Logstash instance.
987
1081
  *
988
1082
  * @param request - EstimatedLogstashRestartTimeRequest
989
1083
  * @returns EstimatedLogstashRestartTimeResponse
990
1084
  */
991
1085
  estimatedLogstashRestartTime(InstanceId: string, request: $_model.EstimatedLogstashRestartTimeRequest): Promise<$_model.EstimatedLogstashRestartTimeResponse>;
992
1086
  /**
993
- * Queries the estimated time that is required to restart an Elasticsearch cluster.
1087
+ * Retrieves the estimated restart time for an instance.
994
1088
  *
995
1089
  * @param request - EstimatedRestartTimeRequest
996
1090
  * @param headers - map
@@ -1001,14 +1095,14 @@ export default class Client extends OpenApi {
1001
1095
  [key: string]: string;
1002
1096
  }, runtime: $dara.RuntimeOptions): Promise<$_model.EstimatedRestartTimeResponse>;
1003
1097
  /**
1004
- * Queries the estimated time that is required to restart an Elasticsearch cluster.
1098
+ * Retrieves the estimated restart time for an instance.
1005
1099
  *
1006
1100
  * @param request - EstimatedRestartTimeRequest
1007
1101
  * @returns EstimatedRestartTimeResponse
1008
1102
  */
1009
1103
  estimatedRestartTime(InstanceId: string, request: $_model.EstimatedRestartTimeRequest): Promise<$_model.EstimatedRestartTimeResponse>;
1010
1104
  /**
1011
- * Call GetClusterDataInformation to obtain the data information about the cluster.
1105
+ * Retrieves index migration data information.
1012
1106
  *
1013
1107
  * @param request - GetClusterDataInformationRequest
1014
1108
  * @param headers - map
@@ -1019,13 +1113,15 @@ export default class Client extends OpenApi {
1019
1113
  [key: string]: string;
1020
1114
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetClusterDataInformationResponse>;
1021
1115
  /**
1022
- * Call GetClusterDataInformation to obtain the data information about the cluster.
1116
+ * Retrieves index migration data information.
1023
1117
  *
1024
1118
  * @param request - GetClusterDataInformationRequest
1025
1119
  * @returns GetClusterDataInformationResponse
1026
1120
  */
1027
1121
  getClusterDataInformation(request: $_model.GetClusterDataInformationRequest): Promise<$_model.GetClusterDataInformationResponse>;
1028
1122
  /**
1123
+ * Retrieves the elastic scaling rules of a cluster. Elastic nodes must be purchased when the instance is created.
1124
+ *
1029
1125
  * @param headers - map
1030
1126
  * @param runtime - runtime options for this request RuntimeOptions
1031
1127
  * @returns GetElastictaskResponse
@@ -1034,6 +1130,7 @@ export default class Client extends OpenApi {
1034
1130
  [key: string]: string;
1035
1131
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetElastictaskResponse>;
1036
1132
  /**
1133
+ * Retrieves the elastic scaling rules of a cluster. Elastic nodes must be purchased when the instance is created.
1037
1134
  * @returns GetElastictaskResponse
1038
1135
  */
1039
1136
  getElastictask(InstanceId: string): Promise<$_model.GetElastictaskResponse>;
@@ -1056,7 +1153,7 @@ export default class Client extends OpenApi {
1056
1153
  */
1057
1154
  getEmonAlarmRecordStatisticsDistribute(request: $_model.GetEmonAlarmRecordStatisticsDistributeRequest): Promise<$_model.GetEmonAlarmRecordStatisticsDistributeResponse>;
1058
1155
  /**
1059
- * 获取高级监控报警自定义Grafana监控报警项
1156
+ * Calls GetEmonGrafanaAlerts to retrieve the Grafana alert list.
1060
1157
  *
1061
1158
  * @param request - GetEmonGrafanaAlertsRequest
1062
1159
  * @param headers - map
@@ -1067,14 +1164,14 @@ export default class Client extends OpenApi {
1067
1164
  [key: string]: string;
1068
1165
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetEmonGrafanaAlertsResponse>;
1069
1166
  /**
1070
- * 获取高级监控报警自定义Grafana监控报警项
1167
+ * Calls GetEmonGrafanaAlerts to retrieve the Grafana alert list.
1071
1168
  *
1072
1169
  * @param request - GetEmonGrafanaAlertsRequest
1073
1170
  * @returns GetEmonGrafanaAlertsResponse
1074
1171
  */
1075
1172
  getEmonGrafanaAlerts(ProjectId: string, request: $_model.GetEmonGrafanaAlertsRequest): Promise<$_model.GetEmonGrafanaAlertsResponse>;
1076
1173
  /**
1077
- * 获取高级监控报警自定义Grafana监控大盘列表
1174
+ * Calls GetEmonGrafanaDashboards to retrieve the list of Grafana dashboards.
1078
1175
  *
1079
1176
  * @param request - GetEmonGrafanaDashboardsRequest
1080
1177
  * @param headers - map
@@ -1085,14 +1182,14 @@ export default class Client extends OpenApi {
1085
1182
  [key: string]: string;
1086
1183
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetEmonGrafanaDashboardsResponse>;
1087
1184
  /**
1088
- * 获取高级监控报警自定义Grafana监控大盘列表
1185
+ * Calls GetEmonGrafanaDashboards to retrieve the list of Grafana dashboards.
1089
1186
  *
1090
1187
  * @param request - GetEmonGrafanaDashboardsRequest
1091
1188
  * @returns GetEmonGrafanaDashboardsResponse
1092
1189
  */
1093
1190
  getEmonGrafanaDashboards(ProjectId: string, request: $_model.GetEmonGrafanaDashboardsRequest): Promise<$_model.GetEmonGrafanaDashboardsResponse>;
1094
1191
  /**
1095
- * GetEmonMonitorData
1192
+ * Queries the Grafana metric monitoring data of an Elasticsearch instance.
1096
1193
  *
1097
1194
  * @param request - GetEmonMonitorDataRequest
1098
1195
  * @param headers - map
@@ -1103,14 +1200,14 @@ export default class Client extends OpenApi {
1103
1200
  [key: string]: string;
1104
1201
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetEmonMonitorDataResponse>;
1105
1202
  /**
1106
- * GetEmonMonitorData
1203
+ * Queries the Grafana metric monitoring data of an Elasticsearch instance.
1107
1204
  *
1108
1205
  * @param request - GetEmonMonitorDataRequest
1109
1206
  * @returns GetEmonMonitorDataResponse
1110
1207
  */
1111
1208
  getEmonMonitorData(ProjectId: string, request: $_model.GetEmonMonitorDataRequest): Promise<$_model.GetEmonMonitorDataResponse>;
1112
1209
  /**
1113
- * 获取keystore信息
1210
+ * Retrieve keystore information
1114
1211
  *
1115
1212
  * @param headers - map
1116
1213
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1120,12 +1217,12 @@ export default class Client extends OpenApi {
1120
1217
  [key: string]: string;
1121
1218
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetKeystoresResponse>;
1122
1219
  /**
1123
- * 获取keystore信息
1220
+ * Retrieve keystore information
1124
1221
  * @returns GetKeystoresResponse
1125
1222
  */
1126
1223
  getKeystores(InstanceId: string): Promise<$_model.GetKeystoresResponse>;
1127
1224
  /**
1128
- * View the storage capacity and usage of the OpensStore instance.
1225
+ * Queries the storage capacity and usage of an OpenStore instance.
1129
1226
  *
1130
1227
  * @param headers - map
1131
1228
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1135,12 +1232,12 @@ export default class Client extends OpenApi {
1135
1232
  [key: string]: string;
1136
1233
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetOpenStoreUsageResponse>;
1137
1234
  /**
1138
- * View the storage capacity and usage of the OpensStore instance.
1235
+ * Queries the storage capacity and usage of an OpenStore instance.
1139
1236
  * @returns GetOpenStoreUsageResponse
1140
1237
  */
1141
1238
  getOpenStoreUsage(InstanceId: string): Promise<$_model.GetOpenStoreUsageResponse>;
1142
1239
  /**
1143
- * Queries the configuration information about the current region.
1240
+ * Retrieves the current region information.
1144
1241
  *
1145
1242
  * @param request - GetRegionConfigurationRequest
1146
1243
  * @param headers - map
@@ -1151,7 +1248,7 @@ export default class Client extends OpenApi {
1151
1248
  [key: string]: string;
1152
1249
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetRegionConfigurationResponse>;
1153
1250
  /**
1154
- * Queries the configuration information about the current region.
1251
+ * Retrieves the current region information.
1155
1252
  *
1156
1253
  * @param request - GetRegionConfigurationRequest
1157
1254
  * @returns GetRegionConfigurationResponse
@@ -1173,7 +1270,7 @@ export default class Client extends OpenApi {
1173
1270
  */
1174
1271
  getRegionalInstanceConfig(): Promise<$_model.GetRegionalInstanceConfigResponse>;
1175
1272
  /**
1176
- * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
1273
+ * Retrieves the nodes that can be removed based on the specified node type and quantity.
1177
1274
  *
1178
1275
  * @param request - GetSuggestShrinkableNodesRequest
1179
1276
  * @param headers - map
@@ -1184,14 +1281,14 @@ export default class Client extends OpenApi {
1184
1281
  [key: string]: string;
1185
1282
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetSuggestShrinkableNodesResponse>;
1186
1283
  /**
1187
- * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
1284
+ * Retrieves the nodes that can be removed based on the specified node type and quantity.
1188
1285
  *
1189
1286
  * @param request - GetSuggestShrinkableNodesRequest
1190
1287
  * @returns GetSuggestShrinkableNodesResponse
1191
1288
  */
1192
1289
  getSuggestShrinkableNodes(InstanceId: string, request: $_model.GetSuggestShrinkableNodesRequest): Promise<$_model.GetSuggestShrinkableNodesResponse>;
1193
1290
  /**
1194
- * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
1291
+ * Retrieves the nodes available for data migration based on the specified node type and count.
1195
1292
  *
1196
1293
  * @param request - GetTransferableNodesRequest
1197
1294
  * @param headers - map
@@ -1202,14 +1299,14 @@ export default class Client extends OpenApi {
1202
1299
  [key: string]: string;
1203
1300
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetTransferableNodesResponse>;
1204
1301
  /**
1205
- * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
1302
+ * Retrieves the nodes available for data migration based on the specified node type and count.
1206
1303
  *
1207
1304
  * @param request - GetTransferableNodesRequest
1208
1305
  * @returns GetTransferableNodesResponse
1209
1306
  */
1210
1307
  getTransferableNodes(InstanceId: string, request: $_model.GetTransferableNodesRequest): Promise<$_model.GetTransferableNodesResponse>;
1211
1308
  /**
1212
- * 灰度完成继续变更
1309
+ * Continue restarting the remaining edge zones of the Elasticsearch instance after the phased release is completed.
1213
1310
  *
1214
1311
  * @param request - GrayPublishRequest
1215
1312
  * @param headers - map
@@ -1220,14 +1317,14 @@ export default class Client extends OpenApi {
1220
1317
  [key: string]: string;
1221
1318
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GrayPublishResponse>;
1222
1319
  /**
1223
- * 灰度完成继续变更
1320
+ * Continue restarting the remaining edge zones of the Elasticsearch instance after the phased release is completed.
1224
1321
  *
1225
1322
  * @param request - GrayPublishRequest
1226
1323
  * @returns GrayPublishResponse
1227
1324
  */
1228
1325
  grayPublish(InstanceId: string, request: $_model.GrayPublishRequest): Promise<$_model.GrayPublishResponse>;
1229
1326
  /**
1230
- * 初始化ai模型
1327
+ * Initialize AI model
1231
1328
  *
1232
1329
  * @param request - InitModelRequest
1233
1330
  * @param headers - map
@@ -1238,17 +1335,17 @@ export default class Client extends OpenApi {
1238
1335
  [key: string]: string;
1239
1336
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InitModelResponse>;
1240
1337
  /**
1241
- * 初始化ai模型
1338
+ * Initialize AI model
1242
1339
  *
1243
1340
  * @param request - InitModelRequest
1244
1341
  * @returns InitModelResponse
1245
1342
  */
1246
1343
  initModel(InstanceId: string, request: $_model.InitModelRequest): Promise<$_model.InitModelResponse>;
1247
1344
  /**
1248
- * Creates a service-linked role.
1345
+ * Calls the InitializeOperationRole operation to create a service-linked role.
1249
1346
  *
1250
1347
  * @remarks
1251
- * > Before you perform auto scaling for a cluster at the China site (aliyun.com) or you use shippers to collect logs, you must create a service-linked role.
1348
+ * > Before you use a collector to collect logs from different data sources or perform elastic scaling tasks for a cluster (applicable only to the China site), you must create a service-linked role.
1252
1349
  *
1253
1350
  * @param request - InitializeOperationRoleRequest
1254
1351
  * @param headers - map
@@ -1259,20 +1356,20 @@ export default class Client extends OpenApi {
1259
1356
  [key: string]: string;
1260
1357
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InitializeOperationRoleResponse>;
1261
1358
  /**
1262
- * Creates a service-linked role.
1359
+ * Calls the InitializeOperationRole operation to create a service-linked role.
1263
1360
  *
1264
1361
  * @remarks
1265
- * > Before you perform auto scaling for a cluster at the China site (aliyun.com) or you use shippers to collect logs, you must create a service-linked role.
1362
+ * > Before you use a collector to collect logs from different data sources or perform elastic scaling tasks for a cluster (applicable only to the China site), you must create a service-linked role.
1266
1363
  *
1267
1364
  * @param request - InitializeOperationRoleRequest
1268
1365
  * @returns InitializeOperationRoleResponse
1269
1366
  */
1270
1367
  initializeOperationRole(request: $_model.InitializeOperationRoleRequest): Promise<$_model.InitializeOperationRoleResponse>;
1271
1368
  /**
1272
- * Installs ES-operator for a Container Service for Kubernetes (ACK) cluster.
1369
+ * Installs the ACK Operator on a specified Container Service cluster.
1273
1370
  *
1274
1371
  * @remarks
1275
- * > Before you install a shipper for an ACK cluster, you must call this operation to install ES-operator for the cluster.
1372
+ * > Before installing a collector on an ACK cluster, call this operation to install the Elasticsearch Operator on the target cluster.
1276
1373
  *
1277
1374
  * @param request - InstallAckOperatorRequest
1278
1375
  * @param headers - map
@@ -1283,17 +1380,17 @@ export default class Client extends OpenApi {
1283
1380
  [key: string]: string;
1284
1381
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallAckOperatorResponse>;
1285
1382
  /**
1286
- * Installs ES-operator for a Container Service for Kubernetes (ACK) cluster.
1383
+ * Installs the ACK Operator on a specified Container Service cluster.
1287
1384
  *
1288
1385
  * @remarks
1289
- * > Before you install a shipper for an ACK cluster, you must call this operation to install ES-operator for the cluster.
1386
+ * > Before installing a collector on an ACK cluster, call this operation to install the Elasticsearch Operator on the target cluster.
1290
1387
  *
1291
1388
  * @param request - InstallAckOperatorRequest
1292
1389
  * @returns InstallAckOperatorResponse
1293
1390
  */
1294
1391
  installAckOperator(ClusterId: string, request: $_model.InstallAckOperatorRequest): Promise<$_model.InstallAckOperatorResponse>;
1295
1392
  /**
1296
- * Call InstallKibanaSystemPlugin to install the Kibana plug-in. The Kibana specification must be 2-Core 4 GB or higher.
1393
+ * Installs preset plug-ins for Kibana. The Kibana instance must have specifications of 2 vCPUs and 4 GB of memory or higher.
1297
1394
  *
1298
1395
  * @param request - InstallKibanaSystemPluginRequest
1299
1396
  * @param headers - map
@@ -1304,17 +1401,18 @@ export default class Client extends OpenApi {
1304
1401
  [key: string]: string;
1305
1402
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallKibanaSystemPluginResponse>;
1306
1403
  /**
1307
- * Call InstallKibanaSystemPlugin to install the Kibana plug-in. The Kibana specification must be 2-Core 4 GB or higher.
1404
+ * Installs preset plug-ins for Kibana. The Kibana instance must have specifications of 2 vCPUs and 4 GB of memory or higher.
1308
1405
  *
1309
1406
  * @param request - InstallKibanaSystemPluginRequest
1310
1407
  * @returns InstallKibanaSystemPluginResponse
1311
1408
  */
1312
1409
  installKibanaSystemPlugin(InstanceId: string, request: $_model.InstallKibanaSystemPluginRequest): Promise<$_model.InstallKibanaSystemPluginResponse>;
1313
1410
  /**
1314
- * Installs a plug-in.
1411
+ * Installs system plugins for a specified Logstash instance.
1315
1412
  *
1316
1413
  * @remarks
1317
- * ls-cn-oew1qbgl\\*\\*\\*\\*
1414
+ * Before calling this operation, note the following:
1415
+ * The plugins to be installed must be included in the Alibaba Cloud Logstash [default system plugin list](https://help.aliyun.com/document_detail/139626.html). External open source plugins are not supported.
1318
1416
  *
1319
1417
  * @param request - InstallLogstashSystemPluginRequest
1320
1418
  * @param headers - map
@@ -1325,17 +1423,18 @@ export default class Client extends OpenApi {
1325
1423
  [key: string]: string;
1326
1424
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallLogstashSystemPluginResponse>;
1327
1425
  /**
1328
- * Installs a plug-in.
1426
+ * Installs system plugins for a specified Logstash instance.
1329
1427
  *
1330
1428
  * @remarks
1331
- * ls-cn-oew1qbgl\\*\\*\\*\\*
1429
+ * Before calling this operation, note the following:
1430
+ * The plugins to be installed must be included in the Alibaba Cloud Logstash [default system plugin list](https://help.aliyun.com/document_detail/139626.html). External open source plugins are not supported.
1332
1431
  *
1333
1432
  * @param request - InstallLogstashSystemPluginRequest
1334
1433
  * @returns InstallLogstashSystemPluginResponse
1335
1434
  */
1336
1435
  installLogstashSystemPlugin(InstanceId: string, request: $_model.InstallLogstashSystemPluginRequest): Promise<$_model.InstallLogstashSystemPluginResponse>;
1337
1436
  /**
1338
- * Call InstallSystemPlugin to install a system preset plug-in.
1437
+ * Installs system plug-ins on an Elasticsearch instance.
1339
1438
  *
1340
1439
  * @param request - InstallSystemPluginRequest
1341
1440
  * @param headers - map
@@ -1346,14 +1445,17 @@ export default class Client extends OpenApi {
1346
1445
  [key: string]: string;
1347
1446
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallSystemPluginResponse>;
1348
1447
  /**
1349
- * Call InstallSystemPlugin to install a system preset plug-in.
1448
+ * Installs system plug-ins on an Elasticsearch instance.
1350
1449
  *
1351
1450
  * @param request - InstallSystemPluginRequest
1352
1451
  * @returns InstallSystemPluginResponse
1353
1452
  */
1354
1453
  installSystemPlugin(InstanceId: string, request: $_model.InstallSystemPluginRequest): Promise<$_model.InstallSystemPluginResponse>;
1355
1454
  /**
1356
- * Installs custom plug-ins that are uploaded to the Elasticsearch console.
1455
+ * Installs custom plugins that have been uploaded to the Elasticsearch console.
1456
+ *
1457
+ * @remarks
1458
+ * > The custom plugin installation feature is being upgraded internally and is temporarily unavailable. If you urgently need this feature, submit a ticket to contact us.
1357
1459
  *
1358
1460
  * @param request - InstallUserPluginsRequest
1359
1461
  * @param headers - map
@@ -1364,14 +1466,17 @@ export default class Client extends OpenApi {
1364
1466
  [key: string]: string;
1365
1467
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InstallUserPluginsResponse>;
1366
1468
  /**
1367
- * Installs custom plug-ins that are uploaded to the Elasticsearch console.
1469
+ * Installs custom plugins that have been uploaded to the Elasticsearch console.
1470
+ *
1471
+ * @remarks
1472
+ * > The custom plugin installation feature is being upgraded internally and is temporarily unavailable. If you urgently need this feature, submit a ticket to contact us.
1368
1473
  *
1369
1474
  * @param request - InstallUserPluginsRequest
1370
1475
  * @returns InstallUserPluginsResponse
1371
1476
  */
1372
1477
  installUserPlugins(InstanceId: string, request: $_model.InstallUserPluginsRequest): Promise<$_model.InstallUserPluginsResponse>;
1373
1478
  /**
1374
- * Call InterruptElasticsearchTask to interrupt the Alibaba cloud elasticsearch instance in the change. This parameter is valid only for instances in the initializing state. When the instance is interrupted, it enters the suspended state.
1479
+ * Interrupts an instance change task. This operation is valid only for instances in the Effecting state. After the interruption, the instance enters the suspended state.
1375
1480
  *
1376
1481
  * @param request - InterruptElasticsearchTaskRequest
1377
1482
  * @param headers - map
@@ -1382,14 +1487,14 @@ export default class Client extends OpenApi {
1382
1487
  [key: string]: string;
1383
1488
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InterruptElasticsearchTaskResponse>;
1384
1489
  /**
1385
- * Call InterruptElasticsearchTask to interrupt the Alibaba cloud elasticsearch instance in the change. This parameter is valid only for instances in the initializing state. When the instance is interrupted, it enters the suspended state.
1490
+ * Interrupts an instance change task. This operation is valid only for instances in the Effecting state. After the interruption, the instance enters the suspended state.
1386
1491
  *
1387
1492
  * @param request - InterruptElasticsearchTaskRequest
1388
1493
  * @returns InterruptElasticsearchTaskResponse
1389
1494
  */
1390
1495
  interruptElasticsearchTask(InstanceId: string, request: $_model.InterruptElasticsearchTaskRequest): Promise<$_model.InterruptElasticsearchTaskResponse>;
1391
1496
  /**
1392
- * After the task is suspended, the Logstash cluster is in the suspended state.
1497
+ * After the interruption, the instance enters the suspended state.
1393
1498
  *
1394
1499
  * @param request - InterruptLogstashTaskRequest
1395
1500
  * @param headers - map
@@ -1400,14 +1505,14 @@ export default class Client extends OpenApi {
1400
1505
  [key: string]: string;
1401
1506
  }, runtime: $dara.RuntimeOptions): Promise<$_model.InterruptLogstashTaskResponse>;
1402
1507
  /**
1403
- * After the task is suspended, the Logstash cluster is in the suspended state.
1508
+ * After the interruption, the instance enters the suspended state.
1404
1509
  *
1405
1510
  * @param request - InterruptLogstashTaskRequest
1406
1511
  * @returns InterruptLogstashTaskResponse
1407
1512
  */
1408
1513
  interruptLogstashTask(InstanceId: string, request: $_model.InterruptLogstashTaskRequest): Promise<$_model.InterruptLogstashTaskResponse>;
1409
1514
  /**
1410
- * Queries a list of Container Service for Kubernetes (ACK) clusters.
1515
+ * Retrieves the list of Container Service for Kubernetes (ACK) clusters.
1411
1516
  *
1412
1517
  * @param request - ListAckClustersRequest
1413
1518
  * @param headers - map
@@ -1418,17 +1523,17 @@ export default class Client extends OpenApi {
1418
1523
  [key: string]: string;
1419
1524
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAckClustersResponse>;
1420
1525
  /**
1421
- * Queries a list of Container Service for Kubernetes (ACK) clusters.
1526
+ * Retrieves the list of Container Service for Kubernetes (ACK) clusters.
1422
1527
  *
1423
1528
  * @param request - ListAckClustersRequest
1424
1529
  * @returns ListAckClustersResponse
1425
1530
  */
1426
1531
  listAckClusters(request: $_model.ListAckClustersRequest): Promise<$_model.ListAckClustersResponse>;
1427
1532
  /**
1428
- * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
1533
+ * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
1429
1534
  *
1430
1535
  * @remarks
1431
- * > When you install a shipper on an ACK cluster, you must specify a namespace. You can call this operation to query all namespaces in the ACK cluster, and select a namespace based on your business requirements.
1536
+ * This operation is deprecated and will be taken offline soon.
1432
1537
  *
1433
1538
  * @param request - ListAckNamespacesRequest
1434
1539
  * @param headers - map
@@ -1439,17 +1544,17 @@ export default class Client extends OpenApi {
1439
1544
  [key: string]: string;
1440
1545
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAckNamespacesResponse>;
1441
1546
  /**
1442
- * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
1547
+ * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
1443
1548
  *
1444
1549
  * @remarks
1445
- * > When you install a shipper on an ACK cluster, you must specify a namespace. You can call this operation to query all namespaces in the ACK cluster, and select a namespace based on your business requirements.
1550
+ * This operation is deprecated and will be taken offline soon.
1446
1551
  *
1447
1552
  * @param request - ListAckNamespacesRequest
1448
1553
  * @returns ListAckNamespacesResponse
1449
1554
  */
1450
1555
  listAckNamespaces(ClusterId: string, request: $_model.ListAckNamespacesRequest): Promise<$_model.ListAckNamespacesResponse>;
1451
1556
  /**
1452
- * 变更记录 变更详情
1557
+ * Release notes Release notes details.
1453
1558
  *
1454
1559
  * @param request - ListActionRecordsRequest
1455
1560
  * @param headers - map
@@ -1460,14 +1565,14 @@ export default class Client extends OpenApi {
1460
1565
  [key: string]: string;
1461
1566
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListActionRecordsResponse>;
1462
1567
  /**
1463
- * 变更记录 变更详情
1568
+ * Release notes Release notes details.
1464
1569
  *
1465
1570
  * @param request - ListActionRecordsRequest
1466
1571
  * @returns ListActionRecordsResponse
1467
1572
  */
1468
1573
  listActionRecords(InstanceId: string, request: $_model.ListActionRecordsRequest): Promise<$_model.ListActionRecordsResponse>;
1469
1574
  /**
1470
- * Queries the information of all the nodes in an Elasticsearch cluster.
1575
+ * Retrieves information about all nodes in an Elasticsearch cluster.
1471
1576
  *
1472
1577
  * @param request - ListAllNodeRequest
1473
1578
  * @param headers - map
@@ -1478,14 +1583,14 @@ export default class Client extends OpenApi {
1478
1583
  [key: string]: string;
1479
1584
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAllNodeResponse>;
1480
1585
  /**
1481
- * Queries the information of all the nodes in an Elasticsearch cluster.
1586
+ * Retrieves information about all nodes in an Elasticsearch cluster.
1482
1587
  *
1483
1588
  * @param request - ListAllNodeRequest
1484
1589
  * @returns ListAllNodeResponse
1485
1590
  */
1486
1591
  listAllNode(InstanceId: string, request: $_model.ListAllNodeRequest): Promise<$_model.ListAllNodeResponse>;
1487
1592
  /**
1488
- * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
1593
+ * Retrieves the OSS reference repositories that can be added to the current instance.
1489
1594
  *
1490
1595
  * @param request - ListAlternativeSnapshotReposRequest
1491
1596
  * @param headers - map
@@ -1496,14 +1601,14 @@ export default class Client extends OpenApi {
1496
1601
  [key: string]: string;
1497
1602
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAlternativeSnapshotReposResponse>;
1498
1603
  /**
1499
- * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
1604
+ * Retrieves the OSS reference repositories that can be added to the current instance.
1500
1605
  *
1501
1606
  * @param request - ListAlternativeSnapshotReposRequest
1502
1607
  * @returns ListAlternativeSnapshotReposResponse
1503
1608
  */
1504
1609
  listAlternativeSnapshotRepos(InstanceId: string, request: $_model.ListAlternativeSnapshotReposRequest): Promise<$_model.ListAlternativeSnapshotReposResponse>;
1505
1610
  /**
1506
- * Queries the Elasticsearch clusters that can be associated with a Logstash cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
1611
+ * Retrieves a list of available Elasticsearch instances when configuring X-Pack monitoring for a Logstash instance.
1507
1612
  *
1508
1613
  * @param headers - map
1509
1614
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1513,12 +1618,12 @@ export default class Client extends OpenApi {
1513
1618
  [key: string]: string;
1514
1619
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAvailableEsInstanceIdsResponse>;
1515
1620
  /**
1516
- * Queries the Elasticsearch clusters that can be associated with a Logstash cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
1621
+ * Retrieves a list of available Elasticsearch instances when configuring X-Pack monitoring for a Logstash instance.
1517
1622
  * @returns ListAvailableEsInstanceIdsResponse
1518
1623
  */
1519
1624
  listAvailableEsInstanceIds(InstanceId: string): Promise<$_model.ListAvailableEsInstanceIdsResponse>;
1520
1625
  /**
1521
- * Queries a list of shippers.
1626
+ * Retrieves a list of collectors.
1522
1627
  *
1523
1628
  * @param request - ListCollectorsRequest
1524
1629
  * @param headers - map
@@ -1529,14 +1634,17 @@ export default class Client extends OpenApi {
1529
1634
  [key: string]: string;
1530
1635
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListCollectorsResponse>;
1531
1636
  /**
1532
- * Queries a list of shippers.
1637
+ * Retrieves a list of collectors.
1533
1638
  *
1534
1639
  * @param request - ListCollectorsRequest
1535
1640
  * @returns ListCollectorsResponse
1536
1641
  */
1537
1642
  listCollectors(request: $_model.ListCollectorsRequest): Promise<$_model.ListCollectorsResponse>;
1538
1643
  /**
1539
- * ES集群组合索引列表
1644
+ * Retrieves the list of composable templates for an Elasticsearch instance.
1645
+ *
1646
+ * @remarks
1647
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
1540
1648
  *
1541
1649
  * @param request - ListComponentIndicesRequest
1542
1650
  * @param headers - map
@@ -1547,14 +1655,17 @@ export default class Client extends OpenApi {
1547
1655
  [key: string]: string;
1548
1656
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListComponentIndicesResponse>;
1549
1657
  /**
1550
- * ES集群组合索引列表
1658
+ * Retrieves the list of composable templates for an Elasticsearch instance.
1659
+ *
1660
+ * @remarks
1661
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
1551
1662
  *
1552
1663
  * @param request - ListComponentIndicesRequest
1553
1664
  * @returns ListComponentIndicesResponse
1554
1665
  */
1555
1666
  listComponentIndices(InstanceId: string, request: $_model.ListComponentIndicesRequest): Promise<$_model.ListComponentIndicesResponse>;
1556
1667
  /**
1557
- * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
1668
+ * Retrieves a list of instances that have established private network peering with the current instance.
1558
1669
  *
1559
1670
  * @param headers - map
1560
1671
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1564,12 +1675,12 @@ export default class Client extends OpenApi {
1564
1675
  [key: string]: string;
1565
1676
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListConnectedClustersResponse>;
1566
1677
  /**
1567
- * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
1678
+ * Retrieves a list of instances that have established private network peering with the current instance.
1568
1679
  * @returns ListConnectedClustersResponse
1569
1680
  */
1570
1681
  listConnectedClusters(InstanceId: string): Promise<$_model.ListConnectedClustersResponse>;
1571
1682
  /**
1572
- * 查询数据流
1683
+ * Retrieves the list of index data streams in an Elasticsearch cluster.
1573
1684
  *
1574
1685
  * @param request - ListDataStreamsRequest
1575
1686
  * @param headers - map
@@ -1580,14 +1691,14 @@ export default class Client extends OpenApi {
1580
1691
  [key: string]: string;
1581
1692
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataStreamsResponse>;
1582
1693
  /**
1583
- * 查询数据流
1694
+ * Retrieves the list of index data streams in an Elasticsearch cluster.
1584
1695
  *
1585
1696
  * @param request - ListDataStreamsRequest
1586
1697
  * @returns ListDataStreamsResponse
1587
1698
  */
1588
1699
  listDataStreams(InstanceId: string, request: $_model.ListDataStreamsRequest): Promise<$_model.ListDataStreamsResponse>;
1589
1700
  /**
1590
- * Call ListDataTasks to obtain the information of a data migration task.
1701
+ * Retrieves a list of data migration tasks between different Elasticsearch clusters.
1591
1702
  *
1592
1703
  * @param headers - map
1593
1704
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1597,12 +1708,12 @@ export default class Client extends OpenApi {
1597
1708
  [key: string]: string;
1598
1709
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataTasksResponse>;
1599
1710
  /**
1600
- * Call ListDataTasks to obtain the information of a data migration task.
1711
+ * Retrieves a list of data migration tasks between different Elasticsearch clusters.
1601
1712
  * @returns ListDataTasksResponse
1602
1713
  */
1603
1714
  listDataTasks(InstanceId: string): Promise<$_model.ListDataTasksResponse>;
1604
1715
  /**
1605
- * Queries the default configuration files of shippers.
1716
+ * Invokes the ListDefaultCollectorConfigurations operation to retrieve the default configuration file of a collector.
1606
1717
  *
1607
1718
  * @param request - ListDefaultCollectorConfigurationsRequest
1608
1719
  * @param headers - map
@@ -1613,14 +1724,17 @@ export default class Client extends OpenApi {
1613
1724
  [key: string]: string;
1614
1725
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDefaultCollectorConfigurationsResponse>;
1615
1726
  /**
1616
- * Queries the default configuration files of shippers.
1727
+ * Invokes the ListDefaultCollectorConfigurations operation to retrieve the default configuration file of a collector.
1617
1728
  *
1618
1729
  * @param request - ListDefaultCollectorConfigurationsRequest
1619
1730
  * @returns ListDefaultCollectorConfigurationsResponse
1620
1731
  */
1621
1732
  listDefaultCollectorConfigurations(request: $_model.ListDefaultCollectorConfigurationsRequest): Promise<$_model.ListDefaultCollectorConfigurationsResponse>;
1622
1733
  /**
1623
- * ListDeprecatedTemplates
1734
+ * Queries the list of historical index templates.
1735
+ *
1736
+ * @remarks
1737
+ * For more information, see [Use OpenStore to store large volumes of data](https://help.aliyun.com/document_detail/317694.html).
1624
1738
  *
1625
1739
  * @param request - ListDeprecatedTemplatesRequest
1626
1740
  * @param headers - map
@@ -1631,14 +1745,17 @@ export default class Client extends OpenApi {
1631
1745
  [key: string]: string;
1632
1746
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDeprecatedTemplatesResponse>;
1633
1747
  /**
1634
- * ListDeprecatedTemplates
1748
+ * Queries the list of historical index templates.
1749
+ *
1750
+ * @remarks
1751
+ * For more information, see [Use OpenStore to store large volumes of data](https://help.aliyun.com/document_detail/317694.html).
1635
1752
  *
1636
1753
  * @param request - ListDeprecatedTemplatesRequest
1637
1754
  * @returns ListDeprecatedTemplatesResponse
1638
1755
  */
1639
1756
  listDeprecatedTemplates(InstanceId: string, request: $_model.ListDeprecatedTemplatesRequest): Promise<$_model.ListDeprecatedTemplatesResponse>;
1640
1757
  /**
1641
- * Queries the indexes for health diagnosis performed on an Elasticsearch cluster.
1758
+ * Retrieves the diagnostic indexes from the intelligent O&M module for a specified instance.
1642
1759
  *
1643
1760
  * @param request - ListDiagnoseIndicesRequest
1644
1761
  * @param headers - map
@@ -1649,14 +1766,14 @@ export default class Client extends OpenApi {
1649
1766
  [key: string]: string;
1650
1767
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDiagnoseIndicesResponse>;
1651
1768
  /**
1652
- * Queries the indexes for health diagnosis performed on an Elasticsearch cluster.
1769
+ * Retrieves the diagnostic indexes from the intelligent O&M module for a specified instance.
1653
1770
  *
1654
1771
  * @param request - ListDiagnoseIndicesRequest
1655
1772
  * @returns ListDiagnoseIndicesResponse
1656
1773
  */
1657
1774
  listDiagnoseIndices(InstanceId: string, request: $_model.ListDiagnoseIndicesRequest): Promise<$_model.ListDiagnoseIndicesResponse>;
1658
1775
  /**
1659
- * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
1776
+ * Calls ListDiagnoseReport to retrieve historical reports of intelligent O&M.
1660
1777
  *
1661
1778
  * @param request - ListDiagnoseReportRequest
1662
1779
  * @param headers - map
@@ -1667,14 +1784,14 @@ export default class Client extends OpenApi {
1667
1784
  [key: string]: string;
1668
1785
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDiagnoseReportResponse>;
1669
1786
  /**
1670
- * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
1787
+ * Calls ListDiagnoseReport to retrieve historical reports of intelligent O&M.
1671
1788
  *
1672
1789
  * @param request - ListDiagnoseReportRequest
1673
1790
  * @returns ListDiagnoseReportResponse
1674
1791
  */
1675
1792
  listDiagnoseReport(InstanceId: string, request: $_model.ListDiagnoseReportRequest): Promise<$_model.ListDiagnoseReportResponse>;
1676
1793
  /**
1677
- * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
1794
+ * Retrieves all IDs of Intelligent O&M Center historical reports.
1678
1795
  *
1679
1796
  * @param request - ListDiagnoseReportIdsRequest
1680
1797
  * @param headers - map
@@ -1685,14 +1802,14 @@ export default class Client extends OpenApi {
1685
1802
  [key: string]: string;
1686
1803
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDiagnoseReportIdsResponse>;
1687
1804
  /**
1688
- * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
1805
+ * Retrieves all IDs of Intelligent O&M Center historical reports.
1689
1806
  *
1690
1807
  * @param request - ListDiagnoseReportIdsRequest
1691
1808
  * @returns ListDiagnoseReportIdsResponse
1692
1809
  */
1693
1810
  listDiagnoseReportIds(InstanceId: string, request: $_model.ListDiagnoseReportIdsRequest): Promise<$_model.ListDiagnoseReportIdsResponse>;
1694
1811
  /**
1695
- * Queries the intelligent diagnostic items of an Elasticsearch cluster.
1812
+ * Lists the intelligent diagnostic items for an Elasticsearch instance.
1696
1813
  *
1697
1814
  * @param request - ListDiagnosisItemsRequest
1698
1815
  * @param headers - map
@@ -1703,14 +1820,14 @@ export default class Client extends OpenApi {
1703
1820
  [key: string]: string;
1704
1821
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDiagnosisItemsResponse>;
1705
1822
  /**
1706
- * Queries the intelligent diagnostic items of an Elasticsearch cluster.
1823
+ * Lists the intelligent diagnostic items for an Elasticsearch instance.
1707
1824
  *
1708
1825
  * @param request - ListDiagnosisItemsRequest
1709
1826
  * @returns ListDiagnosisItemsResponse
1710
1827
  */
1711
1828
  listDiagnosisItems(request: $_model.ListDiagnosisItemsRequest): Promise<$_model.ListDiagnosisItemsResponse>;
1712
1829
  /**
1713
- * Queries information about a dictionary.
1830
+ * Queries the information of a specified dictionary.
1714
1831
  *
1715
1832
  * @param request - ListDictInformationRequest
1716
1833
  * @param headers - map
@@ -1721,14 +1838,14 @@ export default class Client extends OpenApi {
1721
1838
  [key: string]: string;
1722
1839
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDictInformationResponse>;
1723
1840
  /**
1724
- * Queries information about a dictionary.
1841
+ * Queries the information of a specified dictionary.
1725
1842
  *
1726
1843
  * @param request - ListDictInformationRequest
1727
1844
  * @returns ListDictInformationResponse
1728
1845
  */
1729
1846
  listDictInformation(InstanceId: string, request: $_model.ListDictInformationRequest): Promise<$_model.ListDictInformationResponse>;
1730
1847
  /**
1731
- * Queries the details of a specified type of dictionary.
1848
+ * Queries the details of the dictionary list for a specified type.
1732
1849
  *
1733
1850
  * @param request - ListDictsRequest
1734
1851
  * @param headers - map
@@ -1739,17 +1856,18 @@ export default class Client extends OpenApi {
1739
1856
  [key: string]: string;
1740
1857
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListDictsResponse>;
1741
1858
  /**
1742
- * Queries the details of a specified type of dictionary.
1859
+ * Queries the details of the dictionary list for a specified type.
1743
1860
  *
1744
1861
  * @param request - ListDictsRequest
1745
1862
  * @returns ListDictsResponse
1746
1863
  */
1747
1864
  listDicts(InstanceId: string, request: $_model.ListDictsRequest): Promise<$_model.ListDictsResponse>;
1748
1865
  /**
1749
- * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
1866
+ * Retrieves the list of ECS instances under the current user\\"s VPC and vSwitch.
1750
1867
  *
1751
1868
  * @remarks
1752
- * *Important** To call this operation, you must create the Aliyun Elasticsearch AccessingOOSRole and the system service role AliyunOOSAccessingECS 4ESRole to Elasticsearch the service account to obtain the ECS access permissions of the primary account. For more information, see [Collect ECS service logs](https://help.aliyun.com/document_detail/146446.html).
1869
+ * >Notice: Before calling this operation, create the AliyunElasticsearchAccessingOOSRole and AliyunOOSAccessingECS4ESRole service-linked roles. These roles allow the Elasticsearch service account to obtain ECS access permissions of the Alibaba Cloud account. For more information, see [Collect ECS service logs](https://help.aliyun.com/document_detail/146446.html).
1870
+ * .
1753
1871
  *
1754
1872
  * @param request - ListEcsInstancesRequest
1755
1873
  * @param headers - map
@@ -1760,17 +1878,18 @@ export default class Client extends OpenApi {
1760
1878
  [key: string]: string;
1761
1879
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListEcsInstancesResponse>;
1762
1880
  /**
1763
- * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
1881
+ * Retrieves the list of ECS instances under the current user\\"s VPC and vSwitch.
1764
1882
  *
1765
1883
  * @remarks
1766
- * *Important** To call this operation, you must create the Aliyun Elasticsearch AccessingOOSRole and the system service role AliyunOOSAccessingECS 4ESRole to Elasticsearch the service account to obtain the ECS access permissions of the primary account. For more information, see [Collect ECS service logs](https://help.aliyun.com/document_detail/146446.html).
1884
+ * >Notice: Before calling this operation, create the AliyunElasticsearchAccessingOOSRole and AliyunOOSAccessingECS4ESRole service-linked roles. These roles allow the Elasticsearch service account to obtain ECS access permissions of the Alibaba Cloud account. For more information, see [Collect ECS service logs](https://help.aliyun.com/document_detail/146446.html).
1885
+ * .
1767
1886
  *
1768
1887
  * @param request - ListEcsInstancesRequest
1769
1888
  * @returns ListEcsInstancesResponse
1770
1889
  */
1771
1890
  listEcsInstances(request: $_model.ListEcsInstancesRequest): Promise<$_model.ListEcsInstancesResponse>;
1772
1891
  /**
1773
- * 获取事件列表
1892
+ * Obtain Event List
1774
1893
  *
1775
1894
  * @param request - ListEventRecordsRequest
1776
1895
  * @param headers - map
@@ -1781,14 +1900,14 @@ export default class Client extends OpenApi {
1781
1900
  [key: string]: string;
1782
1901
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListEventRecordsResponse>;
1783
1902
  /**
1784
- * 获取事件列表
1903
+ * Obtain Event List
1785
1904
  *
1786
1905
  * @param request - ListEventRecordsRequest
1787
1906
  * @returns ListEventRecordsResponse
1788
1907
  */
1789
1908
  listEventRecords(eventType: string, request: $_model.ListEventRecordsRequest): Promise<$_model.ListEventRecordsResponse>;
1790
1909
  /**
1791
- * Queries the extended file configuration of a Logstash instance.
1910
+ * Retrieves the extension file configuration of a Logstash instance.
1792
1911
  *
1793
1912
  * @param headers - map
1794
1913
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1798,11 +1917,13 @@ export default class Client extends OpenApi {
1798
1917
  [key: string]: string;
1799
1918
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListExtendfilesResponse>;
1800
1919
  /**
1801
- * Queries the extended file configuration of a Logstash instance.
1920
+ * Retrieves the extension file configuration of a Logstash instance.
1802
1921
  * @returns ListExtendfilesResponse
1803
1922
  */
1804
1923
  listExtendfiles(InstanceId: string): Promise<$_model.ListExtendfilesResponse>;
1805
1924
  /**
1925
+ * Queries the list of index lifecycle policies that have been created for a cluster.
1926
+ *
1806
1927
  * @param request - ListILMPoliciesRequest
1807
1928
  * @param headers - map
1808
1929
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1812,11 +1933,15 @@ export default class Client extends OpenApi {
1812
1933
  [key: string]: string;
1813
1934
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListILMPoliciesResponse>;
1814
1935
  /**
1936
+ * Queries the list of index lifecycle policies that have been created for a cluster.
1937
+ *
1815
1938
  * @param request - ListILMPoliciesRequest
1816
1939
  * @returns ListILMPoliciesResponse
1817
1940
  */
1818
1941
  listILMPolicies(InstanceId: string, request: $_model.ListILMPoliciesRequest): Promise<$_model.ListILMPoliciesResponse>;
1819
1942
  /**
1943
+ * Queries a list of index templates.
1944
+ *
1820
1945
  * @param request - ListIndexTemplatesRequest
1821
1946
  * @param headers - map
1822
1947
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1826,12 +1951,14 @@ export default class Client extends OpenApi {
1826
1951
  [key: string]: string;
1827
1952
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListIndexTemplatesResponse>;
1828
1953
  /**
1954
+ * Queries a list of index templates.
1955
+ *
1829
1956
  * @param request - ListIndexTemplatesRequest
1830
1957
  * @returns ListIndexTemplatesResponse
1831
1958
  */
1832
1959
  listIndexTemplates(InstanceId: string, request: $_model.ListIndexTemplatesRequest): Promise<$_model.ListIndexTemplatesResponse>;
1833
1960
  /**
1834
- * Queries a list of Elasticsearch clusters.
1961
+ * Queries the information about Elasticsearch instances.
1835
1962
  *
1836
1963
  * @param request - ListInstanceRequest
1837
1964
  * @param headers - map
@@ -1842,14 +1969,14 @@ export default class Client extends OpenApi {
1842
1969
  [key: string]: string;
1843
1970
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListInstanceResponse>;
1844
1971
  /**
1845
- * Queries a list of Elasticsearch clusters.
1972
+ * Queries the information about Elasticsearch instances.
1846
1973
  *
1847
1974
  * @param request - ListInstanceRequest
1848
1975
  * @returns ListInstanceResponse
1849
1976
  */
1850
1977
  listInstance(request: $_model.ListInstanceRequest): Promise<$_model.ListInstanceResponse>;
1851
1978
  /**
1852
- * 集群触发的硬件运维事件列表
1979
+ * Queries the list of hardware O&M events triggered by an Elasticsearch cluster.
1853
1980
  *
1854
1981
  * @param tmpReq - ListInstanceHistoryEventsRequest
1855
1982
  * @param headers - map
@@ -1860,14 +1987,18 @@ export default class Client extends OpenApi {
1860
1987
  [key: string]: string;
1861
1988
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListInstanceHistoryEventsResponse>;
1862
1989
  /**
1863
- * 集群触发的硬件运维事件列表
1990
+ * Queries the list of hardware O&M events triggered by an Elasticsearch cluster.
1864
1991
  *
1865
1992
  * @param request - ListInstanceHistoryEventsRequest
1866
1993
  * @returns ListInstanceHistoryEventsResponse
1867
1994
  */
1868
1995
  listInstanceHistoryEvents(request: $_model.ListInstanceHistoryEventsRequest): Promise<$_model.ListInstanceHistoryEventsResponse>;
1869
1996
  /**
1870
- * Queries the indexes stored on an Elasticsearch cluster.
1997
+ * Filters system indexes from the index list of a cluster.
1998
+ *
1999
+ * @remarks
2000
+ * The ListInstanceIndices operation is applicable only to Elasticsearch instances that have the indexing service enabled. Query index information by using the Elasticsearch API. For more information, see [cat indices API
2001
+ * ](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html).
1871
2002
  *
1872
2003
  * @param request - ListInstanceIndicesRequest
1873
2004
  * @param headers - map
@@ -1878,14 +2009,18 @@ export default class Client extends OpenApi {
1878
2009
  [key: string]: string;
1879
2010
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListInstanceIndicesResponse>;
1880
2011
  /**
1881
- * Queries the indexes stored on an Elasticsearch cluster.
2012
+ * Filters system indexes from the index list of a cluster.
2013
+ *
2014
+ * @remarks
2015
+ * The ListInstanceIndices operation is applicable only to Elasticsearch instances that have the indexing service enabled. Query index information by using the Elasticsearch API. For more information, see [cat indices API
2016
+ * ](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html).
1882
2017
  *
1883
2018
  * @param request - ListInstanceIndicesRequest
1884
2019
  * @returns ListInstanceIndicesResponse
1885
2020
  */
1886
2021
  listInstanceIndices(InstanceId: string, request: $_model.ListInstanceIndicesRequest): Promise<$_model.ListInstanceIndicesResponse>;
1887
2022
  /**
1888
- * Queries a list of Kibana plug-ins.
2023
+ * Retrieves the list of plugins installed on the Kibana node of an Elasticsearch instance.
1889
2024
  *
1890
2025
  * @param request - ListKibanaPluginsRequest
1891
2026
  * @param headers - map
@@ -1896,14 +2031,17 @@ export default class Client extends OpenApi {
1896
2031
  [key: string]: string;
1897
2032
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListKibanaPluginsResponse>;
1898
2033
  /**
1899
- * Queries a list of Kibana plug-ins.
2034
+ * Retrieves the list of plugins installed on the Kibana node of an Elasticsearch instance.
1900
2035
  *
1901
2036
  * @param request - ListKibanaPluginsRequest
1902
2037
  * @returns ListKibanaPluginsResponse
1903
2038
  */
1904
2039
  listKibanaPlugins(InstanceId: string, request: $_model.ListKibanaPluginsRequest): Promise<$_model.ListKibanaPluginsResponse>;
1905
2040
  /**
1906
- * 查询kibana私网连接信息
2041
+ * Queries the details of the Kibana private network connection.
2042
+ *
2043
+ * @remarks
2044
+ * This API operation supports only cloud-native instances.
1907
2045
  *
1908
2046
  * @param headers - map
1909
2047
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1913,12 +2051,15 @@ export default class Client extends OpenApi {
1913
2051
  [key: string]: string;
1914
2052
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListKibanaPvlNetworkResponse>;
1915
2053
  /**
1916
- * 查询kibana私网连接信息
2054
+ * Queries the details of the Kibana private network connection.
2055
+ *
2056
+ * @remarks
2057
+ * This API operation supports only cloud-native instances.
1917
2058
  * @returns ListKibanaPvlNetworkResponse
1918
2059
  */
1919
2060
  listKibanaPvlNetwork(InstanceId: string): Promise<$_model.ListKibanaPvlNetworkResponse>;
1920
2061
  /**
1921
- * Queries the information about a Logstash cluster or all Logstash clusters.
2062
+ * Displays the details of all or specified Logstash instances in a list.
1922
2063
  *
1923
2064
  * @param request - ListLogstashRequest
1924
2065
  * @param headers - map
@@ -1929,14 +2070,14 @@ export default class Client extends OpenApi {
1929
2070
  [key: string]: string;
1930
2071
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListLogstashResponse>;
1931
2072
  /**
1932
- * Queries the information about a Logstash cluster or all Logstash clusters.
2073
+ * Displays the details of all or specified Logstash instances in a list.
1933
2074
  *
1934
2075
  * @param request - ListLogstashRequest
1935
2076
  * @returns ListLogstashResponse
1936
2077
  */
1937
2078
  listLogstash(request: $_model.ListLogstashRequest): Promise<$_model.ListLogstashResponse>;
1938
2079
  /**
1939
- * Queries the logs of a Logstash cluster.
2080
+ * Queries the logs of a Logstash instance.
1940
2081
  *
1941
2082
  * @param request - ListLogstashLogRequest
1942
2083
  * @param headers - map
@@ -1947,14 +2088,14 @@ export default class Client extends OpenApi {
1947
2088
  [key: string]: string;
1948
2089
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListLogstashLogResponse>;
1949
2090
  /**
1950
- * Queries the logs of a Logstash cluster.
2091
+ * Queries the logs of a Logstash instance.
1951
2092
  *
1952
2093
  * @param request - ListLogstashLogRequest
1953
2094
  * @returns ListLogstashLogResponse
1954
2095
  */
1955
2096
  listLogstashLog(InstanceId: string, request: $_model.ListLogstashLogRequest): Promise<$_model.ListLogstashLogResponse>;
1956
2097
  /**
1957
- * Queries the information about a plug-in or all plug-ins.
2098
+ * Calls ListLogstashPlugins to retrieve detailed information about all or specified plugins.
1958
2099
  *
1959
2100
  * @param request - ListLogstashPluginsRequest
1960
2101
  * @param headers - map
@@ -1965,14 +2106,14 @@ export default class Client extends OpenApi {
1965
2106
  [key: string]: string;
1966
2107
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListLogstashPluginsResponse>;
1967
2108
  /**
1968
- * Queries the information about a plug-in or all plug-ins.
2109
+ * Calls ListLogstashPlugins to retrieve detailed information about all or specified plugins.
1969
2110
  *
1970
2111
  * @param request - ListLogstashPluginsRequest
1971
2112
  * @returns ListLogstashPluginsResponse
1972
2113
  */
1973
2114
  listLogstashPlugins(InstanceId: string, request: $_model.ListLogstashPluginsRequest): Promise<$_model.ListLogstashPluginsResponse>;
1974
2115
  /**
1975
- * The list of historical reports of Intelligent Maintenance.
2116
+ * Historical report list of intelligent O&M.
1976
2117
  *
1977
2118
  * @param request - ListNodesRequest
1978
2119
  * @param headers - map
@@ -1983,14 +2124,14 @@ export default class Client extends OpenApi {
1983
2124
  [key: string]: string;
1984
2125
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListNodesResponse>;
1985
2126
  /**
1986
- * The list of historical reports of Intelligent Maintenance.
2127
+ * Historical report list of intelligent O&M.
1987
2128
  *
1988
2129
  * @param request - ListNodesRequest
1989
2130
  * @returns ListNodesResponse
1990
2131
  */
1991
2132
  listNodes(ResId: string, request: $_model.ListNodesRequest): Promise<$_model.ListNodesResponse>;
1992
2133
  /**
1993
- * Queries a list of pipelines.
2134
+ * Retrieves the pipeline list of a Logstash instance.
1994
2135
  *
1995
2136
  * @param request - ListPipelineRequest
1996
2137
  * @param headers - map
@@ -2001,14 +2142,17 @@ export default class Client extends OpenApi {
2001
2142
  [key: string]: string;
2002
2143
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListPipelineResponse>;
2003
2144
  /**
2004
- * Queries a list of pipelines.
2145
+ * Retrieves the pipeline list of a Logstash instance.
2005
2146
  *
2006
2147
  * @param request - ListPipelineRequest
2007
2148
  * @returns ListPipelineResponse
2008
2149
  */
2009
2150
  listPipeline(InstanceId: string, request: $_model.ListPipelineRequest): Promise<$_model.ListPipelineResponse>;
2010
2151
  /**
2011
- * Queries the IDs of pipelines for a Logstash cluster.
2152
+ * Retrieves the list of pipeline IDs for a Logstash instance.
2153
+ *
2154
+ * @remarks
2155
+ * > Pipeline management is divided into configuration file management and Kibana pipeline management. Kibana pipeline management is not available in the console for some regions.
2012
2156
  *
2013
2157
  * @param request - ListPipelineIdsRequest
2014
2158
  * @param headers - map
@@ -2019,14 +2163,17 @@ export default class Client extends OpenApi {
2019
2163
  [key: string]: string;
2020
2164
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListPipelineIdsResponse>;
2021
2165
  /**
2022
- * Queries the IDs of pipelines for a Logstash cluster.
2166
+ * Retrieves the list of pipeline IDs for a Logstash instance.
2167
+ *
2168
+ * @remarks
2169
+ * > Pipeline management is divided into configuration file management and Kibana pipeline management. Kibana pipeline management is not available in the console for some regions.
2023
2170
  *
2024
2171
  * @param request - ListPipelineIdsRequest
2025
2172
  * @returns ListPipelineIdsResponse
2026
2173
  */
2027
2174
  listPipelineIds(InstanceId: string, request: $_model.ListPipelineIdsRequest): Promise<$_model.ListPipelineIdsResponse>;
2028
2175
  /**
2029
- * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
2176
+ * Retrieves the plugin list of a specified Alibaba Cloud Elasticsearch instance.
2030
2177
  *
2031
2178
  * @param request - ListPluginsRequest
2032
2179
  * @param headers - map
@@ -2037,14 +2184,14 @@ export default class Client extends OpenApi {
2037
2184
  [key: string]: string;
2038
2185
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListPluginsResponse>;
2039
2186
  /**
2040
- * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
2187
+ * Retrieves the plugin list of a specified Alibaba Cloud Elasticsearch instance.
2041
2188
  *
2042
2189
  * @param request - ListPluginsRequest
2043
2190
  * @returns ListPluginsResponse
2044
2191
  */
2045
2192
  listPlugins(InstanceId: string, request: $_model.ListPluginsRequest): Promise<$_model.ListPluginsResponse>;
2046
2193
  /**
2047
- * Queries the logs of an Elasticsearch cluster.
2194
+ * Queries logs of different types for an Elasticsearch instance.
2048
2195
  *
2049
2196
  * @param request - ListSearchLogRequest
2050
2197
  * @param headers - map
@@ -2055,17 +2202,17 @@ export default class Client extends OpenApi {
2055
2202
  [key: string]: string;
2056
2203
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListSearchLogResponse>;
2057
2204
  /**
2058
- * Queries the logs of an Elasticsearch cluster.
2205
+ * Queries logs of different types for an Elasticsearch instance.
2059
2206
  *
2060
2207
  * @param request - ListSearchLogRequest
2061
2208
  * @returns ListSearchLogResponse
2062
2209
  */
2063
2210
  listSearchLog(InstanceId: string, request: $_model.ListSearchLogRequest): Promise<$_model.ListSearchLogResponse>;
2064
2211
  /**
2065
- * Queries the information about shards that are being restored or shards that are restored. By default, this operation returns only the information about shards that are being restored after you call this operation.
2212
+ * Queries the data progress list of ongoing and completed shard recoveries. By default, only ongoing shard recovery information is returned.
2066
2213
  *
2067
2214
  * @remarks
2068
- * > The restoration of a shard is a process of synchronizing data from a primary shard to a replica shard. After the restoration is complete, the replica shard is available for data searches.
2215
+ * > Shard recovery is the process of synchronizing data from a primary shard to a replica shard. After recovery is complete, the replica shard becomes available for search.
2069
2216
  *
2070
2217
  * @param request - ListShardRecoveriesRequest
2071
2218
  * @param headers - map
@@ -2076,17 +2223,17 @@ export default class Client extends OpenApi {
2076
2223
  [key: string]: string;
2077
2224
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListShardRecoveriesResponse>;
2078
2225
  /**
2079
- * Queries the information about shards that are being restored or shards that are restored. By default, this operation returns only the information about shards that are being restored after you call this operation.
2226
+ * Queries the data progress list of ongoing and completed shard recoveries. By default, only ongoing shard recovery information is returned.
2080
2227
  *
2081
2228
  * @remarks
2082
- * > The restoration of a shard is a process of synchronizing data from a primary shard to a replica shard. After the restoration is complete, the replica shard is available for data searches.
2229
+ * > Shard recovery is the process of synchronizing data from a primary shard to a replica shard. After recovery is complete, the replica shard becomes available for search.
2083
2230
  *
2084
2231
  * @param request - ListShardRecoveriesRequest
2085
2232
  * @returns ListShardRecoveriesResponse
2086
2233
  */
2087
2234
  listShardRecoveries(InstanceId: string, request: $_model.ListShardRecoveriesRequest): Promise<$_model.ListShardRecoveriesResponse>;
2088
2235
  /**
2089
- * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
2236
+ * Retrieves the list of cross-cluster OSS repository settings for the current instance.
2090
2237
  *
2091
2238
  * @param headers - map
2092
2239
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2096,12 +2243,12 @@ export default class Client extends OpenApi {
2096
2243
  [key: string]: string;
2097
2244
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListSnapshotReposByInstanceIdResponse>;
2098
2245
  /**
2099
- * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
2246
+ * Retrieves the list of cross-cluster OSS repository settings for the current instance.
2100
2247
  * @returns ListSnapshotReposByInstanceIdResponse
2101
2248
  */
2102
2249
  listSnapshotReposByInstanceId(InstanceId: string): Promise<$_model.ListSnapshotReposByInstanceIdResponse>;
2103
2250
  /**
2104
- * 统计事件记录
2251
+ * Statistics of management event records
2105
2252
  *
2106
2253
  * @param request - ListStatsEventRecordsRequest
2107
2254
  * @param headers - map
@@ -2112,14 +2259,14 @@ export default class Client extends OpenApi {
2112
2259
  [key: string]: string;
2113
2260
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListStatsEventRecordsResponse>;
2114
2261
  /**
2115
- * 统计事件记录
2262
+ * Statistics of management event records
2116
2263
  *
2117
2264
  * @param request - ListStatsEventRecordsRequest
2118
2265
  * @returns ListStatsEventRecordsResponse
2119
2266
  */
2120
2267
  listStatsEventRecords(request: $_model.ListStatsEventRecordsRequest): Promise<$_model.ListStatsEventRecordsResponse>;
2121
2268
  /**
2122
- * Queries the tags that are added to one or more resources.
2269
+ * Retrieves the relationships between all instances and tags.
2123
2270
  *
2124
2271
  * @param request - ListTagResourcesRequest
2125
2272
  * @param headers - map
@@ -2130,14 +2277,14 @@ export default class Client extends OpenApi {
2130
2277
  [key: string]: string;
2131
2278
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
2132
2279
  /**
2133
- * Queries the tags that are added to one or more resources.
2280
+ * Retrieves the relationships between all instances and tags.
2134
2281
  *
2135
2282
  * @param request - ListTagResourcesRequest
2136
2283
  * @returns ListTagResourcesResponse
2137
2284
  */
2138
2285
  listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
2139
2286
  /**
2140
- * All tags created by the user in the current region.
2287
+ * Queries all labels created by the user in the current region.
2141
2288
  *
2142
2289
  * @param request - ListTagsRequest
2143
2290
  * @param headers - map
@@ -2148,14 +2295,14 @@ export default class Client extends OpenApi {
2148
2295
  [key: string]: string;
2149
2296
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagsResponse>;
2150
2297
  /**
2151
- * All tags created by the user in the current region.
2298
+ * Queries all labels created by the user in the current region.
2152
2299
  *
2153
2300
  * @param request - ListTagsRequest
2154
2301
  * @returns ListTagsResponse
2155
2302
  */
2156
2303
  listTags(request: $_model.ListTagsRequest): Promise<$_model.ListTagsResponse>;
2157
2304
  /**
2158
- * 用户自定义插件列表
2305
+ * Custom plugin list
2159
2306
  *
2160
2307
  * @param request - ListUserPluginRequest
2161
2308
  * @param headers - map
@@ -2166,14 +2313,14 @@ export default class Client extends OpenApi {
2166
2313
  [key: string]: string;
2167
2314
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListUserPluginResponse>;
2168
2315
  /**
2169
- * 用户自定义插件列表
2316
+ * Custom plugin list
2170
2317
  *
2171
2318
  * @param request - ListUserPluginRequest
2172
2319
  * @returns ListUserPluginResponse
2173
2320
  */
2174
2321
  listUserPlugin(instanceId: string, request: $_model.ListUserPluginRequest): Promise<$_model.ListUserPluginResponse>;
2175
2322
  /**
2176
- * Queries the statuses of endpoints in the virtual private cloud (VPC) within the Elasticsearch service account.
2323
+ * Queries the status of endpoints in the VPC of a service account.
2177
2324
  *
2178
2325
  * @param request - ListVpcEndpointsRequest
2179
2326
  * @param headers - map
@@ -2184,21 +2331,21 @@ export default class Client extends OpenApi {
2184
2331
  [key: string]: string;
2185
2332
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListVpcEndpointsResponse>;
2186
2333
  /**
2187
- * Queries the statuses of endpoints in the virtual private cloud (VPC) within the Elasticsearch service account.
2334
+ * Queries the status of endpoints in the VPC of a service account.
2188
2335
  *
2189
2336
  * @param request - ListVpcEndpointsRequest
2190
2337
  * @returns ListVpcEndpointsResponse
2191
2338
  */
2192
2339
  listVpcEndpoints(InstanceId: string, request: $_model.ListVpcEndpointsRequest): Promise<$_model.ListVpcEndpointsResponse>;
2193
2340
  /**
2194
- * Call the MigrateToOtherZone to migrate the nodes in the specified zone to the destination zone.
2341
+ * Migrates nodes in a specified zone to a destination zone.
2195
2342
  *
2196
2343
  * @remarks
2197
- * If the specifications in your zone are insufficient, you can upgrade your instance to nodes in another zone. Before calling this interface, you must ensure that:
2198
- * * The error message returned because the current account is in a zone that has sufficient resources.
2199
- * After migrating nodes with current specifications to another zone, you need to manually [upgrade cluster](https://help.aliyun.com/document_detail/96650.html) because the cluster will not be upgraded during the migration process. Therefore, select a zone with sufficient resources to avoid cluster upgrade failure. We recommend that you choose new zones that are in lower alphabetical order. For example, for cn-hangzhou-e and cn-hangzhou-h zones, choose cn-hangzhou-h first.
2200
- * * The cluster is in the healthy state.
2201
- * Can be passed` GET _cat/health?v `command to view the health status of the cluster.
2344
+ * When you upgrade the specifications of an instance and encounter insufficient inventory in the current zone, you can resolve this issue by migrating zone nodes. Before calling this operation, make sure that:
2345
+ * - Your account has a zone with sufficient resources.
2346
+ * After migrating nodes of the current specifications to another zone, you must manually [upgrade the cluster](https://help.aliyun.com/document_detail/96650.html). The cluster is not upgraded during the migration. Therefore, select a zone with sufficient resources to avoid cluster upgrade failures. Select a zone with a later alphabetical order first. For example, between ap-southeast-1e and ap-southeast-1h, select ap-southeast-1h first.
2347
+ * - The cluster is in a healthy state.
2348
+ * You can run the `GET _cat/health?v` command to check the cluster health status.
2202
2349
  *
2203
2350
  * @param request - MigrateToOtherZoneRequest
2204
2351
  * @param headers - map
@@ -2209,21 +2356,21 @@ export default class Client extends OpenApi {
2209
2356
  [key: string]: string;
2210
2357
  }, runtime: $dara.RuntimeOptions): Promise<$_model.MigrateToOtherZoneResponse>;
2211
2358
  /**
2212
- * Call the MigrateToOtherZone to migrate the nodes in the specified zone to the destination zone.
2359
+ * Migrates nodes in a specified zone to a destination zone.
2213
2360
  *
2214
2361
  * @remarks
2215
- * If the specifications in your zone are insufficient, you can upgrade your instance to nodes in another zone. Before calling this interface, you must ensure that:
2216
- * * The error message returned because the current account is in a zone that has sufficient resources.
2217
- * After migrating nodes with current specifications to another zone, you need to manually [upgrade cluster](https://help.aliyun.com/document_detail/96650.html) because the cluster will not be upgraded during the migration process. Therefore, select a zone with sufficient resources to avoid cluster upgrade failure. We recommend that you choose new zones that are in lower alphabetical order. For example, for cn-hangzhou-e and cn-hangzhou-h zones, choose cn-hangzhou-h first.
2218
- * * The cluster is in the healthy state.
2219
- * Can be passed` GET _cat/health?v `command to view the health status of the cluster.
2362
+ * When you upgrade the specifications of an instance and encounter insufficient inventory in the current zone, you can resolve this issue by migrating zone nodes. Before calling this operation, make sure that:
2363
+ * - Your account has a zone with sufficient resources.
2364
+ * After migrating nodes of the current specifications to another zone, you must manually [upgrade the cluster](https://help.aliyun.com/document_detail/96650.html). The cluster is not upgraded during the migration. Therefore, select a zone with sufficient resources to avoid cluster upgrade failures. Select a zone with a later alphabetical order first. For example, between ap-southeast-1e and ap-southeast-1h, select ap-southeast-1h first.
2365
+ * - The cluster is in a healthy state.
2366
+ * You can run the `GET _cat/health?v` command to check the cluster health status.
2220
2367
  *
2221
2368
  * @param request - MigrateToOtherZoneRequest
2222
2369
  * @returns MigrateToOtherZoneResponse
2223
2370
  */
2224
2371
  migrateToOtherZone(InstanceId: string, request: $_model.MigrateToOtherZoneRequest): Promise<$_model.MigrateToOtherZoneResponse>;
2225
2372
  /**
2226
- * Changes the Elastic Compute Service (ECS) instances on which a shipper is installed.
2373
+ * Updates the ECS instances on which a collector is installed.
2227
2374
  *
2228
2375
  * @param request - ModifyDeployMachineRequest
2229
2376
  * @param headers - map
@@ -2234,13 +2381,15 @@ export default class Client extends OpenApi {
2234
2381
  [key: string]: string;
2235
2382
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDeployMachineResponse>;
2236
2383
  /**
2237
- * Changes the Elastic Compute Service (ECS) instances on which a shipper is installed.
2384
+ * Updates the ECS instances on which a collector is installed.
2238
2385
  *
2239
2386
  * @param request - ModifyDeployMachineRequest
2240
2387
  * @returns ModifyDeployMachineResponse
2241
2388
  */
2242
2389
  modifyDeployMachine(ResId: string, request: $_model.ModifyDeployMachineRequest): Promise<$_model.ModifyDeployMachineResponse>;
2243
2390
  /**
2391
+ * Updates the elastic scaling rules of a cluster.
2392
+ *
2244
2393
  * @param request - ModifyElastictaskRequest
2245
2394
  * @param headers - map
2246
2395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2250,15 +2399,20 @@ export default class Client extends OpenApi {
2250
2399
  [key: string]: string;
2251
2400
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyElastictaskResponse>;
2252
2401
  /**
2402
+ * Updates the elastic scaling rules of a cluster.
2403
+ *
2253
2404
  * @param request - ModifyElastictaskRequest
2254
2405
  * @returns ModifyElastictaskResponse
2255
2406
  */
2256
2407
  modifyElastictask(InstanceId: string, request: $_model.ModifyElastictaskRequest): Promise<$_model.ModifyElastictaskResponse>;
2257
2408
  /**
2258
- * Enables and modifies the maintenance window of an Elasticsearch cluster.
2409
+ * Modifies and enables the maintenance window for an instance.
2259
2410
  *
2260
2411
  * @remarks
2261
- * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
2412
+ * Before calling this operation, note the following:
2413
+ * - Before the scheduled maintenance, Alibaba Cloud sends SMS messages and emails to the contacts configured in your Alibaba Cloud account. Check your messages promptly.
2414
+ * - On the day of instance maintenance, to ensure stability throughout the maintenance process, the instance enters the Effective state before the maintenance window begins. While the instance is in this state, access to the cluster and query operations such as performance monitoring are not affected. However, cluster change operations such as cluster upgrades and restarts are temporarily unavailable.
2415
+ * - During the maintenance window, transient disconnections may occur. Ensure that your application has a reconnection mechanism.
2262
2416
  *
2263
2417
  * @param request - ModifyInstanceMaintainTimeRequest
2264
2418
  * @param headers - map
@@ -2269,17 +2423,20 @@ export default class Client extends OpenApi {
2269
2423
  [key: string]: string;
2270
2424
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyInstanceMaintainTimeResponse>;
2271
2425
  /**
2272
- * Enables and modifies the maintenance window of an Elasticsearch cluster.
2426
+ * Modifies and enables the maintenance window for an instance.
2273
2427
  *
2274
2428
  * @remarks
2275
- * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
2429
+ * Before calling this operation, note the following:
2430
+ * - Before the scheduled maintenance, Alibaba Cloud sends SMS messages and emails to the contacts configured in your Alibaba Cloud account. Check your messages promptly.
2431
+ * - On the day of instance maintenance, to ensure stability throughout the maintenance process, the instance enters the Effective state before the maintenance window begins. While the instance is in this state, access to the cluster and query operations such as performance monitoring are not affected. However, cluster change operations such as cluster upgrades and restarts are temporarily unavailable.
2432
+ * - During the maintenance window, transient disconnections may occur. Ensure that your application has a reconnection mechanism.
2276
2433
  *
2277
2434
  * @param request - ModifyInstanceMaintainTimeRequest
2278
2435
  * @returns ModifyInstanceMaintainTimeResponse
2279
2436
  */
2280
2437
  modifyInstanceMaintainTime(InstanceId: string, request: $_model.ModifyInstanceMaintainTimeRequest): Promise<$_model.ModifyInstanceMaintainTimeResponse>;
2281
2438
  /**
2282
- * 修改计划执行时间
2439
+ * For O&M events in the Event Center, you can specify a restart event, and the system will restart the specified edge zone of the relevant instance at the scheduled time.
2283
2440
  *
2284
2441
  * @param request - ModifyScheduleExecuteTimeRequest
2285
2442
  * @param headers - map
@@ -2290,17 +2447,22 @@ export default class Client extends OpenApi {
2290
2447
  [key: string]: string;
2291
2448
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyScheduleExecuteTimeResponse>;
2292
2449
  /**
2293
- * 修改计划执行时间
2450
+ * For O&M events in the Event Center, you can specify a restart event, and the system will restart the specified edge zone of the relevant instance at the scheduled time.
2294
2451
  *
2295
2452
  * @param request - ModifyScheduleExecuteTimeRequest
2296
2453
  * @returns ModifyScheduleExecuteTimeResponse
2297
2454
  */
2298
2455
  modifyScheduleExecuteTime(instanceId: string, request: $_model.ModifyScheduleExecuteTimeRequest): Promise<$_model.ModifyScheduleExecuteTimeResponse>;
2299
2456
  /**
2300
- * Updates an IP address whitelist of an Elasticsearch cluster.
2457
+ * Calls ModifyWhiteIps to update the access whitelist of a specified instance.
2301
2458
  *
2302
2459
  * @remarks
2303
- * The ID of the cluster.
2460
+ * ## Before you begin
2461
+ * - You cannot update information for an instance whose instance status is activating, invalid, or freeze (inactive).
2462
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters:
2463
+ * - IP whitelist list: whiteIpList, nodeType, networkType
2464
+ * - IP whitelist group: modifyMode, whiteIpGroup
2465
+ * - The public network access whitelist does not support private network IP addresses, and the internal-facing whitelist does not support public IP addresses.
2304
2466
  *
2305
2467
  * @param request - ModifyWhiteIpsRequest
2306
2468
  * @param headers - map
@@ -2311,17 +2473,22 @@ export default class Client extends OpenApi {
2311
2473
  [key: string]: string;
2312
2474
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyWhiteIpsResponse>;
2313
2475
  /**
2314
- * Updates an IP address whitelist of an Elasticsearch cluster.
2476
+ * Calls ModifyWhiteIps to update the access whitelist of a specified instance.
2315
2477
  *
2316
2478
  * @remarks
2317
- * The ID of the cluster.
2479
+ * ## Before you begin
2480
+ * - You cannot update information for an instance whose instance status is activating, invalid, or freeze (inactive).
2481
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters:
2482
+ * - IP whitelist list: whiteIpList, nodeType, networkType
2483
+ * - IP whitelist group: modifyMode, whiteIpGroup
2484
+ * - The public network access whitelist does not support private network IP addresses, and the internal-facing whitelist does not support public IP addresses.
2318
2485
  *
2319
2486
  * @param request - ModifyWhiteIpsRequest
2320
2487
  * @returns ModifyWhiteIpsResponse
2321
2488
  */
2322
2489
  modifyWhiteIps(InstanceId: string, request: $_model.ModifyWhiteIpsRequest): Promise<$_model.ModifyWhiteIpsResponse>;
2323
2490
  /**
2324
- * Migrates an Elasticsearch cluster to a specified resource group.
2491
+ * Modifies the resource group to which an instance belongs.
2325
2492
  *
2326
2493
  * @param request - MoveResourceGroupRequest
2327
2494
  * @param headers - map
@@ -2332,14 +2499,14 @@ export default class Client extends OpenApi {
2332
2499
  [key: string]: string;
2333
2500
  }, runtime: $dara.RuntimeOptions): Promise<$_model.MoveResourceGroupResponse>;
2334
2501
  /**
2335
- * Migrates an Elasticsearch cluster to a specified resource group.
2502
+ * Modifies the resource group to which an instance belongs.
2336
2503
  *
2337
2504
  * @param request - MoveResourceGroupRequest
2338
2505
  * @returns MoveResourceGroupResponse
2339
2506
  */
2340
2507
  moveResourceGroup(InstanceId: string, request: $_model.MoveResourceGroupRequest): Promise<$_model.MoveResourceGroupResponse>;
2341
2508
  /**
2342
- * Enables the intelligent O\\\\\\&M feature for an instance.
2509
+ * Enables the intelligent O&M feature for an instance.
2343
2510
  *
2344
2511
  * @param request - OpenDiagnosisRequest
2345
2512
  * @param headers - map
@@ -2350,17 +2517,18 @@ export default class Client extends OpenApi {
2350
2517
  [key: string]: string;
2351
2518
  }, runtime: $dara.RuntimeOptions): Promise<$_model.OpenDiagnosisResponse>;
2352
2519
  /**
2353
- * Enables the intelligent O\\\\\\&M feature for an instance.
2520
+ * Enables the intelligent O&M feature for an instance.
2354
2521
  *
2355
2522
  * @param request - OpenDiagnosisRequest
2356
2523
  * @returns OpenDiagnosisResponse
2357
2524
  */
2358
2525
  openDiagnosis(InstanceId: string, request: $_model.OpenDiagnosisRequest): Promise<$_model.OpenDiagnosisResponse>;
2359
2526
  /**
2360
- * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
2527
+ * Enables the HTTPS protocol. Before enabling HTTPS, make sure that you have purchased client nodes.
2361
2528
  *
2362
2529
  * @remarks
2363
- * > To ensure data security, we recommend that you enable HTTPS.
2530
+ * > - To ensure data security, enable the HTTPS protocol.
2531
+ * - Except for versions 8.5 and 7.16<props="china"><ph> and version 7.10 in some regions</ph>, make sure that you have purchased client nodes before enabling HTTPS.
2364
2532
  *
2365
2533
  * @param request - OpenHttpsRequest
2366
2534
  * @param headers - map
@@ -2371,17 +2539,18 @@ export default class Client extends OpenApi {
2371
2539
  [key: string]: string;
2372
2540
  }, runtime: $dara.RuntimeOptions): Promise<$_model.OpenHttpsResponse>;
2373
2541
  /**
2374
- * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
2542
+ * Enables the HTTPS protocol. Before enabling HTTPS, make sure that you have purchased client nodes.
2375
2543
  *
2376
2544
  * @remarks
2377
- * > To ensure data security, we recommend that you enable HTTPS.
2545
+ * > - To ensure data security, enable the HTTPS protocol.
2546
+ * - Except for versions 8.5 and 7.16<props="china"><ph> and version 7.10 in some regions</ph>, make sure that you have purchased client nodes before enabling HTTPS.
2378
2547
  *
2379
2548
  * @param request - OpenHttpsRequest
2380
2549
  * @returns OpenHttpsResponse
2381
2550
  */
2382
2551
  openHttps(InstanceId: string, request: $_model.OpenHttpsRequest): Promise<$_model.OpenHttpsResponse>;
2383
2552
  /**
2384
- * 自定义插件解析&上传接口
2553
+ * Upload a custom plugin to the plugin repository. After uploading, the plugin is in the pending installation status.
2385
2554
  *
2386
2555
  * @param request - PluginAnalysisRequest
2387
2556
  * @param headers - map
@@ -2392,14 +2561,17 @@ export default class Client extends OpenApi {
2392
2561
  [key: string]: string;
2393
2562
  }, runtime: $dara.RuntimeOptions): Promise<$_model.PluginAnalysisResponse>;
2394
2563
  /**
2395
- * 自定义插件解析&上传接口
2564
+ * Upload a custom plugin to the plugin repository. After uploading, the plugin is in the pending installation status.
2396
2565
  *
2397
2566
  * @param request - PluginAnalysisRequest
2398
2567
  * @returns PluginAnalysisResponse
2399
2568
  */
2400
2569
  pluginAnalysis(instanceId: string, request: $_model.PluginAnalysisRequest): Promise<$_model.PluginAnalysisResponse>;
2401
2570
  /**
2402
- * PostEmonTryAlarmRule
2571
+ * Sends a test alert message by calling PostEmonTryAlarmRule.
2572
+ *
2573
+ * @remarks
2574
+ * > This API operation can be called up to 10 times per hour.
2403
2575
  *
2404
2576
  * @param request - PostEmonTryAlarmRuleRequest
2405
2577
  * @param headers - map
@@ -2410,13 +2582,18 @@ export default class Client extends OpenApi {
2410
2582
  [key: string]: string;
2411
2583
  }, runtime: $dara.RuntimeOptions): Promise<$_model.PostEmonTryAlarmRuleResponse>;
2412
2584
  /**
2413
- * PostEmonTryAlarmRule
2585
+ * Sends a test alert message by calling PostEmonTryAlarmRule.
2586
+ *
2587
+ * @remarks
2588
+ * > This API operation can be called up to 10 times per hour.
2414
2589
  *
2415
2590
  * @param request - PostEmonTryAlarmRuleRequest
2416
2591
  * @returns PostEmonTryAlarmRuleResponse
2417
2592
  */
2418
2593
  postEmonTryAlarmRule(ProjectId: string, AlarmGroupId: string, request: $_model.PostEmonTryAlarmRuleRequest): Promise<$_model.PostEmonTryAlarmRuleResponse>;
2419
2594
  /**
2595
+ * Calls RecommendTemplates to retrieve recommended cluster configurations.
2596
+ *
2420
2597
  * @param request - RecommendTemplatesRequest
2421
2598
  * @param headers - map
2422
2599
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2426,12 +2603,14 @@ export default class Client extends OpenApi {
2426
2603
  [key: string]: string;
2427
2604
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RecommendTemplatesResponse>;
2428
2605
  /**
2606
+ * Calls RecommendTemplates to retrieve recommended cluster configurations.
2607
+ *
2429
2608
  * @param request - RecommendTemplatesRequest
2430
2609
  * @returns RecommendTemplatesResponse
2431
2610
  */
2432
2611
  recommendTemplates(InstanceId: string, request: $_model.RecommendTemplatesRequest): Promise<$_model.RecommendTemplatesResponse>;
2433
2612
  /**
2434
- * Installs a shipper that failed to be installed when you create the shipper.
2613
+ * Retries the installation of a collector that failed to install during creation.
2435
2614
  *
2436
2615
  * @param request - ReinstallCollectorRequest
2437
2616
  * @param headers - map
@@ -2442,14 +2621,14 @@ export default class Client extends OpenApi {
2442
2621
  [key: string]: string;
2443
2622
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ReinstallCollectorResponse>;
2444
2623
  /**
2445
- * Installs a shipper that failed to be installed when you create the shipper.
2624
+ * Retries the installation of a collector that failed to install during creation.
2446
2625
  *
2447
2626
  * @param request - ReinstallCollectorRequest
2448
2627
  * @returns ReinstallCollectorResponse
2449
2628
  */
2450
2629
  reinstallCollector(ResId: string, request: $_model.ReinstallCollectorRequest): Promise<$_model.ReinstallCollectorResponse>;
2451
2630
  /**
2452
- * 从插件库中删除插件,区别于卸载插件
2631
+ * You can delete uploaded but uninstalled plugins from the plugin library.
2453
2632
  *
2454
2633
  * @param request - RemovePluginRequest
2455
2634
  * @param headers - map
@@ -2460,14 +2639,14 @@ export default class Client extends OpenApi {
2460
2639
  [key: string]: string;
2461
2640
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RemovePluginResponse>;
2462
2641
  /**
2463
- * 从插件库中删除插件,区别于卸载插件
2642
+ * You can delete uploaded but uninstalled plugins from the plugin library.
2464
2643
  *
2465
2644
  * @param request - RemovePluginRequest
2466
2645
  * @returns RemovePluginResponse
2467
2646
  */
2468
2647
  removePlugin(instanceId: string, request: $_model.RemovePluginRequest): Promise<$_model.RemovePluginResponse>;
2469
2648
  /**
2470
- * Call RenewInstance to renew a subscription instance.
2649
+ * Renews a subscription Elasticsearch instance.
2471
2650
  *
2472
2651
  * @param request - RenewInstanceRequest
2473
2652
  * @param headers - map
@@ -2478,14 +2657,14 @@ export default class Client extends OpenApi {
2478
2657
  [key: string]: string;
2479
2658
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RenewInstanceResponse>;
2480
2659
  /**
2481
- * Call RenewInstance to renew a subscription instance.
2660
+ * Renews a subscription Elasticsearch instance.
2482
2661
  *
2483
2662
  * @param request - RenewInstanceRequest
2484
2663
  * @returns RenewInstanceResponse
2485
2664
  */
2486
2665
  renewInstance(InstanceId: string, request: $_model.RenewInstanceRequest): Promise<$_model.RenewInstanceResponse>;
2487
2666
  /**
2488
- * Renews a Logstash cluster.
2667
+ * Renews a specified Logstash instance.
2489
2668
  *
2490
2669
  * @param request - RenewLogstashRequest
2491
2670
  * @param headers - map
@@ -2496,14 +2675,14 @@ export default class Client extends OpenApi {
2496
2675
  [key: string]: string;
2497
2676
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RenewLogstashResponse>;
2498
2677
  /**
2499
- * Renews a Logstash cluster.
2678
+ * Renews a specified Logstash instance.
2500
2679
  *
2501
2680
  * @param request - RenewLogstashRequest
2502
2681
  * @returns RenewLogstashResponse
2503
2682
  */
2504
2683
  renewLogstash(InstanceId: string, request: $_model.RenewLogstashRequest): Promise<$_model.RenewLogstashResponse>;
2505
2684
  /**
2506
- * Restarts a shipper.
2685
+ * Restarts a collector to perform data collection.
2507
2686
  *
2508
2687
  * @param request - RestartCollectorRequest
2509
2688
  * @param headers - map
@@ -2514,17 +2693,17 @@ export default class Client extends OpenApi {
2514
2693
  [key: string]: string;
2515
2694
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RestartCollectorResponse>;
2516
2695
  /**
2517
- * Restarts a shipper.
2696
+ * Restarts a collector to perform data collection.
2518
2697
  *
2519
2698
  * @param request - RestartCollectorRequest
2520
2699
  * @returns RestartCollectorResponse
2521
2700
  */
2522
2701
  restartCollector(ResId: string, request: $_model.RestartCollectorRequest): Promise<$_model.RestartCollectorResponse>;
2523
2702
  /**
2524
- * You can call this operation to restart a specified Elasticsearch instance.
2703
+ * Restarts an Elasticsearch cluster.
2525
2704
  *
2526
2705
  * @remarks
2527
- * > After the instance is restarted, the instance enters the activating state. After the instance is restarted, its status changes to active. Alibaba Cloud Elasticsearch supports restarting a single node. Restarting a node can be divided into normal restart and blue-green restart.
2706
+ * > After the restart, the instance enters the activating state. After the restart is complete, the instance status changes to active. Alibaba Cloud Elasticsearch supports single-node restarts. Node restarts are classified into normal restarts and blue-green restarts.
2528
2707
  *
2529
2708
  * @param request - RestartInstanceRequest
2530
2709
  * @param headers - map
@@ -2535,17 +2714,17 @@ export default class Client extends OpenApi {
2535
2714
  [key: string]: string;
2536
2715
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RestartInstanceResponse>;
2537
2716
  /**
2538
- * You can call this operation to restart a specified Elasticsearch instance.
2717
+ * Restarts an Elasticsearch cluster.
2539
2718
  *
2540
2719
  * @remarks
2541
- * > After the instance is restarted, the instance enters the activating state. After the instance is restarted, its status changes to active. Alibaba Cloud Elasticsearch supports restarting a single node. Restarting a node can be divided into normal restart and blue-green restart.
2720
+ * > After the restart, the instance enters the activating state. After the restart is complete, the instance status changes to active. Alibaba Cloud Elasticsearch supports single-node restarts. Node restarts are classified into normal restarts and blue-green restarts.
2542
2721
  *
2543
2722
  * @param request - RestartInstanceRequest
2544
2723
  * @returns RestartInstanceResponse
2545
2724
  */
2546
2725
  restartInstance(InstanceId: string, request: $_model.RestartInstanceRequest): Promise<$_model.RestartInstanceResponse>;
2547
2726
  /**
2548
- * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
2727
+ * Restarts a specified instance. After the restart, the instance enters the activating (activing) state.
2549
2728
  *
2550
2729
  * @param request - RestartLogstashRequest
2551
2730
  * @param headers - map
@@ -2556,14 +2735,14 @@ export default class Client extends OpenApi {
2556
2735
  [key: string]: string;
2557
2736
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RestartLogstashResponse>;
2558
2737
  /**
2559
- * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
2738
+ * Restarts a specified instance. After the restart, the instance enters the activating (activing) state.
2560
2739
  *
2561
2740
  * @param request - RestartLogstashRequest
2562
2741
  * @returns RestartLogstashResponse
2563
2742
  */
2564
2743
  restartLogstash(InstanceId: string, request: $_model.RestartLogstashRequest): Promise<$_model.RestartLogstashResponse>;
2565
2744
  /**
2566
- * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
2745
+ * Resumes an interrupted change task for an instance.
2567
2746
  *
2568
2747
  * @param request - ResumeElasticsearchTaskRequest
2569
2748
  * @param headers - map
@@ -2574,14 +2753,14 @@ export default class Client extends OpenApi {
2574
2753
  [key: string]: string;
2575
2754
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeElasticsearchTaskResponse>;
2576
2755
  /**
2577
- * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
2756
+ * Resumes an interrupted change task for an instance.
2578
2757
  *
2579
2758
  * @param request - ResumeElasticsearchTaskRequest
2580
2759
  * @returns ResumeElasticsearchTaskResponse
2581
2760
  */
2582
2761
  resumeElasticsearchTask(InstanceId: string, request: $_model.ResumeElasticsearchTaskRequest): Promise<$_model.ResumeElasticsearchTaskResponse>;
2583
2762
  /**
2584
- * Resumes a change task of a Logstash cluster. After the task is resumed, the Logstash cluster is in the activating state.
2763
+ * Resumes an interrupted instance change task. After the task is resumed, the instance enters the activating state.
2585
2764
  *
2586
2765
  * @param request - ResumeLogstashTaskRequest
2587
2766
  * @param headers - map
@@ -2592,14 +2771,14 @@ export default class Client extends OpenApi {
2592
2771
  [key: string]: string;
2593
2772
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeLogstashTaskResponse>;
2594
2773
  /**
2595
- * Resumes a change task of a Logstash cluster. After the task is resumed, the Logstash cluster is in the activating state.
2774
+ * Resumes an interrupted instance change task. After the task is resumed, the instance enters the activating state.
2596
2775
  *
2597
2776
  * @param request - ResumeLogstashTaskRequest
2598
2777
  * @returns ResumeLogstashTaskResponse
2599
2778
  */
2600
2779
  resumeLogstashTask(InstanceId: string, request: $_model.ResumeLogstashTaskRequest): Promise<$_model.ResumeLogstashTaskResponse>;
2601
2780
  /**
2602
- * 滚动数据流,生成新索引
2781
+ * Creates a new index for a data stream or index alias.
2603
2782
  *
2604
2783
  * @param request - RolloverDataStreamRequest
2605
2784
  * @param headers - map
@@ -2610,14 +2789,14 @@ export default class Client extends OpenApi {
2610
2789
  [key: string]: string;
2611
2790
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RolloverDataStreamResponse>;
2612
2791
  /**
2613
- * 滚动数据流,生成新索引
2792
+ * Creates a new index for a data stream or index alias.
2614
2793
  *
2615
2794
  * @param request - RolloverDataStreamRequest
2616
2795
  * @returns RolloverDataStreamResponse
2617
2796
  */
2618
2797
  rolloverDataStream(InstanceId: string, DataStream: string, request: $_model.RolloverDataStreamRequest): Promise<$_model.RolloverDataStreamResponse>;
2619
2798
  /**
2620
- * Runs pipelines in a Logstash cluster.
2799
+ * Deploys Logstash pipelines immediately.
2621
2800
  *
2622
2801
  * @param request - RunPipelinesRequest
2623
2802
  * @param headers - map
@@ -2628,14 +2807,18 @@ export default class Client extends OpenApi {
2628
2807
  [key: string]: string;
2629
2808
  }, runtime: $dara.RuntimeOptions): Promise<$_model.RunPipelinesResponse>;
2630
2809
  /**
2631
- * Runs pipelines in a Logstash cluster.
2810
+ * Deploys Logstash pipelines immediately.
2632
2811
  *
2633
2812
  * @param request - RunPipelinesRequest
2634
2813
  * @returns RunPipelinesResponse
2635
2814
  */
2636
2815
  runPipelines(InstanceId: string, request: $_model.RunPipelinesRequest): Promise<$_model.RunPipelinesResponse>;
2637
2816
  /**
2638
- * Removes nodes from an Elasticsearch cluster.
2817
+ * Scales in nodes of a specified role in an Elasticsearch cluster.
2818
+ *
2819
+ * @remarks
2820
+ * Note the following when you invoke this operation:
2821
+ * Before scaling in data nodes of a cluster, perform data migration from the nodes to be removed to other nodes. After you confirm that the nodes to be removed contain no data, proceed with the scale-in operation.
2639
2822
  *
2640
2823
  * @param request - ShrinkNodeRequest
2641
2824
  * @param headers - map
@@ -2646,7 +2829,11 @@ export default class Client extends OpenApi {
2646
2829
  [key: string]: string;
2647
2830
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ShrinkNodeResponse>;
2648
2831
  /**
2649
- * Removes nodes from an Elasticsearch cluster.
2832
+ * Scales in nodes of a specified role in an Elasticsearch cluster.
2833
+ *
2834
+ * @remarks
2835
+ * Note the following when you invoke this operation:
2836
+ * Before scaling in data nodes of a cluster, perform data migration from the nodes to be removed to other nodes. After you confirm that the nodes to be removed contain no data, proceed with the scale-in operation.
2650
2837
  *
2651
2838
  * @param request - ShrinkNodeRequest
2652
2839
  * @returns ShrinkNodeResponse
@@ -2671,7 +2858,7 @@ export default class Client extends OpenApi {
2671
2858
  */
2672
2859
  startCollector(ResId: string, request: $_model.StartCollectorRequest): Promise<$_model.StartCollectorResponse>;
2673
2860
  /**
2674
- * Stops a shipper.
2861
+ * Calls StopCollector to stop a running collector.
2675
2862
  *
2676
2863
  * @param request - StopCollectorRequest
2677
2864
  * @param headers - map
@@ -2682,14 +2869,14 @@ export default class Client extends OpenApi {
2682
2869
  [key: string]: string;
2683
2870
  }, runtime: $dara.RuntimeOptions): Promise<$_model.StopCollectorResponse>;
2684
2871
  /**
2685
- * Stops a shipper.
2872
+ * Calls StopCollector to stop a running collector.
2686
2873
  *
2687
2874
  * @param request - StopCollectorRequest
2688
2875
  * @returns StopCollectorResponse
2689
2876
  */
2690
2877
  stopCollector(ResId: string, request: $_model.StopCollectorRequest): Promise<$_model.StopCollectorResponse>;
2691
2878
  /**
2692
- * Stops pipelines in a Logstash cluster.
2879
+ * Stops Logstash pipelines by calling StopPipelines.
2693
2880
  *
2694
2881
  * @param request - StopPipelinesRequest
2695
2882
  * @param headers - map
@@ -2700,14 +2887,14 @@ export default class Client extends OpenApi {
2700
2887
  [key: string]: string;
2701
2888
  }, runtime: $dara.RuntimeOptions): Promise<$_model.StopPipelinesResponse>;
2702
2889
  /**
2703
- * Stops pipelines in a Logstash cluster.
2890
+ * Stops Logstash pipelines by calling StopPipelines.
2704
2891
  *
2705
2892
  * @param request - StopPipelinesRequest
2706
2893
  * @returns StopPipelinesResponse
2707
2894
  */
2708
2895
  stopPipelines(InstanceId: string, request: $_model.StopPipelinesRequest): Promise<$_model.StopPipelinesResponse>;
2709
2896
  /**
2710
- * Adds tags to clusters.
2897
+ * Creates tag-resource relationships for a specified instance.
2711
2898
  *
2712
2899
  * @param request - TagResourcesRequest
2713
2900
  * @param headers - map
@@ -2718,14 +2905,14 @@ export default class Client extends OpenApi {
2718
2905
  [key: string]: string;
2719
2906
  }, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
2720
2907
  /**
2721
- * Adds tags to clusters.
2908
+ * Creates tag-resource relationships for a specified instance.
2722
2909
  *
2723
2910
  * @param request - TagResourcesRequest
2724
2911
  * @returns TagResourcesResponse
2725
2912
  */
2726
2913
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
2727
2914
  /**
2728
- * Runs a data migration task for node scaling operations.
2915
+ * Performs data migration on a node to facilitate node scale-in operations.
2729
2916
  *
2730
2917
  * @param request - TransferNodeRequest
2731
2918
  * @param headers - map
@@ -2736,14 +2923,14 @@ export default class Client extends OpenApi {
2736
2923
  [key: string]: string;
2737
2924
  }, runtime: $dara.RuntimeOptions): Promise<$_model.TransferNodeResponse>;
2738
2925
  /**
2739
- * Runs a data migration task for node scaling operations.
2926
+ * Performs data migration on a node to facilitate node scale-in operations.
2740
2927
  *
2741
2928
  * @param request - TransferNodeRequest
2742
2929
  * @returns TransferNodeResponse
2743
2930
  */
2744
2931
  transferNode(InstanceId: string, request: $_model.TransferNodeRequest): Promise<$_model.TransferNodeResponse>;
2745
2932
  /**
2746
- * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
2933
+ * Enables or shuts down public or private network access for an Elasticsearch or Kibana cluster.
2747
2934
  *
2748
2935
  * @param request - TriggerNetworkRequest
2749
2936
  * @param headers - map
@@ -2754,14 +2941,17 @@ export default class Client extends OpenApi {
2754
2941
  [key: string]: string;
2755
2942
  }, runtime: $dara.RuntimeOptions): Promise<$_model.TriggerNetworkResponse>;
2756
2943
  /**
2757
- * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
2944
+ * Enables or shuts down public or private network access for an Elasticsearch or Kibana cluster.
2758
2945
  *
2759
2946
  * @param request - TriggerNetworkRequest
2760
2947
  * @returns TriggerNetworkResponse
2761
2948
  */
2762
2949
  triggerNetwork(InstanceId: string, request: $_model.TriggerNetworkRequest): Promise<$_model.TriggerNetworkResponse>;
2763
2950
  /**
2764
- * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
2951
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2952
+ *
2953
+ * @remarks
2954
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2765
2955
  *
2766
2956
  * @param request - TurnOffZoneRequest
2767
2957
  * @param headers - map
@@ -2772,14 +2962,20 @@ export default class Client extends OpenApi {
2772
2962
  [key: string]: string;
2773
2963
  }, runtime: $dara.RuntimeOptions): Promise<$_model.TurnOffZoneResponse>;
2774
2964
  /**
2775
- * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
2965
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2966
+ *
2967
+ * @remarks
2968
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2776
2969
  *
2777
2970
  * @param request - TurnOffZoneRequest
2778
2971
  * @returns TurnOffZoneResponse
2779
2972
  */
2780
2973
  turnOffZone(instanceId: string, request: $_model.TurnOffZoneRequest): Promise<$_model.TurnOffZoneResponse>;
2781
2974
  /**
2782
- * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
2975
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2976
+ *
2977
+ * @remarks
2978
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2783
2979
  *
2784
2980
  * @param request - TurnOnZoneRequest
2785
2981
  * @param headers - map
@@ -2790,14 +2986,17 @@ export default class Client extends OpenApi {
2790
2986
  [key: string]: string;
2791
2987
  }, runtime: $dara.RuntimeOptions): Promise<$_model.TurnOnZoneResponse>;
2792
2988
  /**
2793
- * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
2989
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2990
+ *
2991
+ * @remarks
2992
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
2794
2993
  *
2795
2994
  * @param request - TurnOnZoneRequest
2796
2995
  * @returns TurnOnZoneResponse
2797
2996
  */
2798
2997
  turnOnZone(instanceId: string, request: $_model.TurnOnZoneRequest): Promise<$_model.TurnOnZoneResponse>;
2799
2998
  /**
2800
- * Call the UninstallKibanaPlugin to uninstall the Kibana plug-in.
2999
+ * Uninstalls plug-ins from the Kibana node of an Elasticsearch instance.
2801
3000
  *
2802
3001
  * @param request - UninstallKibanaPluginRequest
2803
3002
  * @param headers - map
@@ -2808,14 +3007,14 @@ export default class Client extends OpenApi {
2808
3007
  [key: string]: string;
2809
3008
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UninstallKibanaPluginResponse>;
2810
3009
  /**
2811
- * Call the UninstallKibanaPlugin to uninstall the Kibana plug-in.
3010
+ * Uninstalls plug-ins from the Kibana node of an Elasticsearch instance.
2812
3011
  *
2813
3012
  * @param request - UninstallKibanaPluginRequest
2814
3013
  * @returns UninstallKibanaPluginResponse
2815
3014
  */
2816
3015
  uninstallKibanaPlugin(InstanceId: string, request: $_model.UninstallKibanaPluginRequest): Promise<$_model.UninstallKibanaPluginResponse>;
2817
3016
  /**
2818
- * Removes one or more Logstash plug-ins.
3017
+ * Uninstalls installed plug-ins from a Logstash instance.
2819
3018
  *
2820
3019
  * @param request - UninstallLogstashPluginRequest
2821
3020
  * @param headers - map
@@ -2826,14 +3025,14 @@ export default class Client extends OpenApi {
2826
3025
  [key: string]: string;
2827
3026
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UninstallLogstashPluginResponse>;
2828
3027
  /**
2829
- * Removes one or more Logstash plug-ins.
3028
+ * Uninstalls installed plug-ins from a Logstash instance.
2830
3029
  *
2831
3030
  * @param request - UninstallLogstashPluginRequest
2832
3031
  * @returns UninstallLogstashPluginResponse
2833
3032
  */
2834
3033
  uninstallLogstashPlugin(InstanceId: string, request: $_model.UninstallLogstashPluginRequest): Promise<$_model.UninstallLogstashPluginResponse>;
2835
3034
  /**
2836
- * Call UninstallPlugin to uninstall the preset plug-in.
3035
+ * Uninstalls system plug-ins from an Elasticsearch instance.
2837
3036
  *
2838
3037
  * @param request - UninstallPluginRequest
2839
3038
  * @param headers - map
@@ -2844,20 +3043,21 @@ export default class Client extends OpenApi {
2844
3043
  [key: string]: string;
2845
3044
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UninstallPluginResponse>;
2846
3045
  /**
2847
- * Call UninstallPlugin to uninstall the preset plug-in.
3046
+ * Uninstalls system plug-ins from an Elasticsearch instance.
2848
3047
  *
2849
3048
  * @param request - UninstallPluginRequest
2850
3049
  * @returns UninstallPluginResponse
2851
3050
  */
2852
3051
  uninstallPlugin(InstanceId: string, request: $_model.UninstallPluginRequest): Promise<$_model.UninstallPluginResponse>;
2853
3052
  /**
2854
- * Deletes a user resource tag relationship.
3053
+ * Deletes user resource tag associations for a specified instance.
2855
3054
  *
2856
3055
  * @remarks
2857
- * When you call this operation, take note of the following items:
2858
- * * You can only delete user tags.
2859
- * > User labels are manually added to instances by users. A system Tag is a tag that Alibaba Cloud services add to instances. System labels are divided into visible labels and invisible labels.
2860
- * * If you delete a resource tag relationship that is not associated with any resources, you must delete the tags.
3056
+ * When calling this operation, note the following:
3057
+ * - Only user tags can be deleted.
3058
+ *
3059
+ * > User tags are tags that users manually add to instances. System tags are tags that Alibaba Cloud services add to user instances. System tags are classified into visible tags and invisible tags.
3060
+ * - If a tag is not associated with any resource, the tag is also deleted when the resource tag association is deleted.
2861
3061
  *
2862
3062
  * @param request - UntagResourcesRequest
2863
3063
  * @param headers - map
@@ -2868,23 +3068,25 @@ export default class Client extends OpenApi {
2868
3068
  [key: string]: string;
2869
3069
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UntagResourcesResponse>;
2870
3070
  /**
2871
- * Deletes a user resource tag relationship.
3071
+ * Deletes user resource tag associations for a specified instance.
2872
3072
  *
2873
3073
  * @remarks
2874
- * When you call this operation, take note of the following items:
2875
- * * You can only delete user tags.
2876
- * > User labels are manually added to instances by users. A system Tag is a tag that Alibaba Cloud services add to instances. System labels are divided into visible labels and invisible labels.
2877
- * * If you delete a resource tag relationship that is not associated with any resources, you must delete the tags.
3074
+ * When calling this operation, note the following:
3075
+ * - Only user tags can be deleted.
3076
+ *
3077
+ * > User tags are tags that users manually add to instances. System tags are tags that Alibaba Cloud services add to user instances. System tags are classified into visible tags and invisible tags.
3078
+ * - If a tag is not associated with any resource, the tag is also deleted when the resource tag association is deleted.
2878
3079
  *
2879
3080
  * @param request - UntagResourcesRequest
2880
3081
  * @returns UntagResourcesResponse
2881
3082
  */
2882
3083
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
2883
3084
  /**
2884
- * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
3085
+ * Updates the password of the elastic account for a specified Elasticsearch instance.
2885
3086
  *
2886
3087
  * @remarks
2887
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
3088
+ * When you invoke this operation, note the following:
3089
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
2888
3090
  *
2889
3091
  * @param request - UpdateAdminPasswordRequest
2890
3092
  * @param headers - map
@@ -2895,17 +3097,18 @@ export default class Client extends OpenApi {
2895
3097
  [key: string]: string;
2896
3098
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAdminPasswordResponse>;
2897
3099
  /**
2898
- * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
3100
+ * Updates the password of the elastic account for a specified Elasticsearch instance.
2899
3101
  *
2900
3102
  * @remarks
2901
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
3103
+ * When you invoke this operation, note the following:
3104
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
2902
3105
  *
2903
3106
  * @param request - UpdateAdminPasswordRequest
2904
3107
  * @returns UpdateAdminPasswordResponse
2905
3108
  */
2906
3109
  updateAdminPassword(InstanceId: string, request: $_model.UpdateAdminPasswordRequest): Promise<$_model.UpdateAdminPasswordResponse>;
2907
3110
  /**
2908
- * Call UpdateAdvancedSetting to change the garbage collector configuration for the specified instance.
3111
+ * Changes the garbage collector configuration of a specified Elasticsearch instance.
2909
3112
  *
2910
3113
  * @param request - UpdateAdvancedSettingRequest
2911
3114
  * @param headers - map
@@ -2916,20 +3119,20 @@ export default class Client extends OpenApi {
2916
3119
  [key: string]: string;
2917
3120
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAdvancedSettingResponse>;
2918
3121
  /**
2919
- * Call UpdateAdvancedSetting to change the garbage collector configuration for the specified instance.
3122
+ * Changes the garbage collector configuration of a specified Elasticsearch instance.
2920
3123
  *
2921
3124
  * @param request - UpdateAdvancedSettingRequest
2922
3125
  * @returns UpdateAdvancedSettingResponse
2923
3126
  */
2924
3127
  updateAdvancedSetting(InstanceId: string, request: $_model.UpdateAdvancedSettingRequest): Promise<$_model.UpdateAdvancedSettingResponse>;
2925
3128
  /**
2926
- * Updates the dictionary file of the analysis-aliws plug-in.
3129
+ * Updates the dictionary of the AliNLP tokenizer plugin (analysis-aliws).
2927
3130
  *
2928
3131
  * @remarks
2929
- * Before you call this operation, take note of the following items:
2930
- * * Elasticsearch V5.X clusters do not support the analysis-aliws plug-in.
2931
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
2932
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3132
+ * When calling this operation, note the following:
3133
+ * - Instances of version 5.x do not support the AliNLP tokenizer plugin.
3134
+ * - If the dictionary file is sourced from OSS, ensure that the OSS bucket has public-read permission.
3135
+ * - If a previously uploaded dictionary is not configured with ORIGIN, calling this operation will delete the dictionary file.
2933
3136
  *
2934
3137
  * @param request - UpdateAliwsDictRequest
2935
3138
  * @param headers - map
@@ -2940,20 +3143,20 @@ export default class Client extends OpenApi {
2940
3143
  [key: string]: string;
2941
3144
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAliwsDictResponse>;
2942
3145
  /**
2943
- * Updates the dictionary file of the analysis-aliws plug-in.
3146
+ * Updates the dictionary of the AliNLP tokenizer plugin (analysis-aliws).
2944
3147
  *
2945
3148
  * @remarks
2946
- * Before you call this operation, take note of the following items:
2947
- * * Elasticsearch V5.X clusters do not support the analysis-aliws plug-in.
2948
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
2949
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3149
+ * When calling this operation, note the following:
3150
+ * - Instances of version 5.x do not support the AliNLP tokenizer plugin.
3151
+ * - If the dictionary file is sourced from OSS, ensure that the OSS bucket has public-read permission.
3152
+ * - If a previously uploaded dictionary is not configured with ORIGIN, calling this operation will delete the dictionary file.
2950
3153
  *
2951
3154
  * @param request - UpdateAliwsDictRequest
2952
3155
  * @returns UpdateAliwsDictResponse
2953
3156
  */
2954
3157
  updateAliwsDict(InstanceId: string, request: $_model.UpdateAliwsDictRequest): Promise<$_model.UpdateAliwsDictResponse>;
2955
3158
  /**
2956
- * 修改ES实例访问黑名单,已废弃
3159
+ * Modifies the access blacklist of an Elasticsearch instance. This operation is deprecated.
2957
3160
  *
2958
3161
  * @deprecated OpenAPI UpdateBlackIps is deprecated
2959
3162
  *
@@ -2966,7 +3169,7 @@ export default class Client extends OpenApi {
2966
3169
  [key: string]: string;
2967
3170
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateBlackIpsResponse>;
2968
3171
  /**
2969
- * 修改ES实例访问黑名单,已废弃
3172
+ * Modifies the access blacklist of an Elasticsearch instance. This operation is deprecated.
2970
3173
  *
2971
3174
  * @deprecated OpenAPI UpdateBlackIps is deprecated
2972
3175
  *
@@ -2975,7 +3178,7 @@ export default class Client extends OpenApi {
2975
3178
  */
2976
3179
  updateBlackIps(InstanceId: string, request: $_model.UpdateBlackIpsRequest): Promise<$_model.UpdateBlackIpsResponse>;
2977
3180
  /**
2978
- * Updates the configurations of a shipper.
3181
+ * Modifies the configuration of a collector.
2979
3182
  *
2980
3183
  * @param request - UpdateCollectorRequest
2981
3184
  * @param headers - map
@@ -2986,14 +3189,14 @@ export default class Client extends OpenApi {
2986
3189
  [key: string]: string;
2987
3190
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCollectorResponse>;
2988
3191
  /**
2989
- * Updates the configurations of a shipper.
3192
+ * Modifies the configuration of a collector.
2990
3193
  *
2991
3194
  * @param request - UpdateCollectorRequest
2992
3195
  * @returns UpdateCollectorResponse
2993
3196
  */
2994
3197
  updateCollector(ResId: string, request: $_model.UpdateCollectorRequest): Promise<$_model.UpdateCollectorResponse>;
2995
3198
  /**
2996
- * Changes the name of a shipper.
3199
+ * Calls UpdateCollectorName to modify the name of a collector.
2997
3200
  *
2998
3201
  * @param request - UpdateCollectorNameRequest
2999
3202
  * @param headers - map
@@ -3004,14 +3207,17 @@ export default class Client extends OpenApi {
3004
3207
  [key: string]: string;
3005
3208
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCollectorNameResponse>;
3006
3209
  /**
3007
- * Changes the name of a shipper.
3210
+ * Calls UpdateCollectorName to modify the name of a collector.
3008
3211
  *
3009
3212
  * @param request - UpdateCollectorNameRequest
3010
3213
  * @returns UpdateCollectorNameResponse
3011
3214
  */
3012
3215
  updateCollectorName(ResId: string, request: $_model.UpdateCollectorNameRequest): Promise<$_model.UpdateCollectorNameResponse>;
3013
3216
  /**
3014
- * 修改ES集群动态索引
3217
+ * Updates a composable index template for an Elasticsearch instance.
3218
+ *
3219
+ * @remarks
3220
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
3015
3221
  *
3016
3222
  * @param request - UpdateComponentIndexRequest
3017
3223
  * @param headers - map
@@ -3022,14 +3228,17 @@ export default class Client extends OpenApi {
3022
3228
  [key: string]: string;
3023
3229
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateComponentIndexResponse>;
3024
3230
  /**
3025
- * 修改ES集群动态索引
3231
+ * Updates a composable index template for an Elasticsearch instance.
3232
+ *
3233
+ * @remarks
3234
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
3026
3235
  *
3027
3236
  * @param request - UpdateComponentIndexRequest
3028
3237
  * @returns UpdateComponentIndexResponse
3029
3238
  */
3030
3239
  updateComponentIndex(InstanceId: string, name: string, request: $_model.UpdateComponentIndexRequest): Promise<$_model.UpdateComponentIndexResponse>;
3031
3240
  /**
3032
- * Changes the name of a specified Elasticsearch cluster.
3241
+ * Changes the name of an Elasticsearch instance.
3033
3242
  *
3034
3243
  * @param request - UpdateDescriptionRequest
3035
3244
  * @param headers - map
@@ -3040,14 +3249,14 @@ export default class Client extends OpenApi {
3040
3249
  [key: string]: string;
3041
3250
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDescriptionResponse>;
3042
3251
  /**
3043
- * Changes the name of a specified Elasticsearch cluster.
3252
+ * Changes the name of an Elasticsearch instance.
3044
3253
  *
3045
3254
  * @param request - UpdateDescriptionRequest
3046
3255
  * @returns UpdateDescriptionResponse
3047
3256
  */
3048
3257
  updateDescription(InstanceId: string, request: $_model.UpdateDescriptionRequest): Promise<$_model.UpdateDescriptionResponse>;
3049
3258
  /**
3050
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
3259
+ * Modifies the intelligent O&M scenario settings of a specified Elasticsearch instance.
3051
3260
  *
3052
3261
  * @param request - UpdateDiagnosisSettingsRequest
3053
3262
  * @param headers - map
@@ -3058,19 +3267,19 @@ export default class Client extends OpenApi {
3058
3267
  [key: string]: string;
3059
3268
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDiagnosisSettingsResponse>;
3060
3269
  /**
3061
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
3270
+ * Modifies the intelligent O&M scenario settings of a specified Elasticsearch instance.
3062
3271
  *
3063
3272
  * @param request - UpdateDiagnosisSettingsRequest
3064
3273
  * @returns UpdateDiagnosisSettingsResponse
3065
3274
  */
3066
3275
  updateDiagnosisSettings(InstanceId: string, request: $_model.UpdateDiagnosisSettingsRequest): Promise<$_model.UpdateDiagnosisSettingsResponse>;
3067
3276
  /**
3068
- * Updates a dictionary of an Elasticsearch cluster.
3277
+ * Updates the user dictionary of an Elasticsearch instance.
3069
3278
  *
3070
3279
  * @remarks
3071
- * Before you call this operation, take note of the following items:
3072
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
3073
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3280
+ * When calling this operation, note the following:
3281
+ * - If the dictionary file originates from OSS, ensure that the OSS storage space is publicly readable.
3282
+ * - If previously uploaded dictionaries are not configured with ORIGIN, the dictionary files will be deleted after this operation is called.
3074
3283
  *
3075
3284
  * @param request - UpdateDictRequest
3076
3285
  * @param headers - map
@@ -3081,19 +3290,19 @@ export default class Client extends OpenApi {
3081
3290
  [key: string]: string;
3082
3291
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDictResponse>;
3083
3292
  /**
3084
- * Updates a dictionary of an Elasticsearch cluster.
3293
+ * Updates the user dictionary of an Elasticsearch instance.
3085
3294
  *
3086
3295
  * @remarks
3087
- * Before you call this operation, take note of the following items:
3088
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
3089
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3296
+ * When calling this operation, note the following:
3297
+ * - If the dictionary file originates from OSS, ensure that the OSS storage space is publicly readable.
3298
+ * - If previously uploaded dictionaries are not configured with ORIGIN, the dictionary files will be deleted after this operation is called.
3090
3299
  *
3091
3300
  * @param request - UpdateDictRequest
3092
3301
  * @returns UpdateDictResponse
3093
3302
  */
3094
3303
  updateDict(InstanceId: string, request: $_model.UpdateDictRequest): Promise<$_model.UpdateDictResponse>;
3095
3304
  /**
3096
- * 修改集群动态配置
3305
+ * Modify Cluster Dynamic Configuration
3097
3306
  *
3098
3307
  * @param request - UpdateDynamicSettingsRequest
3099
3308
  * @param headers - map
@@ -3104,13 +3313,15 @@ export default class Client extends OpenApi {
3104
3313
  [key: string]: string;
3105
3314
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDynamicSettingsResponse>;
3106
3315
  /**
3107
- * 修改集群动态配置
3316
+ * Modify Cluster Dynamic Configuration
3108
3317
  *
3109
3318
  * @param request - UpdateDynamicSettingsRequest
3110
3319
  * @returns UpdateDynamicSettingsResponse
3111
3320
  */
3112
3321
  updateDynamicSettings(InstanceId: string, request: $_model.UpdateDynamicSettingsRequest): Promise<$_model.UpdateDynamicSettingsResponse>;
3113
3322
  /**
3323
+ * Modifies the scenario-based configuration template of an Elasticsearch instance.
3324
+ *
3114
3325
  * @param request - UpdateExtendConfigRequest
3115
3326
  * @param headers - map
3116
3327
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3120,15 +3331,17 @@ export default class Client extends OpenApi {
3120
3331
  [key: string]: string;
3121
3332
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateExtendConfigResponse>;
3122
3333
  /**
3334
+ * Modifies the scenario-based configuration template of an Elasticsearch instance.
3335
+ *
3123
3336
  * @param request - UpdateExtendConfigRequest
3124
3337
  * @returns UpdateExtendConfigResponse
3125
3338
  */
3126
3339
  updateExtendConfig(InstanceId: string, request: $_model.UpdateExtendConfigRequest): Promise<$_model.UpdateExtendConfigResponse>;
3127
3340
  /**
3128
- * Updates the driver files of a Logstash cluster.
3341
+ * Updates the extension file configuration of a Logstash instance.
3129
3342
  *
3130
3343
  * @remarks
3131
- * When you call this operation, take note of the following items: You can call this operation only to delete the driver files that are uploaded to a Logstash cluster in the Alibaba Cloud Management Console. You can add or modify driver files only in the Alibaba Cloud Management Console.
3344
+ * When calling this operation, note the following: Currently, this operation only supports deleting extension files that have been uploaded through the console. To add or modify extension files, perform the operations in the console.
3132
3345
  *
3133
3346
  * @param request - UpdateExtendfilesRequest
3134
3347
  * @param headers - map
@@ -3139,17 +3352,17 @@ export default class Client extends OpenApi {
3139
3352
  [key: string]: string;
3140
3353
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateExtendfilesResponse>;
3141
3354
  /**
3142
- * Updates the driver files of a Logstash cluster.
3355
+ * Updates the extension file configuration of a Logstash instance.
3143
3356
  *
3144
3357
  * @remarks
3145
- * When you call this operation, take note of the following items: You can call this operation only to delete the driver files that are uploaded to a Logstash cluster in the Alibaba Cloud Management Console. You can add or modify driver files only in the Alibaba Cloud Management Console.
3358
+ * When calling this operation, note the following: Currently, this operation only supports deleting extension files that have been uploaded through the console. To add or modify extension files, perform the operations in the console.
3146
3359
  *
3147
3360
  * @param request - UpdateExtendfilesRequest
3148
3361
  * @returns UpdateExtendfilesResponse
3149
3362
  */
3150
3363
  updateExtendfiles(InstanceId: string, request: $_model.UpdateExtendfilesRequest): Promise<$_model.UpdateExtendfilesResponse>;
3151
3364
  /**
3152
- * 修改FalconSeek配置
3365
+ * Toggle the FalconSeek cloud-native kernel attribute for instances of Version 8.17.
3153
3366
  *
3154
3367
  * @param request - UpdateFalconSeekRequest
3155
3368
  * @param headers - map
@@ -3160,19 +3373,19 @@ export default class Client extends OpenApi {
3160
3373
  [key: string]: string;
3161
3374
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateFalconSeekResponse>;
3162
3375
  /**
3163
- * 修改FalconSeek配置
3376
+ * Toggle the FalconSeek cloud-native kernel attribute for instances of Version 8.17.
3164
3377
  *
3165
3378
  * @param request - UpdateFalconSeekRequest
3166
3379
  * @returns UpdateFalconSeekResponse
3167
3380
  */
3168
3381
  updateFalconSeek(InstanceId: string, request: $_model.UpdateFalconSeekRequest): Promise<$_model.UpdateFalconSeekResponse>;
3169
3382
  /**
3170
- * null
3383
+ * Updates the IK hot-word dictionary of an Alibaba Cloud Elasticsearch instance.
3171
3384
  *
3172
3385
  * @remarks
3173
- * Before you call this operation, take note of the following items:
3174
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
3175
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3386
+ * When calling this operation, note the following:
3387
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
3388
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
3176
3389
  *
3177
3390
  * @param request - UpdateHotIkDictsRequest
3178
3391
  * @param headers - map
@@ -3183,19 +3396,19 @@ export default class Client extends OpenApi {
3183
3396
  [key: string]: string;
3184
3397
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateHotIkDictsResponse>;
3185
3398
  /**
3186
- * null
3399
+ * Updates the IK hot-word dictionary of an Alibaba Cloud Elasticsearch instance.
3187
3400
  *
3188
3401
  * @remarks
3189
- * Before you call this operation, take note of the following items:
3190
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
3191
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3402
+ * When calling this operation, note the following:
3403
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
3404
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
3192
3405
  *
3193
3406
  * @param request - UpdateHotIkDictsRequest
3194
3407
  * @returns UpdateHotIkDictsResponse
3195
3408
  */
3196
3409
  updateHotIkDicts(InstanceId: string, request: $_model.UpdateHotIkDictsRequest): Promise<$_model.UpdateHotIkDictsResponse>;
3197
3410
  /**
3198
- * 修改ES集群索引生命周期策略
3411
+ * Modifies the lifecycle policy of an Elasticsearch index.
3199
3412
  *
3200
3413
  * @param request - UpdateILMPolicyRequest
3201
3414
  * @param headers - map
@@ -3206,14 +3419,14 @@ export default class Client extends OpenApi {
3206
3419
  [key: string]: string;
3207
3420
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateILMPolicyResponse>;
3208
3421
  /**
3209
- * 修改ES集群索引生命周期策略
3422
+ * Modifies the lifecycle policy of an Elasticsearch index.
3210
3423
  *
3211
3424
  * @param request - UpdateILMPolicyRequest
3212
3425
  * @returns UpdateILMPolicyResponse
3213
3426
  */
3214
3427
  updateILMPolicy(InstanceId: string, PolicyName: string, request: $_model.UpdateILMPolicyRequest): Promise<$_model.UpdateILMPolicyResponse>;
3215
3428
  /**
3216
- * 修改ES集群索引模版配置
3429
+ * Modifies the template configuration of an Elasticsearch instance.
3217
3430
  *
3218
3431
  * @param request - UpdateIndexTemplateRequest
3219
3432
  * @param headers - map
@@ -3224,17 +3437,18 @@ export default class Client extends OpenApi {
3224
3437
  [key: string]: string;
3225
3438
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateIndexTemplateResponse>;
3226
3439
  /**
3227
- * 修改ES集群索引模版配置
3440
+ * Modifies the template configuration of an Elasticsearch instance.
3228
3441
  *
3229
3442
  * @param request - UpdateIndexTemplateRequest
3230
3443
  * @returns UpdateIndexTemplateResponse
3231
3444
  */
3232
3445
  updateIndexTemplate(InstanceId: string, IndexTemplate: string, request: $_model.UpdateIndexTemplateRequest): Promise<$_model.UpdateIndexTemplateResponse>;
3233
3446
  /**
3234
- * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
3447
+ * Upgrades the configuration of an Elasticsearch cluster, including the number of nodes, roles, specifications, and disk configurations.
3235
3448
  *
3236
3449
  * @remarks
3237
- * es-cn-n6w1ptcb30009\\*\\*\\*\\*
3450
+ * When you call this operation, note the following items:
3451
+ * For more precautions, see [Upgrade cluster configuration](https://help.aliyun.com/document_detail/96650.html) and [Downgrade cluster configuration](https://help.aliyun.com/document_detail/198887.html).
3238
3452
  *
3239
3453
  * @param request - UpdateInstanceRequest
3240
3454
  * @param headers - map
@@ -3245,17 +3459,18 @@ export default class Client extends OpenApi {
3245
3459
  [key: string]: string;
3246
3460
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateInstanceResponse>;
3247
3461
  /**
3248
- * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
3462
+ * Upgrades the configuration of an Elasticsearch cluster, including the number of nodes, roles, specifications, and disk configurations.
3249
3463
  *
3250
3464
  * @remarks
3251
- * es-cn-n6w1ptcb30009\\*\\*\\*\\*
3465
+ * When you call this operation, note the following items:
3466
+ * For more precautions, see [Upgrade cluster configuration](https://help.aliyun.com/document_detail/96650.html) and [Downgrade cluster configuration](https://help.aliyun.com/document_detail/198887.html).
3252
3467
  *
3253
3468
  * @param request - UpdateInstanceRequest
3254
3469
  * @returns UpdateInstanceResponse
3255
3470
  */
3256
3471
  updateInstance(InstanceId: string, request: $_model.UpdateInstanceRequest): Promise<$_model.UpdateInstanceResponse>;
3257
3472
  /**
3258
- * null
3473
+ * Transforms the billing method of an Elasticsearch instance from pay-as-you-go to a subscription instance.
3259
3474
  *
3260
3475
  * @param request - UpdateInstanceChargeTypeRequest
3261
3476
  * @param headers - map
@@ -3266,18 +3481,18 @@ export default class Client extends OpenApi {
3266
3481
  [key: string]: string;
3267
3482
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateInstanceChargeTypeResponse>;
3268
3483
  /**
3269
- * null
3484
+ * Transforms the billing method of an Elasticsearch instance from pay-as-you-go to a subscription instance.
3270
3485
  *
3271
3486
  * @param request - UpdateInstanceChargeTypeRequest
3272
3487
  * @returns UpdateInstanceChargeTypeResponse
3273
3488
  */
3274
3489
  updateInstanceChargeType(InstanceId: string, request: $_model.UpdateInstanceChargeTypeRequest): Promise<$_model.UpdateInstanceChargeTypeResponse>;
3275
3490
  /**
3276
- * Call UpdateInstanceSettings to update the YML configuration of a specified instance.
3491
+ * Modifies the YML parameter settings of a specified Elasticsearch instance.
3277
3492
  *
3278
3493
  * @remarks
3279
- * When you call this operation, take note of the following items:
3280
- * When the instance is in the activating, invalid, or inactive state, you cannot update the configuration.
3494
+ * When you invoke this operation, note the following:
3495
+ * You cannot update the configuration when the instance status is activating, invalid, or inactive (freeze).
3281
3496
  *
3282
3497
  * @param request - UpdateInstanceSettingsRequest
3283
3498
  * @param headers - map
@@ -3288,18 +3503,18 @@ export default class Client extends OpenApi {
3288
3503
  [key: string]: string;
3289
3504
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateInstanceSettingsResponse>;
3290
3505
  /**
3291
- * Call UpdateInstanceSettings to update the YML configuration of a specified instance.
3506
+ * Modifies the YML parameter settings of a specified Elasticsearch instance.
3292
3507
  *
3293
3508
  * @remarks
3294
- * When you call this operation, take note of the following items:
3295
- * When the instance is in the activating, invalid, or inactive state, you cannot update the configuration.
3509
+ * When you invoke this operation, note the following:
3510
+ * You cannot update the configuration when the instance status is activating, invalid, or inactive (freeze).
3296
3511
  *
3297
3512
  * @param request - UpdateInstanceSettingsRequest
3298
3513
  * @returns UpdateInstanceSettingsResponse
3299
3514
  */
3300
3515
  updateInstanceSettings(InstanceId: string, request: $_model.UpdateInstanceSettingsRequest): Promise<$_model.UpdateInstanceSettingsResponse>;
3301
3516
  /**
3302
- * 更新keystore
3517
+ * Update keystore
3303
3518
  *
3304
3519
  * @param request - UpdateKeystoresRequest
3305
3520
  * @param headers - map
@@ -3310,14 +3525,18 @@ export default class Client extends OpenApi {
3310
3525
  [key: string]: string;
3311
3526
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKeystoresResponse>;
3312
3527
  /**
3313
- * 更新keystore
3528
+ * Update keystore
3314
3529
  *
3315
3530
  * @param request - UpdateKeystoresRequest
3316
3531
  * @returns UpdateKeystoresResponse
3317
3532
  */
3318
3533
  updateKeystores(InstanceId: string, request: $_model.UpdateKeystoresRequest): Promise<$_model.UpdateKeystoresResponse>;
3319
3534
  /**
3320
- * 更新kibana私网链接
3535
+ * Update Kibana private network access
3536
+ *
3537
+ * @remarks
3538
+ * 1. This API operation supports only cloud-native instances. For instances of the legacy architecture, use the TriggerNetwork operation.
3539
+ * 2. The Kibana specifications must be greater than 1 vCPU and 2 GB of memory.
3321
3540
  *
3322
3541
  * @param request - UpdateKibanaPvlNetworkRequest
3323
3542
  * @param headers - map
@@ -3328,14 +3547,18 @@ export default class Client extends OpenApi {
3328
3547
  [key: string]: string;
3329
3548
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKibanaPvlNetworkResponse>;
3330
3549
  /**
3331
- * 更新kibana私网链接
3550
+ * Update Kibana private network access
3551
+ *
3552
+ * @remarks
3553
+ * 1. This API operation supports only cloud-native instances. For instances of the legacy architecture, use the TriggerNetwork operation.
3554
+ * 2. The Kibana specifications must be greater than 1 vCPU and 2 GB of memory.
3332
3555
  *
3333
3556
  * @param request - UpdateKibanaPvlNetworkRequest
3334
3557
  * @returns UpdateKibanaPvlNetworkResponse
3335
3558
  */
3336
3559
  updateKibanaPvlNetwork(InstanceId: string, request: $_model.UpdateKibanaPvlNetworkRequest): Promise<$_model.UpdateKibanaPvlNetworkResponse>;
3337
3560
  /**
3338
- * Call UpdateKibanaSettings to modify the Kibana configuration. Currently, you can only modify the Kibana language configuration.
3561
+ * Modifies the Kibana configuration. Currently, only the Kibana language configuration can be modified.
3339
3562
  *
3340
3563
  * @param request - UpdateKibanaSettingsRequest
3341
3564
  * @param headers - map
@@ -3346,14 +3569,14 @@ export default class Client extends OpenApi {
3346
3569
  [key: string]: string;
3347
3570
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKibanaSettingsResponse>;
3348
3571
  /**
3349
- * Call UpdateKibanaSettings to modify the Kibana configuration. Currently, you can only modify the Kibana language configuration.
3572
+ * Modifies the Kibana configuration. Currently, only the Kibana language configuration can be modified.
3350
3573
  *
3351
3574
  * @param request - UpdateKibanaSettingsRequest
3352
3575
  * @returns UpdateKibanaSettingsResponse
3353
3576
  */
3354
3577
  updateKibanaSettings(InstanceId: string, request: $_model.UpdateKibanaSettingsRequest): Promise<$_model.UpdateKibanaSettingsResponse>;
3355
3578
  /**
3356
- * UpdateKibanaSso
3579
+ * Enable or disable Alibaba Cloud account authentication for Kibana. After Alibaba Cloud account authentication is enabled, you must log on with your Alibaba Cloud account before you can use Kibana features.
3357
3580
  *
3358
3581
  * @param request - UpdateKibanaSsoRequest
3359
3582
  * @param headers - map
@@ -3364,21 +3587,22 @@ export default class Client extends OpenApi {
3364
3587
  [key: string]: string;
3365
3588
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKibanaSsoResponse>;
3366
3589
  /**
3367
- * UpdateKibanaSso
3590
+ * Enable or disable Alibaba Cloud account authentication for Kibana. After Alibaba Cloud account authentication is enabled, you must log on with your Alibaba Cloud account before you can use Kibana features.
3368
3591
  *
3369
3592
  * @param request - UpdateKibanaSsoRequest
3370
3593
  * @returns UpdateKibanaSsoResponse
3371
3594
  */
3372
3595
  updateKibanaSso(InstanceId: string, request: $_model.UpdateKibanaSsoRequest): Promise<$_model.UpdateKibanaSsoResponse>;
3373
3596
  /**
3374
- * Updates an IP address whitelist for access to the Kibana console of a specified Elasticsearch cluster.
3597
+ * Updates the Kibana access whitelist of a specified Alibaba Cloud Elasticsearch instance.
3375
3598
  *
3376
3599
  * @remarks
3377
- * Before you call this operation, you must make sure that the cluster is not in the activating, invalid, or inactive state.
3378
- * * You can update an IP address whitelist by using the following parameters:
3379
- * * kibanaIPWhitelist
3380
- * * modifyMode and whiteIpGroup
3381
- * * You cannot specify private IP addresses for public IP address whitelists and cannot specify public IP addresses for private IP address whitelists.
3600
+ * ## Before you begin
3601
+ * - When you invoke this operation, you cannot update information if the instance status is activating, invalid, or freeze (inactive).
3602
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters, as follows:
3603
+ * - IP whitelist list: kibanaIPWhitelist
3604
+ * - IP whitelist group: modifyMode, whiteIpGroup
3605
+ * - The public network access whitelist does not support private IP addresses, and the internal-facing whitelist does not support public IP addresses.
3382
3606
  *
3383
3607
  * @param request - UpdateKibanaWhiteIpsRequest
3384
3608
  * @param headers - map
@@ -3389,21 +3613,26 @@ export default class Client extends OpenApi {
3389
3613
  [key: string]: string;
3390
3614
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateKibanaWhiteIpsResponse>;
3391
3615
  /**
3392
- * Updates an IP address whitelist for access to the Kibana console of a specified Elasticsearch cluster.
3616
+ * Updates the Kibana access whitelist of a specified Alibaba Cloud Elasticsearch instance.
3393
3617
  *
3394
3618
  * @remarks
3395
- * Before you call this operation, you must make sure that the cluster is not in the activating, invalid, or inactive state.
3396
- * * You can update an IP address whitelist by using the following parameters:
3397
- * * kibanaIPWhitelist
3398
- * * modifyMode and whiteIpGroup
3399
- * * You cannot specify private IP addresses for public IP address whitelists and cannot specify public IP addresses for private IP address whitelists.
3619
+ * ## Before you begin
3620
+ * - When you invoke this operation, you cannot update information if the instance status is activating, invalid, or freeze (inactive).
3621
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters, as follows:
3622
+ * - IP whitelist list: kibanaIPWhitelist
3623
+ * - IP whitelist group: modifyMode, whiteIpGroup
3624
+ * - The public network access whitelist does not support private IP addresses, and the internal-facing whitelist does not support public IP addresses.
3400
3625
  *
3401
3626
  * @param request - UpdateKibanaWhiteIpsRequest
3402
3627
  * @returns UpdateKibanaWhiteIpsResponse
3403
3628
  */
3404
3629
  updateKibanaWhiteIps(InstanceId: string, request: $_model.UpdateKibanaWhiteIpsRequest): Promise<$_model.UpdateKibanaWhiteIpsResponse>;
3405
3630
  /**
3406
- * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
3631
+ * Modifies some information about a specified instance, such as the number of nodes, quota, name, and disk size.
3632
+ *
3633
+ * @remarks
3634
+ * ### Before you begin
3635
+ * You cannot modify instance information when the instance status is activating, invalid, or freeze (inactive).
3407
3636
  *
3408
3637
  * @param request - UpdateLogstashRequest
3409
3638
  * @param headers - map
@@ -3414,14 +3643,18 @@ export default class Client extends OpenApi {
3414
3643
  [key: string]: string;
3415
3644
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateLogstashResponse>;
3416
3645
  /**
3417
- * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
3646
+ * Modifies some information about a specified instance, such as the number of nodes, quota, name, and disk size.
3647
+ *
3648
+ * @remarks
3649
+ * ### Before you begin
3650
+ * You cannot modify instance information when the instance status is activating, invalid, or freeze (inactive).
3418
3651
  *
3419
3652
  * @param request - UpdateLogstashRequest
3420
3653
  * @returns UpdateLogstashResponse
3421
3654
  */
3422
3655
  updateLogstash(InstanceId: string, request: $_model.UpdateLogstashRequest): Promise<$_model.UpdateLogstashResponse>;
3423
3656
  /**
3424
- * Switches the billing method of a Logstash cluster from pay-as-you-go to subscription.
3657
+ * Converts a pay-as-you-go Alibaba Cloud Logstash instance to a subscription instance.
3425
3658
  *
3426
3659
  * @param request - UpdateLogstashChargeTypeRequest
3427
3660
  * @param headers - map
@@ -3432,17 +3665,18 @@ export default class Client extends OpenApi {
3432
3665
  [key: string]: string;
3433
3666
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateLogstashChargeTypeResponse>;
3434
3667
  /**
3435
- * Switches the billing method of a Logstash cluster from pay-as-you-go to subscription.
3668
+ * Converts a pay-as-you-go Alibaba Cloud Logstash instance to a subscription instance.
3436
3669
  *
3437
3670
  * @param request - UpdateLogstashChargeTypeRequest
3438
3671
  * @returns UpdateLogstashChargeTypeResponse
3439
3672
  */
3440
3673
  updateLogstashChargeType(InstanceId: string, request: $_model.UpdateLogstashChargeTypeRequest): Promise<$_model.UpdateLogstashChargeTypeResponse>;
3441
3674
  /**
3442
- * Changes the name of a specified Logstash cluster.
3675
+ * Modifies the name of a specified Logstash instance.
3443
3676
  *
3444
3677
  * @remarks
3445
- * When you call this operation, take note of the following items: You cannot change the name of a cluster that is in the activating, invalid, or inactive state.
3678
+ * When you call this operation, take note of the following items:
3679
+ * You cannot modify the instance name when the instance status is activating, invalid, or freeze (inactive).
3446
3680
  *
3447
3681
  * @param request - UpdateLogstashDescriptionRequest
3448
3682
  * @param headers - map
@@ -3453,21 +3687,21 @@ export default class Client extends OpenApi {
3453
3687
  [key: string]: string;
3454
3688
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateLogstashDescriptionResponse>;
3455
3689
  /**
3456
- * Changes the name of a specified Logstash cluster.
3690
+ * Modifies the name of a specified Logstash instance.
3457
3691
  *
3458
3692
  * @remarks
3459
- * When you call this operation, take note of the following items: You cannot change the name of a cluster that is in the activating, invalid, or inactive state.
3693
+ * When you call this operation, take note of the following items:
3694
+ * You cannot modify the instance name when the instance status is activating, invalid, or freeze (inactive).
3460
3695
  *
3461
3696
  * @param request - UpdateLogstashDescriptionRequest
3462
3697
  * @returns UpdateLogstashDescriptionResponse
3463
3698
  */
3464
3699
  updateLogstashDescription(InstanceId: string, request: $_model.UpdateLogstashDescriptionRequest): Promise<$_model.UpdateLogstashDescriptionResponse>;
3465
3700
  /**
3466
- * Updates the configuration of the specified Logstash instance.
3701
+ * Updates the configuration of a specified Logstash instance.
3467
3702
  *
3468
3703
  * @remarks
3469
- * When you call this operation, take note of the following items:
3470
- * If the instance is in the Active (activating), Invalid (invalid), and Inactive (inactive) state, the information cannot be updated.
3704
+ * When you invoke this operation, note the following: The instance configuration cannot be updated when the instance status is activating, invalid, or freeze (inactive).
3471
3705
  *
3472
3706
  * @param request - UpdateLogstashSettingsRequest
3473
3707
  * @param headers - map
@@ -3478,18 +3712,20 @@ export default class Client extends OpenApi {
3478
3712
  [key: string]: string;
3479
3713
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateLogstashSettingsResponse>;
3480
3714
  /**
3481
- * Updates the configuration of the specified Logstash instance.
3715
+ * Updates the configuration of a specified Logstash instance.
3482
3716
  *
3483
3717
  * @remarks
3484
- * When you call this operation, take note of the following items:
3485
- * If the instance is in the Active (activating), Invalid (invalid), and Inactive (inactive) state, the information cannot be updated.
3718
+ * When you invoke this operation, note the following: The instance configuration cannot be updated when the instance status is activating, invalid, or freeze (inactive).
3486
3719
  *
3487
3720
  * @param request - UpdateLogstashSettingsRequest
3488
3721
  * @returns UpdateLogstashSettingsResponse
3489
3722
  */
3490
3723
  updateLogstashSettings(InstanceId: string, request: $_model.UpdateLogstashSettingsRequest): Promise<$_model.UpdateLogstashSettingsResponse>;
3491
3724
  /**
3492
- * Modifies the pipeline management method of the specified Logstash cluster.
3725
+ * Modifies the pipeline management method for a specified Logstash instance.
3726
+ *
3727
+ * @remarks
3728
+ * > Pipeline management methods include configuration file management and Kibana pipeline management. The console no longer supports Kibana pipeline management. You can use this feature only through the API.
3493
3729
  *
3494
3730
  * @param request - UpdatePipelineManagementConfigRequest
3495
3731
  * @param headers - map
@@ -3500,14 +3736,17 @@ export default class Client extends OpenApi {
3500
3736
  [key: string]: string;
3501
3737
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePipelineManagementConfigResponse>;
3502
3738
  /**
3503
- * Modifies the pipeline management method of the specified Logstash cluster.
3739
+ * Modifies the pipeline management method for a specified Logstash instance.
3740
+ *
3741
+ * @remarks
3742
+ * > Pipeline management methods include configuration file management and Kibana pipeline management. The console no longer supports Kibana pipeline management. You can use this feature only through the API.
3504
3743
  *
3505
3744
  * @param request - UpdatePipelineManagementConfigRequest
3506
3745
  * @returns UpdatePipelineManagementConfigResponse
3507
3746
  */
3508
3747
  updatePipelineManagementConfig(InstanceId: string, request: $_model.UpdatePipelineManagementConfigRequest): Promise<$_model.UpdatePipelineManagementConfigResponse>;
3509
3748
  /**
3510
- * Updates a pipeline of a Logstash cluster.
3749
+ * Calls UpdatePipelines to update Logstash pipeline information.
3511
3750
  *
3512
3751
  * @param request - UpdatePipelinesRequest
3513
3752
  * @param headers - map
@@ -3518,17 +3757,22 @@ export default class Client extends OpenApi {
3518
3757
  [key: string]: string;
3519
3758
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePipelinesResponse>;
3520
3759
  /**
3521
- * Updates a pipeline of a Logstash cluster.
3760
+ * Calls UpdatePipelines to update Logstash pipeline information.
3522
3761
  *
3523
3762
  * @param request - UpdatePipelinesRequest
3524
3763
  * @returns UpdatePipelinesResponse
3525
3764
  */
3526
3765
  updatePipelines(InstanceId: string, request: $_model.UpdatePipelinesRequest): Promise<$_model.UpdatePipelinesResponse>;
3527
3766
  /**
3528
- * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
3767
+ * Updates the VPC private network access whitelist of a specified instance.
3529
3768
  *
3530
3769
  * @remarks
3531
- * > In the following returned example, only the parameters in the returned data list are guaranteed to be included, and the parameters not mentioned are for reference only. For more information about the parameters, see [ListInstance](https://help.aliyun.com/document_detail/142230.html). You cannot force a dependency in a program to get these parameters.
3770
+ * ## Before you begin
3771
+ * - You cannot update the VPC private network access whitelist of an instance when the instance status is Activating (activating), Invalid (invalid), or Freeze (inactive).
3772
+ * - You can update the whitelist in two ways: by using an IP whitelist list or by using an IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters:
3773
+ * - IP whitelist list: privateNetworkIpWhiteList
3774
+ * - IP whitelist group: modifyMode, whiteIpGroup
3775
+ * - The public network access whitelist does not support private IP addresses, and the private network access whitelist does not support public IP addresses.
3532
3776
  *
3533
3777
  * @param request - UpdatePrivateNetworkWhiteIpsRequest
3534
3778
  * @param headers - map
@@ -3539,21 +3783,26 @@ export default class Client extends OpenApi {
3539
3783
  [key: string]: string;
3540
3784
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePrivateNetworkWhiteIpsResponse>;
3541
3785
  /**
3542
- * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
3786
+ * Updates the VPC private network access whitelist of a specified instance.
3543
3787
  *
3544
3788
  * @remarks
3545
- * > In the following returned example, only the parameters in the returned data list are guaranteed to be included, and the parameters not mentioned are for reference only. For more information about the parameters, see [ListInstance](https://help.aliyun.com/document_detail/142230.html). You cannot force a dependency in a program to get these parameters.
3789
+ * ## Before you begin
3790
+ * - You cannot update the VPC private network access whitelist of an instance when the instance status is Activating (activating), Invalid (invalid), or Freeze (inactive).
3791
+ * - You can update the whitelist in two ways: by using an IP whitelist list or by using an IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters:
3792
+ * - IP whitelist list: privateNetworkIpWhiteList
3793
+ * - IP whitelist group: modifyMode, whiteIpGroup
3794
+ * - The public network access whitelist does not support private IP addresses, and the private network access whitelist does not support public IP addresses.
3546
3795
  *
3547
3796
  * @param request - UpdatePrivateNetworkWhiteIpsRequest
3548
3797
  * @returns UpdatePrivateNetworkWhiteIpsResponse
3549
3798
  */
3550
3799
  updatePrivateNetworkWhiteIps(InstanceId: string, request: $_model.UpdatePrivateNetworkWhiteIpsRequest): Promise<$_model.UpdatePrivateNetworkWhiteIpsResponse>;
3551
3800
  /**
3552
- * null
3801
+ * Enables or disables the public network address for a specified Elasticsearch instance.
3553
3802
  *
3554
3803
  * @remarks
3555
- * When you call this operation, take note of the following items:
3556
- * When the instance is in the activating, invalid, or inactive state, its configuration cannot be updated.
3804
+ * When you call this operation, note the following:
3805
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
3557
3806
  *
3558
3807
  * @param request - UpdatePublicNetworkRequest
3559
3808
  * @param headers - map
@@ -3564,21 +3813,26 @@ export default class Client extends OpenApi {
3564
3813
  [key: string]: string;
3565
3814
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePublicNetworkResponse>;
3566
3815
  /**
3567
- * null
3816
+ * Enables or disables the public network address for a specified Elasticsearch instance.
3568
3817
  *
3569
3818
  * @remarks
3570
- * When you call this operation, take note of the following items:
3571
- * When the instance is in the activating, invalid, or inactive state, its configuration cannot be updated.
3819
+ * When you call this operation, note the following:
3820
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
3572
3821
  *
3573
3822
  * @param request - UpdatePublicNetworkRequest
3574
3823
  * @returns UpdatePublicNetworkResponse
3575
3824
  */
3576
3825
  updatePublicNetwork(InstanceId: string, request: $_model.UpdatePublicNetworkRequest): Promise<$_model.UpdatePublicNetworkResponse>;
3577
3826
  /**
3578
- * null
3827
+ * Updates the public endpoint access whitelist of a specified Elasticsearch instance.
3579
3828
  *
3580
3829
  * @remarks
3581
- * > In the following example, only the parameters in the returned data list are guaranteed to be included. The parameters that are not mentioned are for reference only. For more information about the parameters, see [ListInstance](https://help.aliyun.com/document_detail/142230.html). You cannot force a dependency in a program to get these parameters.
3830
+ * ## Before you begin
3831
+ * - You cannot update the public endpoint access whitelist of an instance when the instance status is activating, invalid, or inactive (freeze).
3832
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters:
3833
+ * - IP whitelist list: publicIpWhitelist
3834
+ * - IP whitelist group: modifyMode, whiteIpGroup
3835
+ * - The public network access whitelist does not support private network IP addresses, and the private network access whitelist does not support public network IP addresses.
3582
3836
  *
3583
3837
  * @param request - UpdatePublicWhiteIpsRequest
3584
3838
  * @param headers - map
@@ -3589,17 +3843,22 @@ export default class Client extends OpenApi {
3589
3843
  [key: string]: string;
3590
3844
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePublicWhiteIpsResponse>;
3591
3845
  /**
3592
- * null
3846
+ * Updates the public endpoint access whitelist of a specified Elasticsearch instance.
3593
3847
  *
3594
3848
  * @remarks
3595
- * > In the following example, only the parameters in the returned data list are guaranteed to be included. The parameters that are not mentioned are for reference only. For more information about the parameters, see [ListInstance](https://help.aliyun.com/document_detail/142230.html). You cannot force a dependency in a program to get these parameters.
3849
+ * ## Before you begin
3850
+ * - You cannot update the public endpoint access whitelist of an instance when the instance status is activating, invalid, or inactive (freeze).
3851
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time. In addition to InstanceId and clientToken, the two methods support different parameters:
3852
+ * - IP whitelist list: publicIpWhitelist
3853
+ * - IP whitelist group: modifyMode, whiteIpGroup
3854
+ * - The public network access whitelist does not support private network IP addresses, and the private network access whitelist does not support public network IP addresses.
3596
3855
  *
3597
3856
  * @param request - UpdatePublicWhiteIpsRequest
3598
3857
  * @returns UpdatePublicWhiteIpsResponse
3599
3858
  */
3600
3859
  updatePublicWhiteIps(InstanceId: string, request: $_model.UpdatePublicWhiteIpsRequest): Promise<$_model.UpdatePublicWhiteIpsResponse>;
3601
3860
  /**
3602
- * 更改ES集群高可用策略
3861
+ * Enables or disables the write high availability feature for a cluster. Currently, only instances in the China (Beijing) region are supported.
3603
3862
  *
3604
3863
  * @param request - UpdateReadWritePolicyRequest
3605
3864
  * @param headers - map
@@ -3610,14 +3869,14 @@ export default class Client extends OpenApi {
3610
3869
  [key: string]: string;
3611
3870
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateReadWritePolicyResponse>;
3612
3871
  /**
3613
- * 更改ES集群高可用策略
3872
+ * Enables or disables the write high availability feature for a cluster. Currently, only instances in the China (Beijing) region are supported.
3614
3873
  *
3615
3874
  * @param request - UpdateReadWritePolicyRequest
3616
3875
  * @returns UpdateReadWritePolicyResponse
3617
3876
  */
3618
3877
  updateReadWritePolicy(InstanceId: string, request: $_model.UpdateReadWritePolicyRequest): Promise<$_model.UpdateReadWritePolicyResponse>;
3619
3878
  /**
3620
- * Call UpdateSnapshotSetting to update the data backup configuration of the specified instance.
3879
+ * Updates the data backup configuration of a specified instance.
3621
3880
  *
3622
3881
  * @param request - UpdateSnapshotSettingRequest
3623
3882
  * @param headers - map
@@ -3628,19 +3887,19 @@ export default class Client extends OpenApi {
3628
3887
  [key: string]: string;
3629
3888
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSnapshotSettingResponse>;
3630
3889
  /**
3631
- * Call UpdateSnapshotSetting to update the data backup configuration of the specified instance.
3890
+ * Updates the data backup configuration of a specified instance.
3632
3891
  *
3633
3892
  * @param request - UpdateSnapshotSettingRequest
3634
3893
  * @returns UpdateSnapshotSettingResponse
3635
3894
  */
3636
3895
  updateSnapshotSetting(InstanceId: string, request: $_model.UpdateSnapshotSettingRequest): Promise<$_model.UpdateSnapshotSettingResponse>;
3637
3896
  /**
3638
- * Updates the synonym dictionaries of an Elasticsearch cluster.
3897
+ * Updates the synonym dictionary of an Alibaba Cloud Elasticsearch instance.
3639
3898
  *
3640
3899
  * @remarks
3641
- * Before you call this operation, take note of the following items:
3642
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
3643
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3900
+ * When calling this operation, note the following:
3901
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
3902
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
3644
3903
  *
3645
3904
  * @param request - UpdateSynonymsDictsRequest
3646
3905
  * @param headers - map
@@ -3651,18 +3910,20 @@ export default class Client extends OpenApi {
3651
3910
  [key: string]: string;
3652
3911
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSynonymsDictsResponse>;
3653
3912
  /**
3654
- * Updates the synonym dictionaries of an Elasticsearch cluster.
3913
+ * Updates the synonym dictionary of an Alibaba Cloud Elasticsearch instance.
3655
3914
  *
3656
3915
  * @remarks
3657
- * Before you call this operation, take note of the following items:
3658
- * * If the dictionary file is stored in an Object Storage Service (OSS) bucket, you must make sure that the access control list (ACL) of the bucket is public read.
3659
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
3916
+ * When calling this operation, note the following:
3917
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
3918
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
3660
3919
  *
3661
3920
  * @param request - UpdateSynonymsDictsRequest
3662
3921
  * @returns UpdateSynonymsDictsResponse
3663
3922
  */
3664
3923
  updateSynonymsDicts(InstanceId: string, request: $_model.UpdateSynonymsDictsRequest): Promise<$_model.UpdateSynonymsDictsResponse>;
3665
3924
  /**
3925
+ * Modifies the scenario-specific template configuration of a cluster.
3926
+ *
3666
3927
  * @param request - UpdateTemplateRequest
3667
3928
  * @param headers - map
3668
3929
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3672,15 +3933,22 @@ export default class Client extends OpenApi {
3672
3933
  [key: string]: string;
3673
3934
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTemplateResponse>;
3674
3935
  /**
3936
+ * Modifies the scenario-specific template configuration of a cluster.
3937
+ *
3675
3938
  * @param request - UpdateTemplateRequest
3676
3939
  * @returns UpdateTemplateResponse
3677
3940
  */
3678
3941
  updateTemplate(InstanceId: string, TemplateName: string, request: $_model.UpdateTemplateRequest): Promise<$_model.UpdateTemplateResponse>;
3679
3942
  /**
3680
- * Updates a private IP address whitelist of an Elasticsearch cluster.
3943
+ * Modifies the VPC internal-facing access whitelist of an Elasticsearch instance.
3681
3944
  *
3682
3945
  * @remarks
3683
- * > For more information about the parameters displayed in the following sample code but not provided in the preceding tables, see [ListInstance](https://help.aliyun.com/document_detail/142230.html). You cannot force your program to obtain these parameters.
3946
+ * ## Before you begin
3947
+ * - You cannot update information when the instance status is activating, invalid, or freeze (inactive).
3948
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time, and they support different parameters besides InstanceId and clientToken. The details are as follows:
3949
+ * - IP whitelist list: esIPWhitelist
3950
+ * - IP whitelist group: modifyMode, whiteIpGroup
3951
+ * - The public access whitelist does not support private network IP addresses, and the internal-facing access whitelist does not support public IP addresses.
3684
3952
  *
3685
3953
  * @param request - UpdateWhiteIpsRequest
3686
3954
  * @param headers - map
@@ -3691,17 +3959,22 @@ export default class Client extends OpenApi {
3691
3959
  [key: string]: string;
3692
3960
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWhiteIpsResponse>;
3693
3961
  /**
3694
- * Updates a private IP address whitelist of an Elasticsearch cluster.
3962
+ * Modifies the VPC internal-facing access whitelist of an Elasticsearch instance.
3695
3963
  *
3696
3964
  * @remarks
3697
- * > For more information about the parameters displayed in the following sample code but not provided in the preceding tables, see [ListInstance](https://help.aliyun.com/document_detail/142230.html). You cannot force your program to obtain these parameters.
3965
+ * ## Before you begin
3966
+ * - You cannot update information when the instance status is activating, invalid, or freeze (inactive).
3967
+ * - You can update the whitelist in two ways: IP whitelist list and IP whitelist group. The two methods cannot be used at the same time, and they support different parameters besides InstanceId and clientToken. The details are as follows:
3968
+ * - IP whitelist list: esIPWhitelist
3969
+ * - IP whitelist group: modifyMode, whiteIpGroup
3970
+ * - The public access whitelist does not support private network IP addresses, and the internal-facing access whitelist does not support public IP addresses.
3698
3971
  *
3699
3972
  * @param request - UpdateWhiteIpsRequest
3700
3973
  * @returns UpdateWhiteIpsResponse
3701
3974
  */
3702
3975
  updateWhiteIps(InstanceId: string, request: $_model.UpdateWhiteIpsRequest): Promise<$_model.UpdateWhiteIpsResponse>;
3703
3976
  /**
3704
- * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
3977
+ * Updates the X-Pack monitoring and alerting configuration of a Logstash instance.
3705
3978
  *
3706
3979
  * @param request - UpdateXpackMonitorConfigRequest
3707
3980
  * @param headers - map
@@ -3712,17 +3985,17 @@ export default class Client extends OpenApi {
3712
3985
  [key: string]: string;
3713
3986
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateXpackMonitorConfigResponse>;
3714
3987
  /**
3715
- * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
3988
+ * Updates the X-Pack monitoring and alerting configuration of a Logstash instance.
3716
3989
  *
3717
3990
  * @param request - UpdateXpackMonitorConfigRequest
3718
3991
  * @returns UpdateXpackMonitorConfigResponse
3719
3992
  */
3720
3993
  updateXpackMonitorConfig(InstanceId: string, request: $_model.UpdateXpackMonitorConfigRequest): Promise<$_model.UpdateXpackMonitorConfigResponse>;
3721
3994
  /**
3722
- * Upgrades the version or kernel of an Elasticsearch cluster.
3995
+ * Upgrades the version of an Elasticsearch instance. Both major version upgrades and kernel version upgrades are supported.
3723
3996
  *
3724
3997
  * @remarks
3725
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
3998
+ * > The version upgrade feature currently supports only the following upgrade paths: 5.5.3 to 5.6.16, 5.6.16 to 6.3.2, and 6.3.2 to 6.7.0. Upgrades between other versions are not supported. For more information, see [Upgrade version](https://help.aliyun.com/document_detail/148786.html).
3726
3999
  *
3727
4000
  * @param request - UpgradeEngineVersionRequest
3728
4001
  * @param headers - map
@@ -3733,17 +4006,17 @@ export default class Client extends OpenApi {
3733
4006
  [key: string]: string;
3734
4007
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeEngineVersionResponse>;
3735
4008
  /**
3736
- * Upgrades the version or kernel of an Elasticsearch cluster.
4009
+ * Upgrades the version of an Elasticsearch instance. Both major version upgrades and kernel version upgrades are supported.
3737
4010
  *
3738
4011
  * @remarks
3739
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
4012
+ * > The version upgrade feature currently supports only the following upgrade paths: 5.5.3 to 5.6.16, 5.6.16 to 6.3.2, and 6.3.2 to 6.7.0. Upgrades between other versions are not supported. For more information, see [Upgrade version](https://help.aliyun.com/document_detail/148786.html).
3740
4013
  *
3741
4014
  * @param request - UpgradeEngineVersionRequest
3742
4015
  * @returns UpgradeEngineVersionResponse
3743
4016
  */
3744
4017
  upgradeEngineVersion(InstanceId: string, request: $_model.UpgradeEngineVersionRequest): Promise<$_model.UpgradeEngineVersionResponse>;
3745
4018
  /**
3746
- * 查询是否有可升级的小版本
4019
+ * Query whether a minor version is available for upgrade.
3747
4020
  *
3748
4021
  * @param headers - map
3749
4022
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3753,15 +4026,15 @@ export default class Client extends OpenApi {
3753
4026
  [key: string]: string;
3754
4027
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeInfoResponse>;
3755
4028
  /**
3756
- * 查询是否有可升级的小版本
4029
+ * Query whether a minor version is available for upgrade.
3757
4030
  * @returns UpgradeInfoResponse
3758
4031
  */
3759
4032
  upgradeInfo(instanceId: string): Promise<$_model.UpgradeInfoResponse>;
3760
4033
  /**
3761
- * Tests the connectivity between a Logstash cluster and its associated Elasticsearch cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
4034
+ * Validates the connectivity of an Elasticsearch instance that provides X-Pack monitoring.
3762
4035
  *
3763
4036
  * @remarks
3764
- * > Before you enable the X-Pack Monitoring feature for a Logstash cluster, you must associate the Logstash cluster with an Elasticsearch cluster. This way, you can view the monitoring data of the Logstash cluster in the Kibana console of the Elasticsearch cluster.
4037
+ * > To enable X-Pack monitoring for Logstash, configure an Elasticsearch instance. After the configuration, you can monitor the Logstash instance in the Kibana console of the corresponding Elasticsearch instance.
3765
4038
  *
3766
4039
  * @param request - ValidateConnectionRequest
3767
4040
  * @param headers - map
@@ -3772,17 +4045,17 @@ export default class Client extends OpenApi {
3772
4045
  [key: string]: string;
3773
4046
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ValidateConnectionResponse>;
3774
4047
  /**
3775
- * Tests the connectivity between a Logstash cluster and its associated Elasticsearch cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
4048
+ * Validates the connectivity of an Elasticsearch instance that provides X-Pack monitoring.
3776
4049
  *
3777
4050
  * @remarks
3778
- * > Before you enable the X-Pack Monitoring feature for a Logstash cluster, you must associate the Logstash cluster with an Elasticsearch cluster. This way, you can view the monitoring data of the Logstash cluster in the Kibana console of the Elasticsearch cluster.
4051
+ * > To enable X-Pack monitoring for Logstash, configure an Elasticsearch instance. After the configuration, you can monitor the Logstash instance in the Kibana console of the corresponding Elasticsearch instance.
3779
4052
  *
3780
4053
  * @param request - ValidateConnectionRequest
3781
4054
  * @returns ValidateConnectionResponse
3782
4055
  */
3783
4056
  validateConnection(InstanceId: string, request: $_model.ValidateConnectionRequest): Promise<$_model.ValidateConnectionResponse>;
3784
4057
  /**
3785
- * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
4058
+ * Checks whether specific nodes in a specified instance can be scaled in.
3786
4059
  *
3787
4060
  * @param request - ValidateShrinkNodesRequest
3788
4061
  * @param headers - map
@@ -3793,14 +4066,17 @@ export default class Client extends OpenApi {
3793
4066
  [key: string]: string;
3794
4067
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ValidateShrinkNodesResponse>;
3795
4068
  /**
3796
- * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
4069
+ * Checks whether specific nodes in a specified instance can be scaled in.
3797
4070
  *
3798
4071
  * @param request - ValidateShrinkNodesRequest
3799
4072
  * @returns ValidateShrinkNodesResponse
3800
4073
  */
3801
4074
  validateShrinkNodes(InstanceId: string, request: $_model.ValidateShrinkNodesRequest): Promise<$_model.ValidateShrinkNodesResponse>;
3802
4075
  /**
3803
- * Verify the SLR permissions of the current account.
4076
+ * Verifies the service-linked role (SLR) permission of the current account.
4077
+ *
4078
+ * @remarks
4079
+ * > When you use a collector to collect logs from different data sources, you must first authorize the creation of a service-linked role. You can call this operation to check whether the service-linked role has been created.
3804
4080
  *
3805
4081
  * @param request - ValidateSlrPermissionRequest
3806
4082
  * @param headers - map
@@ -3811,14 +4087,17 @@ export default class Client extends OpenApi {
3811
4087
  [key: string]: string;
3812
4088
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ValidateSlrPermissionResponse>;
3813
4089
  /**
3814
- * Verify the SLR permissions of the current account.
4090
+ * Verifies the service-linked role (SLR) permission of the current account.
4091
+ *
4092
+ * @remarks
4093
+ * > When you use a collector to collect logs from different data sources, you must first authorize the creation of a service-linked role. You can call this operation to check whether the service-linked role has been created.
3815
4094
  *
3816
4095
  * @param request - ValidateSlrPermissionRequest
3817
4096
  * @returns ValidateSlrPermissionResponse
3818
4097
  */
3819
4098
  validateSlrPermission(request: $_model.ValidateSlrPermissionRequest): Promise<$_model.ValidateSlrPermissionResponse>;
3820
4099
  /**
3821
- * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
4100
+ * Validates whether data on specific nodes in a specified instance can be migrated.
3822
4101
  *
3823
4102
  * @param request - ValidateTransferableNodesRequest
3824
4103
  * @param headers - map
@@ -3829,17 +4108,20 @@ export default class Client extends OpenApi {
3829
4108
  [key: string]: string;
3830
4109
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ValidateTransferableNodesResponse>;
3831
4110
  /**
3832
- * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
4111
+ * Validates whether data on specific nodes in a specified instance can be migrated.
3833
4112
  *
3834
4113
  * @param request - ValidateTransferableNodesRequest
3835
4114
  * @returns ValidateTransferableNodesResponse
3836
4115
  */
3837
4116
  validateTransferableNodes(InstanceId: string, request: $_model.ValidateTransferableNodesRequest): Promise<$_model.ValidateTransferableNodesResponse>;
3838
4117
  /**
3839
- * Creates an Elasticsearch cluster.
4118
+ * Creates an Elasticsearch instance.
3840
4119
  *
3841
4120
  * @remarks
3842
- * The configurations of warm nodes.
4121
+ * ### Precautions
4122
+ * - Before using this operation, make sure that you fully understand the billing methods and pricing of Elasticsearch. For more information, see [Alibaba Cloud Elasticsearch pricing](https://www.aliyun.com/price/product?spm=a2c4g.11186623.2.7.657d2cbeRoSPCd#/elasticsearch/detail).
4123
+ * - Real-name verification is required to create instances.<props="china"><ph> For more information, see [Real-name verification](https://help.aliyun.com/document_detail/37175.html).</ph>
4124
+ * - You do not need to specify a zone when creating an instance. By default, the instance is in the same zone as the selected VPC.
3843
4125
  *
3844
4126
  * @param request - CreateInstanceRequest
3845
4127
  * @param headers - map
@@ -3850,10 +4132,13 @@ export default class Client extends OpenApi {
3850
4132
  [key: string]: string;
3851
4133
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateInstanceResponse>;
3852
4134
  /**
3853
- * Creates an Elasticsearch cluster.
4135
+ * Creates an Elasticsearch instance.
3854
4136
  *
3855
4137
  * @remarks
3856
- * The configurations of warm nodes.
4138
+ * ### Precautions
4139
+ * - Before using this operation, make sure that you fully understand the billing methods and pricing of Elasticsearch. For more information, see [Alibaba Cloud Elasticsearch pricing](https://www.aliyun.com/price/product?spm=a2c4g.11186623.2.7.657d2cbeRoSPCd#/elasticsearch/detail).
4140
+ * - Real-name verification is required to create instances.<props="china"><ph> For more information, see [Real-name verification](https://help.aliyun.com/document_detail/37175.html).</ph>
4141
+ * - You do not need to specify a zone when creating an instance. By default, the instance is in the same zone as the selected VPC.
3857
4142
  *
3858
4143
  * @param request - CreateInstanceRequest
3859
4144
  * @returns CreateInstanceResponse