@alicloud/elasticsearch20170613 4.3.1 → 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 (1019) hide show
  1. package/dist/client.d.ts +791 -506
  2. package/dist/client.js +819 -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 +3 -0
  469. package/dist/models/TurnOffZoneRequest.js.map +1 -1
  470. package/dist/models/TurnOnZoneRequest.d.ts +3 -0
  471. package/dist/models/TurnOnZoneRequest.js.map +1 -1
  472. package/dist/models/UninstallKibanaPluginRequest.d.ts +1 -1
  473. package/dist/models/UninstallKibanaPluginResponseBody.d.ts +1 -5
  474. package/dist/models/UninstallKibanaPluginResponseBody.js.map +1 -1
  475. package/dist/models/UninstallLogstashPluginRequest.d.ts +6 -0
  476. package/dist/models/UninstallLogstashPluginRequest.js.map +1 -1
  477. package/dist/models/UninstallLogstashPluginResponseBody.d.ts +3 -0
  478. package/dist/models/UninstallLogstashPluginResponseBody.js.map +1 -1
  479. package/dist/models/UninstallPluginRequest.d.ts +15 -1
  480. package/dist/models/UninstallPluginRequest.js.map +1 -1
  481. package/dist/models/UninstallPluginResponseBody.d.ts +1 -5
  482. package/dist/models/UninstallPluginResponseBody.js.map +1 -1
  483. package/dist/models/UntagResourcesRequest.d.ts +4 -4
  484. package/dist/models/UntagResourcesResponseBody.d.ts +4 -4
  485. package/dist/models/UpdateAdminPasswordRequest.d.ts +5 -4
  486. package/dist/models/UpdateAdminPasswordRequest.js.map +1 -1
  487. package/dist/models/UpdateAdminPasswordResponseBody.d.ts +9 -0
  488. package/dist/models/UpdateAdminPasswordResponseBody.js.map +1 -1
  489. package/dist/models/UpdateAdvancedSettingRequest.d.ts +1 -1
  490. package/dist/models/UpdateAdvancedSettingResponseBody.d.ts +4 -4
  491. package/dist/models/UpdateAliwsDictRequest.d.ts +1 -1
  492. package/dist/models/UpdateAliwsDictResponseBody.d.ts +5 -6
  493. package/dist/models/UpdateAliwsDictResponseBody.js.map +1 -1
  494. package/dist/models/UpdateCollectorNameRequest.d.ts +1 -1
  495. package/dist/models/UpdateCollectorNameResponseBody.d.ts +37 -37
  496. package/dist/models/UpdateCollectorRequest.d.ts +1 -1
  497. package/dist/models/UpdateCollectorResponseBody.d.ts +44 -42
  498. package/dist/models/UpdateCollectorResponseBody.js.map +1 -1
  499. package/dist/models/UpdateComponentIndexRequest.d.ts +16 -0
  500. package/dist/models/UpdateComponentIndexRequest.js.map +1 -1
  501. package/dist/models/UpdateComponentIndexResponseBody.d.ts +3 -0
  502. package/dist/models/UpdateComponentIndexResponseBody.js.map +1 -1
  503. package/dist/models/UpdateDescriptionRequest.d.ts +4 -1
  504. package/dist/models/UpdateDescriptionRequest.js.map +1 -1
  505. package/dist/models/UpdateDescriptionResponseBody.d.ts +10 -0
  506. package/dist/models/UpdateDescriptionResponseBody.js.map +1 -1
  507. package/dist/models/UpdateDiagnosisSettingsRequest.d.ts +1 -1
  508. package/dist/models/UpdateDiagnosisSettingsResponseBody.d.ts +4 -4
  509. package/dist/models/UpdateDictRequest.d.ts +1 -1
  510. package/dist/models/UpdateDictResponseBody.d.ts +6 -6
  511. package/dist/models/UpdateDynamicSettingsRequest.d.ts +16 -0
  512. package/dist/models/UpdateDynamicSettingsRequest.js.map +1 -1
  513. package/dist/models/UpdateDynamicSettingsResponseBody.d.ts +8 -0
  514. package/dist/models/UpdateDynamicSettingsResponseBody.js.map +1 -1
  515. package/dist/models/UpdateExtendConfigRequest.d.ts +3 -0
  516. package/dist/models/UpdateExtendConfigRequest.js.map +1 -1
  517. package/dist/models/UpdateExtendConfigResponseBody.d.ts +9 -0
  518. package/dist/models/UpdateExtendConfigResponseBody.js.map +1 -1
  519. package/dist/models/UpdateExtendfilesRequest.d.ts +5 -1
  520. package/dist/models/UpdateExtendfilesRequest.js.map +1 -1
  521. package/dist/models/UpdateExtendfilesResponseBody.d.ts +4 -4
  522. package/dist/models/UpdateFalconSeekRequest.d.ts +2 -0
  523. package/dist/models/UpdateFalconSeekRequest.js.map +1 -1
  524. package/dist/models/UpdateFalconSeekResponseBody.d.ts +1 -1
  525. package/dist/models/UpdateHotIkDictsRequest.d.ts +8 -1
  526. package/dist/models/UpdateHotIkDictsRequest.js.map +1 -1
  527. package/dist/models/UpdateHotIkDictsResponseBody.d.ts +5 -5
  528. package/dist/models/UpdateIlmpolicyRequest.d.ts +3 -0
  529. package/dist/models/UpdateIlmpolicyRequest.js.map +1 -1
  530. package/dist/models/UpdateIlmpolicyResponseBody.d.ts +6 -0
  531. package/dist/models/UpdateIlmpolicyResponseBody.js.map +1 -1
  532. package/dist/models/UpdateIndexTemplateRequest.d.ts +3 -0
  533. package/dist/models/UpdateIndexTemplateRequest.js.map +1 -1
  534. package/dist/models/UpdateIndexTemplateResponseBody.d.ts +6 -0
  535. package/dist/models/UpdateIndexTemplateResponseBody.js.map +1 -1
  536. package/dist/models/UpdateInstanceChargeTypeRequest.d.ts +21 -1
  537. package/dist/models/UpdateInstanceChargeTypeRequest.js.map +1 -1
  538. package/dist/models/UpdateInstanceChargeTypeResponseBody.d.ts +4 -4
  539. package/dist/models/UpdateInstanceRequest.d.ts +47 -2
  540. package/dist/models/UpdateInstanceRequest.js.map +1 -1
  541. package/dist/models/UpdateInstanceResponseBody.d.ts +41 -32
  542. package/dist/models/UpdateInstanceResponseBody.js.map +1 -1
  543. package/dist/models/UpdateInstanceSettingsRequest.d.ts +19 -1
  544. package/dist/models/UpdateInstanceSettingsRequest.js.map +1 -1
  545. package/dist/models/UpdateInstanceSettingsResponseBody.d.ts +1 -1
  546. package/dist/models/UpdateKeystoresRequest.d.ts +11 -0
  547. package/dist/models/UpdateKeystoresRequest.js.map +1 -1
  548. package/dist/models/UpdateKeystoresResponseBody.d.ts +1 -1
  549. package/dist/models/UpdateKibanaPvlNetworkRequest.d.ts +15 -2
  550. package/dist/models/UpdateKibanaPvlNetworkRequest.js.map +1 -1
  551. package/dist/models/UpdateKibanaPvlNetworkResponseBody.d.ts +9 -0
  552. package/dist/models/UpdateKibanaPvlNetworkResponseBody.js.map +1 -1
  553. package/dist/models/UpdateKibanaSettingsRequest.d.ts +1 -1
  554. package/dist/models/UpdateKibanaSettingsResponseBody.d.ts +4 -4
  555. package/dist/models/UpdateKibanaSsoRequest.d.ts +2 -0
  556. package/dist/models/UpdateKibanaSsoRequest.js.map +1 -1
  557. package/dist/models/UpdateKibanaSsoResponseBody.d.ts +3 -0
  558. package/dist/models/UpdateKibanaSsoResponseBody.js.map +1 -1
  559. package/dist/models/UpdateKibanaWhiteIpsRequest.d.ts +15 -13
  560. package/dist/models/UpdateKibanaWhiteIpsRequest.js.map +1 -1
  561. package/dist/models/UpdateKibanaWhiteIpsResponseBody.d.ts +15 -12
  562. package/dist/models/UpdateKibanaWhiteIpsResponseBody.js.map +1 -1
  563. package/dist/models/UpdateLogstashChargeTypeRequest.d.ts +1 -1
  564. package/dist/models/UpdateLogstashChargeTypeResponseBody.d.ts +4 -4
  565. package/dist/models/UpdateLogstashDescriptionRequest.d.ts +1 -1
  566. package/dist/models/UpdateLogstashDescriptionResponseBody.d.ts +3 -3
  567. package/dist/models/UpdateLogstashRequest.d.ts +21 -0
  568. package/dist/models/UpdateLogstashRequest.js.map +1 -1
  569. package/dist/models/UpdateLogstashResponseBody.d.ts +9 -0
  570. package/dist/models/UpdateLogstashResponseBody.js.map +1 -1
  571. package/dist/models/UpdateLogstashSettingsRequest.d.ts +1 -1
  572. package/dist/models/UpdateLogstashSettingsResponseBody.d.ts +1 -1
  573. package/dist/models/UpdatePipelineManagementConfigRequest.d.ts +23 -0
  574. package/dist/models/UpdatePipelineManagementConfigRequest.js.map +1 -1
  575. package/dist/models/UpdatePipelineManagementConfigResponseBody.d.ts +9 -0
  576. package/dist/models/UpdatePipelineManagementConfigResponseBody.js.map +1 -1
  577. package/dist/models/UpdatePipelinesRequest.d.ts +2 -2
  578. package/dist/models/UpdatePipelinesResponseBody.d.ts +4 -4
  579. package/dist/models/UpdatePrivateNetworkWhiteIpsRequest.d.ts +8 -2
  580. package/dist/models/UpdatePrivateNetworkWhiteIpsRequest.js.map +1 -1
  581. package/dist/models/UpdatePrivateNetworkWhiteIpsResponseBody.d.ts +7 -0
  582. package/dist/models/UpdatePrivateNetworkWhiteIpsResponseBody.js.map +1 -1
  583. package/dist/models/UpdatePublicNetworkRequest.d.ts +1 -1
  584. package/dist/models/UpdatePublicNetworkResponseBody.d.ts +3 -3
  585. package/dist/models/UpdatePublicWhiteIpsRequest.d.ts +8 -2
  586. package/dist/models/UpdatePublicWhiteIpsRequest.js.map +1 -1
  587. package/dist/models/UpdatePublicWhiteIpsResponseBody.d.ts +7 -0
  588. package/dist/models/UpdatePublicWhiteIpsResponseBody.js.map +1 -1
  589. package/dist/models/UpdateReadWritePolicyRequest.d.ts +3 -0
  590. package/dist/models/UpdateReadWritePolicyRequest.js.map +1 -1
  591. package/dist/models/UpdateReadWritePolicyResponseBody.d.ts +9 -0
  592. package/dist/models/UpdateReadWritePolicyResponseBody.js.map +1 -1
  593. package/dist/models/UpdateSnapshotSettingResponseBody.d.ts +3 -3
  594. package/dist/models/UpdateSynonymsDictsRequest.d.ts +1 -1
  595. package/dist/models/UpdateSynonymsDictsResponseBody.d.ts +3 -3
  596. package/dist/models/UpdateTemplateRequest.d.ts +6 -0
  597. package/dist/models/UpdateTemplateRequest.js.map +1 -1
  598. package/dist/models/UpdateTemplateResponseBody.d.ts +9 -0
  599. package/dist/models/UpdateTemplateResponseBody.js.map +1 -1
  600. package/dist/models/UpdateWhiteIpsRequest.d.ts +14 -8
  601. package/dist/models/UpdateWhiteIpsRequest.js.map +1 -1
  602. package/dist/models/UpdateWhiteIpsResponseBody.d.ts +13 -6
  603. package/dist/models/UpdateWhiteIpsResponseBody.js.map +1 -1
  604. package/dist/models/UpdateXpackMonitorConfigRequest.d.ts +19 -0
  605. package/dist/models/UpdateXpackMonitorConfigRequest.js.map +1 -1
  606. package/dist/models/UpdateXpackMonitorConfigResponseBody.d.ts +9 -0
  607. package/dist/models/UpdateXpackMonitorConfigResponseBody.js.map +1 -1
  608. package/dist/models/UpgradeEngineVersionRequest.d.ts +36 -6
  609. package/dist/models/UpgradeEngineVersionRequest.js.map +1 -1
  610. package/dist/models/UpgradeEngineVersionResponseBody.d.ts +27 -13
  611. package/dist/models/UpgradeEngineVersionResponseBody.js.map +1 -1
  612. package/dist/models/UpgradeInfoResponseBody.d.ts +30 -1
  613. package/dist/models/UpgradeInfoResponseBody.js.map +1 -1
  614. package/dist/models/ValidateConnectionRequest.d.ts +8 -1
  615. package/dist/models/ValidateConnectionRequest.js.map +1 -1
  616. package/dist/models/ValidateConnectionResponseBody.d.ts +3 -3
  617. package/dist/models/ValidateShrinkNodesRequest.d.ts +32 -4
  618. package/dist/models/ValidateShrinkNodesRequest.js.map +1 -1
  619. package/dist/models/ValidateShrinkNodesResponseBody.d.ts +9 -0
  620. package/dist/models/ValidateShrinkNodesResponseBody.js.map +1 -1
  621. package/dist/models/ValidateSlrPermissionRequest.d.ts +7 -0
  622. package/dist/models/ValidateSlrPermissionRequest.js.map +1 -1
  623. package/dist/models/ValidateSlrPermissionResponseBody.d.ts +9 -0
  624. package/dist/models/ValidateSlrPermissionResponseBody.js.map +1 -1
  625. package/dist/models/ValidateTransferableNodesRequest.d.ts +20 -0
  626. package/dist/models/ValidateTransferableNodesRequest.js.map +1 -1
  627. package/dist/models/ValidateTransferableNodesResponseBody.d.ts +9 -0
  628. package/dist/models/ValidateTransferableNodesResponseBody.js.map +1 -1
  629. package/dist/models/WarmNodeConfiguration.d.ts +20 -0
  630. package/dist/models/WarmNodeConfiguration.js.map +1 -1
  631. package/dist/models/WhiteIpGroup.d.ts +15 -0
  632. package/dist/models/WhiteIpGroup.js.map +1 -1
  633. package/dist/models/ZoneInfo.d.ts +9 -0
  634. package/dist/models/ZoneInfo.js.map +1 -1
  635. package/dist/models/model.d.ts +3 -0
  636. package/dist/models/model.js +34 -28
  637. package/dist/models/model.js.map +1 -1
  638. package/package.json +1 -1
  639. package/src/client.ts +820 -506
  640. package/src/models/ActivateZonesRequest.ts +2 -2
  641. package/src/models/ActivateZonesResponseBody.ts +3 -4
  642. package/src/models/AddConnectableClusterRequest.ts +2 -2
  643. package/src/models/AddConnectableClusterResponseBody.ts +4 -4
  644. package/src/models/AddSnapshotRepoRequest.ts +9 -0
  645. package/src/models/AddSnapshotRepoResponseBody.ts +4 -4
  646. package/src/models/CancelDeletionRequest.ts +1 -1
  647. package/src/models/CancelDeletionResponseBody.ts +4 -4
  648. package/src/models/CancelLogstashDeletionRequest.ts +1 -1
  649. package/src/models/CancelLogstashDeletionResponseBody.ts +4 -4
  650. package/src/models/CancelTaskRequest.ts +2 -2
  651. package/src/models/CancelTaskResponseBody.ts +4 -4
  652. package/src/models/CapacityPlanRequest.ts +36 -36
  653. package/src/models/CapacityPlanResponseBody.ts +32 -32
  654. package/src/models/ClientNodeConfiguration.ts +8 -0
  655. package/src/models/CloseDiagnosisRequest.ts +10 -1
  656. package/src/models/CloseDiagnosisResponseBody.ts +9 -0
  657. package/src/models/CloseHttpsRequest.ts +3 -0
  658. package/src/models/CloseHttpsResponseBody.ts +9 -0
  659. package/src/models/CloseManagedIndexRequest.ts +1 -1
  660. package/src/models/CloseManagedIndexResponseBody.ts +4 -4
  661. package/src/models/CreateCollectorRequest.ts +28 -1
  662. package/src/models/CreateCollectorResponseBody.ts +10 -0
  663. package/src/models/CreateComponentIndexRequest.ts +16 -0
  664. package/src/models/CreateComponentIndexResponseBody.ts +9 -0
  665. package/src/models/CreateDataStreamRequest.ts +3 -0
  666. package/src/models/CreateDataStreamResponseBody.ts +10 -0
  667. package/src/models/CreateIlmpolicyRequest.ts +3 -0
  668. package/src/models/CreateIlmpolicyResponseBody.ts +6 -0
  669. package/src/models/CreateIndexTemplateRequest.ts +31 -0
  670. package/src/models/CreateIndexTemplateResponseBody.ts +6 -0
  671. package/src/models/CreateInstanceRequest.ts +96 -2
  672. package/src/models/CreateLogstashRequest.ts +73 -1
  673. package/src/models/CreateLogstashResponseBody.ts +7 -0
  674. package/src/models/CreatePipelinesRequest.ts +40 -0
  675. package/src/models/CreatePipelinesResponseBody.ts +9 -0
  676. package/src/models/CreateSnapshotRequest.ts +1 -1
  677. package/src/models/CreateSnapshotResponseBody.ts +4 -4
  678. package/src/models/CreateVpcEndpointRequest.ts +11 -2
  679. package/src/models/CreateVpcEndpointResponseBody.ts +12 -3
  680. package/src/models/DeactivateZonesRequest.ts +1 -1
  681. package/src/models/DeactivateZonesResponseBody.ts +4 -4
  682. package/src/models/DeleteCollectorRequest.ts +1 -1
  683. package/src/models/DeleteCollectorResponseBody.ts +4 -5
  684. package/src/models/DeleteComponentIndexResponseBody.ts +9 -0
  685. package/src/models/DeleteConnectedClusterRequest.ts +2 -2
  686. package/src/models/DeleteConnectedClusterResponseBody.ts +4 -4
  687. package/src/models/DeleteDataStreamRequest.ts +3 -0
  688. package/src/models/DeleteDataStreamResponseBody.ts +10 -0
  689. package/src/models/DeleteDataTaskRequest.ts +2 -2
  690. package/src/models/DeleteDataTaskResponseBody.ts +2 -2
  691. package/src/models/DeleteDeprecatedTemplateResponseBody.ts +9 -0
  692. package/src/models/DeleteIlmpolicyResponseBody.ts +10 -0
  693. package/src/models/DeleteIndexTemplateResponseBody.ts +10 -0
  694. package/src/models/DeleteInstanceRequest.ts +7 -1
  695. package/src/models/DeleteInstanceResponseBody.ts +1 -1
  696. package/src/models/DeleteLogstashRequest.ts +4 -4
  697. package/src/models/DeleteLogstashResponseBody.ts +1 -1
  698. package/src/models/DeletePipelinesRequest.ts +2 -2
  699. package/src/models/DeletePipelinesResponseBody.ts +4 -4
  700. package/src/models/DeleteSnapshotRepoRequest.ts +3 -2
  701. package/src/models/DeleteSnapshotRepoResponseBody.ts +4 -4
  702. package/src/models/DeleteVpcEndpointRequest.ts +3 -0
  703. package/src/models/DeleteVpcEndpointResponseBody.ts +10 -0
  704. package/src/models/DescribeAckOperatorResponseBody.ts +7 -7
  705. package/src/models/DescribeCollectorResponseBody.ts +43 -42
  706. package/src/models/DescribeComponentIndexResponseBody.ts +23 -0
  707. package/src/models/DescribeConnectableClustersRequest.ts +4 -1
  708. package/src/models/DescribeConnectableClustersResponseBody.ts +13 -0
  709. package/src/models/DescribeDeprecatedTemplateResponseBody.ts +39 -0
  710. package/src/models/DescribeDiagnoseReportRequest.ts +9 -0
  711. package/src/models/DescribeDiagnoseReportResponseBody.ts +104 -0
  712. package/src/models/DescribeDiagnosisSettingsRequest.ts +1 -1
  713. package/src/models/DescribeDiagnosisSettingsResponseBody.ts +22 -4
  714. package/src/models/DescribeDynamicSettingsResponseBody.ts +4 -0
  715. package/src/models/DescribeElasticsearchHealthResponseBody.ts +4 -4
  716. package/src/models/DescribeIlmpolicyResponseBody.ts +13 -0
  717. package/src/models/DescribeIndexTemplateResponseBody.ts +38 -0
  718. package/src/models/DescribeInstanceResponseBody.ts +541 -0
  719. package/src/models/DescribeKibanaSettingsResponseBody.ts +6 -0
  720. package/src/models/DescribeLogstashResponseBody.ts +49 -50
  721. package/src/models/DescribePipelineManagementConfigRequest.ts +1 -1
  722. package/src/models/DescribePipelineManagementConfigResponseBody.ts +4 -4
  723. package/src/models/DescribePipelineResponseBody.ts +27 -18
  724. package/src/models/DescribeRegionsResponseBody.ts +13 -4
  725. package/src/models/DescribeSnapshotSettingResponseBody.ts +4 -4
  726. package/src/models/DescribeTemplatesResponseBody.ts +17 -0
  727. package/src/models/DescribeXpackMonitorConfigResponseBody.ts +6 -7
  728. package/src/models/DiagnoseInstanceRequest.ts +22 -2
  729. package/src/models/DiagnoseInstanceResponseBody.ts +62 -3
  730. package/src/models/DictInfo.ts +26 -0
  731. package/src/models/DisableKibanaPvlNetworkResponseBody.ts +7 -1
  732. package/src/models/ElasticDataNodeConfiguration.ts +0 -23
  733. package/src/models/Elasticsearch.ts +231 -0
  734. package/src/models/EnableKibanaPvlNetworkRequest.ts +23 -2
  735. package/src/models/EnableKibanaPvlNetworkResponseBody.ts +8 -0
  736. package/src/models/EstimatedLogstashRestartTimeRequest.ts +1 -1
  737. package/src/models/EstimatedRestartTimeRequest.ts +1 -1
  738. package/src/models/EstimatedRestartTimeResponseBody.ts +1 -1
  739. package/src/models/GetClusterDataInformationResponseBody.ts +6 -18
  740. package/src/models/GetElastictaskResponseBody.ts +39 -0
  741. package/src/models/GetEmonGrafanaAlertsResponseBody.ts +15 -0
  742. package/src/models/GetEmonGrafanaDashboardsResponseBody.ts +15 -0
  743. package/src/models/GetEmonMonitorDataResponseBody.ts +36 -0
  744. package/src/models/GetKeystoresResponseBody.ts +5 -1
  745. package/src/models/GetOpenStoreUsageResponseBody.ts +4 -4
  746. package/src/models/GetRegionConfigurationRequest.ts +3 -0
  747. package/src/models/GetRegionConfigurationResponseBody.ts +244 -0
  748. package/src/models/GetSuggestShrinkableNodesRequest.ts +2 -2
  749. package/src/models/GetSuggestShrinkableNodesResponseBody.ts +2 -2
  750. package/src/models/GetTransferableNodesRequest.ts +2 -2
  751. package/src/models/GetTransferableNodesResponseBody.ts +2 -2
  752. package/src/models/GrayPublishRequest.ts +3 -0
  753. package/src/models/GrayPublishResponseBody.ts +3 -0
  754. package/src/models/InitModelRequest.ts +25 -0
  755. package/src/models/InitModelResponseBody.ts +4 -1
  756. package/src/models/InitializeOperationRoleRequest.ts +1 -1
  757. package/src/models/InitializeOperationRoleResponseBody.ts +4 -4
  758. package/src/models/InstallAckOperatorRequest.ts +1 -1
  759. package/src/models/InstallAckOperatorResponseBody.ts +3 -3
  760. package/src/models/InstallKibanaSystemPluginRequest.ts +1 -1
  761. package/src/models/InstallKibanaSystemPluginResponseBody.ts +1 -5
  762. package/src/models/InstallLogstashSystemPluginRequest.ts +3 -0
  763. package/src/models/InstallLogstashSystemPluginResponseBody.ts +7 -0
  764. package/src/models/InstallSystemPluginRequest.ts +1 -1
  765. package/src/models/InstallSystemPluginResponseBody.ts +1 -5
  766. package/src/models/InstallUserPluginsRequest.ts +7 -0
  767. package/src/models/InterruptElasticsearchTaskRequest.ts +1 -1
  768. package/src/models/InterruptElasticsearchTaskResponseBody.ts +6 -6
  769. package/src/models/InterruptLogstashTaskResponseBody.ts +5 -5
  770. package/src/models/KibanaNodeConfiguration.ts +8 -0
  771. package/src/models/ListAckClustersRequest.ts +5 -5
  772. package/src/models/ListAckClustersResponseBody.ts +5 -5
  773. package/src/models/ListAckNamespacesRequest.ts +2 -2
  774. package/src/models/ListAckNamespacesResponseBody.ts +2 -2
  775. package/src/models/ListAllNodeRequest.ts +5 -1
  776. package/src/models/ListAllNodeResponseBody.ts +24 -16
  777. package/src/models/ListAlternativeSnapshotReposRequest.ts +4 -1
  778. package/src/models/ListAlternativeSnapshotReposResponseBody.ts +4 -4
  779. package/src/models/ListAvailableEsInstanceIdsResponseBody.ts +6 -6
  780. package/src/models/ListCollectorsRequest.ts +9 -8
  781. package/src/models/ListCollectorsResponseBody.ts +48 -45
  782. package/src/models/ListComponentIndicesRequest.ts +9 -0
  783. package/src/models/ListComponentIndicesResponseBody.ts +56 -0
  784. package/src/models/ListConnectedClustersResponseBody.ts +1 -1
  785. package/src/models/ListDataStreamsRequest.ts +10 -0
  786. package/src/models/ListDataStreamsResponseBody.ts +74 -0
  787. package/src/models/ListDataTasksResponseBody.ts +19 -19
  788. package/src/models/ListDefaultCollectorConfigurationsRequest.ts +11 -11
  789. package/src/models/ListDefaultCollectorConfigurationsResponseBody.ts +1 -1
  790. package/src/models/ListDeprecatedTemplatesRequest.ts +9 -0
  791. package/src/models/ListDeprecatedTemplatesResponseBody.ts +46 -0
  792. package/src/models/ListDiagnoseIndicesRequest.ts +7 -1
  793. package/src/models/ListDiagnoseIndicesResponseBody.ts +4 -0
  794. package/src/models/ListDiagnoseReportIdsRequest.ts +16 -7
  795. package/src/models/ListDiagnoseReportIdsResponseBody.ts +6 -2
  796. package/src/models/ListDiagnoseReportRequest.ts +23 -8
  797. package/src/models/ListDiagnoseReportResponseBody.ts +79 -26
  798. package/src/models/ListDiagnosisItemsRequest.ts +12 -0
  799. package/src/models/ListDiagnosisItemsResponseBody.ts +19 -0
  800. package/src/models/ListDictInformationRequest.ts +7 -0
  801. package/src/models/ListDictInformationResponseBody.ts +30 -0
  802. package/src/models/ListDictsRequest.ts +9 -6
  803. package/src/models/ListDictsResponseBody.ts +11 -10
  804. package/src/models/ListEcsInstancesRequest.ts +9 -6
  805. package/src/models/ListEcsInstancesResponseBody.ts +73 -77
  806. package/src/models/ListEventRecordsRequest.ts +18 -0
  807. package/src/models/ListEventRecordsResponseBody.ts +86 -0
  808. package/src/models/ListExtendfilesResponseBody.ts +3 -3
  809. package/src/models/ListIlmpoliciesRequest.ts +3 -0
  810. package/src/models/ListIlmpoliciesResponseBody.ts +13 -0
  811. package/src/models/ListIndexTemplatesRequest.ts +9 -0
  812. package/src/models/ListIndexTemplatesResponseBody.ts +40 -0
  813. package/src/models/ListInstanceHistoryEventsRequest.ts +59 -0
  814. package/src/models/ListInstanceHistoryEventsResponseBody.ts +62 -0
  815. package/src/models/ListInstanceHistoryEventsShrinkRequest.ts +59 -0
  816. package/src/models/ListInstanceIndicesRequest.ts +18 -6
  817. package/src/models/ListInstanceIndicesResponseBody.ts +41 -25
  818. package/src/models/ListInstanceRequest.ts +21 -13
  819. package/src/models/ListInstanceResponseBody.ts +213 -75
  820. package/src/models/ListKibanaPluginsRequest.ts +2 -2
  821. package/src/models/ListKibanaPluginsResponseBody.ts +7 -7
  822. package/src/models/ListKibanaPvlNetworkResponseBody.ts +41 -1
  823. package/src/models/ListLogstashLogRequest.ts +12 -6
  824. package/src/models/ListLogstashLogResponseBody.ts +13 -4
  825. package/src/models/ListLogstashPluginsRequest.ts +7 -4
  826. package/src/models/ListLogstashPluginsResponseBody.ts +21 -12
  827. package/src/models/ListLogstashRequest.ts +7 -7
  828. package/src/models/ListLogstashResponseBody.ts +34 -25
  829. package/src/models/ListNodesRequest.ts +5 -5
  830. package/src/models/ListNodesResponseBody.ts +26 -26
  831. package/src/models/ListPipelineIdsRequest.ts +3 -0
  832. package/src/models/ListPipelineIdsResponseBody.ts +23 -0
  833. package/src/models/ListPipelineRequest.ts +3 -3
  834. package/src/models/ListPipelineResponseBody.ts +18 -9
  835. package/src/models/ListPluginsRequest.ts +4 -4
  836. package/src/models/ListPluginsResponseBody.ts +15 -6
  837. package/src/models/ListSearchLogRequest.ts +14 -6
  838. package/src/models/ListSearchLogResponseBody.ts +24 -15
  839. package/src/models/ListShardRecoveriesRequest.ts +4 -3
  840. package/src/models/ListShardRecoveriesResponseBody.ts +23 -18
  841. package/src/models/ListSnapshotReposByInstanceIdResponseBody.ts +8 -6
  842. package/src/models/ListStatsEventRecordsRequest.ts +9 -0
  843. package/src/models/ListStatsEventRecordsResponseBody.ts +26 -0
  844. package/src/models/ListTagResourcesRequest.ts +7 -9
  845. package/src/models/ListTagResourcesResponseBody.ts +17 -7
  846. package/src/models/ListTagsRequest.ts +2 -2
  847. package/src/models/ListTagsResponseBody.ts +11 -1
  848. package/src/models/ListUserPluginRequest.ts +9 -0
  849. package/src/models/ListUserPluginResponseBody.ts +59 -0
  850. package/src/models/ListVpcEndpointsRequest.ts +3 -3
  851. package/src/models/ListVpcEndpointsResponseBody.ts +31 -21
  852. package/src/models/Logstash.ts +117 -0
  853. package/src/models/MasterNodeConfiguration.ts +10 -0
  854. package/src/models/MigrateToOtherZoneRequest.ts +3 -1
  855. package/src/models/MigrateToOtherZoneResponseBody.ts +4 -4
  856. package/src/models/ModifyDeployMachineRequest.ts +1 -1
  857. package/src/models/ModifyDeployMachineResponseBody.ts +3 -3
  858. package/src/models/ModifyElastictaskRequest.ts +7 -0
  859. package/src/models/ModifyElastictaskResponseBody.ts +39 -0
  860. package/src/models/ModifyInstanceMaintainTimeRequest.ts +6 -0
  861. package/src/models/ModifyInstanceMaintainTimeResponseBody.ts +6 -0
  862. package/src/models/ModifyScheduleExecuteTimeRequest.ts +6 -0
  863. package/src/models/ModifyScheduleExecuteTimeResponseBody.ts +3 -0
  864. package/src/models/ModifyWhiteIpsRequest.ts +24 -19
  865. package/src/models/ModifyWhiteIpsResponseBody.ts +9 -0
  866. package/src/models/MoveResourceGroupRequest.ts +1 -1
  867. package/src/models/MoveResourceGroupResponseBody.ts +55 -55
  868. package/src/models/NetworkConfig.ts +26 -0
  869. package/src/models/NodeInfo.ts +12 -0
  870. package/src/models/NodeSpec.ts +25 -0
  871. package/src/models/OpenDiagnosisRequest.ts +10 -1
  872. package/src/models/OpenDiagnosisResponseBody.ts +9 -0
  873. package/src/models/OpenHttpsRequest.ts +1 -1
  874. package/src/models/OpenHttpsResponseBody.ts +4 -4
  875. package/src/models/PaymentInfo.ts +18 -0
  876. package/src/models/PluginAnalysisRequest.ts +11 -0
  877. package/src/models/PluginAnalysisResponseBody.ts +20 -1
  878. package/src/models/PostEmonTryAlarmRuleResponseBody.ts +12 -0
  879. package/src/models/ReadWritePolicy.ts +23 -0
  880. package/src/models/RecommendTemplatesRequest.ts +7 -7
  881. package/src/models/RecommendTemplatesResponseBody.ts +16 -7
  882. package/src/models/ReinstallCollectorRequest.ts +2 -5
  883. package/src/models/ReinstallCollectorResponseBody.ts +7 -1
  884. package/src/models/RemovePluginRequest.ts +3 -0
  885. package/src/models/RemovePluginResponseBody.ts +4 -1
  886. package/src/models/RenewInstanceRequest.ts +1 -1
  887. package/src/models/RenewInstanceResponseBody.ts +4 -4
  888. package/src/models/RenewLogstashRequest.ts +1 -1
  889. package/src/models/RenewLogstashResponseBody.ts +3 -3
  890. package/src/models/RestartCollectorRequest.ts +1 -1
  891. package/src/models/RestartCollectorResponseBody.ts +4 -4
  892. package/src/models/RestartInstanceRequest.ts +18 -2
  893. package/src/models/RestartInstanceResponseBody.ts +49 -49
  894. package/src/models/RestartLogstashRequest.ts +29 -0
  895. package/src/models/RestartLogstashResponseBody.ts +7 -0
  896. package/src/models/ResumeElasticsearchTaskRequest.ts +1 -1
  897. package/src/models/ResumeElasticsearchTaskResponseBody.ts +4 -4
  898. package/src/models/ResumeLogstashTaskRequest.ts +1 -1
  899. package/src/models/ResumeLogstashTaskResponseBody.ts +6 -6
  900. package/src/models/RolloverDataStreamRequest.ts +3 -0
  901. package/src/models/RolloverDataStreamResponseBody.ts +10 -0
  902. package/src/models/RunPipelinesRequest.ts +1 -1
  903. package/src/models/RunPipelinesResponseBody.ts +2 -2
  904. package/src/models/ShrinkNodeRequest.ts +41 -0
  905. package/src/models/ShrinkNodeResponseBody.ts +9 -0
  906. package/src/models/StartCollectorRequest.ts +1 -1
  907. package/src/models/StartCollectorResponseBody.ts +1 -1
  908. package/src/models/StopCollectorRequest.ts +1 -1
  909. package/src/models/StopPipelinesRequest.ts +1 -1
  910. package/src/models/StopPipelinesResponseBody.ts +2 -2
  911. package/src/models/Tag.ts +6 -0
  912. package/src/models/TagResourcesRequest.ts +5 -8
  913. package/src/models/TagResourcesResponseBody.ts +9 -0
  914. package/src/models/TransferNodeRequest.ts +21 -0
  915. package/src/models/TransferNodeResponseBody.ts +9 -0
  916. package/src/models/TriggerNetworkRequest.ts +18 -0
  917. package/src/models/TriggerNetworkResponseBody.ts +9 -0
  918. package/src/models/TurnOffZoneRequest.ts +3 -0
  919. package/src/models/TurnOnZoneRequest.ts +3 -0
  920. package/src/models/UninstallKibanaPluginRequest.ts +1 -1
  921. package/src/models/UninstallKibanaPluginResponseBody.ts +1 -5
  922. package/src/models/UninstallLogstashPluginRequest.ts +6 -0
  923. package/src/models/UninstallLogstashPluginResponseBody.ts +3 -0
  924. package/src/models/UninstallPluginRequest.ts +15 -1
  925. package/src/models/UninstallPluginResponseBody.ts +1 -5
  926. package/src/models/UntagResourcesRequest.ts +4 -4
  927. package/src/models/UntagResourcesResponseBody.ts +4 -4
  928. package/src/models/UpdateAdminPasswordRequest.ts +5 -4
  929. package/src/models/UpdateAdminPasswordResponseBody.ts +9 -0
  930. package/src/models/UpdateAdvancedSettingRequest.ts +1 -1
  931. package/src/models/UpdateAdvancedSettingResponseBody.ts +4 -4
  932. package/src/models/UpdateAliwsDictRequest.ts +1 -1
  933. package/src/models/UpdateAliwsDictResponseBody.ts +5 -6
  934. package/src/models/UpdateCollectorNameRequest.ts +1 -1
  935. package/src/models/UpdateCollectorNameResponseBody.ts +37 -37
  936. package/src/models/UpdateCollectorRequest.ts +1 -1
  937. package/src/models/UpdateCollectorResponseBody.ts +44 -42
  938. package/src/models/UpdateComponentIndexRequest.ts +16 -0
  939. package/src/models/UpdateComponentIndexResponseBody.ts +3 -0
  940. package/src/models/UpdateDescriptionRequest.ts +4 -1
  941. package/src/models/UpdateDescriptionResponseBody.ts +10 -0
  942. package/src/models/UpdateDiagnosisSettingsRequest.ts +1 -1
  943. package/src/models/UpdateDiagnosisSettingsResponseBody.ts +4 -4
  944. package/src/models/UpdateDictRequest.ts +1 -1
  945. package/src/models/UpdateDictResponseBody.ts +6 -6
  946. package/src/models/UpdateDynamicSettingsRequest.ts +16 -0
  947. package/src/models/UpdateDynamicSettingsResponseBody.ts +8 -0
  948. package/src/models/UpdateExtendConfigRequest.ts +3 -0
  949. package/src/models/UpdateExtendConfigResponseBody.ts +9 -0
  950. package/src/models/UpdateExtendfilesRequest.ts +5 -1
  951. package/src/models/UpdateExtendfilesResponseBody.ts +4 -4
  952. package/src/models/UpdateFalconSeekRequest.ts +2 -0
  953. package/src/models/UpdateFalconSeekResponseBody.ts +1 -1
  954. package/src/models/UpdateHotIkDictsRequest.ts +8 -1
  955. package/src/models/UpdateHotIkDictsResponseBody.ts +5 -5
  956. package/src/models/UpdateIlmpolicyRequest.ts +3 -0
  957. package/src/models/UpdateIlmpolicyResponseBody.ts +6 -0
  958. package/src/models/UpdateIndexTemplateRequest.ts +3 -0
  959. package/src/models/UpdateIndexTemplateResponseBody.ts +6 -0
  960. package/src/models/UpdateInstanceChargeTypeRequest.ts +21 -1
  961. package/src/models/UpdateInstanceChargeTypeResponseBody.ts +4 -4
  962. package/src/models/UpdateInstanceRequest.ts +47 -2
  963. package/src/models/UpdateInstanceResponseBody.ts +41 -32
  964. package/src/models/UpdateInstanceSettingsRequest.ts +19 -1
  965. package/src/models/UpdateInstanceSettingsResponseBody.ts +1 -1
  966. package/src/models/UpdateKeystoresRequest.ts +11 -0
  967. package/src/models/UpdateKeystoresResponseBody.ts +1 -1
  968. package/src/models/UpdateKibanaPvlNetworkRequest.ts +15 -2
  969. package/src/models/UpdateKibanaPvlNetworkResponseBody.ts +9 -0
  970. package/src/models/UpdateKibanaSettingsRequest.ts +1 -1
  971. package/src/models/UpdateKibanaSettingsResponseBody.ts +4 -4
  972. package/src/models/UpdateKibanaSsoRequest.ts +2 -0
  973. package/src/models/UpdateKibanaSsoResponseBody.ts +3 -0
  974. package/src/models/UpdateKibanaWhiteIpsRequest.ts +15 -13
  975. package/src/models/UpdateKibanaWhiteIpsResponseBody.ts +15 -12
  976. package/src/models/UpdateLogstashChargeTypeRequest.ts +1 -1
  977. package/src/models/UpdateLogstashChargeTypeResponseBody.ts +4 -4
  978. package/src/models/UpdateLogstashDescriptionRequest.ts +1 -1
  979. package/src/models/UpdateLogstashDescriptionResponseBody.ts +3 -3
  980. package/src/models/UpdateLogstashRequest.ts +21 -0
  981. package/src/models/UpdateLogstashResponseBody.ts +9 -0
  982. package/src/models/UpdateLogstashSettingsRequest.ts +1 -1
  983. package/src/models/UpdateLogstashSettingsResponseBody.ts +1 -1
  984. package/src/models/UpdatePipelineManagementConfigRequest.ts +23 -0
  985. package/src/models/UpdatePipelineManagementConfigResponseBody.ts +9 -0
  986. package/src/models/UpdatePipelinesRequest.ts +2 -2
  987. package/src/models/UpdatePipelinesResponseBody.ts +4 -4
  988. package/src/models/UpdatePrivateNetworkWhiteIpsRequest.ts +8 -2
  989. package/src/models/UpdatePrivateNetworkWhiteIpsResponseBody.ts +7 -0
  990. package/src/models/UpdatePublicNetworkRequest.ts +1 -1
  991. package/src/models/UpdatePublicNetworkResponseBody.ts +3 -3
  992. package/src/models/UpdatePublicWhiteIpsRequest.ts +8 -2
  993. package/src/models/UpdatePublicWhiteIpsResponseBody.ts +7 -0
  994. package/src/models/UpdateReadWritePolicyRequest.ts +3 -0
  995. package/src/models/UpdateReadWritePolicyResponseBody.ts +9 -0
  996. package/src/models/UpdateSnapshotSettingResponseBody.ts +3 -3
  997. package/src/models/UpdateSynonymsDictsRequest.ts +1 -1
  998. package/src/models/UpdateSynonymsDictsResponseBody.ts +3 -3
  999. package/src/models/UpdateTemplateRequest.ts +6 -0
  1000. package/src/models/UpdateTemplateResponseBody.ts +9 -0
  1001. package/src/models/UpdateWhiteIpsRequest.ts +14 -8
  1002. package/src/models/UpdateWhiteIpsResponseBody.ts +13 -6
  1003. package/src/models/UpdateXpackMonitorConfigRequest.ts +19 -0
  1004. package/src/models/UpdateXpackMonitorConfigResponseBody.ts +9 -0
  1005. package/src/models/UpgradeEngineVersionRequest.ts +36 -6
  1006. package/src/models/UpgradeEngineVersionResponseBody.ts +27 -13
  1007. package/src/models/UpgradeInfoResponseBody.ts +30 -1
  1008. package/src/models/ValidateConnectionRequest.ts +8 -1
  1009. package/src/models/ValidateConnectionResponseBody.ts +3 -3
  1010. package/src/models/ValidateShrinkNodesRequest.ts +32 -4
  1011. package/src/models/ValidateShrinkNodesResponseBody.ts +9 -0
  1012. package/src/models/ValidateSlrPermissionRequest.ts +7 -0
  1013. package/src/models/ValidateSlrPermissionResponseBody.ts +9 -0
  1014. package/src/models/ValidateTransferableNodesRequest.ts +20 -0
  1015. package/src/models/ValidateTransferableNodesResponseBody.ts +9 -0
  1016. package/src/models/WarmNodeConfiguration.ts +20 -0
  1017. package/src/models/WhiteIpGroup.ts +15 -0
  1018. package/src/models/ZoneInfo.ts +9 -0
  1019. package/src/models/model.ts +3 -0
package/dist/client.js CHANGED
@@ -49,6 +49,31 @@ class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
51
  this._endpointRule = "regional";
52
+ this._endpointMap = {
53
+ 'us-west-1': "elasticsearch.us-west-1.aliyuncs.com",
54
+ 'us-east-1': "elasticsearch.us-east-1.aliyuncs.com",
55
+ 'eu-west-1': "elasticsearch.eu-west-1.aliyuncs.com",
56
+ 'eu-central-1': "elasticsearch.eu-central-1.aliyuncs.com",
57
+ 'cn-zhangjiakou': "elasticsearch.cn-zhangjiakou.aliyuncs.com",
58
+ 'cn-wulanchabu': "elasticsearch.cn-wulanchabu.aliyuncs.com",
59
+ 'cn-shenzhen': "elasticsearch.cn-shenzhen.aliyuncs.com",
60
+ 'cn-shanghai-finance-1': "elasticsearch.cn-shanghai-finance-1.aliyuncs.com",
61
+ 'cn-shanghai': "elasticsearch.cn-shanghai.aliyuncs.com",
62
+ 'cn-qingdao': "elasticsearch.cn-qingdao.aliyuncs.com",
63
+ 'cn-north-2-gov-1': "elasticsearch.cn-north-2-gov-1.aliyuncs.com",
64
+ 'cn-hongkong': "elasticsearch.cn-hongkong.aliyuncs.com",
65
+ 'cn-hangzhou-finance': "elasticsearch.cn-hangzhou-finance.aliyuncs.com",
66
+ 'cn-hangzhou': "elasticsearch.cn-hangzhou.aliyuncs.com",
67
+ 'cn-guangzhou': "elasticsearch.cn-guangzhou.aliyuncs.com",
68
+ 'cn-chengdu': "elasticsearch.cn-chengdu.aliyuncs.com",
69
+ 'cn-beijing': "elasticsearch.cn-beijing.aliyuncs.com",
70
+ 'ap-southeast-5': "elasticsearch.ap-southeast-5.aliyuncs.com",
71
+ 'ap-southeast-3': "elasticsearch.ap-southeast-3.aliyuncs.com",
72
+ 'ap-southeast-2': "elasticsearch.ap-southeast-2.aliyuncs.com",
73
+ 'ap-southeast-1': "elasticsearch.ap-southeast-1.aliyuncs.com",
74
+ 'ap-south-1': "elasticsearch.ap-south-1.aliyuncs.com",
75
+ 'ap-northeast-1': "elasticsearch.ap-northeast-1.aliyuncs.com",
76
+ };
52
77
  this.checkConfig(config);
53
78
  this._endpoint = this.getEndpoint("elasticsearch", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
54
79
  }
@@ -62,7 +87,7 @@ class Client extends openapi_core_1.default {
62
87
  return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
63
88
  }
64
89
  /**
65
- * Restores nodes in disabled zones. This operation is available only for multi-zone Elasticsearch clusters.
90
+ * Resumes an offline zone. This operation is valid only for multi-zone instances.
66
91
  *
67
92
  * @param request - ActivateZonesRequest
68
93
  * @param headers - map
@@ -94,7 +119,7 @@ class Client extends openapi_core_1.default {
94
119
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ActivateZonesResponse({}));
95
120
  }
96
121
  /**
97
- * Restores nodes in disabled zones. This operation is available only for multi-zone Elasticsearch clusters.
122
+ * Resumes an offline zone. This operation is valid only for multi-zone instances.
98
123
  *
99
124
  * @param request - ActivateZonesRequest
100
125
  * @returns ActivateZonesResponse
@@ -105,7 +130,7 @@ class Client extends openapi_core_1.default {
105
130
  return await this.activateZonesWithOptions(InstanceId, request, headers, runtime);
106
131
  }
107
132
  /**
108
- * Connects Elasticsearch clusters.
133
+ * Configures network connectivity to establish a connection between different instances.
109
134
  *
110
135
  * @param request - AddConnectableClusterRequest
111
136
  * @param headers - map
@@ -137,7 +162,7 @@ class Client extends openapi_core_1.default {
137
162
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddConnectableClusterResponse({}));
138
163
  }
139
164
  /**
140
- * Connects Elasticsearch clusters.
165
+ * Configures network connectivity to establish a connection between different instances.
141
166
  *
142
167
  * @param request - AddConnectableClusterRequest
143
168
  * @returns AddConnectableClusterResponse
@@ -148,7 +173,7 @@ class Client extends openapi_core_1.default {
148
173
  return await this.addConnectableClusterWithOptions(InstanceId, request, headers, runtime);
149
174
  }
150
175
  /**
151
- * Call the AddSnapshotRepo to create a reference repository when configuring a cross-cluster OSS repository.
176
+ * Creates a reference repository when setting up a cross-cluster OSS repository.
152
177
  *
153
178
  * @param request - AddSnapshotRepoRequest
154
179
  * @param headers - map
@@ -175,7 +200,7 @@ class Client extends openapi_core_1.default {
175
200
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddSnapshotRepoResponse({}));
176
201
  }
177
202
  /**
178
- * Call the AddSnapshotRepo to create a reference repository when configuring a cross-cluster OSS repository.
203
+ * Creates a reference repository when setting up a cross-cluster OSS repository.
179
204
  *
180
205
  * @param request - AddSnapshotRepoRequest
181
206
  * @returns AddSnapshotRepoResponse
@@ -186,7 +211,7 @@ class Client extends openapi_core_1.default {
186
211
  return await this.addSnapshotRepoWithOptions(InstanceId, request, headers, runtime);
187
212
  }
188
213
  /**
189
- * Restores an Elasticsearch cluster that is frozen after it is released.
214
+ * Recovers a frozen Elasticsearch instance that was released.
190
215
  *
191
216
  * @param request - CancelDeletionRequest
192
217
  * @param headers - map
@@ -217,7 +242,7 @@ class Client extends openapi_core_1.default {
217
242
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelDeletionResponse({}));
218
243
  }
219
244
  /**
220
- * Restores an Elasticsearch cluster that is frozen after it is released.
245
+ * Recovers a frozen Elasticsearch instance that was released.
221
246
  *
222
247
  * @param request - CancelDeletionRequest
223
248
  * @returns CancelDeletionResponse
@@ -228,7 +253,7 @@ class Client extends openapi_core_1.default {
228
253
  return await this.cancelDeletionWithOptions(InstanceId, request, headers, runtime);
229
254
  }
230
255
  /**
231
- * Restores a Logstash cluster that is frozen after it is released.
256
+ * Resumes a frozen Logstash instance that was frozen after release.
232
257
  *
233
258
  * @param request - CancelLogstashDeletionRequest
234
259
  * @param headers - map
@@ -259,7 +284,7 @@ class Client extends openapi_core_1.default {
259
284
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelLogstashDeletionResponse({}));
260
285
  }
261
286
  /**
262
- * Restores a Logstash cluster that is frozen after it is released.
287
+ * Resumes a frozen Logstash instance that was frozen after release.
263
288
  *
264
289
  * @param request - CancelLogstashDeletionRequest
265
290
  * @returns CancelLogstashDeletionResponse
@@ -270,7 +295,7 @@ class Client extends openapi_core_1.default {
270
295
  return await this.cancelLogstashDeletionWithOptions(InstanceId, request, headers, runtime);
271
296
  }
272
297
  /**
273
- * Call CancelTask to cancel a data migration task.
298
+ * Cancels a running data migration task.
274
299
  *
275
300
  * @param request - CancelTaskRequest
276
301
  * @param headers - map
@@ -304,7 +329,7 @@ class Client extends openapi_core_1.default {
304
329
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelTaskResponse({}));
305
330
  }
306
331
  /**
307
- * Call CancelTask to cancel a data migration task.
332
+ * Cancels a running data migration task.
308
333
  *
309
334
  * @param request - CancelTaskRequest
310
335
  * @returns CancelTaskResponse
@@ -315,7 +340,7 @@ class Client extends openapi_core_1.default {
315
340
  return await this.cancelTaskWithOptions(InstanceId, request, headers, runtime);
316
341
  }
317
342
  /**
318
- * Capacity Planning
343
+ * Recommends optimal cluster capacity planning configurations based on business scenarios, QPS, and log generation volume.
319
344
  *
320
345
  * @param request - CapacityPlanRequest
321
346
  * @param headers - map
@@ -355,7 +380,7 @@ class Client extends openapi_core_1.default {
355
380
  return $dara.cast(await this.doROARequest(params.action, params.version, params.protocol, params.method, params.authType, params.pathname, params.bodyType, req, runtime), new $_model.CapacityPlanResponse({}));
356
381
  }
357
382
  /**
358
- * Capacity Planning
383
+ * Recommends optimal cluster capacity planning configurations based on business scenarios, QPS, and log generation volume.
359
384
  *
360
385
  * @param request - CapacityPlanRequest
361
386
  * @returns CapacityPlanResponse
@@ -366,7 +391,7 @@ class Client extends openapi_core_1.default {
366
391
  return await this.capacityPlanWithOptions(request, headers, runtime);
367
392
  }
368
393
  /**
369
- * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
394
+ * Disables the intelligent O&M feature for an instance.
370
395
  *
371
396
  * @param request - CloseDiagnosisRequest
372
397
  * @param headers - map
@@ -400,7 +425,7 @@ class Client extends openapi_core_1.default {
400
425
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseDiagnosisResponse({}));
401
426
  }
402
427
  /**
403
- * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
428
+ * Disables the intelligent O&M feature for an instance.
404
429
  *
405
430
  * @param request - CloseDiagnosisRequest
406
431
  * @returns CloseDiagnosisResponse
@@ -411,7 +436,7 @@ class Client extends openapi_core_1.default {
411
436
  return await this.closeDiagnosisWithOptions(InstanceId, request, headers, runtime);
412
437
  }
413
438
  /**
414
- * Call CloseHttps to close the HTTPS protocol.
439
+ * Disables the HTTPS protocol for a cluster.
415
440
  *
416
441
  * @param request - CloseHttpsRequest
417
442
  * @param headers - map
@@ -442,7 +467,7 @@ class Client extends openapi_core_1.default {
442
467
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseHttpsResponse({}));
443
468
  }
444
469
  /**
445
- * Call CloseHttps to close the HTTPS protocol.
470
+ * Disables the HTTPS protocol for a cluster.
446
471
  *
447
472
  * @param request - CloseHttpsRequest
448
473
  * @returns CloseHttpsResponse
@@ -453,7 +478,7 @@ class Client extends openapi_core_1.default {
453
478
  return await this.closeHttpsWithOptions(InstanceId, request, headers, runtime);
454
479
  }
455
480
  /**
456
- * Disable Managed Index
481
+ * 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.
457
482
  *
458
483
  * @param request - CloseManagedIndexRequest
459
484
  * @param headers - map
@@ -484,7 +509,7 @@ class Client extends openapi_core_1.default {
484
509
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseManagedIndexResponse({}));
485
510
  }
486
511
  /**
487
- * Disable Managed Index
512
+ * 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.
488
513
  *
489
514
  * @param request - CloseManagedIndexRequest
490
515
  * @returns CloseManagedIndexResponse
@@ -495,7 +520,7 @@ class Client extends openapi_core_1.default {
495
520
  return await this.closeManagedIndexWithOptions(InstanceId, Index, request, headers, runtime);
496
521
  }
497
522
  /**
498
- * 创建收集器
523
+ * Creates a collector to collect data from a specified service.
499
524
  *
500
525
  * @param request - CreateCollectorRequest
501
526
  * @param headers - map
@@ -552,7 +577,7 @@ class Client extends openapi_core_1.default {
552
577
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCollectorResponse({}));
553
578
  }
554
579
  /**
555
- * 创建收集器
580
+ * Creates a collector to collect data from a specified service.
556
581
  *
557
582
  * @param request - CreateCollectorRequest
558
583
  * @returns CreateCollectorResponse
@@ -563,7 +588,10 @@ class Client extends openapi_core_1.default {
563
588
  return await this.createCollectorWithOptions(request, headers, runtime);
564
589
  }
565
590
  /**
566
- * 创建Elasticsearch组合模板
591
+ * Creates an Elasticsearch composable template.
592
+ *
593
+ * @remarks
594
+ * For more information, see [Store large volumes of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
567
595
  *
568
596
  * @param request - CreateComponentIndexRequest
569
597
  * @param headers - map
@@ -597,7 +625,10 @@ class Client extends openapi_core_1.default {
597
625
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateComponentIndexResponse({}));
598
626
  }
599
627
  /**
600
- * 创建Elasticsearch组合模板
628
+ * Creates an Elasticsearch composable template.
629
+ *
630
+ * @remarks
631
+ * For more information, see [Store large volumes of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
601
632
  *
602
633
  * @param request - CreateComponentIndexRequest
603
634
  * @returns CreateComponentIndexResponse
@@ -608,7 +639,10 @@ class Client extends openapi_core_1.default {
608
639
  return await this.createComponentIndexWithOptions(InstanceId, name, request, headers, runtime);
609
640
  }
610
641
  /**
611
- * 创建数据流
642
+ * Creates a data stream to manage a set of indexes.
643
+ *
644
+ * @remarks
645
+ * > 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-.
612
646
  *
613
647
  * @param request - CreateDataStreamRequest
614
648
  * @param headers - map
@@ -640,7 +674,10 @@ class Client extends openapi_core_1.default {
640
674
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataStreamResponse({}));
641
675
  }
642
676
  /**
643
- * 创建数据流
677
+ * Creates a data stream to manage a set of indexes.
678
+ *
679
+ * @remarks
680
+ * > 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-.
644
681
  *
645
682
  * @param request - CreateDataStreamRequest
646
683
  * @returns CreateDataStreamResponse
@@ -651,7 +688,7 @@ class Client extends openapi_core_1.default {
651
688
  return await this.createDataStreamWithOptions(InstanceId, request, headers, runtime);
652
689
  }
653
690
  /**
654
- * 创建索引生命周期策略
691
+ * Creates an index lifecycle policy. If a policy with the specified name already exists, the existing policy is replaced and its version is incremented.
655
692
  *
656
693
  * @param request - CreateILMPolicyRequest
657
694
  * @param headers - map
@@ -683,7 +720,7 @@ class Client extends openapi_core_1.default {
683
720
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateILMPolicyResponse({}));
684
721
  }
685
722
  /**
686
- * 创建索引生命周期策略
723
+ * Creates an index lifecycle policy. If a policy with the specified name already exists, the existing policy is replaced and its version is incremented.
687
724
  *
688
725
  * @param request - CreateILMPolicyRequest
689
726
  * @returns CreateILMPolicyResponse
@@ -694,7 +731,7 @@ class Client extends openapi_core_1.default {
694
731
  return await this.createILMPolicyWithOptions(InstanceId, request, headers, runtime);
695
732
  }
696
733
  /**
697
- * 创建索引模版
734
+ * Creates a cluster index template that can be used for component-based index template settings.
698
735
  *
699
736
  * @param request - CreateIndexTemplateRequest
700
737
  * @param headers - map
@@ -745,7 +782,7 @@ class Client extends openapi_core_1.default {
745
782
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIndexTemplateResponse({}));
746
783
  }
747
784
  /**
748
- * 创建索引模版
785
+ * Creates a cluster index template that can be used for component-based index template settings.
749
786
  *
750
787
  * @param request - CreateIndexTemplateRequest
751
788
  * @returns CreateIndexTemplateResponse
@@ -756,7 +793,12 @@ class Client extends openapi_core_1.default {
756
793
  return await this.createIndexTemplateWithOptions(InstanceId, request, headers, runtime);
757
794
  }
758
795
  /**
759
- * Creates a Logstash cluster.
796
+ * Creates a Logstash instance by calling CreateLogstash.
797
+ *
798
+ * @remarks
799
+ * Before calling this operation, note the following:
800
+ * - 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>
801
+ * - 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>.
760
802
  *
761
803
  * @param request - CreateLogstashRequest
762
804
  * @param headers - map
@@ -813,7 +855,12 @@ class Client extends openapi_core_1.default {
813
855
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateLogstashResponse({}));
814
856
  }
815
857
  /**
816
- * Creates a Logstash cluster.
858
+ * Creates a Logstash instance by calling CreateLogstash.
859
+ *
860
+ * @remarks
861
+ * Before calling this operation, note the following:
862
+ * - 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>
863
+ * - 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>.
817
864
  *
818
865
  * @param request - CreateLogstashRequest
819
866
  * @returns CreateLogstashResponse
@@ -824,7 +871,7 @@ class Client extends openapi_core_1.default {
824
871
  return await this.createLogstashWithOptions(request, headers, runtime);
825
872
  }
826
873
  /**
827
- * Creates a pipeline in a Logstash cluster.
874
+ * Creates a Logstash pipeline to collect data.
828
875
  *
829
876
  * @param request - CreatePipelinesRequest
830
877
  * @param headers - map
@@ -859,7 +906,7 @@ class Client extends openapi_core_1.default {
859
906
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePipelinesResponse({}));
860
907
  }
861
908
  /**
862
- * Creates a pipeline in a Logstash cluster.
909
+ * Creates a Logstash pipeline to collect data.
863
910
  *
864
911
  * @param request - CreatePipelinesRequest
865
912
  * @returns CreatePipelinesResponse
@@ -870,7 +917,7 @@ class Client extends openapi_core_1.default {
870
917
  return await this.createPipelinesWithOptions(InstanceId, request, headers, runtime);
871
918
  }
872
919
  /**
873
- * Call CreateSnapshot to manually back up a cluster snapshot.
920
+ * Calls CreateSnapshot to manually create a snapshot backup of a cluster.
874
921
  *
875
922
  * @param request - CreateSnapshotRequest
876
923
  * @param headers - map
@@ -902,7 +949,7 @@ class Client extends openapi_core_1.default {
902
949
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSnapshotResponse({}));
903
950
  }
904
951
  /**
905
- * Call CreateSnapshot to manually back up a cluster snapshot.
952
+ * Calls CreateSnapshot to manually create a snapshot backup of a cluster.
906
953
  *
907
954
  * @param request - CreateSnapshotRequest
908
955
  * @returns CreateSnapshotResponse
@@ -913,10 +960,10 @@ class Client extends openapi_core_1.default {
913
960
  return await this.createSnapshotWithOptions(InstanceId, request, headers, runtime);
914
961
  }
915
962
  /**
916
- * 创建私网链接VPC终端节点
963
+ * Creates a PrivateLink VPC endpoint to connect to an endpoint service created in a user VPC.
917
964
  *
918
965
  * @remarks
919
- * 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D\\*\\*\\*
966
+ * For more information about this API operation, see [Configure private connectivity for an instance](https://help.aliyun.com/document_detail/279559.html).
920
967
  *
921
968
  * @param request - CreateVpcEndpointRequest
922
969
  * @param headers - map
@@ -958,10 +1005,10 @@ class Client extends openapi_core_1.default {
958
1005
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateVpcEndpointResponse({}));
959
1006
  }
960
1007
  /**
961
- * 创建私网链接VPC终端节点
1008
+ * Creates a PrivateLink VPC endpoint to connect to an endpoint service created in a user VPC.
962
1009
  *
963
1010
  * @remarks
964
- * 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D\\*\\*\\*
1011
+ * For more information about this API operation, see [Configure private connectivity for an instance](https://help.aliyun.com/document_detail/279559.html).
965
1012
  *
966
1013
  * @param request - CreateVpcEndpointRequest
967
1014
  * @returns CreateVpcEndpointResponse
@@ -972,7 +1019,7 @@ class Client extends openapi_core_1.default {
972
1019
  return await this.createVpcEndpointWithOptions(InstanceId, request, headers, runtime);
973
1020
  }
974
1021
  /**
975
- * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
1022
+ * Takes part of the zones offline when multiple zones are available, and migrates the nodes in the offline zones to other zones.
976
1023
  *
977
1024
  * @param request - DeactivateZonesRequest
978
1025
  * @param headers - map
@@ -1004,7 +1051,7 @@ class Client extends openapi_core_1.default {
1004
1051
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeactivateZonesResponse({}));
1005
1052
  }
1006
1053
  /**
1007
- * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
1054
+ * Takes part of the zones offline when multiple zones are available, and migrates the nodes in the offline zones to other zones.
1008
1055
  *
1009
1056
  * @param request - DeactivateZonesRequest
1010
1057
  * @returns DeactivateZonesResponse
@@ -1015,7 +1062,7 @@ class Client extends openapi_core_1.default {
1015
1062
  return await this.deactivateZonesWithOptions(InstanceId, request, headers, runtime);
1016
1063
  }
1017
1064
  /**
1018
- * Deletes a shipper.
1065
+ * Deletes a specified collector.
1019
1066
  *
1020
1067
  * @param request - DeleteCollectorRequest
1021
1068
  * @param headers - map
@@ -1046,7 +1093,7 @@ class Client extends openapi_core_1.default {
1046
1093
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCollectorResponse({}));
1047
1094
  }
1048
1095
  /**
1049
- * Deletes a shipper.
1096
+ * Deletes a specified collector.
1050
1097
  *
1051
1098
  * @param request - DeleteCollectorRequest
1052
1099
  * @returns DeleteCollectorResponse
@@ -1057,7 +1104,10 @@ class Client extends openapi_core_1.default {
1057
1104
  return await this.deleteCollectorWithOptions(ResId, request, headers, runtime);
1058
1105
  }
1059
1106
  /**
1060
- * 删除组合索引模板
1107
+ * Deletes a component index template of Elasticsearch.
1108
+ *
1109
+ * @remarks
1110
+ * For more information, see [Store massive amounts of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
1061
1111
  *
1062
1112
  * @param headers - map
1063
1113
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1081,7 +1131,10 @@ class Client extends openapi_core_1.default {
1081
1131
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteComponentIndexResponse({}));
1082
1132
  }
1083
1133
  /**
1084
- * 删除组合索引模板
1134
+ * Deletes a component index template of Elasticsearch.
1135
+ *
1136
+ * @remarks
1137
+ * For more information, see [Store massive amounts of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
1085
1138
  * @returns DeleteComponentIndexResponse
1086
1139
  */
1087
1140
  async deleteComponentIndex(InstanceId, name) {
@@ -1090,7 +1143,7 @@ class Client extends openapi_core_1.default {
1090
1143
  return await this.deleteComponentIndexWithOptions(InstanceId, name, headers, runtime);
1091
1144
  }
1092
1145
  /**
1093
- * Call DeleteConnectedCluster to remove the interconnected instance.
1146
+ * Deletes the network connectivity between two instances.
1094
1147
  *
1095
1148
  * @param request - DeleteConnectedClusterRequest
1096
1149
  * @param headers - map
@@ -1124,7 +1177,7 @@ class Client extends openapi_core_1.default {
1124
1177
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteConnectedClusterResponse({}));
1125
1178
  }
1126
1179
  /**
1127
- * Call DeleteConnectedCluster to remove the interconnected instance.
1180
+ * Deletes the network connectivity between two instances.
1128
1181
  *
1129
1182
  * @param request - DeleteConnectedClusterRequest
1130
1183
  * @returns DeleteConnectedClusterResponse
@@ -1135,7 +1188,10 @@ class Client extends openapi_core_1.default {
1135
1188
  return await this.deleteConnectedClusterWithOptions(InstanceId, request, headers, runtime);
1136
1189
  }
1137
1190
  /**
1138
- * 删除数据流
1191
+ * Deletes a specified cluster data stream.
1192
+ *
1193
+ * @remarks
1194
+ * > - 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.
1139
1195
  *
1140
1196
  * @param request - DeleteDataStreamRequest
1141
1197
  * @param headers - map
@@ -1166,7 +1222,10 @@ class Client extends openapi_core_1.default {
1166
1222
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataStreamResponse({}));
1167
1223
  }
1168
1224
  /**
1169
- * 删除数据流
1225
+ * Deletes a specified cluster data stream.
1226
+ *
1227
+ * @remarks
1228
+ * > - 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.
1170
1229
  *
1171
1230
  * @param request - DeleteDataStreamRequest
1172
1231
  * @returns DeleteDataStreamResponse
@@ -1177,7 +1236,7 @@ class Client extends openapi_core_1.default {
1177
1236
  return await this.deleteDataStreamWithOptions(InstanceId, DataStream, request, headers, runtime);
1178
1237
  }
1179
1238
  /**
1180
- * You can call this operation to delete an index migration task.
1239
+ * Deletes an Elasticsearch index migration task.
1181
1240
  *
1182
1241
  * @param request - DeleteDataTaskRequest
1183
1242
  * @param headers - map
@@ -1211,7 +1270,7 @@ class Client extends openapi_core_1.default {
1211
1270
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataTaskResponse({}));
1212
1271
  }
1213
1272
  /**
1214
- * You can call this operation to delete an index migration task.
1273
+ * Deletes an Elasticsearch index migration task.
1215
1274
  *
1216
1275
  * @param request - DeleteDataTaskRequest
1217
1276
  * @returns DeleteDataTaskResponse
@@ -1222,7 +1281,10 @@ class Client extends openapi_core_1.default {
1222
1281
  return await this.deleteDataTaskWithOptions(InstanceId, request, headers, runtime);
1223
1282
  }
1224
1283
  /**
1225
- * 删除历史索引模板
1284
+ * Deletes a historical index template.
1285
+ *
1286
+ * @remarks
1287
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
1226
1288
  *
1227
1289
  * @param headers - map
1228
1290
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1246,7 +1308,10 @@ class Client extends openapi_core_1.default {
1246
1308
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDeprecatedTemplateResponse({}));
1247
1309
  }
1248
1310
  /**
1249
- * 删除历史索引模板
1311
+ * Deletes a historical index template.
1312
+ *
1313
+ * @remarks
1314
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
1250
1315
  * @returns DeleteDeprecatedTemplateResponse
1251
1316
  */
1252
1317
  async deleteDeprecatedTemplate(InstanceId, name) {
@@ -1255,6 +1320,11 @@ class Client extends openapi_core_1.default {
1255
1320
  return await this.deleteDeprecatedTemplateWithOptions(InstanceId, name, headers, runtime);
1256
1321
  }
1257
1322
  /**
1323
+ * Deletes a specified index lifecycle policy.
1324
+ *
1325
+ * @remarks
1326
+ * > 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.
1327
+ *
1258
1328
  * @param headers - map
1259
1329
  * @param runtime - runtime options for this request RuntimeOptions
1260
1330
  * @returns DeleteILMPolicyResponse
@@ -1277,6 +1347,10 @@ class Client extends openapi_core_1.default {
1277
1347
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteILMPolicyResponse({}));
1278
1348
  }
1279
1349
  /**
1350
+ * Deletes a specified index lifecycle policy.
1351
+ *
1352
+ * @remarks
1353
+ * > 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.
1280
1354
  * @returns DeleteILMPolicyResponse
1281
1355
  */
1282
1356
  async deleteILMPolicy(InstanceId, PolicyName) {
@@ -1285,7 +1359,10 @@ class Client extends openapi_core_1.default {
1285
1359
  return await this.deleteILMPolicyWithOptions(InstanceId, PolicyName, headers, runtime);
1286
1360
  }
1287
1361
  /**
1288
- * Deletes a top index template.
1362
+ * Deletes a specified index template.
1363
+ *
1364
+ * @remarks
1365
+ * > Before deleting an index template, delete the data streams associated with the index template. Otherwise, the index template cannot be deleted.
1289
1366
  *
1290
1367
  * @param headers - map
1291
1368
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1309,7 +1386,10 @@ class Client extends openapi_core_1.default {
1309
1386
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteIndexTemplateResponse({}));
1310
1387
  }
1311
1388
  /**
1312
- * Deletes a top index template.
1389
+ * Deletes a specified index template.
1390
+ *
1391
+ * @remarks
1392
+ * > Before deleting an index template, delete the data streams associated with the index template. Otherwise, the index template cannot be deleted.
1313
1393
  * @returns DeleteIndexTemplateResponse
1314
1394
  */
1315
1395
  async deleteIndexTemplate(InstanceId, IndexTemplate) {
@@ -1318,7 +1398,11 @@ class Client extends openapi_core_1.default {
1318
1398
  return await this.deleteIndexTemplateWithOptions(InstanceId, IndexTemplate, headers, runtime);
1319
1399
  }
1320
1400
  /**
1321
- * 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.
1401
+ * 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.
1402
+ *
1403
+ * @remarks
1404
+ * Before you invoke this operation, note the following:
1405
+ * 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).
1322
1406
  *
1323
1407
  * @param request - DeleteInstanceRequest
1324
1408
  * @param headers - map
@@ -1352,7 +1436,11 @@ class Client extends openapi_core_1.default {
1352
1436
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteInstanceResponse({}));
1353
1437
  }
1354
1438
  /**
1355
- * 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.
1439
+ * 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.
1440
+ *
1441
+ * @remarks
1442
+ * Before you invoke this operation, note the following:
1443
+ * 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).
1356
1444
  *
1357
1445
  * @param request - DeleteInstanceRequest
1358
1446
  * @returns DeleteInstanceResponse
@@ -1363,10 +1451,11 @@ class Client extends openapi_core_1.default {
1363
1451
  return await this.deleteInstanceWithOptions(InstanceId, request, headers, runtime);
1364
1452
  }
1365
1453
  /**
1366
- * Releases a Logstash cluster.
1454
+ * Proactively releases a Logstash instance.
1367
1455
  *
1368
1456
  * @remarks
1369
- * 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.
1457
+ * Before calling this operation, note the following:
1458
+ * 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.
1370
1459
  *
1371
1460
  * @param request - DeleteLogstashRequest
1372
1461
  * @param headers - map
@@ -1400,10 +1489,11 @@ class Client extends openapi_core_1.default {
1400
1489
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteLogstashResponse({}));
1401
1490
  }
1402
1491
  /**
1403
- * Releases a Logstash cluster.
1492
+ * Proactively releases a Logstash instance.
1404
1493
  *
1405
1494
  * @remarks
1406
- * 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.
1495
+ * Before calling this operation, note the following:
1496
+ * 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.
1407
1497
  *
1408
1498
  * @param request - DeleteLogstashRequest
1409
1499
  * @returns DeleteLogstashResponse
@@ -1414,7 +1504,7 @@ class Client extends openapi_core_1.default {
1414
1504
  return await this.deleteLogstashWithOptions(InstanceId, request, headers, runtime);
1415
1505
  }
1416
1506
  /**
1417
- * Deletes a pipeline that is configured for a Logstash cluster.
1507
+ * Deletes pipelines configured for a Logstash instance.
1418
1508
  *
1419
1509
  * @param request - DeletePipelinesRequest
1420
1510
  * @param headers - map
@@ -1448,7 +1538,7 @@ class Client extends openapi_core_1.default {
1448
1538
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeletePipelinesResponse({}));
1449
1539
  }
1450
1540
  /**
1451
- * Deletes a pipeline that is configured for a Logstash cluster.
1541
+ * Deletes pipelines configured for a Logstash instance.
1452
1542
  *
1453
1543
  * @param request - DeletePipelinesRequest
1454
1544
  * @returns DeletePipelinesResponse
@@ -1459,7 +1549,7 @@ class Client extends openapi_core_1.default {
1459
1549
  return await this.deletePipelinesWithOptions(InstanceId, request, headers, runtime);
1460
1550
  }
1461
1551
  /**
1462
- * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
1552
+ * Deletes a cross-cluster OSS reference repository from an instance.
1463
1553
  *
1464
1554
  * @param request - DeleteSnapshotRepoRequest
1465
1555
  * @param headers - map
@@ -1493,7 +1583,7 @@ class Client extends openapi_core_1.default {
1493
1583
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotRepoResponse({}));
1494
1584
  }
1495
1585
  /**
1496
- * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
1586
+ * Deletes a cross-cluster OSS reference repository from an instance.
1497
1587
  *
1498
1588
  * @param request - DeleteSnapshotRepoRequest
1499
1589
  * @returns DeleteSnapshotRepoResponse
@@ -1504,7 +1594,7 @@ class Client extends openapi_core_1.default {
1504
1594
  return await this.deleteSnapshotRepoWithOptions(InstanceId, request, headers, runtime);
1505
1595
  }
1506
1596
  /**
1507
- * Deletes an endpoint in the VPC within the Elasticsearch service account.
1597
+ * Calls DeleteVpcEndpoint to delete a VPC endpoint under a service account.
1508
1598
  *
1509
1599
  * @param request - DeleteVpcEndpointRequest
1510
1600
  * @param headers - map
@@ -1535,7 +1625,7 @@ class Client extends openapi_core_1.default {
1535
1625
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteVpcEndpointResponse({}));
1536
1626
  }
1537
1627
  /**
1538
- * Deletes an endpoint in the VPC within the Elasticsearch service account.
1628
+ * Calls DeleteVpcEndpoint to delete a VPC endpoint under a service account.
1539
1629
  *
1540
1630
  * @param request - DeleteVpcEndpointRequest
1541
1631
  * @returns DeleteVpcEndpointResponse
@@ -1546,10 +1636,10 @@ class Client extends openapi_core_1.default {
1546
1636
  return await this.deleteVpcEndpointWithOptions(InstanceId, EndpointId, request, headers, runtime);
1547
1637
  }
1548
1638
  /**
1549
- * Queries the information of ES-operator that is installed for a specified Container Service for Kubernetes (ACK) cluster.
1639
+ * Calls the DescribeAckOperator operation to query the Elasticsearch Operator information installed on a specified Container Service for Kubernetes (ACK) cluster.
1550
1640
  *
1551
1641
  * @remarks
1552
- * > 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.
1642
+ * > 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.
1553
1643
  *
1554
1644
  * @param headers - map
1555
1645
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1573,10 +1663,10 @@ class Client extends openapi_core_1.default {
1573
1663
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAckOperatorResponse({}));
1574
1664
  }
1575
1665
  /**
1576
- * Queries the information of ES-operator that is installed for a specified Container Service for Kubernetes (ACK) cluster.
1666
+ * Calls the DescribeAckOperator operation to query the Elasticsearch Operator information installed on a specified Container Service for Kubernetes (ACK) cluster.
1577
1667
  *
1578
1668
  * @remarks
1579
- * > 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.
1669
+ * > 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.
1580
1670
  * @returns DescribeAckOperatorResponse
1581
1671
  */
1582
1672
  async describeAckOperator(ClusterId) {
@@ -1585,7 +1675,7 @@ class Client extends openapi_core_1.default {
1585
1675
  return await this.describeAckOperatorWithOptions(ClusterId, headers, runtime);
1586
1676
  }
1587
1677
  /**
1588
- * Queries the detailed information of a shipper.
1678
+ * Retrieves the details of a collector instance.
1589
1679
  *
1590
1680
  * @param headers - map
1591
1681
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1609,7 +1699,7 @@ class Client extends openapi_core_1.default {
1609
1699
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCollectorResponse({}));
1610
1700
  }
1611
1701
  /**
1612
- * Queries the detailed information of a shipper.
1702
+ * Retrieves the details of a collector instance.
1613
1703
  * @returns DescribeCollectorResponse
1614
1704
  */
1615
1705
  async describeCollector(ResId) {
@@ -1618,7 +1708,10 @@ class Client extends openapi_core_1.default {
1618
1708
  return await this.describeCollectorWithOptions(ResId, headers, runtime);
1619
1709
  }
1620
1710
  /**
1621
- * 查看组合索引模板详情
1711
+ * Queries the details of a composable index template in Elasticsearch.
1712
+ *
1713
+ * @remarks
1714
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
1622
1715
  *
1623
1716
  * @param headers - map
1624
1717
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1642,7 +1735,10 @@ class Client extends openapi_core_1.default {
1642
1735
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeComponentIndexResponse({}));
1643
1736
  }
1644
1737
  /**
1645
- * 查看组合索引模板详情
1738
+ * Queries the details of a composable index template in Elasticsearch.
1739
+ *
1740
+ * @remarks
1741
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
1646
1742
  * @returns DescribeComponentIndexResponse
1647
1743
  */
1648
1744
  async describeComponentIndex(InstanceId, name) {
@@ -1651,7 +1747,7 @@ class Client extends openapi_core_1.default {
1651
1747
  return await this.describeComponentIndexWithOptions(InstanceId, name, headers, runtime);
1652
1748
  }
1653
1749
  /**
1654
- * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
1750
+ * Retrieves a list of instances that can establish private network peering with the current instance. Instances that are already connected are not included.
1655
1751
  *
1656
1752
  * @param request - DescribeConnectableClustersRequest
1657
1753
  * @param headers - map
@@ -1682,7 +1778,7 @@ class Client extends openapi_core_1.default {
1682
1778
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeConnectableClustersResponse({}));
1683
1779
  }
1684
1780
  /**
1685
- * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
1781
+ * Retrieves a list of instances that can establish private network peering with the current instance. Instances that are already connected are not included.
1686
1782
  *
1687
1783
  * @param request - DescribeConnectableClustersRequest
1688
1784
  * @returns DescribeConnectableClustersResponse
@@ -1693,7 +1789,7 @@ class Client extends openapi_core_1.default {
1693
1789
  return await this.describeConnectableClustersWithOptions(InstanceId, request, headers, runtime);
1694
1790
  }
1695
1791
  /**
1696
- * DescribeDeprecatedTemplate
1792
+ * Queries the details of a historical index template.
1697
1793
  *
1698
1794
  * @param headers - map
1699
1795
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1717,7 +1813,7 @@ class Client extends openapi_core_1.default {
1717
1813
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDeprecatedTemplateResponse({}));
1718
1814
  }
1719
1815
  /**
1720
- * DescribeDeprecatedTemplate
1816
+ * Queries the details of a historical index template.
1721
1817
  * @returns DescribeDeprecatedTemplateResponse
1722
1818
  */
1723
1819
  async describeDeprecatedTemplate(InstanceId, name) {
@@ -1726,7 +1822,7 @@ class Client extends openapi_core_1.default {
1726
1822
  return await this.describeDeprecatedTemplateWithOptions(InstanceId, name, headers, runtime);
1727
1823
  }
1728
1824
  /**
1729
- * Queries a historical intelligent O\\&M report.
1825
+ * Calls the DescribeDiagnoseReport operation to view historical reports of intelligent O&M.
1730
1826
  *
1731
1827
  * @param request - DescribeDiagnoseReportRequest
1732
1828
  * @param headers - map
@@ -1757,7 +1853,7 @@ class Client extends openapi_core_1.default {
1757
1853
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiagnoseReportResponse({}));
1758
1854
  }
1759
1855
  /**
1760
- * Queries a historical intelligent O\\&M report.
1856
+ * Calls the DescribeDiagnoseReport operation to view historical reports of intelligent O&M.
1761
1857
  *
1762
1858
  * @param request - DescribeDiagnoseReportRequest
1763
1859
  * @returns DescribeDiagnoseReportResponse
@@ -1768,7 +1864,7 @@ class Client extends openapi_core_1.default {
1768
1864
  return await this.describeDiagnoseReportWithOptions(InstanceId, ReportId, request, headers, runtime);
1769
1865
  }
1770
1866
  /**
1771
- * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
1867
+ * Calls the DescribeDiagnosisSettings operation to obtain the scenario settings of intelligent O&M.
1772
1868
  *
1773
1869
  * @param request - DescribeDiagnosisSettingsRequest
1774
1870
  * @param headers - map
@@ -1799,7 +1895,7 @@ class Client extends openapi_core_1.default {
1799
1895
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiagnosisSettingsResponse({}));
1800
1896
  }
1801
1897
  /**
1802
- * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
1898
+ * Calls the DescribeDiagnosisSettings operation to obtain the scenario settings of intelligent O&M.
1803
1899
  *
1804
1900
  * @param request - DescribeDiagnosisSettingsRequest
1805
1901
  * @returns DescribeDiagnosisSettingsResponse
@@ -1810,7 +1906,7 @@ class Client extends openapi_core_1.default {
1810
1906
  return await this.describeDiagnosisSettingsWithOptions(InstanceId, request, headers, runtime);
1811
1907
  }
1812
1908
  /**
1813
- * 获取集群动态指标
1909
+ * Retrieves dynamic metrics of a cluster.
1814
1910
  *
1815
1911
  * @param headers - map
1816
1912
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1834,7 +1930,7 @@ class Client extends openapi_core_1.default {
1834
1930
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDynamicSettingsResponse({}));
1835
1931
  }
1836
1932
  /**
1837
- * 获取集群动态指标
1933
+ * Retrieves dynamic metrics of a cluster.
1838
1934
  * @returns DescribeDynamicSettingsResponse
1839
1935
  */
1840
1936
  async describeDynamicSettings(InstanceId) {
@@ -1843,13 +1939,13 @@ class Client extends openapi_core_1.default {
1843
1939
  return await this.describeDynamicSettingsWithOptions(InstanceId, headers, runtime);
1844
1940
  }
1845
1941
  /**
1846
- * Check the health status of the cluster and whether it is running normally.
1942
+ * Queries the health status of a cluster to check whether it is running properly.
1847
1943
  *
1848
1944
  * @remarks
1849
- * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
1850
- * * GREEN: Primary shards and replica shards for the primary shards are normally allocated.
1851
- * * YELLOW: Primary shards are normally allocated, but replica shards for the primary shards are not normally allocated.
1852
- * * RED: Primary shards are not normally allocated.
1945
+ * The instance health status. The following three states are supported:
1946
+ * - GREEN: Primary and replica shards are allocated properly.
1947
+ * - YELLOW: Primary shards are allocated properly, but replica shards are not allocated properly.
1948
+ * - RED: Primary shards are not allocated properly.
1853
1949
  *
1854
1950
  * @param headers - map
1855
1951
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1873,13 +1969,13 @@ class Client extends openapi_core_1.default {
1873
1969
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeElasticsearchHealthResponse({}));
1874
1970
  }
1875
1971
  /**
1876
- * Check the health status of the cluster and whether it is running normally.
1972
+ * Queries the health status of a cluster to check whether it is running properly.
1877
1973
  *
1878
1974
  * @remarks
1879
- * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
1880
- * * GREEN: Primary shards and replica shards for the primary shards are normally allocated.
1881
- * * YELLOW: Primary shards are normally allocated, but replica shards for the primary shards are not normally allocated.
1882
- * * RED: Primary shards are not normally allocated.
1975
+ * The instance health status. The following three states are supported:
1976
+ * - GREEN: Primary and replica shards are allocated properly.
1977
+ * - YELLOW: Primary shards are allocated properly, but replica shards are not allocated properly.
1978
+ * - RED: Primary shards are not allocated properly.
1883
1979
  * @returns DescribeElasticsearchHealthResponse
1884
1980
  */
1885
1981
  async describeElasticsearchHealth(InstanceId) {
@@ -1888,6 +1984,8 @@ class Client extends openapi_core_1.default {
1888
1984
  return await this.describeElasticsearchHealthWithOptions(InstanceId, headers, runtime);
1889
1985
  }
1890
1986
  /**
1987
+ * Queries the details of a specified index lifecycle policy.
1988
+ *
1891
1989
  * @param headers - map
1892
1990
  * @param runtime - runtime options for this request RuntimeOptions
1893
1991
  * @returns DescribeILMPolicyResponse
@@ -1910,6 +2008,7 @@ class Client extends openapi_core_1.default {
1910
2008
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeILMPolicyResponse({}));
1911
2009
  }
1912
2010
  /**
2011
+ * Queries the details of a specified index lifecycle policy.
1913
2012
  * @returns DescribeILMPolicyResponse
1914
2013
  */
1915
2014
  async describeILMPolicy(InstanceId, PolicyName) {
@@ -1918,6 +2017,8 @@ class Client extends openapi_core_1.default {
1918
2017
  return await this.describeILMPolicyWithOptions(InstanceId, PolicyName, headers, runtime);
1919
2018
  }
1920
2019
  /**
2020
+ * Returns information about an index template.
2021
+ *
1921
2022
  * @param headers - map
1922
2023
  * @param runtime - runtime options for this request RuntimeOptions
1923
2024
  * @returns DescribeIndexTemplateResponse
@@ -1940,6 +2041,7 @@ class Client extends openapi_core_1.default {
1940
2041
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeIndexTemplateResponse({}));
1941
2042
  }
1942
2043
  /**
2044
+ * Returns information about an index template.
1943
2045
  * @returns DescribeIndexTemplateResponse
1944
2046
  */
1945
2047
  async describeIndexTemplate(InstanceId, IndexTemplate) {
@@ -1948,7 +2050,7 @@ class Client extends openapi_core_1.default {
1948
2050
  return await this.describeIndexTemplateWithOptions(InstanceId, IndexTemplate, headers, runtime);
1949
2051
  }
1950
2052
  /**
1951
- * The name of the dictionary file.
2053
+ * Queries the details of a specified instance.
1952
2054
  *
1953
2055
  * @param headers - map
1954
2056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1972,7 +2074,7 @@ class Client extends openapi_core_1.default {
1972
2074
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeInstanceResponse({}));
1973
2075
  }
1974
2076
  /**
1975
- * The name of the dictionary file.
2077
+ * Queries the details of a specified instance.
1976
2078
  * @returns DescribeInstanceResponse
1977
2079
  */
1978
2080
  async describeInstance(InstanceId) {
@@ -1981,7 +2083,7 @@ class Client extends openapi_core_1.default {
1981
2083
  return await this.describeInstanceWithOptions(InstanceId, headers, runtime);
1982
2084
  }
1983
2085
  /**
1984
- * Get the configuration of the Kibana node for the Elasticsearch cluster.
2086
+ * Retrieves the Kibana node configuration of an Elasticsearch instance.
1985
2087
  *
1986
2088
  * @param headers - map
1987
2089
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2005,7 +2107,7 @@ class Client extends openapi_core_1.default {
2005
2107
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeKibanaSettingsResponse({}));
2006
2108
  }
2007
2109
  /**
2008
- * Get the configuration of the Kibana node for the Elasticsearch cluster.
2110
+ * Retrieves the Kibana node configuration of an Elasticsearch instance.
2009
2111
  * @returns DescribeKibanaSettingsResponse
2010
2112
  */
2011
2113
  async describeKibanaSettings(InstanceId) {
@@ -2014,7 +2116,7 @@ class Client extends openapi_core_1.default {
2014
2116
  return await this.describeKibanaSettingsWithOptions(InstanceId, headers, runtime);
2015
2117
  }
2016
2118
  /**
2017
- * Queries the information about a Logstash cluster.
2119
+ * Queries the details of a Logstash instance.
2018
2120
  *
2019
2121
  * @param headers - map
2020
2122
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2038,7 +2140,7 @@ class Client extends openapi_core_1.default {
2038
2140
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLogstashResponse({}));
2039
2141
  }
2040
2142
  /**
2041
- * Queries the information about a Logstash cluster.
2143
+ * Queries the details of a Logstash instance.
2042
2144
  * @returns DescribeLogstashResponse
2043
2145
  */
2044
2146
  async describeLogstash(InstanceId) {
@@ -2047,7 +2149,7 @@ class Client extends openapi_core_1.default {
2047
2149
  return await this.describeLogstashWithOptions(InstanceId, headers, runtime);
2048
2150
  }
2049
2151
  /**
2050
- * Queries the information about a pipeline in a Logstash cluster.
2152
+ * Retrieves the pipeline information of a Logstash instance.
2051
2153
  *
2052
2154
  * @param headers - map
2053
2155
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2071,7 +2173,7 @@ class Client extends openapi_core_1.default {
2071
2173
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePipelineResponse({}));
2072
2174
  }
2073
2175
  /**
2074
- * Queries the information about a pipeline in a Logstash cluster.
2176
+ * Retrieves the pipeline information of a Logstash instance.
2075
2177
  * @returns DescribePipelineResponse
2076
2178
  */
2077
2179
  async describePipeline(InstanceId, PipelineId) {
@@ -2080,7 +2182,7 @@ class Client extends openapi_core_1.default {
2080
2182
  return await this.describePipelineWithOptions(InstanceId, PipelineId, headers, runtime);
2081
2183
  }
2082
2184
  /**
2083
- * Queries the management configurations of pipelines in a Logstash cluster.
2185
+ * Calls DescribePipelineManagementConfig to retrieve the pipeline management configuration of a Logstash instance.
2084
2186
  *
2085
2187
  * @param request - DescribePipelineManagementConfigRequest
2086
2188
  * @param headers - map
@@ -2111,7 +2213,7 @@ class Client extends openapi_core_1.default {
2111
2213
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePipelineManagementConfigResponse({}));
2112
2214
  }
2113
2215
  /**
2114
- * Queries the management configurations of pipelines in a Logstash cluster.
2216
+ * Calls DescribePipelineManagementConfig to retrieve the pipeline management configuration of a Logstash instance.
2115
2217
  *
2116
2218
  * @param request - DescribePipelineManagementConfigRequest
2117
2219
  * @returns DescribePipelineManagementConfigResponse
@@ -2122,7 +2224,7 @@ class Client extends openapi_core_1.default {
2122
2224
  return await this.describePipelineManagementConfigWithOptions(InstanceId, request, headers, runtime);
2123
2225
  }
2124
2226
  /**
2125
- * Get the region information of Alibaba Cloud Elasticsearch.
2227
+ * Retrieves the region information of Alibaba Cloud Elasticsearch.
2126
2228
  *
2127
2229
  * @param headers - map
2128
2230
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2146,7 +2248,7 @@ class Client extends openapi_core_1.default {
2146
2248
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
2147
2249
  }
2148
2250
  /**
2149
- * Get the region information of Alibaba Cloud Elasticsearch.
2251
+ * Retrieves the region information of Alibaba Cloud Elasticsearch.
2150
2252
  * @returns DescribeRegionsResponse
2151
2253
  */
2152
2254
  async describeRegions() {
@@ -2155,7 +2257,7 @@ class Client extends openapi_core_1.default {
2155
2257
  return await this.describeRegionsWithOptions(headers, runtime);
2156
2258
  }
2157
2259
  /**
2158
- * Get the snapshot backup settings of the cluster, backup cycle.
2260
+ * Retrieves the snapshot backup settings and backup cycle of a cluster.
2159
2261
  *
2160
2262
  * @param headers - map
2161
2263
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2179,7 +2281,7 @@ class Client extends openapi_core_1.default {
2179
2281
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSnapshotSettingResponse({}));
2180
2282
  }
2181
2283
  /**
2182
- * Get the snapshot backup settings of the cluster, backup cycle.
2284
+ * Retrieves the snapshot backup settings and backup cycle of a cluster.
2183
2285
  * @returns DescribeSnapshotSettingResponse
2184
2286
  */
2185
2287
  async describeSnapshotSetting(InstanceId) {
@@ -2188,6 +2290,8 @@ class Client extends openapi_core_1.default {
2188
2290
  return await this.describeSnapshotSettingWithOptions(InstanceId, headers, runtime);
2189
2291
  }
2190
2292
  /**
2293
+ * Retrieves the scenario-specific template configuration and cluster settings of an instance.
2294
+ *
2191
2295
  * @param headers - map
2192
2296
  * @param runtime - runtime options for this request RuntimeOptions
2193
2297
  * @returns DescribeTemplatesResponse
@@ -2210,6 +2314,7 @@ class Client extends openapi_core_1.default {
2210
2314
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplatesResponse({}));
2211
2315
  }
2212
2316
  /**
2317
+ * Retrieves the scenario-specific template configuration and cluster settings of an instance.
2213
2318
  * @returns DescribeTemplatesResponse
2214
2319
  */
2215
2320
  async describeTemplates(InstanceId) {
@@ -2218,7 +2323,7 @@ class Client extends openapi_core_1.default {
2218
2323
  return await this.describeTemplatesWithOptions(InstanceId, headers, runtime);
2219
2324
  }
2220
2325
  /**
2221
- * Queries the X-Pack Monitoring configurations of a Logstash cluster.
2326
+ * Retrieves the X-Pack monitoring configuration of a Logstash instance.
2222
2327
  *
2223
2328
  * @param headers - map
2224
2329
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2242,7 +2347,7 @@ class Client extends openapi_core_1.default {
2242
2347
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeXpackMonitorConfigResponse({}));
2243
2348
  }
2244
2349
  /**
2245
- * Queries the X-Pack Monitoring configurations of a Logstash cluster.
2350
+ * Retrieves the X-Pack monitoring configuration of a Logstash instance.
2246
2351
  * @returns DescribeXpackMonitorConfigResponse
2247
2352
  */
2248
2353
  async describeXpackMonitorConfig(InstanceId) {
@@ -2251,7 +2356,7 @@ class Client extends openapi_core_1.default {
2251
2356
  return await this.describeXpackMonitorConfigWithOptions(InstanceId, headers, runtime);
2252
2357
  }
2253
2358
  /**
2254
- * Diagnoses an Elasticsearch cluster.
2359
+ * Calls DiagnoseInstance to immediately diagnose an instance.
2255
2360
  *
2256
2361
  * @param request - DiagnoseInstanceRequest
2257
2362
  * @param headers - map
@@ -2296,7 +2401,7 @@ class Client extends openapi_core_1.default {
2296
2401
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DiagnoseInstanceResponse({}));
2297
2402
  }
2298
2403
  /**
2299
- * Diagnoses an Elasticsearch cluster.
2404
+ * Calls DiagnoseInstance to immediately diagnose an instance.
2300
2405
  *
2301
2406
  * @param request - DiagnoseInstanceRequest
2302
2407
  * @returns DiagnoseInstanceResponse
@@ -2307,7 +2412,10 @@ class Client extends openapi_core_1.default {
2307
2412
  return await this.diagnoseInstanceWithOptions(InstanceId, request, headers, runtime);
2308
2413
  }
2309
2414
  /**
2310
- * Disable Private Network Access of Kibana
2415
+ * Disables Kibana private network access.
2416
+ *
2417
+ * @remarks
2418
+ * This API operation supports only cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2311
2419
  *
2312
2420
  * @param headers - map
2313
2421
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2331,7 +2439,10 @@ class Client extends openapi_core_1.default {
2331
2439
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableKibanaPvlNetworkResponse({}));
2332
2440
  }
2333
2441
  /**
2334
- * Disable Private Network Access of Kibana
2442
+ * Disables Kibana private network access.
2443
+ *
2444
+ * @remarks
2445
+ * This API operation supports only cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2335
2446
  * @returns DisableKibanaPvlNetworkResponse
2336
2447
  */
2337
2448
  async disableKibanaPvlNetwork(InstanceId) {
@@ -2340,7 +2451,11 @@ class Client extends openapi_core_1.default {
2340
2451
  return await this.disableKibanaPvlNetworkWithOptions(InstanceId, headers, runtime);
2341
2452
  }
2342
2453
  /**
2343
- * 开启v3 kibana私网
2454
+ * Invokes the EnableKibanaPvlNetwork operation to enable private network access for Kibana.
2455
+ *
2456
+ * @remarks
2457
+ * 1. This API operation is supported only for cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2458
+ * 2. The Kibana specification must be greater than 1 vCPU and 2 GB of memory.
2344
2459
  *
2345
2460
  * @param request - EnableKibanaPvlNetworkRequest
2346
2461
  * @param headers - map
@@ -2385,7 +2500,11 @@ class Client extends openapi_core_1.default {
2385
2500
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableKibanaPvlNetworkResponse({}));
2386
2501
  }
2387
2502
  /**
2388
- * 开启v3 kibana私网
2503
+ * Invokes the EnableKibanaPvlNetwork operation to enable private network access for Kibana.
2504
+ *
2505
+ * @remarks
2506
+ * 1. This API operation is supported only for cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2507
+ * 2. The Kibana specification must be greater than 1 vCPU and 2 GB of memory.
2389
2508
  *
2390
2509
  * @param request - EnableKibanaPvlNetworkRequest
2391
2510
  * @returns EnableKibanaPvlNetworkResponse
@@ -2396,7 +2515,7 @@ class Client extends openapi_core_1.default {
2396
2515
  return await this.enableKibanaPvlNetworkWithOptions(InstanceId, request, headers, runtime);
2397
2516
  }
2398
2517
  /**
2399
- * Queries the estimated time that is required to restart a Logstash cluster.
2518
+ * Retrieves the estimated restart time of a Logstash instance.
2400
2519
  *
2401
2520
  * @param request - EstimatedLogstashRestartTimeRequest
2402
2521
  * @param headers - map
@@ -2428,7 +2547,7 @@ class Client extends openapi_core_1.default {
2428
2547
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EstimatedLogstashRestartTimeResponse({}));
2429
2548
  }
2430
2549
  /**
2431
- * Queries the estimated time that is required to restart a Logstash cluster.
2550
+ * Retrieves the estimated restart time of a Logstash instance.
2432
2551
  *
2433
2552
  * @param request - EstimatedLogstashRestartTimeRequest
2434
2553
  * @returns EstimatedLogstashRestartTimeResponse
@@ -2439,7 +2558,7 @@ class Client extends openapi_core_1.default {
2439
2558
  return await this.estimatedLogstashRestartTimeWithOptions(InstanceId, request, headers, runtime);
2440
2559
  }
2441
2560
  /**
2442
- * Queries the estimated time that is required to restart an Elasticsearch cluster.
2561
+ * Retrieves the estimated restart time for an instance.
2443
2562
  *
2444
2563
  * @param request - EstimatedRestartTimeRequest
2445
2564
  * @param headers - map
@@ -2471,7 +2590,7 @@ class Client extends openapi_core_1.default {
2471
2590
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EstimatedRestartTimeResponse({}));
2472
2591
  }
2473
2592
  /**
2474
- * Queries the estimated time that is required to restart an Elasticsearch cluster.
2593
+ * Retrieves the estimated restart time for an instance.
2475
2594
  *
2476
2595
  * @param request - EstimatedRestartTimeRequest
2477
2596
  * @returns EstimatedRestartTimeResponse
@@ -2482,7 +2601,7 @@ class Client extends openapi_core_1.default {
2482
2601
  return await this.estimatedRestartTimeWithOptions(InstanceId, request, headers, runtime);
2483
2602
  }
2484
2603
  /**
2485
- * Call GetClusterDataInformation to obtain the data information about the cluster.
2604
+ * Retrieves index migration data information.
2486
2605
  *
2487
2606
  * @param request - GetClusterDataInformationRequest
2488
2607
  * @param headers - map
@@ -2509,7 +2628,7 @@ class Client extends openapi_core_1.default {
2509
2628
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetClusterDataInformationResponse({}));
2510
2629
  }
2511
2630
  /**
2512
- * Call GetClusterDataInformation to obtain the data information about the cluster.
2631
+ * Retrieves index migration data information.
2513
2632
  *
2514
2633
  * @param request - GetClusterDataInformationRequest
2515
2634
  * @returns GetClusterDataInformationResponse
@@ -2520,6 +2639,8 @@ class Client extends openapi_core_1.default {
2520
2639
  return await this.getClusterDataInformationWithOptions(request, headers, runtime);
2521
2640
  }
2522
2641
  /**
2642
+ * Retrieves the elastic scaling rules of a cluster. Elastic nodes must be purchased when the instance is created.
2643
+ *
2523
2644
  * @param headers - map
2524
2645
  * @param runtime - runtime options for this request RuntimeOptions
2525
2646
  * @returns GetElastictaskResponse
@@ -2542,6 +2663,7 @@ class Client extends openapi_core_1.default {
2542
2663
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetElastictaskResponse({}));
2543
2664
  }
2544
2665
  /**
2666
+ * Retrieves the elastic scaling rules of a cluster. Elastic nodes must be purchased when the instance is created.
2545
2667
  * @returns GetElastictaskResponse
2546
2668
  */
2547
2669
  async getElastictask(InstanceId) {
@@ -2601,7 +2723,7 @@ class Client extends openapi_core_1.default {
2601
2723
  return await this.getEmonAlarmRecordStatisticsDistributeWithOptions(request, headers, runtime);
2602
2724
  }
2603
2725
  /**
2604
- * 获取高级监控报警自定义Grafana监控报警项
2726
+ * Calls GetEmonGrafanaAlerts to retrieve the Grafana alert list.
2605
2727
  *
2606
2728
  * @param request - GetEmonGrafanaAlertsRequest
2607
2729
  * @param headers - map
@@ -2632,7 +2754,7 @@ class Client extends openapi_core_1.default {
2632
2754
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetEmonGrafanaAlertsResponse({}));
2633
2755
  }
2634
2756
  /**
2635
- * 获取高级监控报警自定义Grafana监控报警项
2757
+ * Calls GetEmonGrafanaAlerts to retrieve the Grafana alert list.
2636
2758
  *
2637
2759
  * @param request - GetEmonGrafanaAlertsRequest
2638
2760
  * @returns GetEmonGrafanaAlertsResponse
@@ -2643,7 +2765,7 @@ class Client extends openapi_core_1.default {
2643
2765
  return await this.getEmonGrafanaAlertsWithOptions(ProjectId, request, headers, runtime);
2644
2766
  }
2645
2767
  /**
2646
- * 获取高级监控报警自定义Grafana监控大盘列表
2768
+ * Calls GetEmonGrafanaDashboards to retrieve the list of Grafana dashboards.
2647
2769
  *
2648
2770
  * @param request - GetEmonGrafanaDashboardsRequest
2649
2771
  * @param headers - map
@@ -2674,7 +2796,7 @@ class Client extends openapi_core_1.default {
2674
2796
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetEmonGrafanaDashboardsResponse({}));
2675
2797
  }
2676
2798
  /**
2677
- * 获取高级监控报警自定义Grafana监控大盘列表
2799
+ * Calls GetEmonGrafanaDashboards to retrieve the list of Grafana dashboards.
2678
2800
  *
2679
2801
  * @param request - GetEmonGrafanaDashboardsRequest
2680
2802
  * @returns GetEmonGrafanaDashboardsResponse
@@ -2685,7 +2807,7 @@ class Client extends openapi_core_1.default {
2685
2807
  return await this.getEmonGrafanaDashboardsWithOptions(ProjectId, request, headers, runtime);
2686
2808
  }
2687
2809
  /**
2688
- * GetEmonMonitorData
2810
+ * Queries the Grafana metric monitoring data of an Elasticsearch instance.
2689
2811
  *
2690
2812
  * @param request - GetEmonMonitorDataRequest
2691
2813
  * @param headers - map
@@ -2716,7 +2838,7 @@ class Client extends openapi_core_1.default {
2716
2838
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetEmonMonitorDataResponse({}));
2717
2839
  }
2718
2840
  /**
2719
- * GetEmonMonitorData
2841
+ * Queries the Grafana metric monitoring data of an Elasticsearch instance.
2720
2842
  *
2721
2843
  * @param request - GetEmonMonitorDataRequest
2722
2844
  * @returns GetEmonMonitorDataResponse
@@ -2727,7 +2849,7 @@ class Client extends openapi_core_1.default {
2727
2849
  return await this.getEmonMonitorDataWithOptions(ProjectId, request, headers, runtime);
2728
2850
  }
2729
2851
  /**
2730
- * 获取keystore信息
2852
+ * Retrieve keystore information
2731
2853
  *
2732
2854
  * @param headers - map
2733
2855
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2751,7 +2873,7 @@ class Client extends openapi_core_1.default {
2751
2873
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetKeystoresResponse({}));
2752
2874
  }
2753
2875
  /**
2754
- * 获取keystore信息
2876
+ * Retrieve keystore information
2755
2877
  * @returns GetKeystoresResponse
2756
2878
  */
2757
2879
  async getKeystores(InstanceId) {
@@ -2760,7 +2882,7 @@ class Client extends openapi_core_1.default {
2760
2882
  return await this.getKeystoresWithOptions(InstanceId, headers, runtime);
2761
2883
  }
2762
2884
  /**
2763
- * View the storage capacity and usage of the OpensStore instance.
2885
+ * Queries the storage capacity and usage of an OpenStore instance.
2764
2886
  *
2765
2887
  * @param headers - map
2766
2888
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2784,7 +2906,7 @@ class Client extends openapi_core_1.default {
2784
2906
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetOpenStoreUsageResponse({}));
2785
2907
  }
2786
2908
  /**
2787
- * View the storage capacity and usage of the OpensStore instance.
2909
+ * Queries the storage capacity and usage of an OpenStore instance.
2788
2910
  * @returns GetOpenStoreUsageResponse
2789
2911
  */
2790
2912
  async getOpenStoreUsage(InstanceId) {
@@ -2793,7 +2915,7 @@ class Client extends openapi_core_1.default {
2793
2915
  return await this.getOpenStoreUsageWithOptions(InstanceId, headers, runtime);
2794
2916
  }
2795
2917
  /**
2796
- * Queries the configuration information about the current region.
2918
+ * Retrieves the current region information.
2797
2919
  *
2798
2920
  * @param request - GetRegionConfigurationRequest
2799
2921
  * @param headers - map
@@ -2824,7 +2946,7 @@ class Client extends openapi_core_1.default {
2824
2946
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetRegionConfigurationResponse({}));
2825
2947
  }
2826
2948
  /**
2827
- * Queries the configuration information about the current region.
2949
+ * Retrieves the current region information.
2828
2950
  *
2829
2951
  * @param request - GetRegionConfigurationRequest
2830
2952
  * @returns GetRegionConfigurationResponse
@@ -2868,7 +2990,7 @@ class Client extends openapi_core_1.default {
2868
2990
  return await this.getRegionalInstanceConfigWithOptions(headers, runtime);
2869
2991
  }
2870
2992
  /**
2871
- * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
2993
+ * Retrieves the nodes that can be removed based on the specified node type and quantity.
2872
2994
  *
2873
2995
  * @param request - GetSuggestShrinkableNodesRequest
2874
2996
  * @param headers - map
@@ -2905,7 +3027,7 @@ class Client extends openapi_core_1.default {
2905
3027
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSuggestShrinkableNodesResponse({}));
2906
3028
  }
2907
3029
  /**
2908
- * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
3030
+ * Retrieves the nodes that can be removed based on the specified node type and quantity.
2909
3031
  *
2910
3032
  * @param request - GetSuggestShrinkableNodesRequest
2911
3033
  * @returns GetSuggestShrinkableNodesResponse
@@ -2916,7 +3038,7 @@ class Client extends openapi_core_1.default {
2916
3038
  return await this.getSuggestShrinkableNodesWithOptions(InstanceId, request, headers, runtime);
2917
3039
  }
2918
3040
  /**
2919
- * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
3041
+ * Retrieves the nodes available for data migration based on the specified node type and count.
2920
3042
  *
2921
3043
  * @param request - GetTransferableNodesRequest
2922
3044
  * @param headers - map
@@ -2950,7 +3072,7 @@ class Client extends openapi_core_1.default {
2950
3072
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTransferableNodesResponse({}));
2951
3073
  }
2952
3074
  /**
2953
- * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
3075
+ * Retrieves the nodes available for data migration based on the specified node type and count.
2954
3076
  *
2955
3077
  * @param request - GetTransferableNodesRequest
2956
3078
  * @returns GetTransferableNodesResponse
@@ -2961,7 +3083,7 @@ class Client extends openapi_core_1.default {
2961
3083
  return await this.getTransferableNodesWithOptions(InstanceId, request, headers, runtime);
2962
3084
  }
2963
3085
  /**
2964
- * 灰度完成继续变更
3086
+ * Continue restarting the remaining edge zones of the Elasticsearch instance after the phased release is completed.
2965
3087
  *
2966
3088
  * @param request - GrayPublishRequest
2967
3089
  * @param headers - map
@@ -2992,7 +3114,7 @@ class Client extends openapi_core_1.default {
2992
3114
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GrayPublishResponse({}));
2993
3115
  }
2994
3116
  /**
2995
- * 灰度完成继续变更
3117
+ * Continue restarting the remaining edge zones of the Elasticsearch instance after the phased release is completed.
2996
3118
  *
2997
3119
  * @param request - GrayPublishRequest
2998
3120
  * @returns GrayPublishResponse
@@ -3003,7 +3125,7 @@ class Client extends openapi_core_1.default {
3003
3125
  return await this.grayPublishWithOptions(InstanceId, request, headers, runtime);
3004
3126
  }
3005
3127
  /**
3006
- * 初始化ai模型
3128
+ * Initialize AI model
3007
3129
  *
3008
3130
  * @param request - InitModelRequest
3009
3131
  * @param headers - map
@@ -3046,7 +3168,7 @@ class Client extends openapi_core_1.default {
3046
3168
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InitModelResponse({}));
3047
3169
  }
3048
3170
  /**
3049
- * 初始化ai模型
3171
+ * Initialize AI model
3050
3172
  *
3051
3173
  * @param request - InitModelRequest
3052
3174
  * @returns InitModelResponse
@@ -3057,10 +3179,10 @@ class Client extends openapi_core_1.default {
3057
3179
  return await this.initModelWithOptions(InstanceId, request, headers, runtime);
3058
3180
  }
3059
3181
  /**
3060
- * Creates a service-linked role.
3182
+ * Calls the InitializeOperationRole operation to create a service-linked role.
3061
3183
  *
3062
3184
  * @remarks
3063
- * > 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.
3185
+ * > 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.
3064
3186
  *
3065
3187
  * @param request - InitializeOperationRoleRequest
3066
3188
  * @param headers - map
@@ -3092,10 +3214,10 @@ class Client extends openapi_core_1.default {
3092
3214
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InitializeOperationRoleResponse({}));
3093
3215
  }
3094
3216
  /**
3095
- * Creates a service-linked role.
3217
+ * Calls the InitializeOperationRole operation to create a service-linked role.
3096
3218
  *
3097
3219
  * @remarks
3098
- * > 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.
3220
+ * > 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.
3099
3221
  *
3100
3222
  * @param request - InitializeOperationRoleRequest
3101
3223
  * @returns InitializeOperationRoleResponse
@@ -3106,10 +3228,10 @@ class Client extends openapi_core_1.default {
3106
3228
  return await this.initializeOperationRoleWithOptions(request, headers, runtime);
3107
3229
  }
3108
3230
  /**
3109
- * Installs ES-operator for a Container Service for Kubernetes (ACK) cluster.
3231
+ * Installs the ACK Operator on a specified Container Service cluster.
3110
3232
  *
3111
3233
  * @remarks
3112
- * > Before you install a shipper for an ACK cluster, you must call this operation to install ES-operator for the cluster.
3234
+ * > Before installing a collector on an ACK cluster, call this operation to install the Elasticsearch Operator on the target cluster.
3113
3235
  *
3114
3236
  * @param request - InstallAckOperatorRequest
3115
3237
  * @param headers - map
@@ -3141,10 +3263,10 @@ class Client extends openapi_core_1.default {
3141
3263
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallAckOperatorResponse({}));
3142
3264
  }
3143
3265
  /**
3144
- * Installs ES-operator for a Container Service for Kubernetes (ACK) cluster.
3266
+ * Installs the ACK Operator on a specified Container Service cluster.
3145
3267
  *
3146
3268
  * @remarks
3147
- * > Before you install a shipper for an ACK cluster, you must call this operation to install ES-operator for the cluster.
3269
+ * > Before installing a collector on an ACK cluster, call this operation to install the Elasticsearch Operator on the target cluster.
3148
3270
  *
3149
3271
  * @param request - InstallAckOperatorRequest
3150
3272
  * @returns InstallAckOperatorResponse
@@ -3155,7 +3277,7 @@ class Client extends openapi_core_1.default {
3155
3277
  return await this.installAckOperatorWithOptions(ClusterId, request, headers, runtime);
3156
3278
  }
3157
3279
  /**
3158
- * Call InstallKibanaSystemPlugin to install the Kibana plug-in. The Kibana specification must be 2-Core 4 GB or higher.
3280
+ * Installs preset plug-ins for Kibana. The Kibana instance must have specifications of 2 vCPUs and 4 GB of memory or higher.
3159
3281
  *
3160
3282
  * @param request - InstallKibanaSystemPluginRequest
3161
3283
  * @param headers - map
@@ -3187,7 +3309,7 @@ class Client extends openapi_core_1.default {
3187
3309
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallKibanaSystemPluginResponse({}));
3188
3310
  }
3189
3311
  /**
3190
- * Call InstallKibanaSystemPlugin to install the Kibana plug-in. The Kibana specification must be 2-Core 4 GB or higher.
3312
+ * Installs preset plug-ins for Kibana. The Kibana instance must have specifications of 2 vCPUs and 4 GB of memory or higher.
3191
3313
  *
3192
3314
  * @param request - InstallKibanaSystemPluginRequest
3193
3315
  * @returns InstallKibanaSystemPluginResponse
@@ -3198,10 +3320,11 @@ class Client extends openapi_core_1.default {
3198
3320
  return await this.installKibanaSystemPluginWithOptions(InstanceId, request, headers, runtime);
3199
3321
  }
3200
3322
  /**
3201
- * Installs a plug-in.
3323
+ * Installs system plugins for a specified Logstash instance.
3202
3324
  *
3203
3325
  * @remarks
3204
- * ls-cn-oew1qbgl\\*\\*\\*\\*
3326
+ * Before calling this operation, note the following:
3327
+ * 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.
3205
3328
  *
3206
3329
  * @param request - InstallLogstashSystemPluginRequest
3207
3330
  * @param headers - map
@@ -3233,10 +3356,11 @@ class Client extends openapi_core_1.default {
3233
3356
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallLogstashSystemPluginResponse({}));
3234
3357
  }
3235
3358
  /**
3236
- * Installs a plug-in.
3359
+ * Installs system plugins for a specified Logstash instance.
3237
3360
  *
3238
3361
  * @remarks
3239
- * ls-cn-oew1qbgl\\*\\*\\*\\*
3362
+ * Before calling this operation, note the following:
3363
+ * 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.
3240
3364
  *
3241
3365
  * @param request - InstallLogstashSystemPluginRequest
3242
3366
  * @returns InstallLogstashSystemPluginResponse
@@ -3247,7 +3371,7 @@ class Client extends openapi_core_1.default {
3247
3371
  return await this.installLogstashSystemPluginWithOptions(InstanceId, request, headers, runtime);
3248
3372
  }
3249
3373
  /**
3250
- * Call InstallSystemPlugin to install a system preset plug-in.
3374
+ * Installs system plug-ins on an Elasticsearch instance.
3251
3375
  *
3252
3376
  * @param request - InstallSystemPluginRequest
3253
3377
  * @param headers - map
@@ -3279,7 +3403,7 @@ class Client extends openapi_core_1.default {
3279
3403
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallSystemPluginResponse({}));
3280
3404
  }
3281
3405
  /**
3282
- * Call InstallSystemPlugin to install a system preset plug-in.
3406
+ * Installs system plug-ins on an Elasticsearch instance.
3283
3407
  *
3284
3408
  * @param request - InstallSystemPluginRequest
3285
3409
  * @returns InstallSystemPluginResponse
@@ -3290,7 +3414,10 @@ class Client extends openapi_core_1.default {
3290
3414
  return await this.installSystemPluginWithOptions(InstanceId, request, headers, runtime);
3291
3415
  }
3292
3416
  /**
3293
- * Installs custom plug-ins that are uploaded to the Elasticsearch console.
3417
+ * Installs custom plugins that have been uploaded to the Elasticsearch console.
3418
+ *
3419
+ * @remarks
3420
+ * > 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.
3294
3421
  *
3295
3422
  * @param request - InstallUserPluginsRequest
3296
3423
  * @param headers - map
@@ -3322,7 +3449,10 @@ class Client extends openapi_core_1.default {
3322
3449
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallUserPluginsResponse({}));
3323
3450
  }
3324
3451
  /**
3325
- * Installs custom plug-ins that are uploaded to the Elasticsearch console.
3452
+ * Installs custom plugins that have been uploaded to the Elasticsearch console.
3453
+ *
3454
+ * @remarks
3455
+ * > 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.
3326
3456
  *
3327
3457
  * @param request - InstallUserPluginsRequest
3328
3458
  * @returns InstallUserPluginsResponse
@@ -3333,7 +3463,7 @@ class Client extends openapi_core_1.default {
3333
3463
  return await this.installUserPluginsWithOptions(InstanceId, request, headers, runtime);
3334
3464
  }
3335
3465
  /**
3336
- * 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.
3466
+ * 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.
3337
3467
  *
3338
3468
  * @param request - InterruptElasticsearchTaskRequest
3339
3469
  * @param headers - map
@@ -3364,7 +3494,7 @@ class Client extends openapi_core_1.default {
3364
3494
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InterruptElasticsearchTaskResponse({}));
3365
3495
  }
3366
3496
  /**
3367
- * 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.
3497
+ * 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.
3368
3498
  *
3369
3499
  * @param request - InterruptElasticsearchTaskRequest
3370
3500
  * @returns InterruptElasticsearchTaskResponse
@@ -3375,7 +3505,7 @@ class Client extends openapi_core_1.default {
3375
3505
  return await this.interruptElasticsearchTaskWithOptions(InstanceId, request, headers, runtime);
3376
3506
  }
3377
3507
  /**
3378
- * After the task is suspended, the Logstash cluster is in the suspended state.
3508
+ * After the interruption, the instance enters the suspended state.
3379
3509
  *
3380
3510
  * @param request - InterruptLogstashTaskRequest
3381
3511
  * @param headers - map
@@ -3406,7 +3536,7 @@ class Client extends openapi_core_1.default {
3406
3536
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InterruptLogstashTaskResponse({}));
3407
3537
  }
3408
3538
  /**
3409
- * After the task is suspended, the Logstash cluster is in the suspended state.
3539
+ * After the interruption, the instance enters the suspended state.
3410
3540
  *
3411
3541
  * @param request - InterruptLogstashTaskRequest
3412
3542
  * @returns InterruptLogstashTaskResponse
@@ -3417,7 +3547,7 @@ class Client extends openapi_core_1.default {
3417
3547
  return await this.interruptLogstashTaskWithOptions(InstanceId, request, headers, runtime);
3418
3548
  }
3419
3549
  /**
3420
- * Queries a list of Container Service for Kubernetes (ACK) clusters.
3550
+ * Retrieves the list of Container Service for Kubernetes (ACK) clusters.
3421
3551
  *
3422
3552
  * @param request - ListAckClustersRequest
3423
3553
  * @param headers - map
@@ -3454,7 +3584,7 @@ class Client extends openapi_core_1.default {
3454
3584
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAckClustersResponse({}));
3455
3585
  }
3456
3586
  /**
3457
- * Queries a list of Container Service for Kubernetes (ACK) clusters.
3587
+ * Retrieves the list of Container Service for Kubernetes (ACK) clusters.
3458
3588
  *
3459
3589
  * @param request - ListAckClustersRequest
3460
3590
  * @returns ListAckClustersResponse
@@ -3465,10 +3595,10 @@ class Client extends openapi_core_1.default {
3465
3595
  return await this.listAckClustersWithOptions(request, headers, runtime);
3466
3596
  }
3467
3597
  /**
3468
- * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
3598
+ * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
3469
3599
  *
3470
3600
  * @remarks
3471
- * > 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.
3601
+ * This operation is deprecated and will be taken offline soon.
3472
3602
  *
3473
3603
  * @param request - ListAckNamespacesRequest
3474
3604
  * @param headers - map
@@ -3502,10 +3632,10 @@ class Client extends openapi_core_1.default {
3502
3632
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAckNamespacesResponse({}));
3503
3633
  }
3504
3634
  /**
3505
- * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
3635
+ * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
3506
3636
  *
3507
3637
  * @remarks
3508
- * > 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.
3638
+ * This operation is deprecated and will be taken offline soon.
3509
3639
  *
3510
3640
  * @param request - ListAckNamespacesRequest
3511
3641
  * @returns ListAckNamespacesResponse
@@ -3516,7 +3646,7 @@ class Client extends openapi_core_1.default {
3516
3646
  return await this.listAckNamespacesWithOptions(ClusterId, request, headers, runtime);
3517
3647
  }
3518
3648
  /**
3519
- * 变更记录 变更详情
3649
+ * Release notes Release notes details.
3520
3650
  *
3521
3651
  * @param request - ListActionRecordsRequest
3522
3652
  * @param headers - map
@@ -3568,7 +3698,7 @@ class Client extends openapi_core_1.default {
3568
3698
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListActionRecordsResponse({}));
3569
3699
  }
3570
3700
  /**
3571
- * 变更记录 变更详情
3701
+ * Release notes Release notes details.
3572
3702
  *
3573
3703
  * @param request - ListActionRecordsRequest
3574
3704
  * @returns ListActionRecordsResponse
@@ -3579,7 +3709,7 @@ class Client extends openapi_core_1.default {
3579
3709
  return await this.listActionRecordsWithOptions(InstanceId, request, headers, runtime);
3580
3710
  }
3581
3711
  /**
3582
- * Queries the information of all the nodes in an Elasticsearch cluster.
3712
+ * Retrieves information about all nodes in an Elasticsearch cluster.
3583
3713
  *
3584
3714
  * @param request - ListAllNodeRequest
3585
3715
  * @param headers - map
@@ -3610,7 +3740,7 @@ class Client extends openapi_core_1.default {
3610
3740
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAllNodeResponse({}));
3611
3741
  }
3612
3742
  /**
3613
- * Queries the information of all the nodes in an Elasticsearch cluster.
3743
+ * Retrieves information about all nodes in an Elasticsearch cluster.
3614
3744
  *
3615
3745
  * @param request - ListAllNodeRequest
3616
3746
  * @returns ListAllNodeResponse
@@ -3621,7 +3751,7 @@ class Client extends openapi_core_1.default {
3621
3751
  return await this.listAllNodeWithOptions(InstanceId, request, headers, runtime);
3622
3752
  }
3623
3753
  /**
3624
- * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
3754
+ * Retrieves the OSS reference repositories that can be added to the current instance.
3625
3755
  *
3626
3756
  * @param request - ListAlternativeSnapshotReposRequest
3627
3757
  * @param headers - map
@@ -3652,7 +3782,7 @@ class Client extends openapi_core_1.default {
3652
3782
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAlternativeSnapshotReposResponse({}));
3653
3783
  }
3654
3784
  /**
3655
- * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
3785
+ * Retrieves the OSS reference repositories that can be added to the current instance.
3656
3786
  *
3657
3787
  * @param request - ListAlternativeSnapshotReposRequest
3658
3788
  * @returns ListAlternativeSnapshotReposResponse
@@ -3663,7 +3793,7 @@ class Client extends openapi_core_1.default {
3663
3793
  return await this.listAlternativeSnapshotReposWithOptions(InstanceId, request, headers, runtime);
3664
3794
  }
3665
3795
  /**
3666
- * Queries the Elasticsearch clusters that can be associated with a Logstash cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
3796
+ * Retrieves a list of available Elasticsearch instances when configuring X-Pack monitoring for a Logstash instance.
3667
3797
  *
3668
3798
  * @param headers - map
3669
3799
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3687,7 +3817,7 @@ class Client extends openapi_core_1.default {
3687
3817
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAvailableEsInstanceIdsResponse({}));
3688
3818
  }
3689
3819
  /**
3690
- * Queries the Elasticsearch clusters that can be associated with a Logstash cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
3820
+ * Retrieves a list of available Elasticsearch instances when configuring X-Pack monitoring for a Logstash instance.
3691
3821
  * @returns ListAvailableEsInstanceIdsResponse
3692
3822
  */
3693
3823
  async listAvailableEsInstanceIds(InstanceId) {
@@ -3696,7 +3826,7 @@ class Client extends openapi_core_1.default {
3696
3826
  return await this.listAvailableEsInstanceIdsWithOptions(InstanceId, headers, runtime);
3697
3827
  }
3698
3828
  /**
3699
- * Queries a list of shippers.
3829
+ * Retrieves a list of collectors.
3700
3830
  *
3701
3831
  * @param request - ListCollectorsRequest
3702
3832
  * @param headers - map
@@ -3742,7 +3872,7 @@ class Client extends openapi_core_1.default {
3742
3872
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCollectorsResponse({}));
3743
3873
  }
3744
3874
  /**
3745
- * Queries a list of shippers.
3875
+ * Retrieves a list of collectors.
3746
3876
  *
3747
3877
  * @param request - ListCollectorsRequest
3748
3878
  * @returns ListCollectorsResponse
@@ -3753,7 +3883,10 @@ class Client extends openapi_core_1.default {
3753
3883
  return await this.listCollectorsWithOptions(request, headers, runtime);
3754
3884
  }
3755
3885
  /**
3756
- * ES集群组合索引列表
3886
+ * Retrieves the list of composable templates for an Elasticsearch instance.
3887
+ *
3888
+ * @remarks
3889
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
3757
3890
  *
3758
3891
  * @param request - ListComponentIndicesRequest
3759
3892
  * @param headers - map
@@ -3790,7 +3923,10 @@ class Client extends openapi_core_1.default {
3790
3923
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListComponentIndicesResponse({}));
3791
3924
  }
3792
3925
  /**
3793
- * ES集群组合索引列表
3926
+ * Retrieves the list of composable templates for an Elasticsearch instance.
3927
+ *
3928
+ * @remarks
3929
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
3794
3930
  *
3795
3931
  * @param request - ListComponentIndicesRequest
3796
3932
  * @returns ListComponentIndicesResponse
@@ -3801,7 +3937,7 @@ class Client extends openapi_core_1.default {
3801
3937
  return await this.listComponentIndicesWithOptions(InstanceId, request, headers, runtime);
3802
3938
  }
3803
3939
  /**
3804
- * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
3940
+ * Retrieves a list of instances that have established private network peering with the current instance.
3805
3941
  *
3806
3942
  * @param headers - map
3807
3943
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3825,7 +3961,7 @@ class Client extends openapi_core_1.default {
3825
3961
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListConnectedClustersResponse({}));
3826
3962
  }
3827
3963
  /**
3828
- * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
3964
+ * Retrieves a list of instances that have established private network peering with the current instance.
3829
3965
  * @returns ListConnectedClustersResponse
3830
3966
  */
3831
3967
  async listConnectedClusters(InstanceId) {
@@ -3834,7 +3970,7 @@ class Client extends openapi_core_1.default {
3834
3970
  return await this.listConnectedClustersWithOptions(InstanceId, headers, runtime);
3835
3971
  }
3836
3972
  /**
3837
- * 查询数据流
3973
+ * Retrieves the list of index data streams in an Elasticsearch cluster.
3838
3974
  *
3839
3975
  * @param request - ListDataStreamsRequest
3840
3976
  * @param headers - map
@@ -3868,7 +4004,7 @@ class Client extends openapi_core_1.default {
3868
4004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataStreamsResponse({}));
3869
4005
  }
3870
4006
  /**
3871
- * 查询数据流
4007
+ * Retrieves the list of index data streams in an Elasticsearch cluster.
3872
4008
  *
3873
4009
  * @param request - ListDataStreamsRequest
3874
4010
  * @returns ListDataStreamsResponse
@@ -3879,7 +4015,7 @@ class Client extends openapi_core_1.default {
3879
4015
  return await this.listDataStreamsWithOptions(InstanceId, request, headers, runtime);
3880
4016
  }
3881
4017
  /**
3882
- * Call ListDataTasks to obtain the information of a data migration task.
4018
+ * Retrieves a list of data migration tasks between different Elasticsearch clusters.
3883
4019
  *
3884
4020
  * @param headers - map
3885
4021
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3903,7 +4039,7 @@ class Client extends openapi_core_1.default {
3903
4039
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataTasksResponse({}));
3904
4040
  }
3905
4041
  /**
3906
- * Call ListDataTasks to obtain the information of a data migration task.
4042
+ * Retrieves a list of data migration tasks between different Elasticsearch clusters.
3907
4043
  * @returns ListDataTasksResponse
3908
4044
  */
3909
4045
  async listDataTasks(InstanceId) {
@@ -3912,7 +4048,7 @@ class Client extends openapi_core_1.default {
3912
4048
  return await this.listDataTasksWithOptions(InstanceId, headers, runtime);
3913
4049
  }
3914
4050
  /**
3915
- * Queries the default configuration files of shippers.
4051
+ * Invokes the ListDefaultCollectorConfigurations operation to retrieve the default configuration file of a collector.
3916
4052
  *
3917
4053
  * @param request - ListDefaultCollectorConfigurationsRequest
3918
4054
  * @param headers - map
@@ -3949,7 +4085,7 @@ class Client extends openapi_core_1.default {
3949
4085
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDefaultCollectorConfigurationsResponse({}));
3950
4086
  }
3951
4087
  /**
3952
- * Queries the default configuration files of shippers.
4088
+ * Invokes the ListDefaultCollectorConfigurations operation to retrieve the default configuration file of a collector.
3953
4089
  *
3954
4090
  * @param request - ListDefaultCollectorConfigurationsRequest
3955
4091
  * @returns ListDefaultCollectorConfigurationsResponse
@@ -3960,7 +4096,10 @@ class Client extends openapi_core_1.default {
3960
4096
  return await this.listDefaultCollectorConfigurationsWithOptions(request, headers, runtime);
3961
4097
  }
3962
4098
  /**
3963
- * ListDeprecatedTemplates
4099
+ * Queries the list of historical index templates.
4100
+ *
4101
+ * @remarks
4102
+ * For more information, see [Use OpenStore to store large volumes of data](https://help.aliyun.com/document_detail/317694.html).
3964
4103
  *
3965
4104
  * @param request - ListDeprecatedTemplatesRequest
3966
4105
  * @param headers - map
@@ -3997,7 +4136,10 @@ class Client extends openapi_core_1.default {
3997
4136
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDeprecatedTemplatesResponse({}));
3998
4137
  }
3999
4138
  /**
4000
- * ListDeprecatedTemplates
4139
+ * Queries the list of historical index templates.
4140
+ *
4141
+ * @remarks
4142
+ * For more information, see [Use OpenStore to store large volumes of data](https://help.aliyun.com/document_detail/317694.html).
4001
4143
  *
4002
4144
  * @param request - ListDeprecatedTemplatesRequest
4003
4145
  * @returns ListDeprecatedTemplatesResponse
@@ -4008,7 +4150,7 @@ class Client extends openapi_core_1.default {
4008
4150
  return await this.listDeprecatedTemplatesWithOptions(InstanceId, request, headers, runtime);
4009
4151
  }
4010
4152
  /**
4011
- * Queries the indexes for health diagnosis performed on an Elasticsearch cluster.
4153
+ * Retrieves the diagnostic indexes from the intelligent O&M module for a specified instance.
4012
4154
  *
4013
4155
  * @param request - ListDiagnoseIndicesRequest
4014
4156
  * @param headers - map
@@ -4039,7 +4181,7 @@ class Client extends openapi_core_1.default {
4039
4181
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnoseIndicesResponse({}));
4040
4182
  }
4041
4183
  /**
4042
- * Queries the indexes for health diagnosis performed on an Elasticsearch cluster.
4184
+ * Retrieves the diagnostic indexes from the intelligent O&M module for a specified instance.
4043
4185
  *
4044
4186
  * @param request - ListDiagnoseIndicesRequest
4045
4187
  * @returns ListDiagnoseIndicesResponse
@@ -4050,7 +4192,7 @@ class Client extends openapi_core_1.default {
4050
4192
  return await this.listDiagnoseIndicesWithOptions(InstanceId, request, headers, runtime);
4051
4193
  }
4052
4194
  /**
4053
- * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
4195
+ * Calls ListDiagnoseReport to retrieve historical reports of intelligent O&M.
4054
4196
  *
4055
4197
  * @param request - ListDiagnoseReportRequest
4056
4198
  * @param headers - map
@@ -4099,7 +4241,7 @@ class Client extends openapi_core_1.default {
4099
4241
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnoseReportResponse({}));
4100
4242
  }
4101
4243
  /**
4102
- * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
4244
+ * Calls ListDiagnoseReport to retrieve historical reports of intelligent O&M.
4103
4245
  *
4104
4246
  * @param request - ListDiagnoseReportRequest
4105
4247
  * @returns ListDiagnoseReportResponse
@@ -4110,7 +4252,7 @@ class Client extends openapi_core_1.default {
4110
4252
  return await this.listDiagnoseReportWithOptions(InstanceId, request, headers, runtime);
4111
4253
  }
4112
4254
  /**
4113
- * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
4255
+ * Retrieves all IDs of Intelligent O&M Center historical reports.
4114
4256
  *
4115
4257
  * @param request - ListDiagnoseReportIdsRequest
4116
4258
  * @param headers - map
@@ -4156,7 +4298,7 @@ class Client extends openapi_core_1.default {
4156
4298
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnoseReportIdsResponse({}));
4157
4299
  }
4158
4300
  /**
4159
- * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
4301
+ * Retrieves all IDs of Intelligent O&M Center historical reports.
4160
4302
  *
4161
4303
  * @param request - ListDiagnoseReportIdsRequest
4162
4304
  * @returns ListDiagnoseReportIdsResponse
@@ -4167,7 +4309,7 @@ class Client extends openapi_core_1.default {
4167
4309
  return await this.listDiagnoseReportIdsWithOptions(InstanceId, request, headers, runtime);
4168
4310
  }
4169
4311
  /**
4170
- * Queries the intelligent diagnostic items of an Elasticsearch cluster.
4312
+ * Lists the intelligent diagnostic items for an Elasticsearch instance.
4171
4313
  *
4172
4314
  * @param request - ListDiagnosisItemsRequest
4173
4315
  * @param headers - map
@@ -4177,6 +4319,9 @@ class Client extends openapi_core_1.default {
4177
4319
  async listDiagnosisItemsWithOptions(request, headers, runtime) {
4178
4320
  request.validate();
4179
4321
  let query = {};
4322
+ if (!$dara.isNull(request.instanceId)) {
4323
+ query["instanceId"] = request.instanceId;
4324
+ }
4180
4325
  if (!$dara.isNull(request.lang)) {
4181
4326
  query["lang"] = request.lang;
4182
4327
  }
@@ -4198,7 +4343,7 @@ class Client extends openapi_core_1.default {
4198
4343
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnosisItemsResponse({}));
4199
4344
  }
4200
4345
  /**
4201
- * Queries the intelligent diagnostic items of an Elasticsearch cluster.
4346
+ * Lists the intelligent diagnostic items for an Elasticsearch instance.
4202
4347
  *
4203
4348
  * @param request - ListDiagnosisItemsRequest
4204
4349
  * @returns ListDiagnosisItemsResponse
@@ -4209,7 +4354,7 @@ class Client extends openapi_core_1.default {
4209
4354
  return await this.listDiagnosisItemsWithOptions(request, headers, runtime);
4210
4355
  }
4211
4356
  /**
4212
- * Queries information about a dictionary.
4357
+ * Queries the information of a specified dictionary.
4213
4358
  *
4214
4359
  * @param request - ListDictInformationRequest
4215
4360
  * @param headers - map
@@ -4246,7 +4391,7 @@ class Client extends openapi_core_1.default {
4246
4391
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDictInformationResponse({}));
4247
4392
  }
4248
4393
  /**
4249
- * Queries information about a dictionary.
4394
+ * Queries the information of a specified dictionary.
4250
4395
  *
4251
4396
  * @param request - ListDictInformationRequest
4252
4397
  * @returns ListDictInformationResponse
@@ -4257,7 +4402,7 @@ class Client extends openapi_core_1.default {
4257
4402
  return await this.listDictInformationWithOptions(InstanceId, request, headers, runtime);
4258
4403
  }
4259
4404
  /**
4260
- * Queries the details of a specified type of dictionary.
4405
+ * Queries the details of the dictionary list for a specified type.
4261
4406
  *
4262
4407
  * @param request - ListDictsRequest
4263
4408
  * @param headers - map
@@ -4291,7 +4436,7 @@ class Client extends openapi_core_1.default {
4291
4436
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDictsResponse({}));
4292
4437
  }
4293
4438
  /**
4294
- * Queries the details of a specified type of dictionary.
4439
+ * Queries the details of the dictionary list for a specified type.
4295
4440
  *
4296
4441
  * @param request - ListDictsRequest
4297
4442
  * @returns ListDictsResponse
@@ -4302,10 +4447,11 @@ class Client extends openapi_core_1.default {
4302
4447
  return await this.listDictsWithOptions(InstanceId, request, headers, runtime);
4303
4448
  }
4304
4449
  /**
4305
- * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
4450
+ * Retrieves the list of ECS instances under the current user\\"s VPC and vSwitch.
4306
4451
  *
4307
4452
  * @remarks
4308
- * *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).
4453
+ * >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).
4454
+ * .
4309
4455
  *
4310
4456
  * @param request - ListEcsInstancesRequest
4311
4457
  * @param headers - map
@@ -4351,10 +4497,11 @@ class Client extends openapi_core_1.default {
4351
4497
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEcsInstancesResponse({}));
4352
4498
  }
4353
4499
  /**
4354
- * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
4500
+ * Retrieves the list of ECS instances under the current user\\"s VPC and vSwitch.
4355
4501
  *
4356
4502
  * @remarks
4357
- * *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).
4503
+ * >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).
4504
+ * .
4358
4505
  *
4359
4506
  * @param request - ListEcsInstancesRequest
4360
4507
  * @returns ListEcsInstancesResponse
@@ -4365,7 +4512,7 @@ class Client extends openapi_core_1.default {
4365
4512
  return await this.listEcsInstancesWithOptions(request, headers, runtime);
4366
4513
  }
4367
4514
  /**
4368
- * 获取事件列表
4515
+ * Obtain Event List
4369
4516
  *
4370
4517
  * @param request - ListEventRecordsRequest
4371
4518
  * @param headers - map
@@ -4411,7 +4558,7 @@ class Client extends openapi_core_1.default {
4411
4558
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEventRecordsResponse({}));
4412
4559
  }
4413
4560
  /**
4414
- * 获取事件列表
4561
+ * Obtain Event List
4415
4562
  *
4416
4563
  * @param request - ListEventRecordsRequest
4417
4564
  * @returns ListEventRecordsResponse
@@ -4422,7 +4569,7 @@ class Client extends openapi_core_1.default {
4422
4569
  return await this.listEventRecordsWithOptions(eventType, request, headers, runtime);
4423
4570
  }
4424
4571
  /**
4425
- * Queries the extended file configuration of a Logstash instance.
4572
+ * Retrieves the extension file configuration of a Logstash instance.
4426
4573
  *
4427
4574
  * @param headers - map
4428
4575
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4446,7 +4593,7 @@ class Client extends openapi_core_1.default {
4446
4593
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListExtendfilesResponse({}));
4447
4594
  }
4448
4595
  /**
4449
- * Queries the extended file configuration of a Logstash instance.
4596
+ * Retrieves the extension file configuration of a Logstash instance.
4450
4597
  * @returns ListExtendfilesResponse
4451
4598
  */
4452
4599
  async listExtendfiles(InstanceId) {
@@ -4455,6 +4602,8 @@ class Client extends openapi_core_1.default {
4455
4602
  return await this.listExtendfilesWithOptions(InstanceId, headers, runtime);
4456
4603
  }
4457
4604
  /**
4605
+ * Queries the list of index lifecycle policies that have been created for a cluster.
4606
+ *
4458
4607
  * @param request - ListILMPoliciesRequest
4459
4608
  * @param headers - map
4460
4609
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4484,6 +4633,8 @@ class Client extends openapi_core_1.default {
4484
4633
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListILMPoliciesResponse({}));
4485
4634
  }
4486
4635
  /**
4636
+ * Queries the list of index lifecycle policies that have been created for a cluster.
4637
+ *
4487
4638
  * @param request - ListILMPoliciesRequest
4488
4639
  * @returns ListILMPoliciesResponse
4489
4640
  */
@@ -4493,6 +4644,8 @@ class Client extends openapi_core_1.default {
4493
4644
  return await this.listILMPoliciesWithOptions(InstanceId, request, headers, runtime);
4494
4645
  }
4495
4646
  /**
4647
+ * Queries a list of index templates.
4648
+ *
4496
4649
  * @param request - ListIndexTemplatesRequest
4497
4650
  * @param headers - map
4498
4651
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4528,6 +4681,8 @@ class Client extends openapi_core_1.default {
4528
4681
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIndexTemplatesResponse({}));
4529
4682
  }
4530
4683
  /**
4684
+ * Queries a list of index templates.
4685
+ *
4531
4686
  * @param request - ListIndexTemplatesRequest
4532
4687
  * @returns ListIndexTemplatesResponse
4533
4688
  */
@@ -4537,7 +4692,7 @@ class Client extends openapi_core_1.default {
4537
4692
  return await this.listIndexTemplatesWithOptions(InstanceId, request, headers, runtime);
4538
4693
  }
4539
4694
  /**
4540
- * Queries a list of Elasticsearch clusters.
4695
+ * Queries the information about Elasticsearch instances.
4541
4696
  *
4542
4697
  * @param request - ListInstanceRequest
4543
4698
  * @param headers - map
@@ -4601,7 +4756,7 @@ class Client extends openapi_core_1.default {
4601
4756
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstanceResponse({}));
4602
4757
  }
4603
4758
  /**
4604
- * Queries a list of Elasticsearch clusters.
4759
+ * Queries the information about Elasticsearch instances.
4605
4760
  *
4606
4761
  * @param request - ListInstanceRequest
4607
4762
  * @returns ListInstanceResponse
@@ -4612,7 +4767,7 @@ class Client extends openapi_core_1.default {
4612
4767
  return await this.listInstanceWithOptions(request, headers, runtime);
4613
4768
  }
4614
4769
  /**
4615
- * 集群触发的硬件运维事件列表
4770
+ * Queries the list of hardware O&M events triggered by an Elasticsearch cluster.
4616
4771
  *
4617
4772
  * @param tmpReq - ListInstanceHistoryEventsRequest
4618
4773
  * @param headers - map
@@ -4691,7 +4846,7 @@ class Client extends openapi_core_1.default {
4691
4846
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstanceHistoryEventsResponse({}));
4692
4847
  }
4693
4848
  /**
4694
- * 集群触发的硬件运维事件列表
4849
+ * Queries the list of hardware O&M events triggered by an Elasticsearch cluster.
4695
4850
  *
4696
4851
  * @param request - ListInstanceHistoryEventsRequest
4697
4852
  * @returns ListInstanceHistoryEventsResponse
@@ -4702,7 +4857,11 @@ class Client extends openapi_core_1.default {
4702
4857
  return await this.listInstanceHistoryEventsWithOptions(request, headers, runtime);
4703
4858
  }
4704
4859
  /**
4705
- * Queries the indexes stored on an Elasticsearch cluster.
4860
+ * Filters system indexes from the index list of a cluster.
4861
+ *
4862
+ * @remarks
4863
+ * 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
4864
+ * ](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html).
4706
4865
  *
4707
4866
  * @param request - ListInstanceIndicesRequest
4708
4867
  * @param headers - map
@@ -4748,7 +4907,11 @@ class Client extends openapi_core_1.default {
4748
4907
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstanceIndicesResponse({}));
4749
4908
  }
4750
4909
  /**
4751
- * Queries the indexes stored on an Elasticsearch cluster.
4910
+ * Filters system indexes from the index list of a cluster.
4911
+ *
4912
+ * @remarks
4913
+ * 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
4914
+ * ](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html).
4752
4915
  *
4753
4916
  * @param request - ListInstanceIndicesRequest
4754
4917
  * @returns ListInstanceIndicesResponse
@@ -4759,7 +4922,7 @@ class Client extends openapi_core_1.default {
4759
4922
  return await this.listInstanceIndicesWithOptions(InstanceId, request, headers, runtime);
4760
4923
  }
4761
4924
  /**
4762
- * Queries a list of Kibana plug-ins.
4925
+ * Retrieves the list of plugins installed on the Kibana node of an Elasticsearch instance.
4763
4926
  *
4764
4927
  * @param request - ListKibanaPluginsRequest
4765
4928
  * @param headers - map
@@ -4793,7 +4956,7 @@ class Client extends openapi_core_1.default {
4793
4956
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListKibanaPluginsResponse({}));
4794
4957
  }
4795
4958
  /**
4796
- * Queries a list of Kibana plug-ins.
4959
+ * Retrieves the list of plugins installed on the Kibana node of an Elasticsearch instance.
4797
4960
  *
4798
4961
  * @param request - ListKibanaPluginsRequest
4799
4962
  * @returns ListKibanaPluginsResponse
@@ -4804,7 +4967,10 @@ class Client extends openapi_core_1.default {
4804
4967
  return await this.listKibanaPluginsWithOptions(InstanceId, request, headers, runtime);
4805
4968
  }
4806
4969
  /**
4807
- * 查询kibana私网连接信息
4970
+ * Queries the details of the Kibana private network connection.
4971
+ *
4972
+ * @remarks
4973
+ * This API operation supports only cloud-native instances.
4808
4974
  *
4809
4975
  * @param headers - map
4810
4976
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4828,7 +4994,10 @@ class Client extends openapi_core_1.default {
4828
4994
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListKibanaPvlNetworkResponse({}));
4829
4995
  }
4830
4996
  /**
4831
- * 查询kibana私网连接信息
4997
+ * Queries the details of the Kibana private network connection.
4998
+ *
4999
+ * @remarks
5000
+ * This API operation supports only cloud-native instances.
4832
5001
  * @returns ListKibanaPvlNetworkResponse
4833
5002
  */
4834
5003
  async listKibanaPvlNetwork(InstanceId) {
@@ -4837,7 +5006,7 @@ class Client extends openapi_core_1.default {
4837
5006
  return await this.listKibanaPvlNetworkWithOptions(InstanceId, headers, runtime);
4838
5007
  }
4839
5008
  /**
4840
- * Queries the information about a Logstash cluster or all Logstash clusters.
5009
+ * Displays the details of all or specified Logstash instances in a list.
4841
5010
  *
4842
5011
  * @param request - ListLogstashRequest
4843
5012
  * @param headers - map
@@ -4886,7 +5055,7 @@ class Client extends openapi_core_1.default {
4886
5055
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogstashResponse({}));
4887
5056
  }
4888
5057
  /**
4889
- * Queries the information about a Logstash cluster or all Logstash clusters.
5058
+ * Displays the details of all or specified Logstash instances in a list.
4890
5059
  *
4891
5060
  * @param request - ListLogstashRequest
4892
5061
  * @returns ListLogstashResponse
@@ -4897,7 +5066,7 @@ class Client extends openapi_core_1.default {
4897
5066
  return await this.listLogstashWithOptions(request, headers, runtime);
4898
5067
  }
4899
5068
  /**
4900
- * Queries the logs of a Logstash cluster.
5069
+ * Queries the logs of a Logstash instance.
4901
5070
  *
4902
5071
  * @param request - ListLogstashLogRequest
4903
5072
  * @param headers - map
@@ -4943,7 +5112,7 @@ class Client extends openapi_core_1.default {
4943
5112
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogstashLogResponse({}));
4944
5113
  }
4945
5114
  /**
4946
- * Queries the logs of a Logstash cluster.
5115
+ * Queries the logs of a Logstash instance.
4947
5116
  *
4948
5117
  * @param request - ListLogstashLogRequest
4949
5118
  * @returns ListLogstashLogResponse
@@ -4954,7 +5123,7 @@ class Client extends openapi_core_1.default {
4954
5123
  return await this.listLogstashLogWithOptions(InstanceId, request, headers, runtime);
4955
5124
  }
4956
5125
  /**
4957
- * Queries the information about a plug-in or all plug-ins.
5126
+ * Calls ListLogstashPlugins to retrieve detailed information about all or specified plugins.
4958
5127
  *
4959
5128
  * @param request - ListLogstashPluginsRequest
4960
5129
  * @param headers - map
@@ -4994,7 +5163,7 @@ class Client extends openapi_core_1.default {
4994
5163
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogstashPluginsResponse({}));
4995
5164
  }
4996
5165
  /**
4997
- * Queries the information about a plug-in or all plug-ins.
5166
+ * Calls ListLogstashPlugins to retrieve detailed information about all or specified plugins.
4998
5167
  *
4999
5168
  * @param request - ListLogstashPluginsRequest
5000
5169
  * @returns ListLogstashPluginsResponse
@@ -5005,7 +5174,7 @@ class Client extends openapi_core_1.default {
5005
5174
  return await this.listLogstashPluginsWithOptions(InstanceId, request, headers, runtime);
5006
5175
  }
5007
5176
  /**
5008
- * The list of historical reports of Intelligent Maintenance.
5177
+ * Historical report list of intelligent O&M.
5009
5178
  *
5010
5179
  * @param request - ListNodesRequest
5011
5180
  * @param headers - map
@@ -5048,7 +5217,7 @@ class Client extends openapi_core_1.default {
5048
5217
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNodesResponse({}));
5049
5218
  }
5050
5219
  /**
5051
- * The list of historical reports of Intelligent Maintenance.
5220
+ * Historical report list of intelligent O&M.
5052
5221
  *
5053
5222
  * @param request - ListNodesRequest
5054
5223
  * @returns ListNodesResponse
@@ -5059,7 +5228,7 @@ class Client extends openapi_core_1.default {
5059
5228
  return await this.listNodesWithOptions(ResId, request, headers, runtime);
5060
5229
  }
5061
5230
  /**
5062
- * Queries a list of pipelines.
5231
+ * Retrieves the pipeline list of a Logstash instance.
5063
5232
  *
5064
5233
  * @param request - ListPipelineRequest
5065
5234
  * @param headers - map
@@ -5096,7 +5265,7 @@ class Client extends openapi_core_1.default {
5096
5265
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPipelineResponse({}));
5097
5266
  }
5098
5267
  /**
5099
- * Queries a list of pipelines.
5268
+ * Retrieves the pipeline list of a Logstash instance.
5100
5269
  *
5101
5270
  * @param request - ListPipelineRequest
5102
5271
  * @returns ListPipelineResponse
@@ -5107,7 +5276,10 @@ class Client extends openapi_core_1.default {
5107
5276
  return await this.listPipelineWithOptions(InstanceId, request, headers, runtime);
5108
5277
  }
5109
5278
  /**
5110
- * Queries the IDs of pipelines for a Logstash cluster.
5279
+ * Retrieves the list of pipeline IDs for a Logstash instance.
5280
+ *
5281
+ * @remarks
5282
+ * > Pipeline management is divided into configuration file management and Kibana pipeline management. Kibana pipeline management is not available in the console for some regions.
5111
5283
  *
5112
5284
  * @param request - ListPipelineIdsRequest
5113
5285
  * @param headers - map
@@ -5134,7 +5306,10 @@ class Client extends openapi_core_1.default {
5134
5306
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPipelineIdsResponse({}));
5135
5307
  }
5136
5308
  /**
5137
- * Queries the IDs of pipelines for a Logstash cluster.
5309
+ * Retrieves the list of pipeline IDs for a Logstash instance.
5310
+ *
5311
+ * @remarks
5312
+ * > Pipeline management is divided into configuration file management and Kibana pipeline management. Kibana pipeline management is not available in the console for some regions.
5138
5313
  *
5139
5314
  * @param request - ListPipelineIdsRequest
5140
5315
  * @returns ListPipelineIdsResponse
@@ -5145,7 +5320,7 @@ class Client extends openapi_core_1.default {
5145
5320
  return await this.listPipelineIdsWithOptions(InstanceId, request, headers, runtime);
5146
5321
  }
5147
5322
  /**
5148
- * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
5323
+ * Retrieves the plugin list of a specified Alibaba Cloud Elasticsearch instance.
5149
5324
  *
5150
5325
  * @param request - ListPluginsRequest
5151
5326
  * @param headers - map
@@ -5185,7 +5360,7 @@ class Client extends openapi_core_1.default {
5185
5360
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPluginsResponse({}));
5186
5361
  }
5187
5362
  /**
5188
- * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
5363
+ * Retrieves the plugin list of a specified Alibaba Cloud Elasticsearch instance.
5189
5364
  *
5190
5365
  * @param request - ListPluginsRequest
5191
5366
  * @returns ListPluginsResponse
@@ -5196,7 +5371,7 @@ class Client extends openapi_core_1.default {
5196
5371
  return await this.listPluginsWithOptions(InstanceId, request, headers, runtime);
5197
5372
  }
5198
5373
  /**
5199
- * Queries the logs of an Elasticsearch cluster.
5374
+ * Queries logs of different types for an Elasticsearch instance.
5200
5375
  *
5201
5376
  * @param request - ListSearchLogRequest
5202
5377
  * @param headers - map
@@ -5242,7 +5417,7 @@ class Client extends openapi_core_1.default {
5242
5417
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchLogResponse({}));
5243
5418
  }
5244
5419
  /**
5245
- * Queries the logs of an Elasticsearch cluster.
5420
+ * Queries logs of different types for an Elasticsearch instance.
5246
5421
  *
5247
5422
  * @param request - ListSearchLogRequest
5248
5423
  * @returns ListSearchLogResponse
@@ -5253,10 +5428,10 @@ class Client extends openapi_core_1.default {
5253
5428
  return await this.listSearchLogWithOptions(InstanceId, request, headers, runtime);
5254
5429
  }
5255
5430
  /**
5256
- * 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.
5431
+ * Queries the data progress list of ongoing and completed shard recoveries. By default, only ongoing shard recovery information is returned.
5257
5432
  *
5258
5433
  * @remarks
5259
- * > 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.
5434
+ * > 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.
5260
5435
  *
5261
5436
  * @param request - ListShardRecoveriesRequest
5262
5437
  * @param headers - map
@@ -5287,10 +5462,10 @@ class Client extends openapi_core_1.default {
5287
5462
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListShardRecoveriesResponse({}));
5288
5463
  }
5289
5464
  /**
5290
- * 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.
5465
+ * Queries the data progress list of ongoing and completed shard recoveries. By default, only ongoing shard recovery information is returned.
5291
5466
  *
5292
5467
  * @remarks
5293
- * > 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.
5468
+ * > 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.
5294
5469
  *
5295
5470
  * @param request - ListShardRecoveriesRequest
5296
5471
  * @returns ListShardRecoveriesResponse
@@ -5301,7 +5476,7 @@ class Client extends openapi_core_1.default {
5301
5476
  return await this.listShardRecoveriesWithOptions(InstanceId, request, headers, runtime);
5302
5477
  }
5303
5478
  /**
5304
- * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
5479
+ * Retrieves the list of cross-cluster OSS repository settings for the current instance.
5305
5480
  *
5306
5481
  * @param headers - map
5307
5482
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5325,7 +5500,7 @@ class Client extends openapi_core_1.default {
5325
5500
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSnapshotReposByInstanceIdResponse({}));
5326
5501
  }
5327
5502
  /**
5328
- * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
5503
+ * Retrieves the list of cross-cluster OSS repository settings for the current instance.
5329
5504
  * @returns ListSnapshotReposByInstanceIdResponse
5330
5505
  */
5331
5506
  async listSnapshotReposByInstanceId(InstanceId) {
@@ -5334,7 +5509,7 @@ class Client extends openapi_core_1.default {
5334
5509
  return await this.listSnapshotReposByInstanceIdWithOptions(InstanceId, headers, runtime);
5335
5510
  }
5336
5511
  /**
5337
- * 统计事件记录
5512
+ * Statistics of management event records
5338
5513
  *
5339
5514
  * @param request - ListStatsEventRecordsRequest
5340
5515
  * @param headers - map
@@ -5371,7 +5546,7 @@ class Client extends openapi_core_1.default {
5371
5546
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListStatsEventRecordsResponse({}));
5372
5547
  }
5373
5548
  /**
5374
- * 统计事件记录
5549
+ * Statistics of management event records
5375
5550
  *
5376
5551
  * @param request - ListStatsEventRecordsRequest
5377
5552
  * @returns ListStatsEventRecordsResponse
@@ -5382,7 +5557,7 @@ class Client extends openapi_core_1.default {
5382
5557
  return await this.listStatsEventRecordsWithOptions(request, headers, runtime);
5383
5558
  }
5384
5559
  /**
5385
- * Queries the tags that are added to one or more resources.
5560
+ * Retrieves the relationships between all instances and tags.
5386
5561
  *
5387
5562
  * @param request - ListTagResourcesRequest
5388
5563
  * @param headers - map
@@ -5428,7 +5603,7 @@ class Client extends openapi_core_1.default {
5428
5603
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
5429
5604
  }
5430
5605
  /**
5431
- * Queries the tags that are added to one or more resources.
5606
+ * Retrieves the relationships between all instances and tags.
5432
5607
  *
5433
5608
  * @param request - ListTagResourcesRequest
5434
5609
  * @returns ListTagResourcesResponse
@@ -5439,7 +5614,7 @@ class Client extends openapi_core_1.default {
5439
5614
  return await this.listTagResourcesWithOptions(request, headers, runtime);
5440
5615
  }
5441
5616
  /**
5442
- * All tags created by the user in the current region.
5617
+ * Queries all labels created by the user in the current region.
5443
5618
  *
5444
5619
  * @param request - ListTagsRequest
5445
5620
  * @param headers - map
@@ -5473,7 +5648,7 @@ class Client extends openapi_core_1.default {
5473
5648
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagsResponse({}));
5474
5649
  }
5475
5650
  /**
5476
- * All tags created by the user in the current region.
5651
+ * Queries all labels created by the user in the current region.
5477
5652
  *
5478
5653
  * @param request - ListTagsRequest
5479
5654
  * @returns ListTagsResponse
@@ -5484,7 +5659,7 @@ class Client extends openapi_core_1.default {
5484
5659
  return await this.listTagsWithOptions(request, headers, runtime);
5485
5660
  }
5486
5661
  /**
5487
- * 用户自定义插件列表
5662
+ * Custom plugin list
5488
5663
  *
5489
5664
  * @param request - ListUserPluginRequest
5490
5665
  * @param headers - map
@@ -5521,7 +5696,7 @@ class Client extends openapi_core_1.default {
5521
5696
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUserPluginResponse({}));
5522
5697
  }
5523
5698
  /**
5524
- * 用户自定义插件列表
5699
+ * Custom plugin list
5525
5700
  *
5526
5701
  * @param request - ListUserPluginRequest
5527
5702
  * @returns ListUserPluginResponse
@@ -5532,7 +5707,7 @@ class Client extends openapi_core_1.default {
5532
5707
  return await this.listUserPluginWithOptions(instanceId, request, headers, runtime);
5533
5708
  }
5534
5709
  /**
5535
- * Queries the statuses of endpoints in the virtual private cloud (VPC) within the Elasticsearch service account.
5710
+ * Queries the status of endpoints in the VPC of a service account.
5536
5711
  *
5537
5712
  * @param request - ListVpcEndpointsRequest
5538
5713
  * @param headers - map
@@ -5566,7 +5741,7 @@ class Client extends openapi_core_1.default {
5566
5741
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListVpcEndpointsResponse({}));
5567
5742
  }
5568
5743
  /**
5569
- * Queries the statuses of endpoints in the virtual private cloud (VPC) within the Elasticsearch service account.
5744
+ * Queries the status of endpoints in the VPC of a service account.
5570
5745
  *
5571
5746
  * @param request - ListVpcEndpointsRequest
5572
5747
  * @returns ListVpcEndpointsResponse
@@ -5577,14 +5752,14 @@ class Client extends openapi_core_1.default {
5577
5752
  return await this.listVpcEndpointsWithOptions(InstanceId, request, headers, runtime);
5578
5753
  }
5579
5754
  /**
5580
- * Call the MigrateToOtherZone to migrate the nodes in the specified zone to the destination zone.
5755
+ * Migrates nodes in a specified zone to a destination zone.
5581
5756
  *
5582
5757
  * @remarks
5583
- * 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:
5584
- * * The error message returned because the current account is in a zone that has sufficient resources.
5585
- * 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.
5586
- * * The cluster is in the healthy state.
5587
- * Can be passed` GET _cat/health?v `command to view the health status of the cluster.
5758
+ * 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:
5759
+ * - Your account has a zone with sufficient resources.
5760
+ * 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.
5761
+ * - The cluster is in a healthy state.
5762
+ * You can run the `GET _cat/health?v` command to check the cluster health status.
5588
5763
  *
5589
5764
  * @param request - MigrateToOtherZoneRequest
5590
5765
  * @param headers - map
@@ -5616,14 +5791,14 @@ class Client extends openapi_core_1.default {
5616
5791
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.MigrateToOtherZoneResponse({}));
5617
5792
  }
5618
5793
  /**
5619
- * Call the MigrateToOtherZone to migrate the nodes in the specified zone to the destination zone.
5794
+ * Migrates nodes in a specified zone to a destination zone.
5620
5795
  *
5621
5796
  * @remarks
5622
- * 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:
5623
- * * The error message returned because the current account is in a zone that has sufficient resources.
5624
- * 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.
5625
- * * The cluster is in the healthy state.
5626
- * Can be passed` GET _cat/health?v `command to view the health status of the cluster.
5797
+ * 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:
5798
+ * - Your account has a zone with sufficient resources.
5799
+ * 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.
5800
+ * - The cluster is in a healthy state.
5801
+ * You can run the `GET _cat/health?v` command to check the cluster health status.
5627
5802
  *
5628
5803
  * @param request - MigrateToOtherZoneRequest
5629
5804
  * @returns MigrateToOtherZoneResponse
@@ -5634,7 +5809,7 @@ class Client extends openapi_core_1.default {
5634
5809
  return await this.migrateToOtherZoneWithOptions(InstanceId, request, headers, runtime);
5635
5810
  }
5636
5811
  /**
5637
- * Changes the Elastic Compute Service (ECS) instances on which a shipper is installed.
5812
+ * Updates the ECS instances on which a collector is installed.
5638
5813
  *
5639
5814
  * @param request - ModifyDeployMachineRequest
5640
5815
  * @param headers - map
@@ -5666,7 +5841,7 @@ class Client extends openapi_core_1.default {
5666
5841
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyDeployMachineResponse({}));
5667
5842
  }
5668
5843
  /**
5669
- * Changes the Elastic Compute Service (ECS) instances on which a shipper is installed.
5844
+ * Updates the ECS instances on which a collector is installed.
5670
5845
  *
5671
5846
  * @param request - ModifyDeployMachineRequest
5672
5847
  * @returns ModifyDeployMachineResponse
@@ -5677,6 +5852,8 @@ class Client extends openapi_core_1.default {
5677
5852
  return await this.modifyDeployMachineWithOptions(ResId, request, headers, runtime);
5678
5853
  }
5679
5854
  /**
5855
+ * Updates the elastic scaling rules of a cluster.
5856
+ *
5680
5857
  * @param request - ModifyElastictaskRequest
5681
5858
  * @param headers - map
5682
5859
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5702,6 +5879,8 @@ class Client extends openapi_core_1.default {
5702
5879
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyElastictaskResponse({}));
5703
5880
  }
5704
5881
  /**
5882
+ * Updates the elastic scaling rules of a cluster.
5883
+ *
5705
5884
  * @param request - ModifyElastictaskRequest
5706
5885
  * @returns ModifyElastictaskResponse
5707
5886
  */
@@ -5711,10 +5890,13 @@ class Client extends openapi_core_1.default {
5711
5890
  return await this.modifyElastictaskWithOptions(InstanceId, request, headers, runtime);
5712
5891
  }
5713
5892
  /**
5714
- * Enables and modifies the maintenance window of an Elasticsearch cluster.
5893
+ * Modifies and enables the maintenance window for an instance.
5715
5894
  *
5716
5895
  * @remarks
5717
- * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
5896
+ * Before calling this operation, note the following:
5897
+ * - Before the scheduled maintenance, Alibaba Cloud sends SMS messages and emails to the contacts configured in your Alibaba Cloud account. Check your messages promptly.
5898
+ * - 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.
5899
+ * - During the maintenance window, transient disconnections may occur. Ensure that your application has a reconnection mechanism.
5718
5900
  *
5719
5901
  * @param request - ModifyInstanceMaintainTimeRequest
5720
5902
  * @param headers - map
@@ -5746,10 +5928,13 @@ class Client extends openapi_core_1.default {
5746
5928
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyInstanceMaintainTimeResponse({}));
5747
5929
  }
5748
5930
  /**
5749
- * Enables and modifies the maintenance window of an Elasticsearch cluster.
5931
+ * Modifies and enables the maintenance window for an instance.
5750
5932
  *
5751
5933
  * @remarks
5752
- * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
5934
+ * Before calling this operation, note the following:
5935
+ * - Before the scheduled maintenance, Alibaba Cloud sends SMS messages and emails to the contacts configured in your Alibaba Cloud account. Check your messages promptly.
5936
+ * - 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.
5937
+ * - During the maintenance window, transient disconnections may occur. Ensure that your application has a reconnection mechanism.
5753
5938
  *
5754
5939
  * @param request - ModifyInstanceMaintainTimeRequest
5755
5940
  * @returns ModifyInstanceMaintainTimeResponse
@@ -5760,7 +5945,7 @@ class Client extends openapi_core_1.default {
5760
5945
  return await this.modifyInstanceMaintainTimeWithOptions(InstanceId, request, headers, runtime);
5761
5946
  }
5762
5947
  /**
5763
- * 修改计划执行时间
5948
+ * 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.
5764
5949
  *
5765
5950
  * @param request - ModifyScheduleExecuteTimeRequest
5766
5951
  * @param headers - map
@@ -5794,7 +5979,7 @@ class Client extends openapi_core_1.default {
5794
5979
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyScheduleExecuteTimeResponse({}));
5795
5980
  }
5796
5981
  /**
5797
- * 修改计划执行时间
5982
+ * 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.
5798
5983
  *
5799
5984
  * @param request - ModifyScheduleExecuteTimeRequest
5800
5985
  * @returns ModifyScheduleExecuteTimeResponse
@@ -5805,10 +5990,15 @@ class Client extends openapi_core_1.default {
5805
5990
  return await this.modifyScheduleExecuteTimeWithOptions(instanceId, request, headers, runtime);
5806
5991
  }
5807
5992
  /**
5808
- * Updates an IP address whitelist of an Elasticsearch cluster.
5993
+ * Calls ModifyWhiteIps to update the access whitelist of a specified instance.
5809
5994
  *
5810
5995
  * @remarks
5811
- * The ID of the cluster.
5996
+ * ## Before you begin
5997
+ * - You cannot update information for an instance whose instance status is activating, invalid, or freeze (inactive).
5998
+ * - 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:
5999
+ * - IP whitelist list: whiteIpList, nodeType, networkType
6000
+ * - IP whitelist group: modifyMode, whiteIpGroup
6001
+ * - The public network access whitelist does not support private network IP addresses, and the internal-facing whitelist does not support public IP addresses.
5812
6002
  *
5813
6003
  * @param request - ModifyWhiteIpsRequest
5814
6004
  * @param headers - map
@@ -5856,10 +6046,15 @@ class Client extends openapi_core_1.default {
5856
6046
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyWhiteIpsResponse({}));
5857
6047
  }
5858
6048
  /**
5859
- * Updates an IP address whitelist of an Elasticsearch cluster.
6049
+ * Calls ModifyWhiteIps to update the access whitelist of a specified instance.
5860
6050
  *
5861
6051
  * @remarks
5862
- * The ID of the cluster.
6052
+ * ## Before you begin
6053
+ * - You cannot update information for an instance whose instance status is activating, invalid, or freeze (inactive).
6054
+ * - 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:
6055
+ * - IP whitelist list: whiteIpList, nodeType, networkType
6056
+ * - IP whitelist group: modifyMode, whiteIpGroup
6057
+ * - The public network access whitelist does not support private network IP addresses, and the internal-facing whitelist does not support public IP addresses.
5863
6058
  *
5864
6059
  * @param request - ModifyWhiteIpsRequest
5865
6060
  * @returns ModifyWhiteIpsResponse
@@ -5870,7 +6065,7 @@ class Client extends openapi_core_1.default {
5870
6065
  return await this.modifyWhiteIpsWithOptions(InstanceId, request, headers, runtime);
5871
6066
  }
5872
6067
  /**
5873
- * Migrates an Elasticsearch cluster to a specified resource group.
6068
+ * Modifies the resource group to which an instance belongs.
5874
6069
  *
5875
6070
  * @param request - MoveResourceGroupRequest
5876
6071
  * @param headers - map
@@ -5902,7 +6097,7 @@ class Client extends openapi_core_1.default {
5902
6097
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.MoveResourceGroupResponse({}));
5903
6098
  }
5904
6099
  /**
5905
- * Migrates an Elasticsearch cluster to a specified resource group.
6100
+ * Modifies the resource group to which an instance belongs.
5906
6101
  *
5907
6102
  * @param request - MoveResourceGroupRequest
5908
6103
  * @returns MoveResourceGroupResponse
@@ -5913,7 +6108,7 @@ class Client extends openapi_core_1.default {
5913
6108
  return await this.moveResourceGroupWithOptions(InstanceId, request, headers, runtime);
5914
6109
  }
5915
6110
  /**
5916
- * Enables the intelligent O\\\\\\&M feature for an instance.
6111
+ * Enables the intelligent O&M feature for an instance.
5917
6112
  *
5918
6113
  * @param request - OpenDiagnosisRequest
5919
6114
  * @param headers - map
@@ -5947,7 +6142,7 @@ class Client extends openapi_core_1.default {
5947
6142
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenDiagnosisResponse({}));
5948
6143
  }
5949
6144
  /**
5950
- * Enables the intelligent O\\\\\\&M feature for an instance.
6145
+ * Enables the intelligent O&M feature for an instance.
5951
6146
  *
5952
6147
  * @param request - OpenDiagnosisRequest
5953
6148
  * @returns OpenDiagnosisResponse
@@ -5958,10 +6153,11 @@ class Client extends openapi_core_1.default {
5958
6153
  return await this.openDiagnosisWithOptions(InstanceId, request, headers, runtime);
5959
6154
  }
5960
6155
  /**
5961
- * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
6156
+ * Enables the HTTPS protocol. Before enabling HTTPS, make sure that you have purchased client nodes.
5962
6157
  *
5963
6158
  * @remarks
5964
- * > To ensure data security, we recommend that you enable HTTPS.
6159
+ * > - To ensure data security, enable the HTTPS protocol.
6160
+ * - 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.
5965
6161
  *
5966
6162
  * @param request - OpenHttpsRequest
5967
6163
  * @param headers - map
@@ -5992,10 +6188,11 @@ class Client extends openapi_core_1.default {
5992
6188
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenHttpsResponse({}));
5993
6189
  }
5994
6190
  /**
5995
- * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
6191
+ * Enables the HTTPS protocol. Before enabling HTTPS, make sure that you have purchased client nodes.
5996
6192
  *
5997
6193
  * @remarks
5998
- * > To ensure data security, we recommend that you enable HTTPS.
6194
+ * > - To ensure data security, enable the HTTPS protocol.
6195
+ * - 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.
5999
6196
  *
6000
6197
  * @param request - OpenHttpsRequest
6001
6198
  * @returns OpenHttpsResponse
@@ -6006,7 +6203,7 @@ class Client extends openapi_core_1.default {
6006
6203
  return await this.openHttpsWithOptions(InstanceId, request, headers, runtime);
6007
6204
  }
6008
6205
  /**
6009
- * 自定义插件解析&上传接口
6206
+ * Upload a custom plugin to the plugin repository. After uploading, the plugin is in the pending installation status.
6010
6207
  *
6011
6208
  * @param request - PluginAnalysisRequest
6012
6209
  * @param headers - map
@@ -6038,7 +6235,7 @@ class Client extends openapi_core_1.default {
6038
6235
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PluginAnalysisResponse({}));
6039
6236
  }
6040
6237
  /**
6041
- * 自定义插件解析&上传接口
6238
+ * Upload a custom plugin to the plugin repository. After uploading, the plugin is in the pending installation status.
6042
6239
  *
6043
6240
  * @param request - PluginAnalysisRequest
6044
6241
  * @returns PluginAnalysisResponse
@@ -6049,7 +6246,10 @@ class Client extends openapi_core_1.default {
6049
6246
  return await this.pluginAnalysisWithOptions(instanceId, request, headers, runtime);
6050
6247
  }
6051
6248
  /**
6052
- * PostEmonTryAlarmRule
6249
+ * Sends a test alert message by calling PostEmonTryAlarmRule.
6250
+ *
6251
+ * @remarks
6252
+ * > This API operation can be called up to 10 times per hour.
6053
6253
  *
6054
6254
  * @param request - PostEmonTryAlarmRuleRequest
6055
6255
  * @param headers - map
@@ -6080,7 +6280,10 @@ class Client extends openapi_core_1.default {
6080
6280
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PostEmonTryAlarmRuleResponse({}));
6081
6281
  }
6082
6282
  /**
6083
- * PostEmonTryAlarmRule
6283
+ * Sends a test alert message by calling PostEmonTryAlarmRule.
6284
+ *
6285
+ * @remarks
6286
+ * > This API operation can be called up to 10 times per hour.
6084
6287
  *
6085
6288
  * @param request - PostEmonTryAlarmRuleRequest
6086
6289
  * @returns PostEmonTryAlarmRuleResponse
@@ -6091,6 +6294,8 @@ class Client extends openapi_core_1.default {
6091
6294
  return await this.postEmonTryAlarmRuleWithOptions(ProjectId, AlarmGroupId, request, headers, runtime);
6092
6295
  }
6093
6296
  /**
6297
+ * Calls RecommendTemplates to retrieve recommended cluster configurations.
6298
+ *
6094
6299
  * @param request - RecommendTemplatesRequest
6095
6300
  * @param headers - map
6096
6301
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6120,6 +6325,8 @@ class Client extends openapi_core_1.default {
6120
6325
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RecommendTemplatesResponse({}));
6121
6326
  }
6122
6327
  /**
6328
+ * Calls RecommendTemplates to retrieve recommended cluster configurations.
6329
+ *
6123
6330
  * @param request - RecommendTemplatesRequest
6124
6331
  * @returns RecommendTemplatesResponse
6125
6332
  */
@@ -6129,7 +6336,7 @@ class Client extends openapi_core_1.default {
6129
6336
  return await this.recommendTemplatesWithOptions(InstanceId, request, headers, runtime);
6130
6337
  }
6131
6338
  /**
6132
- * Installs a shipper that failed to be installed when you create the shipper.
6339
+ * Retries the installation of a collector that failed to install during creation.
6133
6340
  *
6134
6341
  * @param request - ReinstallCollectorRequest
6135
6342
  * @param headers - map
@@ -6161,7 +6368,7 @@ class Client extends openapi_core_1.default {
6161
6368
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ReinstallCollectorResponse({}));
6162
6369
  }
6163
6370
  /**
6164
- * Installs a shipper that failed to be installed when you create the shipper.
6371
+ * Retries the installation of a collector that failed to install during creation.
6165
6372
  *
6166
6373
  * @param request - ReinstallCollectorRequest
6167
6374
  * @returns ReinstallCollectorResponse
@@ -6172,7 +6379,7 @@ class Client extends openapi_core_1.default {
6172
6379
  return await this.reinstallCollectorWithOptions(ResId, request, headers, runtime);
6173
6380
  }
6174
6381
  /**
6175
- * 从插件库中删除插件,区别于卸载插件
6382
+ * You can delete uploaded but uninstalled plugins from the plugin library.
6176
6383
  *
6177
6384
  * @param request - RemovePluginRequest
6178
6385
  * @param headers - map
@@ -6199,7 +6406,7 @@ class Client extends openapi_core_1.default {
6199
6406
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemovePluginResponse({}));
6200
6407
  }
6201
6408
  /**
6202
- * 从插件库中删除插件,区别于卸载插件
6409
+ * You can delete uploaded but uninstalled plugins from the plugin library.
6203
6410
  *
6204
6411
  * @param request - RemovePluginRequest
6205
6412
  * @returns RemovePluginResponse
@@ -6210,7 +6417,7 @@ class Client extends openapi_core_1.default {
6210
6417
  return await this.removePluginWithOptions(instanceId, request, headers, runtime);
6211
6418
  }
6212
6419
  /**
6213
- * Call RenewInstance to renew a subscription instance.
6420
+ * Renews a subscription Elasticsearch instance.
6214
6421
  *
6215
6422
  * @param request - RenewInstanceRequest
6216
6423
  * @param headers - map
@@ -6242,7 +6449,7 @@ class Client extends openapi_core_1.default {
6242
6449
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RenewInstanceResponse({}));
6243
6450
  }
6244
6451
  /**
6245
- * Call RenewInstance to renew a subscription instance.
6452
+ * Renews a subscription Elasticsearch instance.
6246
6453
  *
6247
6454
  * @param request - RenewInstanceRequest
6248
6455
  * @returns RenewInstanceResponse
@@ -6253,7 +6460,7 @@ class Client extends openapi_core_1.default {
6253
6460
  return await this.renewInstanceWithOptions(InstanceId, request, headers, runtime);
6254
6461
  }
6255
6462
  /**
6256
- * Renews a Logstash cluster.
6463
+ * Renews a specified Logstash instance.
6257
6464
  *
6258
6465
  * @param request - RenewLogstashRequest
6259
6466
  * @param headers - map
@@ -6285,7 +6492,7 @@ class Client extends openapi_core_1.default {
6285
6492
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RenewLogstashResponse({}));
6286
6493
  }
6287
6494
  /**
6288
- * Renews a Logstash cluster.
6495
+ * Renews a specified Logstash instance.
6289
6496
  *
6290
6497
  * @param request - RenewLogstashRequest
6291
6498
  * @returns RenewLogstashResponse
@@ -6296,7 +6503,7 @@ class Client extends openapi_core_1.default {
6296
6503
  return await this.renewLogstashWithOptions(InstanceId, request, headers, runtime);
6297
6504
  }
6298
6505
  /**
6299
- * Restarts a shipper.
6506
+ * Restarts a collector to perform data collection.
6300
6507
  *
6301
6508
  * @param request - RestartCollectorRequest
6302
6509
  * @param headers - map
@@ -6327,7 +6534,7 @@ class Client extends openapi_core_1.default {
6327
6534
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartCollectorResponse({}));
6328
6535
  }
6329
6536
  /**
6330
- * Restarts a shipper.
6537
+ * Restarts a collector to perform data collection.
6331
6538
  *
6332
6539
  * @param request - RestartCollectorRequest
6333
6540
  * @returns RestartCollectorResponse
@@ -6338,10 +6545,10 @@ class Client extends openapi_core_1.default {
6338
6545
  return await this.restartCollectorWithOptions(ResId, request, headers, runtime);
6339
6546
  }
6340
6547
  /**
6341
- * You can call this operation to restart a specified Elasticsearch instance.
6548
+ * Restarts an Elasticsearch cluster.
6342
6549
  *
6343
6550
  * @remarks
6344
- * > 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.
6551
+ * > 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.
6345
6552
  *
6346
6553
  * @param request - RestartInstanceRequest
6347
6554
  * @param headers - map
@@ -6376,10 +6583,10 @@ class Client extends openapi_core_1.default {
6376
6583
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartInstanceResponse({}));
6377
6584
  }
6378
6585
  /**
6379
- * You can call this operation to restart a specified Elasticsearch instance.
6586
+ * Restarts an Elasticsearch cluster.
6380
6587
  *
6381
6588
  * @remarks
6382
- * > 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.
6589
+ * > 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.
6383
6590
  *
6384
6591
  * @param request - RestartInstanceRequest
6385
6592
  * @returns RestartInstanceResponse
@@ -6390,7 +6597,7 @@ class Client extends openapi_core_1.default {
6390
6597
  return await this.restartInstanceWithOptions(InstanceId, request, headers, runtime);
6391
6598
  }
6392
6599
  /**
6393
- * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
6600
+ * Restarts a specified instance. After the restart, the instance enters the activating (activing) state.
6394
6601
  *
6395
6602
  * @param request - RestartLogstashRequest
6396
6603
  * @param headers - map
@@ -6441,7 +6648,7 @@ class Client extends openapi_core_1.default {
6441
6648
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartLogstashResponse({}));
6442
6649
  }
6443
6650
  /**
6444
- * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
6651
+ * Restarts a specified instance. After the restart, the instance enters the activating (activing) state.
6445
6652
  *
6446
6653
  * @param request - RestartLogstashRequest
6447
6654
  * @returns RestartLogstashResponse
@@ -6452,7 +6659,7 @@ class Client extends openapi_core_1.default {
6452
6659
  return await this.restartLogstashWithOptions(InstanceId, request, headers, runtime);
6453
6660
  }
6454
6661
  /**
6455
- * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
6662
+ * Resumes an interrupted change task for an instance.
6456
6663
  *
6457
6664
  * @param request - ResumeElasticsearchTaskRequest
6458
6665
  * @param headers - map
@@ -6483,7 +6690,7 @@ class Client extends openapi_core_1.default {
6483
6690
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeElasticsearchTaskResponse({}));
6484
6691
  }
6485
6692
  /**
6486
- * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
6693
+ * Resumes an interrupted change task for an instance.
6487
6694
  *
6488
6695
  * @param request - ResumeElasticsearchTaskRequest
6489
6696
  * @returns ResumeElasticsearchTaskResponse
@@ -6494,7 +6701,7 @@ class Client extends openapi_core_1.default {
6494
6701
  return await this.resumeElasticsearchTaskWithOptions(InstanceId, request, headers, runtime);
6495
6702
  }
6496
6703
  /**
6497
- * Resumes a change task of a Logstash cluster. After the task is resumed, the Logstash cluster is in the activating state.
6704
+ * Resumes an interrupted instance change task. After the task is resumed, the instance enters the activating state.
6498
6705
  *
6499
6706
  * @param request - ResumeLogstashTaskRequest
6500
6707
  * @param headers - map
@@ -6525,7 +6732,7 @@ class Client extends openapi_core_1.default {
6525
6732
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeLogstashTaskResponse({}));
6526
6733
  }
6527
6734
  /**
6528
- * Resumes a change task of a Logstash cluster. After the task is resumed, the Logstash cluster is in the activating state.
6735
+ * Resumes an interrupted instance change task. After the task is resumed, the instance enters the activating state.
6529
6736
  *
6530
6737
  * @param request - ResumeLogstashTaskRequest
6531
6738
  * @returns ResumeLogstashTaskResponse
@@ -6536,7 +6743,7 @@ class Client extends openapi_core_1.default {
6536
6743
  return await this.resumeLogstashTaskWithOptions(InstanceId, request, headers, runtime);
6537
6744
  }
6538
6745
  /**
6539
- * 滚动数据流,生成新索引
6746
+ * Creates a new index for a data stream or index alias.
6540
6747
  *
6541
6748
  * @param request - RolloverDataStreamRequest
6542
6749
  * @param headers - map
@@ -6567,7 +6774,7 @@ class Client extends openapi_core_1.default {
6567
6774
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RolloverDataStreamResponse({}));
6568
6775
  }
6569
6776
  /**
6570
- * 滚动数据流,生成新索引
6777
+ * Creates a new index for a data stream or index alias.
6571
6778
  *
6572
6779
  * @param request - RolloverDataStreamRequest
6573
6780
  * @returns RolloverDataStreamResponse
@@ -6578,7 +6785,7 @@ class Client extends openapi_core_1.default {
6578
6785
  return await this.rolloverDataStreamWithOptions(InstanceId, DataStream, request, headers, runtime);
6579
6786
  }
6580
6787
  /**
6581
- * Runs pipelines in a Logstash cluster.
6788
+ * Deploys Logstash pipelines immediately.
6582
6789
  *
6583
6790
  * @param request - RunPipelinesRequest
6584
6791
  * @param headers - map
@@ -6610,7 +6817,7 @@ class Client extends openapi_core_1.default {
6610
6817
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RunPipelinesResponse({}));
6611
6818
  }
6612
6819
  /**
6613
- * Runs pipelines in a Logstash cluster.
6820
+ * Deploys Logstash pipelines immediately.
6614
6821
  *
6615
6822
  * @param request - RunPipelinesRequest
6616
6823
  * @returns RunPipelinesResponse
@@ -6621,7 +6828,11 @@ class Client extends openapi_core_1.default {
6621
6828
  return await this.runPipelinesWithOptions(InstanceId, request, headers, runtime);
6622
6829
  }
6623
6830
  /**
6624
- * Removes nodes from an Elasticsearch cluster.
6831
+ * Scales in nodes of a specified role in an Elasticsearch cluster.
6832
+ *
6833
+ * @remarks
6834
+ * Note the following when you invoke this operation:
6835
+ * 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.
6625
6836
  *
6626
6837
  * @param request - ShrinkNodeRequest
6627
6838
  * @param headers - map
@@ -6662,7 +6873,11 @@ class Client extends openapi_core_1.default {
6662
6873
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ShrinkNodeResponse({}));
6663
6874
  }
6664
6875
  /**
6665
- * Removes nodes from an Elasticsearch cluster.
6876
+ * Scales in nodes of a specified role in an Elasticsearch cluster.
6877
+ *
6878
+ * @remarks
6879
+ * Note the following when you invoke this operation:
6880
+ * 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.
6666
6881
  *
6667
6882
  * @param request - ShrinkNodeRequest
6668
6883
  * @returns ShrinkNodeResponse
@@ -6715,7 +6930,7 @@ class Client extends openapi_core_1.default {
6715
6930
  return await this.startCollectorWithOptions(ResId, request, headers, runtime);
6716
6931
  }
6717
6932
  /**
6718
- * Stops a shipper.
6933
+ * Calls StopCollector to stop a running collector.
6719
6934
  *
6720
6935
  * @param request - StopCollectorRequest
6721
6936
  * @param headers - map
@@ -6746,7 +6961,7 @@ class Client extends openapi_core_1.default {
6746
6961
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopCollectorResponse({}));
6747
6962
  }
6748
6963
  /**
6749
- * Stops a shipper.
6964
+ * Calls StopCollector to stop a running collector.
6750
6965
  *
6751
6966
  * @param request - StopCollectorRequest
6752
6967
  * @returns StopCollectorResponse
@@ -6757,7 +6972,7 @@ class Client extends openapi_core_1.default {
6757
6972
  return await this.stopCollectorWithOptions(ResId, request, headers, runtime);
6758
6973
  }
6759
6974
  /**
6760
- * Stops pipelines in a Logstash cluster.
6975
+ * Stops Logstash pipelines by calling StopPipelines.
6761
6976
  *
6762
6977
  * @param request - StopPipelinesRequest
6763
6978
  * @param headers - map
@@ -6789,7 +7004,7 @@ class Client extends openapi_core_1.default {
6789
7004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopPipelinesResponse({}));
6790
7005
  }
6791
7006
  /**
6792
- * Stops pipelines in a Logstash cluster.
7007
+ * Stops Logstash pipelines by calling StopPipelines.
6793
7008
  *
6794
7009
  * @param request - StopPipelinesRequest
6795
7010
  * @returns StopPipelinesResponse
@@ -6800,7 +7015,7 @@ class Client extends openapi_core_1.default {
6800
7015
  return await this.stopPipelinesWithOptions(InstanceId, request, headers, runtime);
6801
7016
  }
6802
7017
  /**
6803
- * Adds tags to clusters.
7018
+ * Creates tag-resource relationships for a specified instance.
6804
7019
  *
6805
7020
  * @param request - TagResourcesRequest
6806
7021
  * @param headers - map
@@ -6837,7 +7052,7 @@ class Client extends openapi_core_1.default {
6837
7052
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
6838
7053
  }
6839
7054
  /**
6840
- * Adds tags to clusters.
7055
+ * Creates tag-resource relationships for a specified instance.
6841
7056
  *
6842
7057
  * @param request - TagResourcesRequest
6843
7058
  * @returns TagResourcesResponse
@@ -6848,7 +7063,7 @@ class Client extends openapi_core_1.default {
6848
7063
  return await this.tagResourcesWithOptions(request, headers, runtime);
6849
7064
  }
6850
7065
  /**
6851
- * Runs a data migration task for node scaling operations.
7066
+ * Performs data migration on a node to facilitate node scale-in operations.
6852
7067
  *
6853
7068
  * @param request - TransferNodeRequest
6854
7069
  * @param headers - map
@@ -6883,7 +7098,7 @@ class Client extends openapi_core_1.default {
6883
7098
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TransferNodeResponse({}));
6884
7099
  }
6885
7100
  /**
6886
- * Runs a data migration task for node scaling operations.
7101
+ * Performs data migration on a node to facilitate node scale-in operations.
6887
7102
  *
6888
7103
  * @param request - TransferNodeRequest
6889
7104
  * @returns TransferNodeResponse
@@ -6894,7 +7109,7 @@ class Client extends openapi_core_1.default {
6894
7109
  return await this.transferNodeWithOptions(InstanceId, request, headers, runtime);
6895
7110
  }
6896
7111
  /**
6897
- * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
7112
+ * Enables or shuts down public or private network access for an Elasticsearch or Kibana cluster.
6898
7113
  *
6899
7114
  * @param request - TriggerNetworkRequest
6900
7115
  * @param headers - map
@@ -6936,7 +7151,7 @@ class Client extends openapi_core_1.default {
6936
7151
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TriggerNetworkResponse({}));
6937
7152
  }
6938
7153
  /**
6939
- * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
7154
+ * Enables or shuts down public or private network access for an Elasticsearch or Kibana cluster.
6940
7155
  *
6941
7156
  * @param request - TriggerNetworkRequest
6942
7157
  * @returns TriggerNetworkResponse
@@ -6947,7 +7162,10 @@ class Client extends openapi_core_1.default {
6947
7162
  return await this.triggerNetworkWithOptions(InstanceId, request, headers, runtime);
6948
7163
  }
6949
7164
  /**
6950
- * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
7165
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7166
+ *
7167
+ * @remarks
7168
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
6951
7169
  *
6952
7170
  * @param request - TurnOffZoneRequest
6953
7171
  * @param headers - map
@@ -6981,7 +7199,10 @@ class Client extends openapi_core_1.default {
6981
7199
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TurnOffZoneResponse({}));
6982
7200
  }
6983
7201
  /**
6984
- * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
7202
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7203
+ *
7204
+ * @remarks
7205
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
6985
7206
  *
6986
7207
  * @param request - TurnOffZoneRequest
6987
7208
  * @returns TurnOffZoneResponse
@@ -6992,7 +7213,10 @@ class Client extends openapi_core_1.default {
6992
7213
  return await this.turnOffZoneWithOptions(instanceId, request, headers, runtime);
6993
7214
  }
6994
7215
  /**
6995
- * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
7216
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7217
+ *
7218
+ * @remarks
7219
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
6996
7220
  *
6997
7221
  * @param request - TurnOnZoneRequest
6998
7222
  * @param headers - map
@@ -7026,7 +7250,10 @@ class Client extends openapi_core_1.default {
7026
7250
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TurnOnZoneResponse({}));
7027
7251
  }
7028
7252
  /**
7029
- * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
7253
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7254
+ *
7255
+ * @remarks
7256
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7030
7257
  *
7031
7258
  * @param request - TurnOnZoneRequest
7032
7259
  * @returns TurnOnZoneResponse
@@ -7037,7 +7264,7 @@ class Client extends openapi_core_1.default {
7037
7264
  return await this.turnOnZoneWithOptions(instanceId, request, headers, runtime);
7038
7265
  }
7039
7266
  /**
7040
- * Call the UninstallKibanaPlugin to uninstall the Kibana plug-in.
7267
+ * Uninstalls plug-ins from the Kibana node of an Elasticsearch instance.
7041
7268
  *
7042
7269
  * @param request - UninstallKibanaPluginRequest
7043
7270
  * @param headers - map
@@ -7069,7 +7296,7 @@ class Client extends openapi_core_1.default {
7069
7296
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UninstallKibanaPluginResponse({}));
7070
7297
  }
7071
7298
  /**
7072
- * Call the UninstallKibanaPlugin to uninstall the Kibana plug-in.
7299
+ * Uninstalls plug-ins from the Kibana node of an Elasticsearch instance.
7073
7300
  *
7074
7301
  * @param request - UninstallKibanaPluginRequest
7075
7302
  * @returns UninstallKibanaPluginResponse
@@ -7080,7 +7307,7 @@ class Client extends openapi_core_1.default {
7080
7307
  return await this.uninstallKibanaPluginWithOptions(InstanceId, request, headers, runtime);
7081
7308
  }
7082
7309
  /**
7083
- * Removes one or more Logstash plug-ins.
7310
+ * Uninstalls installed plug-ins from a Logstash instance.
7084
7311
  *
7085
7312
  * @param request - UninstallLogstashPluginRequest
7086
7313
  * @param headers - map
@@ -7112,7 +7339,7 @@ class Client extends openapi_core_1.default {
7112
7339
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UninstallLogstashPluginResponse({}));
7113
7340
  }
7114
7341
  /**
7115
- * Removes one or more Logstash plug-ins.
7342
+ * Uninstalls installed plug-ins from a Logstash instance.
7116
7343
  *
7117
7344
  * @param request - UninstallLogstashPluginRequest
7118
7345
  * @returns UninstallLogstashPluginResponse
@@ -7123,7 +7350,7 @@ class Client extends openapi_core_1.default {
7123
7350
  return await this.uninstallLogstashPluginWithOptions(InstanceId, request, headers, runtime);
7124
7351
  }
7125
7352
  /**
7126
- * Call UninstallPlugin to uninstall the preset plug-in.
7353
+ * Uninstalls system plug-ins from an Elasticsearch instance.
7127
7354
  *
7128
7355
  * @param request - UninstallPluginRequest
7129
7356
  * @param headers - map
@@ -7158,7 +7385,7 @@ class Client extends openapi_core_1.default {
7158
7385
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UninstallPluginResponse({}));
7159
7386
  }
7160
7387
  /**
7161
- * Call UninstallPlugin to uninstall the preset plug-in.
7388
+ * Uninstalls system plug-ins from an Elasticsearch instance.
7162
7389
  *
7163
7390
  * @param request - UninstallPluginRequest
7164
7391
  * @returns UninstallPluginResponse
@@ -7169,13 +7396,14 @@ class Client extends openapi_core_1.default {
7169
7396
  return await this.uninstallPluginWithOptions(InstanceId, request, headers, runtime);
7170
7397
  }
7171
7398
  /**
7172
- * Deletes a user resource tag relationship.
7399
+ * Deletes user resource tag associations for a specified instance.
7173
7400
  *
7174
7401
  * @remarks
7175
- * When you call this operation, take note of the following items:
7176
- * * You can only delete user tags.
7177
- * > 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.
7178
- * * If you delete a resource tag relationship that is not associated with any resources, you must delete the tags.
7402
+ * When calling this operation, note the following:
7403
+ * - Only user tags can be deleted.
7404
+ *
7405
+ * > 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.
7406
+ * - If a tag is not associated with any resource, the tag is also deleted when the resource tag association is deleted.
7179
7407
  *
7180
7408
  * @param request - UntagResourcesRequest
7181
7409
  * @param headers - map
@@ -7218,13 +7446,14 @@ class Client extends openapi_core_1.default {
7218
7446
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagResourcesResponse({}));
7219
7447
  }
7220
7448
  /**
7221
- * Deletes a user resource tag relationship.
7449
+ * Deletes user resource tag associations for a specified instance.
7222
7450
  *
7223
7451
  * @remarks
7224
- * When you call this operation, take note of the following items:
7225
- * * You can only delete user tags.
7226
- * > 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.
7227
- * * If you delete a resource tag relationship that is not associated with any resources, you must delete the tags.
7452
+ * When calling this operation, note the following:
7453
+ * - Only user tags can be deleted.
7454
+ *
7455
+ * > 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.
7456
+ * - If a tag is not associated with any resource, the tag is also deleted when the resource tag association is deleted.
7228
7457
  *
7229
7458
  * @param request - UntagResourcesRequest
7230
7459
  * @returns UntagResourcesResponse
@@ -7235,10 +7464,11 @@ class Client extends openapi_core_1.default {
7235
7464
  return await this.untagResourcesWithOptions(request, headers, runtime);
7236
7465
  }
7237
7466
  /**
7238
- * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
7467
+ * Updates the password of the elastic account for a specified Elasticsearch instance.
7239
7468
  *
7240
7469
  * @remarks
7241
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
7470
+ * When you invoke this operation, note the following:
7471
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
7242
7472
  *
7243
7473
  * @param request - UpdateAdminPasswordRequest
7244
7474
  * @param headers - map
@@ -7274,10 +7504,11 @@ class Client extends openapi_core_1.default {
7274
7504
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAdminPasswordResponse({}));
7275
7505
  }
7276
7506
  /**
7277
- * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
7507
+ * Updates the password of the elastic account for a specified Elasticsearch instance.
7278
7508
  *
7279
7509
  * @remarks
7280
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
7510
+ * When you invoke this operation, note the following:
7511
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
7281
7512
  *
7282
7513
  * @param request - UpdateAdminPasswordRequest
7283
7514
  * @returns UpdateAdminPasswordResponse
@@ -7288,7 +7519,7 @@ class Client extends openapi_core_1.default {
7288
7519
  return await this.updateAdminPasswordWithOptions(InstanceId, request, headers, runtime);
7289
7520
  }
7290
7521
  /**
7291
- * Call UpdateAdvancedSetting to change the garbage collector configuration for the specified instance.
7522
+ * Changes the garbage collector configuration of a specified Elasticsearch instance.
7292
7523
  *
7293
7524
  * @param request - UpdateAdvancedSettingRequest
7294
7525
  * @param headers - map
@@ -7320,7 +7551,7 @@ class Client extends openapi_core_1.default {
7320
7551
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAdvancedSettingResponse({}));
7321
7552
  }
7322
7553
  /**
7323
- * Call UpdateAdvancedSetting to change the garbage collector configuration for the specified instance.
7554
+ * Changes the garbage collector configuration of a specified Elasticsearch instance.
7324
7555
  *
7325
7556
  * @param request - UpdateAdvancedSettingRequest
7326
7557
  * @returns UpdateAdvancedSettingResponse
@@ -7331,13 +7562,13 @@ class Client extends openapi_core_1.default {
7331
7562
  return await this.updateAdvancedSettingWithOptions(InstanceId, request, headers, runtime);
7332
7563
  }
7333
7564
  /**
7334
- * Updates the dictionary file of the analysis-aliws plug-in.
7565
+ * Updates the dictionary of the AliNLP tokenizer plugin (analysis-aliws).
7335
7566
  *
7336
7567
  * @remarks
7337
- * Before you call this operation, take note of the following items:
7338
- * * Elasticsearch V5.X clusters do not support the analysis-aliws plug-in.
7339
- * * 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.
7340
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
7568
+ * When calling this operation, note the following:
7569
+ * - Instances of version 5.x do not support the AliNLP tokenizer plugin.
7570
+ * - If the dictionary file is sourced from OSS, ensure that the OSS bucket has public-read permission.
7571
+ * - If a previously uploaded dictionary is not configured with ORIGIN, calling this operation will delete the dictionary file.
7341
7572
  *
7342
7573
  * @param request - UpdateAliwsDictRequest
7343
7574
  * @param headers - map
@@ -7369,13 +7600,13 @@ class Client extends openapi_core_1.default {
7369
7600
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAliwsDictResponse({}));
7370
7601
  }
7371
7602
  /**
7372
- * Updates the dictionary file of the analysis-aliws plug-in.
7603
+ * Updates the dictionary of the AliNLP tokenizer plugin (analysis-aliws).
7373
7604
  *
7374
7605
  * @remarks
7375
- * Before you call this operation, take note of the following items:
7376
- * * Elasticsearch V5.X clusters do not support the analysis-aliws plug-in.
7377
- * * 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.
7378
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
7606
+ * When calling this operation, note the following:
7607
+ * - Instances of version 5.x do not support the AliNLP tokenizer plugin.
7608
+ * - If the dictionary file is sourced from OSS, ensure that the OSS bucket has public-read permission.
7609
+ * - If a previously uploaded dictionary is not configured with ORIGIN, calling this operation will delete the dictionary file.
7379
7610
  *
7380
7611
  * @param request - UpdateAliwsDictRequest
7381
7612
  * @returns UpdateAliwsDictResponse
@@ -7386,7 +7617,7 @@ class Client extends openapi_core_1.default {
7386
7617
  return await this.updateAliwsDictWithOptions(InstanceId, request, headers, runtime);
7387
7618
  }
7388
7619
  /**
7389
- * 修改ES实例访问黑名单,已废弃
7620
+ * Modifies the access blacklist of an Elasticsearch instance. This operation is deprecated.
7390
7621
  *
7391
7622
  * @deprecated OpenAPI UpdateBlackIps is deprecated
7392
7623
  *
@@ -7419,7 +7650,7 @@ class Client extends openapi_core_1.default {
7419
7650
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateBlackIpsResponse({}));
7420
7651
  }
7421
7652
  /**
7422
- * 修改ES实例访问黑名单,已废弃
7653
+ * Modifies the access blacklist of an Elasticsearch instance. This operation is deprecated.
7423
7654
  *
7424
7655
  * @deprecated OpenAPI UpdateBlackIps is deprecated
7425
7656
  *
@@ -7433,7 +7664,7 @@ class Client extends openapi_core_1.default {
7433
7664
  return await this.updateBlackIpsWithOptions(InstanceId, request, headers, runtime);
7434
7665
  }
7435
7666
  /**
7436
- * Updates the configurations of a shipper.
7667
+ * Modifies the configuration of a collector.
7437
7668
  *
7438
7669
  * @param request - UpdateCollectorRequest
7439
7670
  * @param headers - map
@@ -7465,7 +7696,7 @@ class Client extends openapi_core_1.default {
7465
7696
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCollectorResponse({}));
7466
7697
  }
7467
7698
  /**
7468
- * Updates the configurations of a shipper.
7699
+ * Modifies the configuration of a collector.
7469
7700
  *
7470
7701
  * @param request - UpdateCollectorRequest
7471
7702
  * @returns UpdateCollectorResponse
@@ -7476,7 +7707,7 @@ class Client extends openapi_core_1.default {
7476
7707
  return await this.updateCollectorWithOptions(ResId, request, headers, runtime);
7477
7708
  }
7478
7709
  /**
7479
- * Changes the name of a shipper.
7710
+ * Calls UpdateCollectorName to modify the name of a collector.
7480
7711
  *
7481
7712
  * @param request - UpdateCollectorNameRequest
7482
7713
  * @param headers - map
@@ -7508,7 +7739,7 @@ class Client extends openapi_core_1.default {
7508
7739
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCollectorNameResponse({}));
7509
7740
  }
7510
7741
  /**
7511
- * Changes the name of a shipper.
7742
+ * Calls UpdateCollectorName to modify the name of a collector.
7512
7743
  *
7513
7744
  * @param request - UpdateCollectorNameRequest
7514
7745
  * @returns UpdateCollectorNameResponse
@@ -7519,7 +7750,10 @@ class Client extends openapi_core_1.default {
7519
7750
  return await this.updateCollectorNameWithOptions(ResId, request, headers, runtime);
7520
7751
  }
7521
7752
  /**
7522
- * 修改ES集群动态索引
7753
+ * Updates a composable index template for an Elasticsearch instance.
7754
+ *
7755
+ * @remarks
7756
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
7523
7757
  *
7524
7758
  * @param request - UpdateComponentIndexRequest
7525
7759
  * @param headers - map
@@ -7553,7 +7787,10 @@ class Client extends openapi_core_1.default {
7553
7787
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateComponentIndexResponse({}));
7554
7788
  }
7555
7789
  /**
7556
- * 修改ES集群动态索引
7790
+ * Updates a composable index template for an Elasticsearch instance.
7791
+ *
7792
+ * @remarks
7793
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
7557
7794
  *
7558
7795
  * @param request - UpdateComponentIndexRequest
7559
7796
  * @returns UpdateComponentIndexResponse
@@ -7564,7 +7801,7 @@ class Client extends openapi_core_1.default {
7564
7801
  return await this.updateComponentIndexWithOptions(InstanceId, name, request, headers, runtime);
7565
7802
  }
7566
7803
  /**
7567
- * Changes the name of a specified Elasticsearch cluster.
7804
+ * Changes the name of an Elasticsearch instance.
7568
7805
  *
7569
7806
  * @param request - UpdateDescriptionRequest
7570
7807
  * @param headers - map
@@ -7600,7 +7837,7 @@ class Client extends openapi_core_1.default {
7600
7837
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDescriptionResponse({}));
7601
7838
  }
7602
7839
  /**
7603
- * Changes the name of a specified Elasticsearch cluster.
7840
+ * Changes the name of an Elasticsearch instance.
7604
7841
  *
7605
7842
  * @param request - UpdateDescriptionRequest
7606
7843
  * @returns UpdateDescriptionResponse
@@ -7611,7 +7848,7 @@ class Client extends openapi_core_1.default {
7611
7848
  return await this.updateDescriptionWithOptions(InstanceId, request, headers, runtime);
7612
7849
  }
7613
7850
  /**
7614
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
7851
+ * Modifies the intelligent O&M scenario settings of a specified Elasticsearch instance.
7615
7852
  *
7616
7853
  * @param request - UpdateDiagnosisSettingsRequest
7617
7854
  * @param headers - map
@@ -7646,7 +7883,7 @@ class Client extends openapi_core_1.default {
7646
7883
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDiagnosisSettingsResponse({}));
7647
7884
  }
7648
7885
  /**
7649
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
7886
+ * Modifies the intelligent O&M scenario settings of a specified Elasticsearch instance.
7650
7887
  *
7651
7888
  * @param request - UpdateDiagnosisSettingsRequest
7652
7889
  * @returns UpdateDiagnosisSettingsResponse
@@ -7657,12 +7894,12 @@ class Client extends openapi_core_1.default {
7657
7894
  return await this.updateDiagnosisSettingsWithOptions(InstanceId, request, headers, runtime);
7658
7895
  }
7659
7896
  /**
7660
- * Updates a dictionary of an Elasticsearch cluster.
7897
+ * Updates the user dictionary of an Elasticsearch instance.
7661
7898
  *
7662
7899
  * @remarks
7663
- * Before you call this operation, take note of the following items:
7664
- * * 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.
7665
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
7900
+ * When calling this operation, note the following:
7901
+ * - If the dictionary file originates from OSS, ensure that the OSS storage space is publicly readable.
7902
+ * - If previously uploaded dictionaries are not configured with ORIGIN, the dictionary files will be deleted after this operation is called.
7666
7903
  *
7667
7904
  * @param request - UpdateDictRequest
7668
7905
  * @param headers - map
@@ -7694,12 +7931,12 @@ class Client extends openapi_core_1.default {
7694
7931
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDictResponse({}));
7695
7932
  }
7696
7933
  /**
7697
- * Updates a dictionary of an Elasticsearch cluster.
7934
+ * Updates the user dictionary of an Elasticsearch instance.
7698
7935
  *
7699
7936
  * @remarks
7700
- * Before you call this operation, take note of the following items:
7701
- * * 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.
7702
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
7937
+ * When calling this operation, note the following:
7938
+ * - If the dictionary file originates from OSS, ensure that the OSS storage space is publicly readable.
7939
+ * - If previously uploaded dictionaries are not configured with ORIGIN, the dictionary files will be deleted after this operation is called.
7703
7940
  *
7704
7941
  * @param request - UpdateDictRequest
7705
7942
  * @returns UpdateDictResponse
@@ -7710,7 +7947,7 @@ class Client extends openapi_core_1.default {
7710
7947
  return await this.updateDictWithOptions(InstanceId, request, headers, runtime);
7711
7948
  }
7712
7949
  /**
7713
- * 修改集群动态配置
7950
+ * Modify Cluster Dynamic Configuration
7714
7951
  *
7715
7952
  * @param request - UpdateDynamicSettingsRequest
7716
7953
  * @param headers - map
@@ -7748,7 +7985,7 @@ class Client extends openapi_core_1.default {
7748
7985
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDynamicSettingsResponse({}));
7749
7986
  }
7750
7987
  /**
7751
- * 修改集群动态配置
7988
+ * Modify Cluster Dynamic Configuration
7752
7989
  *
7753
7990
  * @param request - UpdateDynamicSettingsRequest
7754
7991
  * @returns UpdateDynamicSettingsResponse
@@ -7759,6 +7996,8 @@ class Client extends openapi_core_1.default {
7759
7996
  return await this.updateDynamicSettingsWithOptions(InstanceId, request, headers, runtime);
7760
7997
  }
7761
7998
  /**
7999
+ * Modifies the scenario-based configuration template of an Elasticsearch instance.
8000
+ *
7762
8001
  * @param request - UpdateExtendConfigRequest
7763
8002
  * @param headers - map
7764
8003
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7789,6 +8028,8 @@ class Client extends openapi_core_1.default {
7789
8028
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateExtendConfigResponse({}));
7790
8029
  }
7791
8030
  /**
8031
+ * Modifies the scenario-based configuration template of an Elasticsearch instance.
8032
+ *
7792
8033
  * @param request - UpdateExtendConfigRequest
7793
8034
  * @returns UpdateExtendConfigResponse
7794
8035
  */
@@ -7798,10 +8039,10 @@ class Client extends openapi_core_1.default {
7798
8039
  return await this.updateExtendConfigWithOptions(InstanceId, request, headers, runtime);
7799
8040
  }
7800
8041
  /**
7801
- * Updates the driver files of a Logstash cluster.
8042
+ * Updates the extension file configuration of a Logstash instance.
7802
8043
  *
7803
8044
  * @remarks
7804
- * 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.
8045
+ * 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.
7805
8046
  *
7806
8047
  * @param request - UpdateExtendfilesRequest
7807
8048
  * @param headers - map
@@ -7833,10 +8074,10 @@ class Client extends openapi_core_1.default {
7833
8074
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateExtendfilesResponse({}));
7834
8075
  }
7835
8076
  /**
7836
- * Updates the driver files of a Logstash cluster.
8077
+ * Updates the extension file configuration of a Logstash instance.
7837
8078
  *
7838
8079
  * @remarks
7839
- * 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.
8080
+ * 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.
7840
8081
  *
7841
8082
  * @param request - UpdateExtendfilesRequest
7842
8083
  * @returns UpdateExtendfilesResponse
@@ -7847,7 +8088,7 @@ class Client extends openapi_core_1.default {
7847
8088
  return await this.updateExtendfilesWithOptions(InstanceId, request, headers, runtime);
7848
8089
  }
7849
8090
  /**
7850
- * 修改FalconSeek配置
8091
+ * Toggle the FalconSeek cloud-native kernel attribute for instances of Version 8.17.
7851
8092
  *
7852
8093
  * @param request - UpdateFalconSeekRequest
7853
8094
  * @param headers - map
@@ -7878,7 +8119,7 @@ class Client extends openapi_core_1.default {
7878
8119
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateFalconSeekResponse({}));
7879
8120
  }
7880
8121
  /**
7881
- * 修改FalconSeek配置
8122
+ * Toggle the FalconSeek cloud-native kernel attribute for instances of Version 8.17.
7882
8123
  *
7883
8124
  * @param request - UpdateFalconSeekRequest
7884
8125
  * @returns UpdateFalconSeekResponse
@@ -7889,12 +8130,12 @@ class Client extends openapi_core_1.default {
7889
8130
  return await this.updateFalconSeekWithOptions(InstanceId, request, headers, runtime);
7890
8131
  }
7891
8132
  /**
7892
- * null
8133
+ * Updates the IK hot-word dictionary of an Alibaba Cloud Elasticsearch instance.
7893
8134
  *
7894
8135
  * @remarks
7895
- * Before you call this operation, take note of the following items:
7896
- * * 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.
7897
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8136
+ * When calling this operation, note the following:
8137
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
8138
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
7898
8139
  *
7899
8140
  * @param request - UpdateHotIkDictsRequest
7900
8141
  * @param headers - map
@@ -7926,12 +8167,12 @@ class Client extends openapi_core_1.default {
7926
8167
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateHotIkDictsResponse({}));
7927
8168
  }
7928
8169
  /**
7929
- * null
8170
+ * Updates the IK hot-word dictionary of an Alibaba Cloud Elasticsearch instance.
7930
8171
  *
7931
8172
  * @remarks
7932
- * Before you call this operation, take note of the following items:
7933
- * * 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.
7934
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8173
+ * When calling this operation, note the following:
8174
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
8175
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
7935
8176
  *
7936
8177
  * @param request - UpdateHotIkDictsRequest
7937
8178
  * @returns UpdateHotIkDictsResponse
@@ -7942,7 +8183,7 @@ class Client extends openapi_core_1.default {
7942
8183
  return await this.updateHotIkDictsWithOptions(InstanceId, request, headers, runtime);
7943
8184
  }
7944
8185
  /**
7945
- * 修改ES集群索引生命周期策略
8186
+ * Modifies the lifecycle policy of an Elasticsearch index.
7946
8187
  *
7947
8188
  * @param request - UpdateILMPolicyRequest
7948
8189
  * @param headers - map
@@ -7974,7 +8215,7 @@ class Client extends openapi_core_1.default {
7974
8215
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateILMPolicyResponse({}));
7975
8216
  }
7976
8217
  /**
7977
- * 修改ES集群索引生命周期策略
8218
+ * Modifies the lifecycle policy of an Elasticsearch index.
7978
8219
  *
7979
8220
  * @param request - UpdateILMPolicyRequest
7980
8221
  * @returns UpdateILMPolicyResponse
@@ -7985,7 +8226,7 @@ class Client extends openapi_core_1.default {
7985
8226
  return await this.updateILMPolicyWithOptions(InstanceId, PolicyName, request, headers, runtime);
7986
8227
  }
7987
8228
  /**
7988
- * 修改ES集群索引模版配置
8229
+ * Modifies the template configuration of an Elasticsearch instance.
7989
8230
  *
7990
8231
  * @param request - UpdateIndexTemplateRequest
7991
8232
  * @param headers - map
@@ -8017,7 +8258,7 @@ class Client extends openapi_core_1.default {
8017
8258
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateIndexTemplateResponse({}));
8018
8259
  }
8019
8260
  /**
8020
- * 修改ES集群索引模版配置
8261
+ * Modifies the template configuration of an Elasticsearch instance.
8021
8262
  *
8022
8263
  * @param request - UpdateIndexTemplateRequest
8023
8264
  * @returns UpdateIndexTemplateResponse
@@ -8028,10 +8269,11 @@ class Client extends openapi_core_1.default {
8028
8269
  return await this.updateIndexTemplateWithOptions(InstanceId, IndexTemplate, request, headers, runtime);
8029
8270
  }
8030
8271
  /**
8031
- * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
8272
+ * Upgrades the configuration of an Elasticsearch cluster, including the number of nodes, roles, specifications, and disk configurations.
8032
8273
  *
8033
8274
  * @remarks
8034
- * es-cn-n6w1ptcb30009\\*\\*\\*\\*
8275
+ * When you call this operation, note the following items:
8276
+ * 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).
8035
8277
  *
8036
8278
  * @param request - UpdateInstanceRequest
8037
8279
  * @param headers - map
@@ -8097,10 +8339,11 @@ class Client extends openapi_core_1.default {
8097
8339
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateInstanceResponse({}));
8098
8340
  }
8099
8341
  /**
8100
- * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
8342
+ * Upgrades the configuration of an Elasticsearch cluster, including the number of nodes, roles, specifications, and disk configurations.
8101
8343
  *
8102
8344
  * @remarks
8103
- * es-cn-n6w1ptcb30009\\*\\*\\*\\*
8345
+ * When you call this operation, note the following items:
8346
+ * 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).
8104
8347
  *
8105
8348
  * @param request - UpdateInstanceRequest
8106
8349
  * @returns UpdateInstanceResponse
@@ -8111,7 +8354,7 @@ class Client extends openapi_core_1.default {
8111
8354
  return await this.updateInstanceWithOptions(InstanceId, request, headers, runtime);
8112
8355
  }
8113
8356
  /**
8114
- * null
8357
+ * Transforms the billing method of an Elasticsearch instance from pay-as-you-go to a subscription instance.
8115
8358
  *
8116
8359
  * @param request - UpdateInstanceChargeTypeRequest
8117
8360
  * @param headers - map
@@ -8150,7 +8393,7 @@ class Client extends openapi_core_1.default {
8150
8393
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateInstanceChargeTypeResponse({}));
8151
8394
  }
8152
8395
  /**
8153
- * null
8396
+ * Transforms the billing method of an Elasticsearch instance from pay-as-you-go to a subscription instance.
8154
8397
  *
8155
8398
  * @param request - UpdateInstanceChargeTypeRequest
8156
8399
  * @returns UpdateInstanceChargeTypeResponse
@@ -8161,11 +8404,11 @@ class Client extends openapi_core_1.default {
8161
8404
  return await this.updateInstanceChargeTypeWithOptions(InstanceId, request, headers, runtime);
8162
8405
  }
8163
8406
  /**
8164
- * Call UpdateInstanceSettings to update the YML configuration of a specified instance.
8407
+ * Modifies the YML parameter settings of a specified Elasticsearch instance.
8165
8408
  *
8166
8409
  * @remarks
8167
- * When you call this operation, take note of the following items:
8168
- * When the instance is in the activating, invalid, or inactive state, you cannot update the configuration.
8410
+ * When you invoke this operation, note the following:
8411
+ * You cannot update the configuration when the instance status is activating, invalid, or inactive (freeze).
8169
8412
  *
8170
8413
  * @param request - UpdateInstanceSettingsRequest
8171
8414
  * @param headers - map
@@ -8207,11 +8450,11 @@ class Client extends openapi_core_1.default {
8207
8450
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateInstanceSettingsResponse({}));
8208
8451
  }
8209
8452
  /**
8210
- * Call UpdateInstanceSettings to update the YML configuration of a specified instance.
8453
+ * Modifies the YML parameter settings of a specified Elasticsearch instance.
8211
8454
  *
8212
8455
  * @remarks
8213
- * When you call this operation, take note of the following items:
8214
- * When the instance is in the activating, invalid, or inactive state, you cannot update the configuration.
8456
+ * When you invoke this operation, note the following:
8457
+ * You cannot update the configuration when the instance status is activating, invalid, or inactive (freeze).
8215
8458
  *
8216
8459
  * @param request - UpdateInstanceSettingsRequest
8217
8460
  * @returns UpdateInstanceSettingsResponse
@@ -8222,7 +8465,7 @@ class Client extends openapi_core_1.default {
8222
8465
  return await this.updateInstanceSettingsWithOptions(InstanceId, request, headers, runtime);
8223
8466
  }
8224
8467
  /**
8225
- * 更新keystore
8468
+ * Update keystore
8226
8469
  *
8227
8470
  * @param request - UpdateKeystoresRequest
8228
8471
  * @param headers - map
@@ -8261,7 +8504,7 @@ class Client extends openapi_core_1.default {
8261
8504
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateKeystoresResponse({}));
8262
8505
  }
8263
8506
  /**
8264
- * 更新keystore
8507
+ * Update keystore
8265
8508
  *
8266
8509
  * @param request - UpdateKeystoresRequest
8267
8510
  * @returns UpdateKeystoresResponse
@@ -8272,7 +8515,11 @@ class Client extends openapi_core_1.default {
8272
8515
  return await this.updateKeystoresWithOptions(InstanceId, request, headers, runtime);
8273
8516
  }
8274
8517
  /**
8275
- * 更新kibana私网链接
8518
+ * Update Kibana private network access
8519
+ *
8520
+ * @remarks
8521
+ * 1. This API operation supports only cloud-native instances. For instances of the legacy architecture, use the TriggerNetwork operation.
8522
+ * 2. The Kibana specifications must be greater than 1 vCPU and 2 GB of memory.
8276
8523
  *
8277
8524
  * @param request - UpdateKibanaPvlNetworkRequest
8278
8525
  * @param headers - map
@@ -8314,7 +8561,11 @@ class Client extends openapi_core_1.default {
8314
8561
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateKibanaPvlNetworkResponse({}));
8315
8562
  }
8316
8563
  /**
8317
- * 更新kibana私网链接
8564
+ * Update Kibana private network access
8565
+ *
8566
+ * @remarks
8567
+ * 1. This API operation supports only cloud-native instances. For instances of the legacy architecture, use the TriggerNetwork operation.
8568
+ * 2. The Kibana specifications must be greater than 1 vCPU and 2 GB of memory.
8318
8569
  *
8319
8570
  * @param request - UpdateKibanaPvlNetworkRequest
8320
8571
  * @returns UpdateKibanaPvlNetworkResponse
@@ -8325,7 +8576,7 @@ class Client extends openapi_core_1.default {
8325
8576
  return await this.updateKibanaPvlNetworkWithOptions(InstanceId, request, headers, runtime);
8326
8577
  }
8327
8578
  /**
8328
- * Call UpdateKibanaSettings to modify the Kibana configuration. Currently, you can only modify the Kibana language configuration.
8579
+ * Modifies the Kibana configuration. Currently, only the Kibana language configuration can be modified.
8329
8580
  *
8330
8581
  * @param request - UpdateKibanaSettingsRequest
8331
8582
  * @param headers - map
@@ -8357,7 +8608,7 @@ class Client extends openapi_core_1.default {
8357
8608
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateKibanaSettingsResponse({}));
8358
8609
  }
8359
8610
  /**
8360
- * Call UpdateKibanaSettings to modify the Kibana configuration. Currently, you can only modify the Kibana language configuration.
8611
+ * Modifies the Kibana configuration. Currently, only the Kibana language configuration can be modified.
8361
8612
  *
8362
8613
  * @param request - UpdateKibanaSettingsRequest
8363
8614
  * @returns UpdateKibanaSettingsResponse
@@ -8368,7 +8619,7 @@ class Client extends openapi_core_1.default {
8368
8619
  return await this.updateKibanaSettingsWithOptions(InstanceId, request, headers, runtime);
8369
8620
  }
8370
8621
  /**
8371
- * UpdateKibanaSso
8622
+ * 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.
8372
8623
  *
8373
8624
  * @param request - UpdateKibanaSsoRequest
8374
8625
  * @param headers - map
@@ -8402,7 +8653,7 @@ class Client extends openapi_core_1.default {
8402
8653
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateKibanaSsoResponse({}));
8403
8654
  }
8404
8655
  /**
8405
- * UpdateKibanaSso
8656
+ * 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.
8406
8657
  *
8407
8658
  * @param request - UpdateKibanaSsoRequest
8408
8659
  * @returns UpdateKibanaSsoResponse
@@ -8413,14 +8664,15 @@ class Client extends openapi_core_1.default {
8413
8664
  return await this.updateKibanaSsoWithOptions(InstanceId, request, headers, runtime);
8414
8665
  }
8415
8666
  /**
8416
- * Updates an IP address whitelist for access to the Kibana console of a specified Elasticsearch cluster.
8667
+ * Updates the Kibana access whitelist of a specified Alibaba Cloud Elasticsearch instance.
8417
8668
  *
8418
8669
  * @remarks
8419
- * Before you call this operation, you must make sure that the cluster is not in the activating, invalid, or inactive state.
8420
- * * You can update an IP address whitelist by using the following parameters:
8421
- * * kibanaIPWhitelist
8422
- * * modifyMode and whiteIpGroup
8423
- * * You cannot specify private IP addresses for public IP address whitelists and cannot specify public IP addresses for private IP address whitelists.
8670
+ * ## Before you begin
8671
+ * - When you invoke this operation, you cannot update information if the instance status is activating, invalid, or freeze (inactive).
8672
+ * - 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:
8673
+ * - IP whitelist list: kibanaIPWhitelist
8674
+ * - IP whitelist group: modifyMode, whiteIpGroup
8675
+ * - The public network access whitelist does not support private IP addresses, and the internal-facing whitelist does not support public IP addresses.
8424
8676
  *
8425
8677
  * @param request - UpdateKibanaWhiteIpsRequest
8426
8678
  * @param headers - map
@@ -8462,14 +8714,15 @@ class Client extends openapi_core_1.default {
8462
8714
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateKibanaWhiteIpsResponse({}));
8463
8715
  }
8464
8716
  /**
8465
- * Updates an IP address whitelist for access to the Kibana console of a specified Elasticsearch cluster.
8717
+ * Updates the Kibana access whitelist of a specified Alibaba Cloud Elasticsearch instance.
8466
8718
  *
8467
8719
  * @remarks
8468
- * Before you call this operation, you must make sure that the cluster is not in the activating, invalid, or inactive state.
8469
- * * You can update an IP address whitelist by using the following parameters:
8470
- * * kibanaIPWhitelist
8471
- * * modifyMode and whiteIpGroup
8472
- * * You cannot specify private IP addresses for public IP address whitelists and cannot specify public IP addresses for private IP address whitelists.
8720
+ * ## Before you begin
8721
+ * - When you invoke this operation, you cannot update information if the instance status is activating, invalid, or freeze (inactive).
8722
+ * - 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:
8723
+ * - IP whitelist list: kibanaIPWhitelist
8724
+ * - IP whitelist group: modifyMode, whiteIpGroup
8725
+ * - The public network access whitelist does not support private IP addresses, and the internal-facing whitelist does not support public IP addresses.
8473
8726
  *
8474
8727
  * @param request - UpdateKibanaWhiteIpsRequest
8475
8728
  * @returns UpdateKibanaWhiteIpsResponse
@@ -8480,7 +8733,11 @@ class Client extends openapi_core_1.default {
8480
8733
  return await this.updateKibanaWhiteIpsWithOptions(InstanceId, request, headers, runtime);
8481
8734
  }
8482
8735
  /**
8483
- * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
8736
+ * Modifies some information about a specified instance, such as the number of nodes, quota, name, and disk size.
8737
+ *
8738
+ * @remarks
8739
+ * ### Before you begin
8740
+ * You cannot modify instance information when the instance status is activating, invalid, or freeze (inactive).
8484
8741
  *
8485
8742
  * @param request - UpdateLogstashRequest
8486
8743
  * @param headers - map
@@ -8519,7 +8776,11 @@ class Client extends openapi_core_1.default {
8519
8776
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateLogstashResponse({}));
8520
8777
  }
8521
8778
  /**
8522
- * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
8779
+ * Modifies some information about a specified instance, such as the number of nodes, quota, name, and disk size.
8780
+ *
8781
+ * @remarks
8782
+ * ### Before you begin
8783
+ * You cannot modify instance information when the instance status is activating, invalid, or freeze (inactive).
8523
8784
  *
8524
8785
  * @param request - UpdateLogstashRequest
8525
8786
  * @returns UpdateLogstashResponse
@@ -8530,7 +8791,7 @@ class Client extends openapi_core_1.default {
8530
8791
  return await this.updateLogstashWithOptions(InstanceId, request, headers, runtime);
8531
8792
  }
8532
8793
  /**
8533
- * Switches the billing method of a Logstash cluster from pay-as-you-go to subscription.
8794
+ * Converts a pay-as-you-go Alibaba Cloud Logstash instance to a subscription instance.
8534
8795
  *
8535
8796
  * @param request - UpdateLogstashChargeTypeRequest
8536
8797
  * @param headers - map
@@ -8562,7 +8823,7 @@ class Client extends openapi_core_1.default {
8562
8823
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateLogstashChargeTypeResponse({}));
8563
8824
  }
8564
8825
  /**
8565
- * Switches the billing method of a Logstash cluster from pay-as-you-go to subscription.
8826
+ * Converts a pay-as-you-go Alibaba Cloud Logstash instance to a subscription instance.
8566
8827
  *
8567
8828
  * @param request - UpdateLogstashChargeTypeRequest
8568
8829
  * @returns UpdateLogstashChargeTypeResponse
@@ -8573,10 +8834,11 @@ class Client extends openapi_core_1.default {
8573
8834
  return await this.updateLogstashChargeTypeWithOptions(InstanceId, request, headers, runtime);
8574
8835
  }
8575
8836
  /**
8576
- * Changes the name of a specified Logstash cluster.
8837
+ * Modifies the name of a specified Logstash instance.
8577
8838
  *
8578
8839
  * @remarks
8579
- * 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.
8840
+ * When you call this operation, take note of the following items:
8841
+ * You cannot modify the instance name when the instance status is activating, invalid, or freeze (inactive).
8580
8842
  *
8581
8843
  * @param request - UpdateLogstashDescriptionRequest
8582
8844
  * @param headers - map
@@ -8612,10 +8874,11 @@ class Client extends openapi_core_1.default {
8612
8874
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateLogstashDescriptionResponse({}));
8613
8875
  }
8614
8876
  /**
8615
- * Changes the name of a specified Logstash cluster.
8877
+ * Modifies the name of a specified Logstash instance.
8616
8878
  *
8617
8879
  * @remarks
8618
- * 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.
8880
+ * When you call this operation, take note of the following items:
8881
+ * You cannot modify the instance name when the instance status is activating, invalid, or freeze (inactive).
8619
8882
  *
8620
8883
  * @param request - UpdateLogstashDescriptionRequest
8621
8884
  * @returns UpdateLogstashDescriptionResponse
@@ -8626,11 +8889,10 @@ class Client extends openapi_core_1.default {
8626
8889
  return await this.updateLogstashDescriptionWithOptions(InstanceId, request, headers, runtime);
8627
8890
  }
8628
8891
  /**
8629
- * Updates the configuration of the specified Logstash instance.
8892
+ * Updates the configuration of a specified Logstash instance.
8630
8893
  *
8631
8894
  * @remarks
8632
- * When you call this operation, take note of the following items:
8633
- * If the instance is in the Active (activating), Invalid (invalid), and Inactive (inactive) state, the information cannot be updated.
8895
+ * When you invoke this operation, note the following: The instance configuration cannot be updated when the instance status is activating, invalid, or freeze (inactive).
8634
8896
  *
8635
8897
  * @param request - UpdateLogstashSettingsRequest
8636
8898
  * @param headers - map
@@ -8662,11 +8924,10 @@ class Client extends openapi_core_1.default {
8662
8924
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateLogstashSettingsResponse({}));
8663
8925
  }
8664
8926
  /**
8665
- * Updates the configuration of the specified Logstash instance.
8927
+ * Updates the configuration of a specified Logstash instance.
8666
8928
  *
8667
8929
  * @remarks
8668
- * When you call this operation, take note of the following items:
8669
- * If the instance is in the Active (activating), Invalid (invalid), and Inactive (inactive) state, the information cannot be updated.
8930
+ * When you invoke this operation, note the following: The instance configuration cannot be updated when the instance status is activating, invalid, or freeze (inactive).
8670
8931
  *
8671
8932
  * @param request - UpdateLogstashSettingsRequest
8672
8933
  * @returns UpdateLogstashSettingsResponse
@@ -8677,7 +8938,10 @@ class Client extends openapi_core_1.default {
8677
8938
  return await this.updateLogstashSettingsWithOptions(InstanceId, request, headers, runtime);
8678
8939
  }
8679
8940
  /**
8680
- * Modifies the pipeline management method of the specified Logstash cluster.
8941
+ * Modifies the pipeline management method for a specified Logstash instance.
8942
+ *
8943
+ * @remarks
8944
+ * > 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.
8681
8945
  *
8682
8946
  * @param request - UpdatePipelineManagementConfigRequest
8683
8947
  * @param headers - map
@@ -8728,7 +8992,10 @@ class Client extends openapi_core_1.default {
8728
8992
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePipelineManagementConfigResponse({}));
8729
8993
  }
8730
8994
  /**
8731
- * Modifies the pipeline management method of the specified Logstash cluster.
8995
+ * Modifies the pipeline management method for a specified Logstash instance.
8996
+ *
8997
+ * @remarks
8998
+ * > 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.
8732
8999
  *
8733
9000
  * @param request - UpdatePipelineManagementConfigRequest
8734
9001
  * @returns UpdatePipelineManagementConfigResponse
@@ -8739,7 +9006,7 @@ class Client extends openapi_core_1.default {
8739
9006
  return await this.updatePipelineManagementConfigWithOptions(InstanceId, request, headers, runtime);
8740
9007
  }
8741
9008
  /**
8742
- * Updates a pipeline of a Logstash cluster.
9009
+ * Calls UpdatePipelines to update Logstash pipeline information.
8743
9010
  *
8744
9011
  * @param request - UpdatePipelinesRequest
8745
9012
  * @param headers - map
@@ -8774,7 +9041,7 @@ class Client extends openapi_core_1.default {
8774
9041
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePipelinesResponse({}));
8775
9042
  }
8776
9043
  /**
8777
- * Updates a pipeline of a Logstash cluster.
9044
+ * Calls UpdatePipelines to update Logstash pipeline information.
8778
9045
  *
8779
9046
  * @param request - UpdatePipelinesRequest
8780
9047
  * @returns UpdatePipelinesResponse
@@ -8785,10 +9052,15 @@ class Client extends openapi_core_1.default {
8785
9052
  return await this.updatePipelinesWithOptions(InstanceId, request, headers, runtime);
8786
9053
  }
8787
9054
  /**
8788
- * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
9055
+ * Updates the VPC private network access whitelist of a specified instance.
8789
9056
  *
8790
9057
  * @remarks
8791
- * > 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.
9058
+ * ## Before you begin
9059
+ * - You cannot update the VPC private network access whitelist of an instance when the instance status is Activating (activating), Invalid (invalid), or Freeze (inactive).
9060
+ * - 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:
9061
+ * - IP whitelist list: privateNetworkIpWhiteList
9062
+ * - IP whitelist group: modifyMode, whiteIpGroup
9063
+ * - The public network access whitelist does not support private IP addresses, and the private network access whitelist does not support public IP addresses.
8792
9064
  *
8793
9065
  * @param request - UpdatePrivateNetworkWhiteIpsRequest
8794
9066
  * @param headers - map
@@ -8823,10 +9095,15 @@ class Client extends openapi_core_1.default {
8823
9095
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePrivateNetworkWhiteIpsResponse({}));
8824
9096
  }
8825
9097
  /**
8826
- * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
9098
+ * Updates the VPC private network access whitelist of a specified instance.
8827
9099
  *
8828
9100
  * @remarks
8829
- * > 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.
9101
+ * ## Before you begin
9102
+ * - You cannot update the VPC private network access whitelist of an instance when the instance status is Activating (activating), Invalid (invalid), or Freeze (inactive).
9103
+ * - 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:
9104
+ * - IP whitelist list: privateNetworkIpWhiteList
9105
+ * - IP whitelist group: modifyMode, whiteIpGroup
9106
+ * - The public network access whitelist does not support private IP addresses, and the private network access whitelist does not support public IP addresses.
8830
9107
  *
8831
9108
  * @param request - UpdatePrivateNetworkWhiteIpsRequest
8832
9109
  * @returns UpdatePrivateNetworkWhiteIpsResponse
@@ -8837,11 +9114,11 @@ class Client extends openapi_core_1.default {
8837
9114
  return await this.updatePrivateNetworkWhiteIpsWithOptions(InstanceId, request, headers, runtime);
8838
9115
  }
8839
9116
  /**
8840
- * null
9117
+ * Enables or disables the public network address for a specified Elasticsearch instance.
8841
9118
  *
8842
9119
  * @remarks
8843
- * When you call this operation, take note of the following items:
8844
- * When the instance is in the activating, invalid, or inactive state, its configuration cannot be updated.
9120
+ * When you call this operation, note the following:
9121
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
8845
9122
  *
8846
9123
  * @param request - UpdatePublicNetworkRequest
8847
9124
  * @param headers - map
@@ -8873,11 +9150,11 @@ class Client extends openapi_core_1.default {
8873
9150
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePublicNetworkResponse({}));
8874
9151
  }
8875
9152
  /**
8876
- * null
9153
+ * Enables or disables the public network address for a specified Elasticsearch instance.
8877
9154
  *
8878
9155
  * @remarks
8879
- * When you call this operation, take note of the following items:
8880
- * When the instance is in the activating, invalid, or inactive state, its configuration cannot be updated.
9156
+ * When you call this operation, note the following:
9157
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
8881
9158
  *
8882
9159
  * @param request - UpdatePublicNetworkRequest
8883
9160
  * @returns UpdatePublicNetworkResponse
@@ -8888,10 +9165,15 @@ class Client extends openapi_core_1.default {
8888
9165
  return await this.updatePublicNetworkWithOptions(InstanceId, request, headers, runtime);
8889
9166
  }
8890
9167
  /**
8891
- * null
9168
+ * Updates the public endpoint access whitelist of a specified Elasticsearch instance.
8892
9169
  *
8893
9170
  * @remarks
8894
- * > 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.
9171
+ * ## Before you begin
9172
+ * - You cannot update the public endpoint access whitelist of an instance when the instance status is activating, invalid, or inactive (freeze).
9173
+ * - 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:
9174
+ * - IP whitelist list: publicIpWhitelist
9175
+ * - IP whitelist group: modifyMode, whiteIpGroup
9176
+ * - 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.
8895
9177
  *
8896
9178
  * @param request - UpdatePublicWhiteIpsRequest
8897
9179
  * @param headers - map
@@ -8926,10 +9208,15 @@ class Client extends openapi_core_1.default {
8926
9208
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePublicWhiteIpsResponse({}));
8927
9209
  }
8928
9210
  /**
8929
- * null
9211
+ * Updates the public endpoint access whitelist of a specified Elasticsearch instance.
8930
9212
  *
8931
9213
  * @remarks
8932
- * > 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.
9214
+ * ## Before you begin
9215
+ * - You cannot update the public endpoint access whitelist of an instance when the instance status is activating, invalid, or inactive (freeze).
9216
+ * - 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:
9217
+ * - IP whitelist list: publicIpWhitelist
9218
+ * - IP whitelist group: modifyMode, whiteIpGroup
9219
+ * - 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.
8933
9220
  *
8934
9221
  * @param request - UpdatePublicWhiteIpsRequest
8935
9222
  * @returns UpdatePublicWhiteIpsResponse
@@ -8940,7 +9227,7 @@ class Client extends openapi_core_1.default {
8940
9227
  return await this.updatePublicWhiteIpsWithOptions(InstanceId, request, headers, runtime);
8941
9228
  }
8942
9229
  /**
8943
- * 更改ES集群高可用策略
9230
+ * Enables or disables the write high availability feature for a cluster. Currently, only instances in the China (Beijing) region are supported.
8944
9231
  *
8945
9232
  * @param request - UpdateReadWritePolicyRequest
8946
9233
  * @param headers - map
@@ -8972,7 +9259,7 @@ class Client extends openapi_core_1.default {
8972
9259
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateReadWritePolicyResponse({}));
8973
9260
  }
8974
9261
  /**
8975
- * 更改ES集群高可用策略
9262
+ * Enables or disables the write high availability feature for a cluster. Currently, only instances in the China (Beijing) region are supported.
8976
9263
  *
8977
9264
  * @param request - UpdateReadWritePolicyRequest
8978
9265
  * @returns UpdateReadWritePolicyResponse
@@ -8983,7 +9270,7 @@ class Client extends openapi_core_1.default {
8983
9270
  return await this.updateReadWritePolicyWithOptions(InstanceId, request, headers, runtime);
8984
9271
  }
8985
9272
  /**
8986
- * Call UpdateSnapshotSetting to update the data backup configuration of the specified instance.
9273
+ * Updates the data backup configuration of a specified instance.
8987
9274
  *
8988
9275
  * @param request - UpdateSnapshotSettingRequest
8989
9276
  * @param headers - map
@@ -9010,7 +9297,7 @@ class Client extends openapi_core_1.default {
9010
9297
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateSnapshotSettingResponse({}));
9011
9298
  }
9012
9299
  /**
9013
- * Call UpdateSnapshotSetting to update the data backup configuration of the specified instance.
9300
+ * Updates the data backup configuration of a specified instance.
9014
9301
  *
9015
9302
  * @param request - UpdateSnapshotSettingRequest
9016
9303
  * @returns UpdateSnapshotSettingResponse
@@ -9021,12 +9308,12 @@ class Client extends openapi_core_1.default {
9021
9308
  return await this.updateSnapshotSettingWithOptions(InstanceId, request, headers, runtime);
9022
9309
  }
9023
9310
  /**
9024
- * Updates the synonym dictionaries of an Elasticsearch cluster.
9311
+ * Updates the synonym dictionary of an Alibaba Cloud Elasticsearch instance.
9025
9312
  *
9026
9313
  * @remarks
9027
- * Before you call this operation, take note of the following items:
9028
- * * 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.
9029
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
9314
+ * When calling this operation, note the following:
9315
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
9316
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
9030
9317
  *
9031
9318
  * @param request - UpdateSynonymsDictsRequest
9032
9319
  * @param headers - map
@@ -9058,12 +9345,12 @@ class Client extends openapi_core_1.default {
9058
9345
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateSynonymsDictsResponse({}));
9059
9346
  }
9060
9347
  /**
9061
- * Updates the synonym dictionaries of an Elasticsearch cluster.
9348
+ * Updates the synonym dictionary of an Alibaba Cloud Elasticsearch instance.
9062
9349
  *
9063
9350
  * @remarks
9064
- * Before you call this operation, take note of the following items:
9065
- * * 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.
9066
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
9351
+ * When calling this operation, note the following:
9352
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
9353
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
9067
9354
  *
9068
9355
  * @param request - UpdateSynonymsDictsRequest
9069
9356
  * @returns UpdateSynonymsDictsResponse
@@ -9074,6 +9361,8 @@ class Client extends openapi_core_1.default {
9074
9361
  return await this.updateSynonymsDictsWithOptions(InstanceId, request, headers, runtime);
9075
9362
  }
9076
9363
  /**
9364
+ * Modifies the scenario-specific template configuration of a cluster.
9365
+ *
9077
9366
  * @param request - UpdateTemplateRequest
9078
9367
  * @param headers - map
9079
9368
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9104,6 +9393,8 @@ class Client extends openapi_core_1.default {
9104
9393
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateTemplateResponse({}));
9105
9394
  }
9106
9395
  /**
9396
+ * Modifies the scenario-specific template configuration of a cluster.
9397
+ *
9107
9398
  * @param request - UpdateTemplateRequest
9108
9399
  * @returns UpdateTemplateResponse
9109
9400
  */
@@ -9113,10 +9404,15 @@ class Client extends openapi_core_1.default {
9113
9404
  return await this.updateTemplateWithOptions(InstanceId, TemplateName, request, headers, runtime);
9114
9405
  }
9115
9406
  /**
9116
- * Updates a private IP address whitelist of an Elasticsearch cluster.
9407
+ * Modifies the VPC internal-facing access whitelist of an Elasticsearch instance.
9117
9408
  *
9118
9409
  * @remarks
9119
- * > 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.
9410
+ * ## Before you begin
9411
+ * - You cannot update information when the instance status is activating, invalid, or freeze (inactive).
9412
+ * - 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:
9413
+ * - IP whitelist list: esIPWhitelist
9414
+ * - IP whitelist group: modifyMode, whiteIpGroup
9415
+ * - The public access whitelist does not support private network IP addresses, and the internal-facing access whitelist does not support public IP addresses.
9120
9416
  *
9121
9417
  * @param request - UpdateWhiteIpsRequest
9122
9418
  * @param headers - map
@@ -9158,10 +9454,15 @@ class Client extends openapi_core_1.default {
9158
9454
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateWhiteIpsResponse({}));
9159
9455
  }
9160
9456
  /**
9161
- * Updates a private IP address whitelist of an Elasticsearch cluster.
9457
+ * Modifies the VPC internal-facing access whitelist of an Elasticsearch instance.
9162
9458
  *
9163
9459
  * @remarks
9164
- * > 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.
9460
+ * ## Before you begin
9461
+ * - You cannot update information when the instance status is activating, invalid, or freeze (inactive).
9462
+ * - 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:
9463
+ * - IP whitelist list: esIPWhitelist
9464
+ * - IP whitelist group: modifyMode, whiteIpGroup
9465
+ * - The public access whitelist does not support private network IP addresses, and the internal-facing access whitelist does not support public IP addresses.
9165
9466
  *
9166
9467
  * @param request - UpdateWhiteIpsRequest
9167
9468
  * @returns UpdateWhiteIpsResponse
@@ -9172,7 +9473,7 @@ class Client extends openapi_core_1.default {
9172
9473
  return await this.updateWhiteIpsWithOptions(InstanceId, request, headers, runtime);
9173
9474
  }
9174
9475
  /**
9175
- * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
9476
+ * Updates the X-Pack monitoring and alerting configuration of a Logstash instance.
9176
9477
  *
9177
9478
  * @param request - UpdateXpackMonitorConfigRequest
9178
9479
  * @param headers - map
@@ -9217,7 +9518,7 @@ class Client extends openapi_core_1.default {
9217
9518
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateXpackMonitorConfigResponse({}));
9218
9519
  }
9219
9520
  /**
9220
- * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
9521
+ * Updates the X-Pack monitoring and alerting configuration of a Logstash instance.
9221
9522
  *
9222
9523
  * @param request - UpdateXpackMonitorConfigRequest
9223
9524
  * @returns UpdateXpackMonitorConfigResponse
@@ -9228,10 +9529,10 @@ class Client extends openapi_core_1.default {
9228
9529
  return await this.updateXpackMonitorConfigWithOptions(InstanceId, request, headers, runtime);
9229
9530
  }
9230
9531
  /**
9231
- * Upgrades the version or kernel of an Elasticsearch cluster.
9532
+ * Upgrades the version of an Elasticsearch instance. Both major version upgrades and kernel version upgrades are supported.
9232
9533
  *
9233
9534
  * @remarks
9234
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
9535
+ * > 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).
9235
9536
  *
9236
9537
  * @param request - UpgradeEngineVersionRequest
9237
9538
  * @param headers - map
@@ -9279,10 +9580,10 @@ class Client extends openapi_core_1.default {
9279
9580
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeEngineVersionResponse({}));
9280
9581
  }
9281
9582
  /**
9282
- * Upgrades the version or kernel of an Elasticsearch cluster.
9583
+ * Upgrades the version of an Elasticsearch instance. Both major version upgrades and kernel version upgrades are supported.
9283
9584
  *
9284
9585
  * @remarks
9285
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
9586
+ * > 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).
9286
9587
  *
9287
9588
  * @param request - UpgradeEngineVersionRequest
9288
9589
  * @returns UpgradeEngineVersionResponse
@@ -9293,7 +9594,7 @@ class Client extends openapi_core_1.default {
9293
9594
  return await this.upgradeEngineVersionWithOptions(InstanceId, request, headers, runtime);
9294
9595
  }
9295
9596
  /**
9296
- * 查询是否有可升级的小版本
9597
+ * Query whether a minor version is available for upgrade.
9297
9598
  *
9298
9599
  * @param headers - map
9299
9600
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9317,7 +9618,7 @@ class Client extends openapi_core_1.default {
9317
9618
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeInfoResponse({}));
9318
9619
  }
9319
9620
  /**
9320
- * 查询是否有可升级的小版本
9621
+ * Query whether a minor version is available for upgrade.
9321
9622
  * @returns UpgradeInfoResponse
9322
9623
  */
9323
9624
  async upgradeInfo(instanceId) {
@@ -9326,10 +9627,10 @@ class Client extends openapi_core_1.default {
9326
9627
  return await this.upgradeInfoWithOptions(instanceId, headers, runtime);
9327
9628
  }
9328
9629
  /**
9329
- * Tests the connectivity between a Logstash cluster and its associated Elasticsearch cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
9630
+ * Validates the connectivity of an Elasticsearch instance that provides X-Pack monitoring.
9330
9631
  *
9331
9632
  * @remarks
9332
- * > 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.
9633
+ * > 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.
9333
9634
  *
9334
9635
  * @param request - ValidateConnectionRequest
9335
9636
  * @param headers - map
@@ -9361,10 +9662,10 @@ class Client extends openapi_core_1.default {
9361
9662
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateConnectionResponse({}));
9362
9663
  }
9363
9664
  /**
9364
- * Tests the connectivity between a Logstash cluster and its associated Elasticsearch cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
9665
+ * Validates the connectivity of an Elasticsearch instance that provides X-Pack monitoring.
9365
9666
  *
9366
9667
  * @remarks
9367
- * > 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.
9668
+ * > 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.
9368
9669
  *
9369
9670
  * @param request - ValidateConnectionRequest
9370
9671
  * @returns ValidateConnectionResponse
@@ -9375,7 +9676,7 @@ class Client extends openapi_core_1.default {
9375
9676
  return await this.validateConnectionWithOptions(InstanceId, request, headers, runtime);
9376
9677
  }
9377
9678
  /**
9378
- * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
9679
+ * Checks whether specific nodes in a specified instance can be scaled in.
9379
9680
  *
9380
9681
  * @param request - ValidateShrinkNodesRequest
9381
9682
  * @param headers - map
@@ -9413,7 +9714,7 @@ class Client extends openapi_core_1.default {
9413
9714
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateShrinkNodesResponse({}));
9414
9715
  }
9415
9716
  /**
9416
- * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
9717
+ * Checks whether specific nodes in a specified instance can be scaled in.
9417
9718
  *
9418
9719
  * @param request - ValidateShrinkNodesRequest
9419
9720
  * @returns ValidateShrinkNodesResponse
@@ -9424,7 +9725,10 @@ class Client extends openapi_core_1.default {
9424
9725
  return await this.validateShrinkNodesWithOptions(InstanceId, request, headers, runtime);
9425
9726
  }
9426
9727
  /**
9427
- * Verify the SLR permissions of the current account.
9728
+ * Verifies the service-linked role (SLR) permission of the current account.
9729
+ *
9730
+ * @remarks
9731
+ * > 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.
9428
9732
  *
9429
9733
  * @param request - ValidateSlrPermissionRequest
9430
9734
  * @param headers - map
@@ -9458,7 +9762,10 @@ class Client extends openapi_core_1.default {
9458
9762
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateSlrPermissionResponse({}));
9459
9763
  }
9460
9764
  /**
9461
- * Verify the SLR permissions of the current account.
9765
+ * Verifies the service-linked role (SLR) permission of the current account.
9766
+ *
9767
+ * @remarks
9768
+ * > 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.
9462
9769
  *
9463
9770
  * @param request - ValidateSlrPermissionRequest
9464
9771
  * @returns ValidateSlrPermissionResponse
@@ -9469,7 +9776,7 @@ class Client extends openapi_core_1.default {
9469
9776
  return await this.validateSlrPermissionWithOptions(request, headers, runtime);
9470
9777
  }
9471
9778
  /**
9472
- * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
9779
+ * Validates whether data on specific nodes in a specified instance can be migrated.
9473
9780
  *
9474
9781
  * @param request - ValidateTransferableNodesRequest
9475
9782
  * @param headers - map
@@ -9501,7 +9808,7 @@ class Client extends openapi_core_1.default {
9501
9808
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateTransferableNodesResponse({}));
9502
9809
  }
9503
9810
  /**
9504
- * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
9811
+ * Validates whether data on specific nodes in a specified instance can be migrated.
9505
9812
  *
9506
9813
  * @param request - ValidateTransferableNodesRequest
9507
9814
  * @returns ValidateTransferableNodesResponse
@@ -9512,10 +9819,13 @@ class Client extends openapi_core_1.default {
9512
9819
  return await this.validateTransferableNodesWithOptions(InstanceId, request, headers, runtime);
9513
9820
  }
9514
9821
  /**
9515
- * Creates an Elasticsearch cluster.
9822
+ * Creates an Elasticsearch instance.
9516
9823
  *
9517
9824
  * @remarks
9518
- * The configurations of warm nodes.
9825
+ * ### Precautions
9826
+ * - 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).
9827
+ * - 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>
9828
+ * - 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.
9519
9829
  *
9520
9830
  * @param request - CreateInstanceRequest
9521
9831
  * @param headers - map
@@ -9599,10 +9909,13 @@ class Client extends openapi_core_1.default {
9599
9909
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateInstanceResponse({}));
9600
9910
  }
9601
9911
  /**
9602
- * Creates an Elasticsearch cluster.
9912
+ * Creates an Elasticsearch instance.
9603
9913
  *
9604
9914
  * @remarks
9605
- * The configurations of warm nodes.
9915
+ * ### Precautions
9916
+ * - 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).
9917
+ * - 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>
9918
+ * - 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.
9606
9919
  *
9607
9920
  * @param request - CreateInstanceRequest
9608
9921
  * @returns CreateInstanceResponse