@alicloud/elasticsearch20170613 4.3.0 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1021) hide show
  1. package/dist/client.d.ts +791 -506
  2. package/dist/client.js +825 -506
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ActivateZonesRequest.d.ts +2 -2
  5. package/dist/models/ActivateZonesResponseBody.d.ts +3 -4
  6. package/dist/models/ActivateZonesResponseBody.js.map +1 -1
  7. package/dist/models/AddConnectableClusterRequest.d.ts +2 -2
  8. package/dist/models/AddConnectableClusterResponseBody.d.ts +4 -4
  9. package/dist/models/AddSnapshotRepoRequest.d.ts +9 -0
  10. package/dist/models/AddSnapshotRepoRequest.js.map +1 -1
  11. package/dist/models/AddSnapshotRepoResponseBody.d.ts +4 -4
  12. package/dist/models/CancelDeletionRequest.d.ts +1 -1
  13. package/dist/models/CancelDeletionResponseBody.d.ts +4 -4
  14. package/dist/models/CancelLogstashDeletionRequest.d.ts +1 -1
  15. package/dist/models/CancelLogstashDeletionResponseBody.d.ts +4 -4
  16. package/dist/models/CancelTaskRequest.d.ts +2 -2
  17. package/dist/models/CancelTaskResponseBody.d.ts +4 -4
  18. package/dist/models/CapacityPlanRequest.d.ts +36 -36
  19. package/dist/models/CapacityPlanResponseBody.d.ts +32 -32
  20. package/dist/models/ClientNodeConfiguration.d.ts +8 -0
  21. package/dist/models/ClientNodeConfiguration.js.map +1 -1
  22. package/dist/models/CloseDiagnosisRequest.d.ts +10 -1
  23. package/dist/models/CloseDiagnosisRequest.js.map +1 -1
  24. package/dist/models/CloseDiagnosisResponseBody.d.ts +9 -0
  25. package/dist/models/CloseDiagnosisResponseBody.js.map +1 -1
  26. package/dist/models/CloseHttpsRequest.d.ts +3 -0
  27. package/dist/models/CloseHttpsRequest.js.map +1 -1
  28. package/dist/models/CloseHttpsResponseBody.d.ts +9 -0
  29. package/dist/models/CloseHttpsResponseBody.js.map +1 -1
  30. package/dist/models/CloseManagedIndexRequest.d.ts +1 -1
  31. package/dist/models/CloseManagedIndexResponseBody.d.ts +4 -4
  32. package/dist/models/CreateCollectorRequest.d.ts +28 -1
  33. package/dist/models/CreateCollectorRequest.js.map +1 -1
  34. package/dist/models/CreateCollectorResponseBody.d.ts +10 -0
  35. package/dist/models/CreateCollectorResponseBody.js.map +1 -1
  36. package/dist/models/CreateComponentIndexRequest.d.ts +16 -0
  37. package/dist/models/CreateComponentIndexRequest.js.map +1 -1
  38. package/dist/models/CreateComponentIndexResponseBody.d.ts +9 -0
  39. package/dist/models/CreateComponentIndexResponseBody.js.map +1 -1
  40. package/dist/models/CreateDataStreamRequest.d.ts +3 -0
  41. package/dist/models/CreateDataStreamRequest.js.map +1 -1
  42. package/dist/models/CreateDataStreamResponseBody.d.ts +10 -0
  43. package/dist/models/CreateDataStreamResponseBody.js.map +1 -1
  44. package/dist/models/CreateIlmpolicyRequest.d.ts +3 -0
  45. package/dist/models/CreateIlmpolicyRequest.js.map +1 -1
  46. package/dist/models/CreateIlmpolicyResponseBody.d.ts +6 -0
  47. package/dist/models/CreateIlmpolicyResponseBody.js.map +1 -1
  48. package/dist/models/CreateIndexTemplateRequest.d.ts +31 -0
  49. package/dist/models/CreateIndexTemplateRequest.js.map +1 -1
  50. package/dist/models/CreateIndexTemplateResponseBody.d.ts +6 -0
  51. package/dist/models/CreateIndexTemplateResponseBody.js.map +1 -1
  52. package/dist/models/CreateInstanceRequest.d.ts +96 -2
  53. package/dist/models/CreateInstanceRequest.js.map +1 -1
  54. package/dist/models/CreateLogstashRequest.d.ts +73 -1
  55. package/dist/models/CreateLogstashRequest.js.map +1 -1
  56. package/dist/models/CreateLogstashResponseBody.d.ts +7 -0
  57. package/dist/models/CreateLogstashResponseBody.js.map +1 -1
  58. package/dist/models/CreatePipelinesRequest.d.ts +40 -0
  59. package/dist/models/CreatePipelinesRequest.js.map +1 -1
  60. package/dist/models/CreatePipelinesResponseBody.d.ts +9 -0
  61. package/dist/models/CreatePipelinesResponseBody.js.map +1 -1
  62. package/dist/models/CreateSnapshotRequest.d.ts +1 -1
  63. package/dist/models/CreateSnapshotResponseBody.d.ts +4 -4
  64. package/dist/models/CreateVpcEndpointRequest.d.ts +11 -2
  65. package/dist/models/CreateVpcEndpointRequest.js.map +1 -1
  66. package/dist/models/CreateVpcEndpointResponseBody.d.ts +12 -3
  67. package/dist/models/CreateVpcEndpointResponseBody.js.map +1 -1
  68. package/dist/models/DeactivateZonesRequest.d.ts +1 -1
  69. package/dist/models/DeactivateZonesResponseBody.d.ts +4 -4
  70. package/dist/models/DeleteCollectorRequest.d.ts +1 -1
  71. package/dist/models/DeleteCollectorResponseBody.d.ts +4 -5
  72. package/dist/models/DeleteCollectorResponseBody.js.map +1 -1
  73. package/dist/models/DeleteComponentIndexResponseBody.d.ts +9 -0
  74. package/dist/models/DeleteComponentIndexResponseBody.js.map +1 -1
  75. package/dist/models/DeleteConnectedClusterRequest.d.ts +2 -2
  76. package/dist/models/DeleteConnectedClusterResponseBody.d.ts +4 -4
  77. package/dist/models/DeleteDataStreamRequest.d.ts +3 -0
  78. package/dist/models/DeleteDataStreamRequest.js.map +1 -1
  79. package/dist/models/DeleteDataStreamResponseBody.d.ts +10 -0
  80. package/dist/models/DeleteDataStreamResponseBody.js.map +1 -1
  81. package/dist/models/DeleteDataTaskRequest.d.ts +2 -2
  82. package/dist/models/DeleteDataTaskResponseBody.d.ts +2 -2
  83. package/dist/models/DeleteDeprecatedTemplateResponseBody.d.ts +9 -0
  84. package/dist/models/DeleteDeprecatedTemplateResponseBody.js.map +1 -1
  85. package/dist/models/DeleteIlmpolicyResponseBody.d.ts +10 -0
  86. package/dist/models/DeleteIlmpolicyResponseBody.js.map +1 -1
  87. package/dist/models/DeleteIndexTemplateResponseBody.d.ts +10 -0
  88. package/dist/models/DeleteIndexTemplateResponseBody.js.map +1 -1
  89. package/dist/models/DeleteInstanceRequest.d.ts +7 -1
  90. package/dist/models/DeleteInstanceRequest.js.map +1 -1
  91. package/dist/models/DeleteInstanceResponseBody.d.ts +1 -1
  92. package/dist/models/DeleteLogstashRequest.d.ts +4 -4
  93. package/dist/models/DeleteLogstashResponseBody.d.ts +1 -1
  94. package/dist/models/DeletePipelinesRequest.d.ts +2 -2
  95. package/dist/models/DeletePipelinesResponseBody.d.ts +4 -4
  96. package/dist/models/DeleteSnapshotRepoRequest.d.ts +3 -2
  97. package/dist/models/DeleteSnapshotRepoRequest.js.map +1 -1
  98. package/dist/models/DeleteSnapshotRepoResponseBody.d.ts +4 -4
  99. package/dist/models/DeleteVpcEndpointRequest.d.ts +3 -0
  100. package/dist/models/DeleteVpcEndpointRequest.js.map +1 -1
  101. package/dist/models/DeleteVpcEndpointResponseBody.d.ts +10 -0
  102. package/dist/models/DeleteVpcEndpointResponseBody.js.map +1 -1
  103. package/dist/models/DescribeAckOperatorResponseBody.d.ts +7 -7
  104. package/dist/models/DescribeCollectorResponseBody.d.ts +43 -42
  105. package/dist/models/DescribeCollectorResponseBody.js.map +1 -1
  106. package/dist/models/DescribeComponentIndexResponseBody.d.ts +23 -0
  107. package/dist/models/DescribeComponentIndexResponseBody.js.map +1 -1
  108. package/dist/models/DescribeConnectableClustersRequest.d.ts +4 -1
  109. package/dist/models/DescribeConnectableClustersRequest.js.map +1 -1
  110. package/dist/models/DescribeConnectableClustersResponseBody.d.ts +13 -0
  111. package/dist/models/DescribeConnectableClustersResponseBody.js.map +1 -1
  112. package/dist/models/DescribeDeprecatedTemplateResponseBody.d.ts +39 -0
  113. package/dist/models/DescribeDeprecatedTemplateResponseBody.js.map +1 -1
  114. package/dist/models/DescribeDiagnoseReportRequest.d.ts +9 -0
  115. package/dist/models/DescribeDiagnoseReportRequest.js.map +1 -1
  116. package/dist/models/DescribeDiagnoseReportResponseBody.d.ts +76 -0
  117. package/dist/models/DescribeDiagnoseReportResponseBody.js +40 -1
  118. package/dist/models/DescribeDiagnoseReportResponseBody.js.map +1 -1
  119. package/dist/models/DescribeDiagnosisSettingsRequest.d.ts +1 -1
  120. package/dist/models/DescribeDiagnosisSettingsResponseBody.d.ts +9 -4
  121. package/dist/models/DescribeDiagnosisSettingsResponseBody.js +13 -0
  122. package/dist/models/DescribeDiagnosisSettingsResponseBody.js.map +1 -1
  123. package/dist/models/DescribeDynamicSettingsResponseBody.d.ts +4 -0
  124. package/dist/models/DescribeDynamicSettingsResponseBody.js.map +1 -1
  125. package/dist/models/DescribeElasticsearchHealthResponseBody.d.ts +4 -4
  126. package/dist/models/DescribeIlmpolicyResponseBody.d.ts +13 -0
  127. package/dist/models/DescribeIlmpolicyResponseBody.js.map +1 -1
  128. package/dist/models/DescribeIndexTemplateResponseBody.d.ts +38 -0
  129. package/dist/models/DescribeIndexTemplateResponseBody.js.map +1 -1
  130. package/dist/models/DescribeInstanceResponseBody.d.ts +541 -0
  131. package/dist/models/DescribeInstanceResponseBody.js.map +1 -1
  132. package/dist/models/DescribeKibanaSettingsResponseBody.d.ts +6 -0
  133. package/dist/models/DescribeKibanaSettingsResponseBody.js.map +1 -1
  134. package/dist/models/DescribeLogstashResponseBody.d.ts +49 -50
  135. package/dist/models/DescribeLogstashResponseBody.js.map +1 -1
  136. package/dist/models/DescribePipelineManagementConfigRequest.d.ts +1 -1
  137. package/dist/models/DescribePipelineManagementConfigResponseBody.d.ts +4 -4
  138. package/dist/models/DescribePipelineResponseBody.d.ts +27 -18
  139. package/dist/models/DescribePipelineResponseBody.js.map +1 -1
  140. package/dist/models/DescribeRegionsResponseBody.d.ts +13 -4
  141. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  142. package/dist/models/DescribeSnapshotSettingResponseBody.d.ts +4 -4
  143. package/dist/models/DescribeTemplatesResponseBody.d.ts +17 -0
  144. package/dist/models/DescribeTemplatesResponseBody.js.map +1 -1
  145. package/dist/models/DescribeXpackMonitorConfigResponseBody.d.ts +6 -7
  146. package/dist/models/DescribeXpackMonitorConfigResponseBody.js.map +1 -1
  147. package/dist/models/DiagnoseInstanceRequest.d.ts +22 -2
  148. package/dist/models/DiagnoseInstanceRequest.js.map +1 -1
  149. package/dist/models/DiagnoseInstanceResponseBody.d.ts +34 -3
  150. package/dist/models/DiagnoseInstanceResponseBody.js +40 -1
  151. package/dist/models/DiagnoseInstanceResponseBody.js.map +1 -1
  152. package/dist/models/DictInfo.d.ts +26 -0
  153. package/dist/models/DictInfo.js.map +1 -1
  154. package/dist/models/DisableKibanaPvlNetworkResponseBody.d.ts +7 -1
  155. package/dist/models/DisableKibanaPvlNetworkResponseBody.js.map +1 -1
  156. package/dist/models/ElasticDataNodeConfiguration.d.ts +0 -23
  157. package/dist/models/ElasticDataNodeConfiguration.js.map +1 -1
  158. package/dist/models/Elasticsearch.d.ts +231 -0
  159. package/dist/models/Elasticsearch.js.map +1 -1
  160. package/dist/models/EnableKibanaPvlNetworkRequest.d.ts +23 -2
  161. package/dist/models/EnableKibanaPvlNetworkRequest.js.map +1 -1
  162. package/dist/models/EnableKibanaPvlNetworkResponseBody.d.ts +8 -0
  163. package/dist/models/EnableKibanaPvlNetworkResponseBody.js.map +1 -1
  164. package/dist/models/EstimatedLogstashRestartTimeRequest.d.ts +1 -1
  165. package/dist/models/EstimatedRestartTimeRequest.d.ts +1 -1
  166. package/dist/models/EstimatedRestartTimeResponseBody.d.ts +1 -1
  167. package/dist/models/GetClusterDataInformationResponseBody.d.ts +6 -18
  168. package/dist/models/GetClusterDataInformationResponseBody.js.map +1 -1
  169. package/dist/models/GetElastictaskResponseBody.d.ts +39 -0
  170. package/dist/models/GetElastictaskResponseBody.js.map +1 -1
  171. package/dist/models/GetEmonGrafanaAlertsResponseBody.d.ts +15 -0
  172. package/dist/models/GetEmonGrafanaAlertsResponseBody.js.map +1 -1
  173. package/dist/models/GetEmonGrafanaDashboardsResponseBody.d.ts +15 -0
  174. package/dist/models/GetEmonGrafanaDashboardsResponseBody.js.map +1 -1
  175. package/dist/models/GetEmonMonitorDataResponseBody.d.ts +36 -0
  176. package/dist/models/GetEmonMonitorDataResponseBody.js.map +1 -1
  177. package/dist/models/GetKeystoresResponseBody.d.ts +5 -1
  178. package/dist/models/GetKeystoresResponseBody.js.map +1 -1
  179. package/dist/models/GetOpenStoreUsageResponseBody.d.ts +4 -4
  180. package/dist/models/GetRegionConfigurationRequest.d.ts +3 -0
  181. package/dist/models/GetRegionConfigurationRequest.js.map +1 -1
  182. package/dist/models/GetRegionConfigurationResponseBody.d.ts +244 -0
  183. package/dist/models/GetRegionConfigurationResponseBody.js.map +1 -1
  184. package/dist/models/GetSuggestShrinkableNodesRequest.d.ts +2 -2
  185. package/dist/models/GetSuggestShrinkableNodesResponseBody.d.ts +2 -2
  186. package/dist/models/GetTransferableNodesRequest.d.ts +2 -2
  187. package/dist/models/GetTransferableNodesResponseBody.d.ts +2 -2
  188. package/dist/models/GrayPublishRequest.d.ts +3 -0
  189. package/dist/models/GrayPublishRequest.js.map +1 -1
  190. package/dist/models/GrayPublishResponseBody.d.ts +3 -0
  191. package/dist/models/GrayPublishResponseBody.js.map +1 -1
  192. package/dist/models/InitModelRequest.d.ts +25 -0
  193. package/dist/models/InitModelRequest.js.map +1 -1
  194. package/dist/models/InitModelResponseBody.d.ts +4 -1
  195. package/dist/models/InitModelResponseBody.js.map +1 -1
  196. package/dist/models/InitializeOperationRoleRequest.d.ts +1 -1
  197. package/dist/models/InitializeOperationRoleResponseBody.d.ts +4 -4
  198. package/dist/models/InstallAckOperatorRequest.d.ts +1 -1
  199. package/dist/models/InstallAckOperatorResponseBody.d.ts +3 -3
  200. package/dist/models/InstallKibanaSystemPluginRequest.d.ts +1 -1
  201. package/dist/models/InstallKibanaSystemPluginResponseBody.d.ts +1 -5
  202. package/dist/models/InstallKibanaSystemPluginResponseBody.js.map +1 -1
  203. package/dist/models/InstallLogstashSystemPluginRequest.d.ts +3 -0
  204. package/dist/models/InstallLogstashSystemPluginRequest.js.map +1 -1
  205. package/dist/models/InstallLogstashSystemPluginResponseBody.d.ts +7 -0
  206. package/dist/models/InstallLogstashSystemPluginResponseBody.js.map +1 -1
  207. package/dist/models/InstallSystemPluginRequest.d.ts +1 -1
  208. package/dist/models/InstallSystemPluginResponseBody.d.ts +1 -5
  209. package/dist/models/InstallSystemPluginResponseBody.js.map +1 -1
  210. package/dist/models/InstallUserPluginsRequest.d.ts +7 -0
  211. package/dist/models/InstallUserPluginsRequest.js.map +1 -1
  212. package/dist/models/InterruptElasticsearchTaskRequest.d.ts +1 -1
  213. package/dist/models/InterruptElasticsearchTaskResponseBody.d.ts +6 -6
  214. package/dist/models/InterruptLogstashTaskResponseBody.d.ts +5 -5
  215. package/dist/models/KibanaNodeConfiguration.d.ts +8 -0
  216. package/dist/models/KibanaNodeConfiguration.js.map +1 -1
  217. package/dist/models/ListAckClustersRequest.d.ts +5 -5
  218. package/dist/models/ListAckClustersResponseBody.d.ts +5 -5
  219. package/dist/models/ListAckNamespacesRequest.d.ts +2 -2
  220. package/dist/models/ListAckNamespacesResponseBody.d.ts +2 -2
  221. package/dist/models/ListAllNodeRequest.d.ts +5 -1
  222. package/dist/models/ListAllNodeRequest.js.map +1 -1
  223. package/dist/models/ListAllNodeResponseBody.d.ts +24 -16
  224. package/dist/models/ListAllNodeResponseBody.js.map +1 -1
  225. package/dist/models/ListAlternativeSnapshotReposRequest.d.ts +4 -1
  226. package/dist/models/ListAlternativeSnapshotReposRequest.js.map +1 -1
  227. package/dist/models/ListAlternativeSnapshotReposResponseBody.d.ts +4 -4
  228. package/dist/models/ListAvailableEsInstanceIdsResponseBody.d.ts +6 -6
  229. package/dist/models/ListCollectorsRequest.d.ts +9 -8
  230. package/dist/models/ListCollectorsRequest.js.map +1 -1
  231. package/dist/models/ListCollectorsResponseBody.d.ts +48 -45
  232. package/dist/models/ListCollectorsResponseBody.js.map +1 -1
  233. package/dist/models/ListComponentIndicesRequest.d.ts +9 -0
  234. package/dist/models/ListComponentIndicesRequest.js.map +1 -1
  235. package/dist/models/ListComponentIndicesResponseBody.d.ts +56 -0
  236. package/dist/models/ListComponentIndicesResponseBody.js.map +1 -1
  237. package/dist/models/ListConnectedClustersResponseBody.d.ts +1 -1
  238. package/dist/models/ListDataStreamsRequest.d.ts +10 -0
  239. package/dist/models/ListDataStreamsRequest.js.map +1 -1
  240. package/dist/models/ListDataStreamsResponseBody.d.ts +74 -0
  241. package/dist/models/ListDataStreamsResponseBody.js.map +1 -1
  242. package/dist/models/ListDataTasksResponseBody.d.ts +19 -19
  243. package/dist/models/ListDefaultCollectorConfigurationsRequest.d.ts +11 -11
  244. package/dist/models/ListDefaultCollectorConfigurationsResponseBody.d.ts +1 -1
  245. package/dist/models/ListDeprecatedTemplatesRequest.d.ts +9 -0
  246. package/dist/models/ListDeprecatedTemplatesRequest.js.map +1 -1
  247. package/dist/models/ListDeprecatedTemplatesResponseBody.d.ts +46 -0
  248. package/dist/models/ListDeprecatedTemplatesResponseBody.js.map +1 -1
  249. package/dist/models/ListDiagnoseIndicesRequest.d.ts +7 -1
  250. package/dist/models/ListDiagnoseIndicesRequest.js.map +1 -1
  251. package/dist/models/ListDiagnoseIndicesResponseBody.d.ts +4 -0
  252. package/dist/models/ListDiagnoseIndicesResponseBody.js.map +1 -1
  253. package/dist/models/ListDiagnoseReportIdsRequest.d.ts +16 -7
  254. package/dist/models/ListDiagnoseReportIdsRequest.js.map +1 -1
  255. package/dist/models/ListDiagnoseReportIdsResponseBody.d.ts +6 -2
  256. package/dist/models/ListDiagnoseReportIdsResponseBody.js.map +1 -1
  257. package/dist/models/ListDiagnoseReportRequest.d.ts +23 -8
  258. package/dist/models/ListDiagnoseReportRequest.js.map +1 -1
  259. package/dist/models/ListDiagnoseReportResponseBody.d.ts +51 -26
  260. package/dist/models/ListDiagnoseReportResponseBody.js +40 -1
  261. package/dist/models/ListDiagnoseReportResponseBody.js.map +1 -1
  262. package/dist/models/ListDiagnosisItemsRequest.d.ts +10 -0
  263. package/dist/models/ListDiagnosisItemsRequest.js +2 -0
  264. package/dist/models/ListDiagnosisItemsRequest.js.map +1 -1
  265. package/dist/models/ListDiagnosisItemsResponseBody.d.ts +17 -0
  266. package/dist/models/ListDiagnosisItemsResponseBody.js +2 -0
  267. package/dist/models/ListDiagnosisItemsResponseBody.js.map +1 -1
  268. package/dist/models/ListDictInformationRequest.d.ts +7 -0
  269. package/dist/models/ListDictInformationRequest.js.map +1 -1
  270. package/dist/models/ListDictInformationResponseBody.d.ts +30 -0
  271. package/dist/models/ListDictInformationResponseBody.js.map +1 -1
  272. package/dist/models/ListDictsRequest.d.ts +9 -6
  273. package/dist/models/ListDictsRequest.js.map +1 -1
  274. package/dist/models/ListDictsResponseBody.d.ts +11 -10
  275. package/dist/models/ListDictsResponseBody.js.map +1 -1
  276. package/dist/models/ListEcsInstancesRequest.d.ts +9 -6
  277. package/dist/models/ListEcsInstancesRequest.js.map +1 -1
  278. package/dist/models/ListEcsInstancesResponseBody.d.ts +73 -77
  279. package/dist/models/ListEcsInstancesResponseBody.js.map +1 -1
  280. package/dist/models/ListEventRecordsRequest.d.ts +18 -0
  281. package/dist/models/ListEventRecordsRequest.js.map +1 -1
  282. package/dist/models/ListEventRecordsResponseBody.d.ts +86 -0
  283. package/dist/models/ListEventRecordsResponseBody.js.map +1 -1
  284. package/dist/models/ListExtendfilesResponseBody.d.ts +3 -3
  285. package/dist/models/ListIlmpoliciesRequest.d.ts +3 -0
  286. package/dist/models/ListIlmpoliciesRequest.js.map +1 -1
  287. package/dist/models/ListIlmpoliciesResponseBody.d.ts +13 -0
  288. package/dist/models/ListIlmpoliciesResponseBody.js.map +1 -1
  289. package/dist/models/ListIndexTemplatesRequest.d.ts +9 -0
  290. package/dist/models/ListIndexTemplatesRequest.js.map +1 -1
  291. package/dist/models/ListIndexTemplatesResponseBody.d.ts +40 -0
  292. package/dist/models/ListIndexTemplatesResponseBody.js.map +1 -1
  293. package/dist/models/ListInstanceHistoryEventsRequest.d.ts +59 -0
  294. package/dist/models/ListInstanceHistoryEventsRequest.js.map +1 -1
  295. package/dist/models/ListInstanceHistoryEventsResponseBody.d.ts +62 -0
  296. package/dist/models/ListInstanceHistoryEventsResponseBody.js.map +1 -1
  297. package/dist/models/ListInstanceHistoryEventsShrinkRequest.d.ts +59 -0
  298. package/dist/models/ListInstanceHistoryEventsShrinkRequest.js.map +1 -1
  299. package/dist/models/ListInstanceIndicesRequest.d.ts +18 -6
  300. package/dist/models/ListInstanceIndicesRequest.js.map +1 -1
  301. package/dist/models/ListInstanceIndicesResponseBody.d.ts +41 -25
  302. package/dist/models/ListInstanceIndicesResponseBody.js.map +1 -1
  303. package/dist/models/ListInstanceRequest.d.ts +21 -13
  304. package/dist/models/ListInstanceRequest.js.map +1 -1
  305. package/dist/models/ListInstanceResponseBody.d.ts +213 -75
  306. package/dist/models/ListInstanceResponseBody.js.map +1 -1
  307. package/dist/models/ListKibanaPluginsRequest.d.ts +2 -2
  308. package/dist/models/ListKibanaPluginsResponseBody.d.ts +7 -7
  309. package/dist/models/ListKibanaPvlNetworkResponseBody.d.ts +41 -1
  310. package/dist/models/ListKibanaPvlNetworkResponseBody.js.map +1 -1
  311. package/dist/models/ListLogstashLogRequest.d.ts +12 -6
  312. package/dist/models/ListLogstashLogRequest.js.map +1 -1
  313. package/dist/models/ListLogstashLogResponseBody.d.ts +13 -4
  314. package/dist/models/ListLogstashLogResponseBody.js.map +1 -1
  315. package/dist/models/ListLogstashPluginsRequest.d.ts +7 -4
  316. package/dist/models/ListLogstashPluginsRequest.js.map +1 -1
  317. package/dist/models/ListLogstashPluginsResponseBody.d.ts +21 -12
  318. package/dist/models/ListLogstashPluginsResponseBody.js.map +1 -1
  319. package/dist/models/ListLogstashRequest.d.ts +7 -7
  320. package/dist/models/ListLogstashResponseBody.d.ts +34 -25
  321. package/dist/models/ListLogstashResponseBody.js.map +1 -1
  322. package/dist/models/ListNodesRequest.d.ts +5 -5
  323. package/dist/models/ListNodesResponseBody.d.ts +26 -26
  324. package/dist/models/ListPipelineIdsRequest.d.ts +3 -0
  325. package/dist/models/ListPipelineIdsRequest.js.map +1 -1
  326. package/dist/models/ListPipelineIdsResponseBody.d.ts +23 -0
  327. package/dist/models/ListPipelineIdsResponseBody.js.map +1 -1
  328. package/dist/models/ListPipelineRequest.d.ts +3 -3
  329. package/dist/models/ListPipelineResponseBody.d.ts +18 -9
  330. package/dist/models/ListPipelineResponseBody.js.map +1 -1
  331. package/dist/models/ListPluginsRequest.d.ts +4 -4
  332. package/dist/models/ListPluginsResponseBody.d.ts +15 -6
  333. package/dist/models/ListPluginsResponseBody.js.map +1 -1
  334. package/dist/models/ListSearchLogRequest.d.ts +14 -6
  335. package/dist/models/ListSearchLogRequest.js.map +1 -1
  336. package/dist/models/ListSearchLogResponseBody.d.ts +24 -15
  337. package/dist/models/ListSearchLogResponseBody.js.map +1 -1
  338. package/dist/models/ListShardRecoveriesRequest.d.ts +4 -3
  339. package/dist/models/ListShardRecoveriesRequest.js.map +1 -1
  340. package/dist/models/ListShardRecoveriesResponseBody.d.ts +23 -18
  341. package/dist/models/ListShardRecoveriesResponseBody.js.map +1 -1
  342. package/dist/models/ListSnapshotReposByInstanceIdResponseBody.d.ts +8 -6
  343. package/dist/models/ListSnapshotReposByInstanceIdResponseBody.js.map +1 -1
  344. package/dist/models/ListStatsEventRecordsRequest.d.ts +9 -0
  345. package/dist/models/ListStatsEventRecordsRequest.js.map +1 -1
  346. package/dist/models/ListStatsEventRecordsResponseBody.d.ts +26 -0
  347. package/dist/models/ListStatsEventRecordsResponseBody.js.map +1 -1
  348. package/dist/models/ListTagResourcesRequest.d.ts +7 -9
  349. package/dist/models/ListTagResourcesRequest.js.map +1 -1
  350. package/dist/models/ListTagResourcesResponseBody.d.ts +17 -7
  351. package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
  352. package/dist/models/ListTagsRequest.d.ts +2 -2
  353. package/dist/models/ListTagsResponseBody.d.ts +11 -1
  354. package/dist/models/ListTagsResponseBody.js.map +1 -1
  355. package/dist/models/ListUserPluginRequest.d.ts +9 -0
  356. package/dist/models/ListUserPluginRequest.js.map +1 -1
  357. package/dist/models/ListUserPluginResponseBody.d.ts +59 -0
  358. package/dist/models/ListUserPluginResponseBody.js.map +1 -1
  359. package/dist/models/ListVpcEndpointsRequest.d.ts +3 -3
  360. package/dist/models/ListVpcEndpointsResponseBody.d.ts +31 -21
  361. package/dist/models/ListVpcEndpointsResponseBody.js.map +1 -1
  362. package/dist/models/Logstash.d.ts +117 -0
  363. package/dist/models/Logstash.js.map +1 -1
  364. package/dist/models/MasterNodeConfiguration.d.ts +10 -0
  365. package/dist/models/MasterNodeConfiguration.js.map +1 -1
  366. package/dist/models/MigrateToOtherZoneRequest.d.ts +3 -1
  367. package/dist/models/MigrateToOtherZoneRequest.js.map +1 -1
  368. package/dist/models/MigrateToOtherZoneResponseBody.d.ts +4 -4
  369. package/dist/models/ModifyDeployMachineRequest.d.ts +1 -1
  370. package/dist/models/ModifyDeployMachineResponseBody.d.ts +3 -3
  371. package/dist/models/ModifyElastictaskRequest.d.ts +7 -0
  372. package/dist/models/ModifyElastictaskRequest.js.map +1 -1
  373. package/dist/models/ModifyElastictaskResponseBody.d.ts +39 -0
  374. package/dist/models/ModifyElastictaskResponseBody.js.map +1 -1
  375. package/dist/models/ModifyInstanceMaintainTimeRequest.d.ts +6 -0
  376. package/dist/models/ModifyInstanceMaintainTimeRequest.js.map +1 -1
  377. package/dist/models/ModifyInstanceMaintainTimeResponseBody.d.ts +6 -0
  378. package/dist/models/ModifyInstanceMaintainTimeResponseBody.js.map +1 -1
  379. package/dist/models/ModifyScheduleExecuteTimeRequest.d.ts +6 -0
  380. package/dist/models/ModifyScheduleExecuteTimeRequest.js.map +1 -1
  381. package/dist/models/ModifyScheduleExecuteTimeResponseBody.d.ts +3 -0
  382. package/dist/models/ModifyScheduleExecuteTimeResponseBody.js.map +1 -1
  383. package/dist/models/ModifyWhiteIpsRequest.d.ts +24 -19
  384. package/dist/models/ModifyWhiteIpsRequest.js.map +1 -1
  385. package/dist/models/ModifyWhiteIpsResponseBody.d.ts +9 -0
  386. package/dist/models/ModifyWhiteIpsResponseBody.js.map +1 -1
  387. package/dist/models/MoveResourceGroupRequest.d.ts +1 -1
  388. package/dist/models/MoveResourceGroupResponseBody.d.ts +55 -55
  389. package/dist/models/NetworkConfig.d.ts +26 -0
  390. package/dist/models/NetworkConfig.js.map +1 -1
  391. package/dist/models/NodeInfo.d.ts +12 -0
  392. package/dist/models/NodeInfo.js.map +1 -1
  393. package/dist/models/NodeSpec.d.ts +25 -0
  394. package/dist/models/NodeSpec.js.map +1 -1
  395. package/dist/models/OpenDiagnosisRequest.d.ts +10 -1
  396. package/dist/models/OpenDiagnosisRequest.js.map +1 -1
  397. package/dist/models/OpenDiagnosisResponseBody.d.ts +9 -0
  398. package/dist/models/OpenDiagnosisResponseBody.js.map +1 -1
  399. package/dist/models/OpenHttpsRequest.d.ts +1 -1
  400. package/dist/models/OpenHttpsResponseBody.d.ts +4 -4
  401. package/dist/models/PaymentInfo.d.ts +18 -0
  402. package/dist/models/PaymentInfo.js.map +1 -1
  403. package/dist/models/PluginAnalysisRequest.d.ts +11 -0
  404. package/dist/models/PluginAnalysisRequest.js.map +1 -1
  405. package/dist/models/PluginAnalysisResponseBody.d.ts +20 -1
  406. package/dist/models/PluginAnalysisResponseBody.js.map +1 -1
  407. package/dist/models/PostEmonTryAlarmRuleResponseBody.d.ts +12 -0
  408. package/dist/models/PostEmonTryAlarmRuleResponseBody.js.map +1 -1
  409. package/dist/models/ReadWritePolicy.d.ts +23 -0
  410. package/dist/models/ReadWritePolicy.js.map +1 -1
  411. package/dist/models/RecommendTemplatesRequest.d.ts +7 -7
  412. package/dist/models/RecommendTemplatesResponseBody.d.ts +16 -7
  413. package/dist/models/RecommendTemplatesResponseBody.js.map +1 -1
  414. package/dist/models/ReinstallCollectorRequest.d.ts +2 -5
  415. package/dist/models/ReinstallCollectorRequest.js.map +1 -1
  416. package/dist/models/ReinstallCollectorResponseBody.d.ts +7 -1
  417. package/dist/models/ReinstallCollectorResponseBody.js.map +1 -1
  418. package/dist/models/RemovePluginRequest.d.ts +3 -0
  419. package/dist/models/RemovePluginRequest.js.map +1 -1
  420. package/dist/models/RemovePluginResponseBody.d.ts +4 -1
  421. package/dist/models/RemovePluginResponseBody.js.map +1 -1
  422. package/dist/models/RenewInstanceRequest.d.ts +1 -1
  423. package/dist/models/RenewInstanceResponseBody.d.ts +4 -4
  424. package/dist/models/RenewLogstashRequest.d.ts +1 -1
  425. package/dist/models/RenewLogstashResponseBody.d.ts +3 -3
  426. package/dist/models/RestartCollectorRequest.d.ts +1 -1
  427. package/dist/models/RestartCollectorResponseBody.d.ts +4 -4
  428. package/dist/models/RestartInstanceRequest.d.ts +18 -2
  429. package/dist/models/RestartInstanceRequest.js.map +1 -1
  430. package/dist/models/RestartInstanceResponseBody.d.ts +49 -49
  431. package/dist/models/RestartLogstashRequest.d.ts +29 -0
  432. package/dist/models/RestartLogstashRequest.js.map +1 -1
  433. package/dist/models/RestartLogstashResponseBody.d.ts +7 -0
  434. package/dist/models/RestartLogstashResponseBody.js.map +1 -1
  435. package/dist/models/ResumeElasticsearchTaskRequest.d.ts +1 -1
  436. package/dist/models/ResumeElasticsearchTaskResponseBody.d.ts +4 -4
  437. package/dist/models/ResumeLogstashTaskRequest.d.ts +1 -1
  438. package/dist/models/ResumeLogstashTaskResponseBody.d.ts +6 -6
  439. package/dist/models/RolloverDataStreamRequest.d.ts +3 -0
  440. package/dist/models/RolloverDataStreamRequest.js.map +1 -1
  441. package/dist/models/RolloverDataStreamResponseBody.d.ts +10 -0
  442. package/dist/models/RolloverDataStreamResponseBody.js.map +1 -1
  443. package/dist/models/RunPipelinesRequest.d.ts +1 -1
  444. package/dist/models/RunPipelinesResponseBody.d.ts +2 -2
  445. package/dist/models/ShrinkNodeRequest.d.ts +41 -0
  446. package/dist/models/ShrinkNodeRequest.js.map +1 -1
  447. package/dist/models/ShrinkNodeResponseBody.d.ts +9 -0
  448. package/dist/models/ShrinkNodeResponseBody.js.map +1 -1
  449. package/dist/models/StartCollectorRequest.d.ts +1 -1
  450. package/dist/models/StartCollectorResponseBody.d.ts +1 -1
  451. package/dist/models/StopCollectorRequest.d.ts +1 -1
  452. package/dist/models/StopPipelinesRequest.d.ts +1 -1
  453. package/dist/models/StopPipelinesResponseBody.d.ts +2 -2
  454. package/dist/models/Tag.d.ts +6 -0
  455. package/dist/models/Tag.js.map +1 -1
  456. package/dist/models/TagResourcesRequest.d.ts +5 -8
  457. package/dist/models/TagResourcesRequest.js.map +1 -1
  458. package/dist/models/TagResourcesResponseBody.d.ts +9 -0
  459. package/dist/models/TagResourcesResponseBody.js.map +1 -1
  460. package/dist/models/TransferNodeRequest.d.ts +21 -0
  461. package/dist/models/TransferNodeRequest.js.map +1 -1
  462. package/dist/models/TransferNodeResponseBody.d.ts +9 -0
  463. package/dist/models/TransferNodeResponseBody.js.map +1 -1
  464. package/dist/models/TriggerNetworkRequest.d.ts +18 -0
  465. package/dist/models/TriggerNetworkRequest.js.map +1 -1
  466. package/dist/models/TriggerNetworkResponseBody.d.ts +9 -0
  467. package/dist/models/TriggerNetworkResponseBody.js.map +1 -1
  468. package/dist/models/TurnOffZoneRequest.d.ts +4 -0
  469. package/dist/models/TurnOffZoneRequest.js +2 -0
  470. package/dist/models/TurnOffZoneRequest.js.map +1 -1
  471. package/dist/models/TurnOnZoneRequest.d.ts +4 -0
  472. package/dist/models/TurnOnZoneRequest.js +2 -0
  473. package/dist/models/TurnOnZoneRequest.js.map +1 -1
  474. package/dist/models/UninstallKibanaPluginRequest.d.ts +1 -1
  475. package/dist/models/UninstallKibanaPluginResponseBody.d.ts +1 -5
  476. package/dist/models/UninstallKibanaPluginResponseBody.js.map +1 -1
  477. package/dist/models/UninstallLogstashPluginRequest.d.ts +6 -0
  478. package/dist/models/UninstallLogstashPluginRequest.js.map +1 -1
  479. package/dist/models/UninstallLogstashPluginResponseBody.d.ts +3 -0
  480. package/dist/models/UninstallLogstashPluginResponseBody.js.map +1 -1
  481. package/dist/models/UninstallPluginRequest.d.ts +15 -1
  482. package/dist/models/UninstallPluginRequest.js.map +1 -1
  483. package/dist/models/UninstallPluginResponseBody.d.ts +1 -5
  484. package/dist/models/UninstallPluginResponseBody.js.map +1 -1
  485. package/dist/models/UntagResourcesRequest.d.ts +4 -4
  486. package/dist/models/UntagResourcesResponseBody.d.ts +4 -4
  487. package/dist/models/UpdateAdminPasswordRequest.d.ts +5 -4
  488. package/dist/models/UpdateAdminPasswordRequest.js.map +1 -1
  489. package/dist/models/UpdateAdminPasswordResponseBody.d.ts +9 -0
  490. package/dist/models/UpdateAdminPasswordResponseBody.js.map +1 -1
  491. package/dist/models/UpdateAdvancedSettingRequest.d.ts +1 -1
  492. package/dist/models/UpdateAdvancedSettingResponseBody.d.ts +4 -4
  493. package/dist/models/UpdateAliwsDictRequest.d.ts +1 -1
  494. package/dist/models/UpdateAliwsDictResponseBody.d.ts +5 -6
  495. package/dist/models/UpdateAliwsDictResponseBody.js.map +1 -1
  496. package/dist/models/UpdateCollectorNameRequest.d.ts +1 -1
  497. package/dist/models/UpdateCollectorNameResponseBody.d.ts +37 -37
  498. package/dist/models/UpdateCollectorRequest.d.ts +1 -1
  499. package/dist/models/UpdateCollectorResponseBody.d.ts +44 -42
  500. package/dist/models/UpdateCollectorResponseBody.js.map +1 -1
  501. package/dist/models/UpdateComponentIndexRequest.d.ts +16 -0
  502. package/dist/models/UpdateComponentIndexRequest.js.map +1 -1
  503. package/dist/models/UpdateComponentIndexResponseBody.d.ts +3 -0
  504. package/dist/models/UpdateComponentIndexResponseBody.js.map +1 -1
  505. package/dist/models/UpdateDescriptionRequest.d.ts +4 -1
  506. package/dist/models/UpdateDescriptionRequest.js.map +1 -1
  507. package/dist/models/UpdateDescriptionResponseBody.d.ts +10 -0
  508. package/dist/models/UpdateDescriptionResponseBody.js.map +1 -1
  509. package/dist/models/UpdateDiagnosisSettingsRequest.d.ts +1 -1
  510. package/dist/models/UpdateDiagnosisSettingsResponseBody.d.ts +4 -4
  511. package/dist/models/UpdateDictRequest.d.ts +1 -1
  512. package/dist/models/UpdateDictResponseBody.d.ts +6 -6
  513. package/dist/models/UpdateDynamicSettingsRequest.d.ts +16 -0
  514. package/dist/models/UpdateDynamicSettingsRequest.js.map +1 -1
  515. package/dist/models/UpdateDynamicSettingsResponseBody.d.ts +8 -0
  516. package/dist/models/UpdateDynamicSettingsResponseBody.js.map +1 -1
  517. package/dist/models/UpdateExtendConfigRequest.d.ts +3 -0
  518. package/dist/models/UpdateExtendConfigRequest.js.map +1 -1
  519. package/dist/models/UpdateExtendConfigResponseBody.d.ts +9 -0
  520. package/dist/models/UpdateExtendConfigResponseBody.js.map +1 -1
  521. package/dist/models/UpdateExtendfilesRequest.d.ts +5 -1
  522. package/dist/models/UpdateExtendfilesRequest.js.map +1 -1
  523. package/dist/models/UpdateExtendfilesResponseBody.d.ts +4 -4
  524. package/dist/models/UpdateFalconSeekRequest.d.ts +2 -0
  525. package/dist/models/UpdateFalconSeekRequest.js.map +1 -1
  526. package/dist/models/UpdateFalconSeekResponseBody.d.ts +1 -1
  527. package/dist/models/UpdateHotIkDictsRequest.d.ts +8 -1
  528. package/dist/models/UpdateHotIkDictsRequest.js.map +1 -1
  529. package/dist/models/UpdateHotIkDictsResponseBody.d.ts +5 -5
  530. package/dist/models/UpdateIlmpolicyRequest.d.ts +3 -0
  531. package/dist/models/UpdateIlmpolicyRequest.js.map +1 -1
  532. package/dist/models/UpdateIlmpolicyResponseBody.d.ts +6 -0
  533. package/dist/models/UpdateIlmpolicyResponseBody.js.map +1 -1
  534. package/dist/models/UpdateIndexTemplateRequest.d.ts +3 -0
  535. package/dist/models/UpdateIndexTemplateRequest.js.map +1 -1
  536. package/dist/models/UpdateIndexTemplateResponseBody.d.ts +6 -0
  537. package/dist/models/UpdateIndexTemplateResponseBody.js.map +1 -1
  538. package/dist/models/UpdateInstanceChargeTypeRequest.d.ts +21 -1
  539. package/dist/models/UpdateInstanceChargeTypeRequest.js.map +1 -1
  540. package/dist/models/UpdateInstanceChargeTypeResponseBody.d.ts +4 -4
  541. package/dist/models/UpdateInstanceRequest.d.ts +47 -2
  542. package/dist/models/UpdateInstanceRequest.js.map +1 -1
  543. package/dist/models/UpdateInstanceResponseBody.d.ts +41 -32
  544. package/dist/models/UpdateInstanceResponseBody.js.map +1 -1
  545. package/dist/models/UpdateInstanceSettingsRequest.d.ts +19 -1
  546. package/dist/models/UpdateInstanceSettingsRequest.js.map +1 -1
  547. package/dist/models/UpdateInstanceSettingsResponseBody.d.ts +1 -1
  548. package/dist/models/UpdateKeystoresRequest.d.ts +11 -0
  549. package/dist/models/UpdateKeystoresRequest.js.map +1 -1
  550. package/dist/models/UpdateKeystoresResponseBody.d.ts +1 -1
  551. package/dist/models/UpdateKibanaPvlNetworkRequest.d.ts +15 -2
  552. package/dist/models/UpdateKibanaPvlNetworkRequest.js.map +1 -1
  553. package/dist/models/UpdateKibanaPvlNetworkResponseBody.d.ts +9 -0
  554. package/dist/models/UpdateKibanaPvlNetworkResponseBody.js.map +1 -1
  555. package/dist/models/UpdateKibanaSettingsRequest.d.ts +1 -1
  556. package/dist/models/UpdateKibanaSettingsResponseBody.d.ts +4 -4
  557. package/dist/models/UpdateKibanaSsoRequest.d.ts +2 -0
  558. package/dist/models/UpdateKibanaSsoRequest.js.map +1 -1
  559. package/dist/models/UpdateKibanaSsoResponseBody.d.ts +3 -0
  560. package/dist/models/UpdateKibanaSsoResponseBody.js.map +1 -1
  561. package/dist/models/UpdateKibanaWhiteIpsRequest.d.ts +15 -13
  562. package/dist/models/UpdateKibanaWhiteIpsRequest.js.map +1 -1
  563. package/dist/models/UpdateKibanaWhiteIpsResponseBody.d.ts +15 -12
  564. package/dist/models/UpdateKibanaWhiteIpsResponseBody.js.map +1 -1
  565. package/dist/models/UpdateLogstashChargeTypeRequest.d.ts +1 -1
  566. package/dist/models/UpdateLogstashChargeTypeResponseBody.d.ts +4 -4
  567. package/dist/models/UpdateLogstashDescriptionRequest.d.ts +1 -1
  568. package/dist/models/UpdateLogstashDescriptionResponseBody.d.ts +3 -3
  569. package/dist/models/UpdateLogstashRequest.d.ts +21 -0
  570. package/dist/models/UpdateLogstashRequest.js.map +1 -1
  571. package/dist/models/UpdateLogstashResponseBody.d.ts +9 -0
  572. package/dist/models/UpdateLogstashResponseBody.js.map +1 -1
  573. package/dist/models/UpdateLogstashSettingsRequest.d.ts +1 -1
  574. package/dist/models/UpdateLogstashSettingsResponseBody.d.ts +1 -1
  575. package/dist/models/UpdatePipelineManagementConfigRequest.d.ts +23 -0
  576. package/dist/models/UpdatePipelineManagementConfigRequest.js.map +1 -1
  577. package/dist/models/UpdatePipelineManagementConfigResponseBody.d.ts +9 -0
  578. package/dist/models/UpdatePipelineManagementConfigResponseBody.js.map +1 -1
  579. package/dist/models/UpdatePipelinesRequest.d.ts +2 -2
  580. package/dist/models/UpdatePipelinesResponseBody.d.ts +4 -4
  581. package/dist/models/UpdatePrivateNetworkWhiteIpsRequest.d.ts +8 -2
  582. package/dist/models/UpdatePrivateNetworkWhiteIpsRequest.js.map +1 -1
  583. package/dist/models/UpdatePrivateNetworkWhiteIpsResponseBody.d.ts +7 -0
  584. package/dist/models/UpdatePrivateNetworkWhiteIpsResponseBody.js.map +1 -1
  585. package/dist/models/UpdatePublicNetworkRequest.d.ts +1 -1
  586. package/dist/models/UpdatePublicNetworkResponseBody.d.ts +3 -3
  587. package/dist/models/UpdatePublicWhiteIpsRequest.d.ts +8 -2
  588. package/dist/models/UpdatePublicWhiteIpsRequest.js.map +1 -1
  589. package/dist/models/UpdatePublicWhiteIpsResponseBody.d.ts +7 -0
  590. package/dist/models/UpdatePublicWhiteIpsResponseBody.js.map +1 -1
  591. package/dist/models/UpdateReadWritePolicyRequest.d.ts +3 -0
  592. package/dist/models/UpdateReadWritePolicyRequest.js.map +1 -1
  593. package/dist/models/UpdateReadWritePolicyResponseBody.d.ts +9 -0
  594. package/dist/models/UpdateReadWritePolicyResponseBody.js.map +1 -1
  595. package/dist/models/UpdateSnapshotSettingResponseBody.d.ts +3 -3
  596. package/dist/models/UpdateSynonymsDictsRequest.d.ts +1 -1
  597. package/dist/models/UpdateSynonymsDictsResponseBody.d.ts +3 -3
  598. package/dist/models/UpdateTemplateRequest.d.ts +6 -0
  599. package/dist/models/UpdateTemplateRequest.js.map +1 -1
  600. package/dist/models/UpdateTemplateResponseBody.d.ts +9 -0
  601. package/dist/models/UpdateTemplateResponseBody.js.map +1 -1
  602. package/dist/models/UpdateWhiteIpsRequest.d.ts +14 -8
  603. package/dist/models/UpdateWhiteIpsRequest.js.map +1 -1
  604. package/dist/models/UpdateWhiteIpsResponseBody.d.ts +13 -6
  605. package/dist/models/UpdateWhiteIpsResponseBody.js.map +1 -1
  606. package/dist/models/UpdateXpackMonitorConfigRequest.d.ts +19 -0
  607. package/dist/models/UpdateXpackMonitorConfigRequest.js.map +1 -1
  608. package/dist/models/UpdateXpackMonitorConfigResponseBody.d.ts +9 -0
  609. package/dist/models/UpdateXpackMonitorConfigResponseBody.js.map +1 -1
  610. package/dist/models/UpgradeEngineVersionRequest.d.ts +36 -6
  611. package/dist/models/UpgradeEngineVersionRequest.js.map +1 -1
  612. package/dist/models/UpgradeEngineVersionResponseBody.d.ts +27 -13
  613. package/dist/models/UpgradeEngineVersionResponseBody.js.map +1 -1
  614. package/dist/models/UpgradeInfoResponseBody.d.ts +30 -1
  615. package/dist/models/UpgradeInfoResponseBody.js.map +1 -1
  616. package/dist/models/ValidateConnectionRequest.d.ts +8 -1
  617. package/dist/models/ValidateConnectionRequest.js.map +1 -1
  618. package/dist/models/ValidateConnectionResponseBody.d.ts +3 -3
  619. package/dist/models/ValidateShrinkNodesRequest.d.ts +32 -4
  620. package/dist/models/ValidateShrinkNodesRequest.js.map +1 -1
  621. package/dist/models/ValidateShrinkNodesResponseBody.d.ts +9 -0
  622. package/dist/models/ValidateShrinkNodesResponseBody.js.map +1 -1
  623. package/dist/models/ValidateSlrPermissionRequest.d.ts +7 -0
  624. package/dist/models/ValidateSlrPermissionRequest.js.map +1 -1
  625. package/dist/models/ValidateSlrPermissionResponseBody.d.ts +9 -0
  626. package/dist/models/ValidateSlrPermissionResponseBody.js.map +1 -1
  627. package/dist/models/ValidateTransferableNodesRequest.d.ts +20 -0
  628. package/dist/models/ValidateTransferableNodesRequest.js.map +1 -1
  629. package/dist/models/ValidateTransferableNodesResponseBody.d.ts +9 -0
  630. package/dist/models/ValidateTransferableNodesResponseBody.js.map +1 -1
  631. package/dist/models/WarmNodeConfiguration.d.ts +20 -0
  632. package/dist/models/WarmNodeConfiguration.js.map +1 -1
  633. package/dist/models/WhiteIpGroup.d.ts +15 -0
  634. package/dist/models/WhiteIpGroup.js.map +1 -1
  635. package/dist/models/ZoneInfo.d.ts +9 -0
  636. package/dist/models/ZoneInfo.js.map +1 -1
  637. package/dist/models/model.d.ts +3 -0
  638. package/dist/models/model.js +34 -28
  639. package/dist/models/model.js.map +1 -1
  640. package/package.json +1 -1
  641. package/src/client.ts +828 -506
  642. package/src/models/ActivateZonesRequest.ts +2 -2
  643. package/src/models/ActivateZonesResponseBody.ts +3 -4
  644. package/src/models/AddConnectableClusterRequest.ts +2 -2
  645. package/src/models/AddConnectableClusterResponseBody.ts +4 -4
  646. package/src/models/AddSnapshotRepoRequest.ts +9 -0
  647. package/src/models/AddSnapshotRepoResponseBody.ts +4 -4
  648. package/src/models/CancelDeletionRequest.ts +1 -1
  649. package/src/models/CancelDeletionResponseBody.ts +4 -4
  650. package/src/models/CancelLogstashDeletionRequest.ts +1 -1
  651. package/src/models/CancelLogstashDeletionResponseBody.ts +4 -4
  652. package/src/models/CancelTaskRequest.ts +2 -2
  653. package/src/models/CancelTaskResponseBody.ts +4 -4
  654. package/src/models/CapacityPlanRequest.ts +36 -36
  655. package/src/models/CapacityPlanResponseBody.ts +32 -32
  656. package/src/models/ClientNodeConfiguration.ts +8 -0
  657. package/src/models/CloseDiagnosisRequest.ts +10 -1
  658. package/src/models/CloseDiagnosisResponseBody.ts +9 -0
  659. package/src/models/CloseHttpsRequest.ts +3 -0
  660. package/src/models/CloseHttpsResponseBody.ts +9 -0
  661. package/src/models/CloseManagedIndexRequest.ts +1 -1
  662. package/src/models/CloseManagedIndexResponseBody.ts +4 -4
  663. package/src/models/CreateCollectorRequest.ts +28 -1
  664. package/src/models/CreateCollectorResponseBody.ts +10 -0
  665. package/src/models/CreateComponentIndexRequest.ts +16 -0
  666. package/src/models/CreateComponentIndexResponseBody.ts +9 -0
  667. package/src/models/CreateDataStreamRequest.ts +3 -0
  668. package/src/models/CreateDataStreamResponseBody.ts +10 -0
  669. package/src/models/CreateIlmpolicyRequest.ts +3 -0
  670. package/src/models/CreateIlmpolicyResponseBody.ts +6 -0
  671. package/src/models/CreateIndexTemplateRequest.ts +31 -0
  672. package/src/models/CreateIndexTemplateResponseBody.ts +6 -0
  673. package/src/models/CreateInstanceRequest.ts +96 -2
  674. package/src/models/CreateLogstashRequest.ts +73 -1
  675. package/src/models/CreateLogstashResponseBody.ts +7 -0
  676. package/src/models/CreatePipelinesRequest.ts +40 -0
  677. package/src/models/CreatePipelinesResponseBody.ts +9 -0
  678. package/src/models/CreateSnapshotRequest.ts +1 -1
  679. package/src/models/CreateSnapshotResponseBody.ts +4 -4
  680. package/src/models/CreateVpcEndpointRequest.ts +11 -2
  681. package/src/models/CreateVpcEndpointResponseBody.ts +12 -3
  682. package/src/models/DeactivateZonesRequest.ts +1 -1
  683. package/src/models/DeactivateZonesResponseBody.ts +4 -4
  684. package/src/models/DeleteCollectorRequest.ts +1 -1
  685. package/src/models/DeleteCollectorResponseBody.ts +4 -5
  686. package/src/models/DeleteComponentIndexResponseBody.ts +9 -0
  687. package/src/models/DeleteConnectedClusterRequest.ts +2 -2
  688. package/src/models/DeleteConnectedClusterResponseBody.ts +4 -4
  689. package/src/models/DeleteDataStreamRequest.ts +3 -0
  690. package/src/models/DeleteDataStreamResponseBody.ts +10 -0
  691. package/src/models/DeleteDataTaskRequest.ts +2 -2
  692. package/src/models/DeleteDataTaskResponseBody.ts +2 -2
  693. package/src/models/DeleteDeprecatedTemplateResponseBody.ts +9 -0
  694. package/src/models/DeleteIlmpolicyResponseBody.ts +10 -0
  695. package/src/models/DeleteIndexTemplateResponseBody.ts +10 -0
  696. package/src/models/DeleteInstanceRequest.ts +7 -1
  697. package/src/models/DeleteInstanceResponseBody.ts +1 -1
  698. package/src/models/DeleteLogstashRequest.ts +4 -4
  699. package/src/models/DeleteLogstashResponseBody.ts +1 -1
  700. package/src/models/DeletePipelinesRequest.ts +2 -2
  701. package/src/models/DeletePipelinesResponseBody.ts +4 -4
  702. package/src/models/DeleteSnapshotRepoRequest.ts +3 -2
  703. package/src/models/DeleteSnapshotRepoResponseBody.ts +4 -4
  704. package/src/models/DeleteVpcEndpointRequest.ts +3 -0
  705. package/src/models/DeleteVpcEndpointResponseBody.ts +10 -0
  706. package/src/models/DescribeAckOperatorResponseBody.ts +7 -7
  707. package/src/models/DescribeCollectorResponseBody.ts +43 -42
  708. package/src/models/DescribeComponentIndexResponseBody.ts +23 -0
  709. package/src/models/DescribeConnectableClustersRequest.ts +4 -1
  710. package/src/models/DescribeConnectableClustersResponseBody.ts +13 -0
  711. package/src/models/DescribeDeprecatedTemplateResponseBody.ts +39 -0
  712. package/src/models/DescribeDiagnoseReportRequest.ts +9 -0
  713. package/src/models/DescribeDiagnoseReportResponseBody.ts +104 -0
  714. package/src/models/DescribeDiagnosisSettingsRequest.ts +1 -1
  715. package/src/models/DescribeDiagnosisSettingsResponseBody.ts +22 -4
  716. package/src/models/DescribeDynamicSettingsResponseBody.ts +4 -0
  717. package/src/models/DescribeElasticsearchHealthResponseBody.ts +4 -4
  718. package/src/models/DescribeIlmpolicyResponseBody.ts +13 -0
  719. package/src/models/DescribeIndexTemplateResponseBody.ts +38 -0
  720. package/src/models/DescribeInstanceResponseBody.ts +541 -0
  721. package/src/models/DescribeKibanaSettingsResponseBody.ts +6 -0
  722. package/src/models/DescribeLogstashResponseBody.ts +49 -50
  723. package/src/models/DescribePipelineManagementConfigRequest.ts +1 -1
  724. package/src/models/DescribePipelineManagementConfigResponseBody.ts +4 -4
  725. package/src/models/DescribePipelineResponseBody.ts +27 -18
  726. package/src/models/DescribeRegionsResponseBody.ts +13 -4
  727. package/src/models/DescribeSnapshotSettingResponseBody.ts +4 -4
  728. package/src/models/DescribeTemplatesResponseBody.ts +17 -0
  729. package/src/models/DescribeXpackMonitorConfigResponseBody.ts +6 -7
  730. package/src/models/DiagnoseInstanceRequest.ts +22 -2
  731. package/src/models/DiagnoseInstanceResponseBody.ts +62 -3
  732. package/src/models/DictInfo.ts +26 -0
  733. package/src/models/DisableKibanaPvlNetworkResponseBody.ts +7 -1
  734. package/src/models/ElasticDataNodeConfiguration.ts +0 -23
  735. package/src/models/Elasticsearch.ts +231 -0
  736. package/src/models/EnableKibanaPvlNetworkRequest.ts +23 -2
  737. package/src/models/EnableKibanaPvlNetworkResponseBody.ts +8 -0
  738. package/src/models/EstimatedLogstashRestartTimeRequest.ts +1 -1
  739. package/src/models/EstimatedRestartTimeRequest.ts +1 -1
  740. package/src/models/EstimatedRestartTimeResponseBody.ts +1 -1
  741. package/src/models/GetClusterDataInformationResponseBody.ts +6 -18
  742. package/src/models/GetElastictaskResponseBody.ts +39 -0
  743. package/src/models/GetEmonGrafanaAlertsResponseBody.ts +15 -0
  744. package/src/models/GetEmonGrafanaDashboardsResponseBody.ts +15 -0
  745. package/src/models/GetEmonMonitorDataResponseBody.ts +36 -0
  746. package/src/models/GetKeystoresResponseBody.ts +5 -1
  747. package/src/models/GetOpenStoreUsageResponseBody.ts +4 -4
  748. package/src/models/GetRegionConfigurationRequest.ts +3 -0
  749. package/src/models/GetRegionConfigurationResponseBody.ts +244 -0
  750. package/src/models/GetSuggestShrinkableNodesRequest.ts +2 -2
  751. package/src/models/GetSuggestShrinkableNodesResponseBody.ts +2 -2
  752. package/src/models/GetTransferableNodesRequest.ts +2 -2
  753. package/src/models/GetTransferableNodesResponseBody.ts +2 -2
  754. package/src/models/GrayPublishRequest.ts +3 -0
  755. package/src/models/GrayPublishResponseBody.ts +3 -0
  756. package/src/models/InitModelRequest.ts +25 -0
  757. package/src/models/InitModelResponseBody.ts +4 -1
  758. package/src/models/InitializeOperationRoleRequest.ts +1 -1
  759. package/src/models/InitializeOperationRoleResponseBody.ts +4 -4
  760. package/src/models/InstallAckOperatorRequest.ts +1 -1
  761. package/src/models/InstallAckOperatorResponseBody.ts +3 -3
  762. package/src/models/InstallKibanaSystemPluginRequest.ts +1 -1
  763. package/src/models/InstallKibanaSystemPluginResponseBody.ts +1 -5
  764. package/src/models/InstallLogstashSystemPluginRequest.ts +3 -0
  765. package/src/models/InstallLogstashSystemPluginResponseBody.ts +7 -0
  766. package/src/models/InstallSystemPluginRequest.ts +1 -1
  767. package/src/models/InstallSystemPluginResponseBody.ts +1 -5
  768. package/src/models/InstallUserPluginsRequest.ts +7 -0
  769. package/src/models/InterruptElasticsearchTaskRequest.ts +1 -1
  770. package/src/models/InterruptElasticsearchTaskResponseBody.ts +6 -6
  771. package/src/models/InterruptLogstashTaskResponseBody.ts +5 -5
  772. package/src/models/KibanaNodeConfiguration.ts +8 -0
  773. package/src/models/ListAckClustersRequest.ts +5 -5
  774. package/src/models/ListAckClustersResponseBody.ts +5 -5
  775. package/src/models/ListAckNamespacesRequest.ts +2 -2
  776. package/src/models/ListAckNamespacesResponseBody.ts +2 -2
  777. package/src/models/ListAllNodeRequest.ts +5 -1
  778. package/src/models/ListAllNodeResponseBody.ts +24 -16
  779. package/src/models/ListAlternativeSnapshotReposRequest.ts +4 -1
  780. package/src/models/ListAlternativeSnapshotReposResponseBody.ts +4 -4
  781. package/src/models/ListAvailableEsInstanceIdsResponseBody.ts +6 -6
  782. package/src/models/ListCollectorsRequest.ts +9 -8
  783. package/src/models/ListCollectorsResponseBody.ts +48 -45
  784. package/src/models/ListComponentIndicesRequest.ts +9 -0
  785. package/src/models/ListComponentIndicesResponseBody.ts +56 -0
  786. package/src/models/ListConnectedClustersResponseBody.ts +1 -1
  787. package/src/models/ListDataStreamsRequest.ts +10 -0
  788. package/src/models/ListDataStreamsResponseBody.ts +74 -0
  789. package/src/models/ListDataTasksResponseBody.ts +19 -19
  790. package/src/models/ListDefaultCollectorConfigurationsRequest.ts +11 -11
  791. package/src/models/ListDefaultCollectorConfigurationsResponseBody.ts +1 -1
  792. package/src/models/ListDeprecatedTemplatesRequest.ts +9 -0
  793. package/src/models/ListDeprecatedTemplatesResponseBody.ts +46 -0
  794. package/src/models/ListDiagnoseIndicesRequest.ts +7 -1
  795. package/src/models/ListDiagnoseIndicesResponseBody.ts +4 -0
  796. package/src/models/ListDiagnoseReportIdsRequest.ts +16 -7
  797. package/src/models/ListDiagnoseReportIdsResponseBody.ts +6 -2
  798. package/src/models/ListDiagnoseReportRequest.ts +23 -8
  799. package/src/models/ListDiagnoseReportResponseBody.ts +79 -26
  800. package/src/models/ListDiagnosisItemsRequest.ts +12 -0
  801. package/src/models/ListDiagnosisItemsResponseBody.ts +19 -0
  802. package/src/models/ListDictInformationRequest.ts +7 -0
  803. package/src/models/ListDictInformationResponseBody.ts +30 -0
  804. package/src/models/ListDictsRequest.ts +9 -6
  805. package/src/models/ListDictsResponseBody.ts +11 -10
  806. package/src/models/ListEcsInstancesRequest.ts +9 -6
  807. package/src/models/ListEcsInstancesResponseBody.ts +73 -77
  808. package/src/models/ListEventRecordsRequest.ts +18 -0
  809. package/src/models/ListEventRecordsResponseBody.ts +86 -0
  810. package/src/models/ListExtendfilesResponseBody.ts +3 -3
  811. package/src/models/ListIlmpoliciesRequest.ts +3 -0
  812. package/src/models/ListIlmpoliciesResponseBody.ts +13 -0
  813. package/src/models/ListIndexTemplatesRequest.ts +9 -0
  814. package/src/models/ListIndexTemplatesResponseBody.ts +40 -0
  815. package/src/models/ListInstanceHistoryEventsRequest.ts +59 -0
  816. package/src/models/ListInstanceHistoryEventsResponseBody.ts +62 -0
  817. package/src/models/ListInstanceHistoryEventsShrinkRequest.ts +59 -0
  818. package/src/models/ListInstanceIndicesRequest.ts +18 -6
  819. package/src/models/ListInstanceIndicesResponseBody.ts +41 -25
  820. package/src/models/ListInstanceRequest.ts +21 -13
  821. package/src/models/ListInstanceResponseBody.ts +213 -75
  822. package/src/models/ListKibanaPluginsRequest.ts +2 -2
  823. package/src/models/ListKibanaPluginsResponseBody.ts +7 -7
  824. package/src/models/ListKibanaPvlNetworkResponseBody.ts +41 -1
  825. package/src/models/ListLogstashLogRequest.ts +12 -6
  826. package/src/models/ListLogstashLogResponseBody.ts +13 -4
  827. package/src/models/ListLogstashPluginsRequest.ts +7 -4
  828. package/src/models/ListLogstashPluginsResponseBody.ts +21 -12
  829. package/src/models/ListLogstashRequest.ts +7 -7
  830. package/src/models/ListLogstashResponseBody.ts +34 -25
  831. package/src/models/ListNodesRequest.ts +5 -5
  832. package/src/models/ListNodesResponseBody.ts +26 -26
  833. package/src/models/ListPipelineIdsRequest.ts +3 -0
  834. package/src/models/ListPipelineIdsResponseBody.ts +23 -0
  835. package/src/models/ListPipelineRequest.ts +3 -3
  836. package/src/models/ListPipelineResponseBody.ts +18 -9
  837. package/src/models/ListPluginsRequest.ts +4 -4
  838. package/src/models/ListPluginsResponseBody.ts +15 -6
  839. package/src/models/ListSearchLogRequest.ts +14 -6
  840. package/src/models/ListSearchLogResponseBody.ts +24 -15
  841. package/src/models/ListShardRecoveriesRequest.ts +4 -3
  842. package/src/models/ListShardRecoveriesResponseBody.ts +23 -18
  843. package/src/models/ListSnapshotReposByInstanceIdResponseBody.ts +8 -6
  844. package/src/models/ListStatsEventRecordsRequest.ts +9 -0
  845. package/src/models/ListStatsEventRecordsResponseBody.ts +26 -0
  846. package/src/models/ListTagResourcesRequest.ts +7 -9
  847. package/src/models/ListTagResourcesResponseBody.ts +17 -7
  848. package/src/models/ListTagsRequest.ts +2 -2
  849. package/src/models/ListTagsResponseBody.ts +11 -1
  850. package/src/models/ListUserPluginRequest.ts +9 -0
  851. package/src/models/ListUserPluginResponseBody.ts +59 -0
  852. package/src/models/ListVpcEndpointsRequest.ts +3 -3
  853. package/src/models/ListVpcEndpointsResponseBody.ts +31 -21
  854. package/src/models/Logstash.ts +117 -0
  855. package/src/models/MasterNodeConfiguration.ts +10 -0
  856. package/src/models/MigrateToOtherZoneRequest.ts +3 -1
  857. package/src/models/MigrateToOtherZoneResponseBody.ts +4 -4
  858. package/src/models/ModifyDeployMachineRequest.ts +1 -1
  859. package/src/models/ModifyDeployMachineResponseBody.ts +3 -3
  860. package/src/models/ModifyElastictaskRequest.ts +7 -0
  861. package/src/models/ModifyElastictaskResponseBody.ts +39 -0
  862. package/src/models/ModifyInstanceMaintainTimeRequest.ts +6 -0
  863. package/src/models/ModifyInstanceMaintainTimeResponseBody.ts +6 -0
  864. package/src/models/ModifyScheduleExecuteTimeRequest.ts +6 -0
  865. package/src/models/ModifyScheduleExecuteTimeResponseBody.ts +3 -0
  866. package/src/models/ModifyWhiteIpsRequest.ts +24 -19
  867. package/src/models/ModifyWhiteIpsResponseBody.ts +9 -0
  868. package/src/models/MoveResourceGroupRequest.ts +1 -1
  869. package/src/models/MoveResourceGroupResponseBody.ts +55 -55
  870. package/src/models/NetworkConfig.ts +26 -0
  871. package/src/models/NodeInfo.ts +12 -0
  872. package/src/models/NodeSpec.ts +25 -0
  873. package/src/models/OpenDiagnosisRequest.ts +10 -1
  874. package/src/models/OpenDiagnosisResponseBody.ts +9 -0
  875. package/src/models/OpenHttpsRequest.ts +1 -1
  876. package/src/models/OpenHttpsResponseBody.ts +4 -4
  877. package/src/models/PaymentInfo.ts +18 -0
  878. package/src/models/PluginAnalysisRequest.ts +11 -0
  879. package/src/models/PluginAnalysisResponseBody.ts +20 -1
  880. package/src/models/PostEmonTryAlarmRuleResponseBody.ts +12 -0
  881. package/src/models/ReadWritePolicy.ts +23 -0
  882. package/src/models/RecommendTemplatesRequest.ts +7 -7
  883. package/src/models/RecommendTemplatesResponseBody.ts +16 -7
  884. package/src/models/ReinstallCollectorRequest.ts +2 -5
  885. package/src/models/ReinstallCollectorResponseBody.ts +7 -1
  886. package/src/models/RemovePluginRequest.ts +3 -0
  887. package/src/models/RemovePluginResponseBody.ts +4 -1
  888. package/src/models/RenewInstanceRequest.ts +1 -1
  889. package/src/models/RenewInstanceResponseBody.ts +4 -4
  890. package/src/models/RenewLogstashRequest.ts +1 -1
  891. package/src/models/RenewLogstashResponseBody.ts +3 -3
  892. package/src/models/RestartCollectorRequest.ts +1 -1
  893. package/src/models/RestartCollectorResponseBody.ts +4 -4
  894. package/src/models/RestartInstanceRequest.ts +18 -2
  895. package/src/models/RestartInstanceResponseBody.ts +49 -49
  896. package/src/models/RestartLogstashRequest.ts +29 -0
  897. package/src/models/RestartLogstashResponseBody.ts +7 -0
  898. package/src/models/ResumeElasticsearchTaskRequest.ts +1 -1
  899. package/src/models/ResumeElasticsearchTaskResponseBody.ts +4 -4
  900. package/src/models/ResumeLogstashTaskRequest.ts +1 -1
  901. package/src/models/ResumeLogstashTaskResponseBody.ts +6 -6
  902. package/src/models/RolloverDataStreamRequest.ts +3 -0
  903. package/src/models/RolloverDataStreamResponseBody.ts +10 -0
  904. package/src/models/RunPipelinesRequest.ts +1 -1
  905. package/src/models/RunPipelinesResponseBody.ts +2 -2
  906. package/src/models/ShrinkNodeRequest.ts +41 -0
  907. package/src/models/ShrinkNodeResponseBody.ts +9 -0
  908. package/src/models/StartCollectorRequest.ts +1 -1
  909. package/src/models/StartCollectorResponseBody.ts +1 -1
  910. package/src/models/StopCollectorRequest.ts +1 -1
  911. package/src/models/StopPipelinesRequest.ts +1 -1
  912. package/src/models/StopPipelinesResponseBody.ts +2 -2
  913. package/src/models/Tag.ts +6 -0
  914. package/src/models/TagResourcesRequest.ts +5 -8
  915. package/src/models/TagResourcesResponseBody.ts +9 -0
  916. package/src/models/TransferNodeRequest.ts +21 -0
  917. package/src/models/TransferNodeResponseBody.ts +9 -0
  918. package/src/models/TriggerNetworkRequest.ts +18 -0
  919. package/src/models/TriggerNetworkResponseBody.ts +9 -0
  920. package/src/models/TurnOffZoneRequest.ts +6 -0
  921. package/src/models/TurnOnZoneRequest.ts +6 -0
  922. package/src/models/UninstallKibanaPluginRequest.ts +1 -1
  923. package/src/models/UninstallKibanaPluginResponseBody.ts +1 -5
  924. package/src/models/UninstallLogstashPluginRequest.ts +6 -0
  925. package/src/models/UninstallLogstashPluginResponseBody.ts +3 -0
  926. package/src/models/UninstallPluginRequest.ts +15 -1
  927. package/src/models/UninstallPluginResponseBody.ts +1 -5
  928. package/src/models/UntagResourcesRequest.ts +4 -4
  929. package/src/models/UntagResourcesResponseBody.ts +4 -4
  930. package/src/models/UpdateAdminPasswordRequest.ts +5 -4
  931. package/src/models/UpdateAdminPasswordResponseBody.ts +9 -0
  932. package/src/models/UpdateAdvancedSettingRequest.ts +1 -1
  933. package/src/models/UpdateAdvancedSettingResponseBody.ts +4 -4
  934. package/src/models/UpdateAliwsDictRequest.ts +1 -1
  935. package/src/models/UpdateAliwsDictResponseBody.ts +5 -6
  936. package/src/models/UpdateCollectorNameRequest.ts +1 -1
  937. package/src/models/UpdateCollectorNameResponseBody.ts +37 -37
  938. package/src/models/UpdateCollectorRequest.ts +1 -1
  939. package/src/models/UpdateCollectorResponseBody.ts +44 -42
  940. package/src/models/UpdateComponentIndexRequest.ts +16 -0
  941. package/src/models/UpdateComponentIndexResponseBody.ts +3 -0
  942. package/src/models/UpdateDescriptionRequest.ts +4 -1
  943. package/src/models/UpdateDescriptionResponseBody.ts +10 -0
  944. package/src/models/UpdateDiagnosisSettingsRequest.ts +1 -1
  945. package/src/models/UpdateDiagnosisSettingsResponseBody.ts +4 -4
  946. package/src/models/UpdateDictRequest.ts +1 -1
  947. package/src/models/UpdateDictResponseBody.ts +6 -6
  948. package/src/models/UpdateDynamicSettingsRequest.ts +16 -0
  949. package/src/models/UpdateDynamicSettingsResponseBody.ts +8 -0
  950. package/src/models/UpdateExtendConfigRequest.ts +3 -0
  951. package/src/models/UpdateExtendConfigResponseBody.ts +9 -0
  952. package/src/models/UpdateExtendfilesRequest.ts +5 -1
  953. package/src/models/UpdateExtendfilesResponseBody.ts +4 -4
  954. package/src/models/UpdateFalconSeekRequest.ts +2 -0
  955. package/src/models/UpdateFalconSeekResponseBody.ts +1 -1
  956. package/src/models/UpdateHotIkDictsRequest.ts +8 -1
  957. package/src/models/UpdateHotIkDictsResponseBody.ts +5 -5
  958. package/src/models/UpdateIlmpolicyRequest.ts +3 -0
  959. package/src/models/UpdateIlmpolicyResponseBody.ts +6 -0
  960. package/src/models/UpdateIndexTemplateRequest.ts +3 -0
  961. package/src/models/UpdateIndexTemplateResponseBody.ts +6 -0
  962. package/src/models/UpdateInstanceChargeTypeRequest.ts +21 -1
  963. package/src/models/UpdateInstanceChargeTypeResponseBody.ts +4 -4
  964. package/src/models/UpdateInstanceRequest.ts +47 -2
  965. package/src/models/UpdateInstanceResponseBody.ts +41 -32
  966. package/src/models/UpdateInstanceSettingsRequest.ts +19 -1
  967. package/src/models/UpdateInstanceSettingsResponseBody.ts +1 -1
  968. package/src/models/UpdateKeystoresRequest.ts +11 -0
  969. package/src/models/UpdateKeystoresResponseBody.ts +1 -1
  970. package/src/models/UpdateKibanaPvlNetworkRequest.ts +15 -2
  971. package/src/models/UpdateKibanaPvlNetworkResponseBody.ts +9 -0
  972. package/src/models/UpdateKibanaSettingsRequest.ts +1 -1
  973. package/src/models/UpdateKibanaSettingsResponseBody.ts +4 -4
  974. package/src/models/UpdateKibanaSsoRequest.ts +2 -0
  975. package/src/models/UpdateKibanaSsoResponseBody.ts +3 -0
  976. package/src/models/UpdateKibanaWhiteIpsRequest.ts +15 -13
  977. package/src/models/UpdateKibanaWhiteIpsResponseBody.ts +15 -12
  978. package/src/models/UpdateLogstashChargeTypeRequest.ts +1 -1
  979. package/src/models/UpdateLogstashChargeTypeResponseBody.ts +4 -4
  980. package/src/models/UpdateLogstashDescriptionRequest.ts +1 -1
  981. package/src/models/UpdateLogstashDescriptionResponseBody.ts +3 -3
  982. package/src/models/UpdateLogstashRequest.ts +21 -0
  983. package/src/models/UpdateLogstashResponseBody.ts +9 -0
  984. package/src/models/UpdateLogstashSettingsRequest.ts +1 -1
  985. package/src/models/UpdateLogstashSettingsResponseBody.ts +1 -1
  986. package/src/models/UpdatePipelineManagementConfigRequest.ts +23 -0
  987. package/src/models/UpdatePipelineManagementConfigResponseBody.ts +9 -0
  988. package/src/models/UpdatePipelinesRequest.ts +2 -2
  989. package/src/models/UpdatePipelinesResponseBody.ts +4 -4
  990. package/src/models/UpdatePrivateNetworkWhiteIpsRequest.ts +8 -2
  991. package/src/models/UpdatePrivateNetworkWhiteIpsResponseBody.ts +7 -0
  992. package/src/models/UpdatePublicNetworkRequest.ts +1 -1
  993. package/src/models/UpdatePublicNetworkResponseBody.ts +3 -3
  994. package/src/models/UpdatePublicWhiteIpsRequest.ts +8 -2
  995. package/src/models/UpdatePublicWhiteIpsResponseBody.ts +7 -0
  996. package/src/models/UpdateReadWritePolicyRequest.ts +3 -0
  997. package/src/models/UpdateReadWritePolicyResponseBody.ts +9 -0
  998. package/src/models/UpdateSnapshotSettingResponseBody.ts +3 -3
  999. package/src/models/UpdateSynonymsDictsRequest.ts +1 -1
  1000. package/src/models/UpdateSynonymsDictsResponseBody.ts +3 -3
  1001. package/src/models/UpdateTemplateRequest.ts +6 -0
  1002. package/src/models/UpdateTemplateResponseBody.ts +9 -0
  1003. package/src/models/UpdateWhiteIpsRequest.ts +14 -8
  1004. package/src/models/UpdateWhiteIpsResponseBody.ts +13 -6
  1005. package/src/models/UpdateXpackMonitorConfigRequest.ts +19 -0
  1006. package/src/models/UpdateXpackMonitorConfigResponseBody.ts +9 -0
  1007. package/src/models/UpgradeEngineVersionRequest.ts +36 -6
  1008. package/src/models/UpgradeEngineVersionResponseBody.ts +27 -13
  1009. package/src/models/UpgradeInfoResponseBody.ts +30 -1
  1010. package/src/models/ValidateConnectionRequest.ts +8 -1
  1011. package/src/models/ValidateConnectionResponseBody.ts +3 -3
  1012. package/src/models/ValidateShrinkNodesRequest.ts +32 -4
  1013. package/src/models/ValidateShrinkNodesResponseBody.ts +9 -0
  1014. package/src/models/ValidateSlrPermissionRequest.ts +7 -0
  1015. package/src/models/ValidateSlrPermissionResponseBody.ts +9 -0
  1016. package/src/models/ValidateTransferableNodesRequest.ts +20 -0
  1017. package/src/models/ValidateTransferableNodesResponseBody.ts +9 -0
  1018. package/src/models/WarmNodeConfiguration.ts +20 -0
  1019. package/src/models/WhiteIpGroup.ts +15 -0
  1020. package/src/models/ZoneInfo.ts +9 -0
  1021. package/src/models/model.ts +3 -0
package/src/client.ts CHANGED
@@ -12,6 +12,31 @@ export default class Client extends OpenApi {
12
12
  constructor(config: $OpenApiUtil.Config) {
13
13
  super(config);
14
14
  this._endpointRule = "regional";
15
+ this._endpointMap = {
16
+ 'us-west-1': "elasticsearch.us-west-1.aliyuncs.com",
17
+ 'us-east-1': "elasticsearch.us-east-1.aliyuncs.com",
18
+ 'eu-west-1': "elasticsearch.eu-west-1.aliyuncs.com",
19
+ 'eu-central-1': "elasticsearch.eu-central-1.aliyuncs.com",
20
+ 'cn-zhangjiakou': "elasticsearch.cn-zhangjiakou.aliyuncs.com",
21
+ 'cn-wulanchabu': "elasticsearch.cn-wulanchabu.aliyuncs.com",
22
+ 'cn-shenzhen': "elasticsearch.cn-shenzhen.aliyuncs.com",
23
+ 'cn-shanghai-finance-1': "elasticsearch.cn-shanghai-finance-1.aliyuncs.com",
24
+ 'cn-shanghai': "elasticsearch.cn-shanghai.aliyuncs.com",
25
+ 'cn-qingdao': "elasticsearch.cn-qingdao.aliyuncs.com",
26
+ 'cn-north-2-gov-1': "elasticsearch.cn-north-2-gov-1.aliyuncs.com",
27
+ 'cn-hongkong': "elasticsearch.cn-hongkong.aliyuncs.com",
28
+ 'cn-hangzhou-finance': "elasticsearch.cn-hangzhou-finance.aliyuncs.com",
29
+ 'cn-hangzhou': "elasticsearch.cn-hangzhou.aliyuncs.com",
30
+ 'cn-guangzhou': "elasticsearch.cn-guangzhou.aliyuncs.com",
31
+ 'cn-chengdu': "elasticsearch.cn-chengdu.aliyuncs.com",
32
+ 'cn-beijing': "elasticsearch.cn-beijing.aliyuncs.com",
33
+ 'ap-southeast-5': "elasticsearch.ap-southeast-5.aliyuncs.com",
34
+ 'ap-southeast-3': "elasticsearch.ap-southeast-3.aliyuncs.com",
35
+ 'ap-southeast-2': "elasticsearch.ap-southeast-2.aliyuncs.com",
36
+ 'ap-southeast-1': "elasticsearch.ap-southeast-1.aliyuncs.com",
37
+ 'ap-south-1': "elasticsearch.ap-south-1.aliyuncs.com",
38
+ 'ap-northeast-1': "elasticsearch.ap-northeast-1.aliyuncs.com",
39
+ };
15
40
  this.checkConfig(config);
16
41
  this._endpoint = this.getEndpoint("elasticsearch", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
17
42
  }
@@ -30,7 +55,7 @@ export default class Client extends OpenApi {
30
55
  }
31
56
 
32
57
  /**
33
- * Restores nodes in disabled zones. This operation is available only for multi-zone Elasticsearch clusters.
58
+ * Resumes an offline zone. This operation is valid only for multi-zone instances.
34
59
  *
35
60
  * @param request - ActivateZonesRequest
36
61
  * @param headers - map
@@ -64,7 +89,7 @@ export default class Client extends OpenApi {
64
89
  }
65
90
 
66
91
  /**
67
- * Restores nodes in disabled zones. This operation is available only for multi-zone Elasticsearch clusters.
92
+ * Resumes an offline zone. This operation is valid only for multi-zone instances.
68
93
  *
69
94
  * @param request - ActivateZonesRequest
70
95
  * @returns ActivateZonesResponse
@@ -76,7 +101,7 @@ export default class Client extends OpenApi {
76
101
  }
77
102
 
78
103
  /**
79
- * Connects Elasticsearch clusters.
104
+ * Configures network connectivity to establish a connection between different instances.
80
105
  *
81
106
  * @param request - AddConnectableClusterRequest
82
107
  * @param headers - map
@@ -110,7 +135,7 @@ export default class Client extends OpenApi {
110
135
  }
111
136
 
112
137
  /**
113
- * Connects Elasticsearch clusters.
138
+ * Configures network connectivity to establish a connection between different instances.
114
139
  *
115
140
  * @param request - AddConnectableClusterRequest
116
141
  * @returns AddConnectableClusterResponse
@@ -122,7 +147,7 @@ export default class Client extends OpenApi {
122
147
  }
123
148
 
124
149
  /**
125
- * Call the AddSnapshotRepo to create a reference repository when configuring a cross-cluster OSS repository.
150
+ * Creates a reference repository when setting up a cross-cluster OSS repository.
126
151
  *
127
152
  * @param request - AddSnapshotRepoRequest
128
153
  * @param headers - map
@@ -150,7 +175,7 @@ export default class Client extends OpenApi {
150
175
  }
151
176
 
152
177
  /**
153
- * Call the AddSnapshotRepo to create a reference repository when configuring a cross-cluster OSS repository.
178
+ * Creates a reference repository when setting up a cross-cluster OSS repository.
154
179
  *
155
180
  * @param request - AddSnapshotRepoRequest
156
181
  * @returns AddSnapshotRepoResponse
@@ -162,7 +187,7 @@ export default class Client extends OpenApi {
162
187
  }
163
188
 
164
189
  /**
165
- * Restores an Elasticsearch cluster that is frozen after it is released.
190
+ * Recovers a frozen Elasticsearch instance that was released.
166
191
  *
167
192
  * @param request - CancelDeletionRequest
168
193
  * @param headers - map
@@ -195,7 +220,7 @@ export default class Client extends OpenApi {
195
220
  }
196
221
 
197
222
  /**
198
- * Restores an Elasticsearch cluster that is frozen after it is released.
223
+ * Recovers a frozen Elasticsearch instance that was released.
199
224
  *
200
225
  * @param request - CancelDeletionRequest
201
226
  * @returns CancelDeletionResponse
@@ -207,7 +232,7 @@ export default class Client extends OpenApi {
207
232
  }
208
233
 
209
234
  /**
210
- * Restores a Logstash cluster that is frozen after it is released.
235
+ * Resumes a frozen Logstash instance that was frozen after release.
211
236
  *
212
237
  * @param request - CancelLogstashDeletionRequest
213
238
  * @param headers - map
@@ -240,7 +265,7 @@ export default class Client extends OpenApi {
240
265
  }
241
266
 
242
267
  /**
243
- * Restores a Logstash cluster that is frozen after it is released.
268
+ * Resumes a frozen Logstash instance that was frozen after release.
244
269
  *
245
270
  * @param request - CancelLogstashDeletionRequest
246
271
  * @returns CancelLogstashDeletionResponse
@@ -252,7 +277,7 @@ export default class Client extends OpenApi {
252
277
  }
253
278
 
254
279
  /**
255
- * Call CancelTask to cancel a data migration task.
280
+ * Cancels a running data migration task.
256
281
  *
257
282
  * @param request - CancelTaskRequest
258
283
  * @param headers - map
@@ -289,7 +314,7 @@ export default class Client extends OpenApi {
289
314
  }
290
315
 
291
316
  /**
292
- * Call CancelTask to cancel a data migration task.
317
+ * Cancels a running data migration task.
293
318
  *
294
319
  * @param request - CancelTaskRequest
295
320
  * @returns CancelTaskResponse
@@ -301,7 +326,7 @@ export default class Client extends OpenApi {
301
326
  }
302
327
 
303
328
  /**
304
- * Capacity Planning
329
+ * Recommends optimal cluster capacity planning configurations based on business scenarios, QPS, and log generation volume.
305
330
  *
306
331
  * @param request - CapacityPlanRequest
307
332
  * @param headers - map
@@ -346,7 +371,7 @@ export default class Client extends OpenApi {
346
371
  }
347
372
 
348
373
  /**
349
- * Capacity Planning
374
+ * Recommends optimal cluster capacity planning configurations based on business scenarios, QPS, and log generation volume.
350
375
  *
351
376
  * @param request - CapacityPlanRequest
352
377
  * @returns CapacityPlanResponse
@@ -358,7 +383,7 @@ export default class Client extends OpenApi {
358
383
  }
359
384
 
360
385
  /**
361
- * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
386
+ * Disables the intelligent O&M feature for an instance.
362
387
  *
363
388
  * @param request - CloseDiagnosisRequest
364
389
  * @param headers - map
@@ -395,7 +420,7 @@ export default class Client extends OpenApi {
395
420
  }
396
421
 
397
422
  /**
398
- * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
423
+ * Disables the intelligent O&M feature for an instance.
399
424
  *
400
425
  * @param request - CloseDiagnosisRequest
401
426
  * @returns CloseDiagnosisResponse
@@ -407,7 +432,7 @@ export default class Client extends OpenApi {
407
432
  }
408
433
 
409
434
  /**
410
- * Call CloseHttps to close the HTTPS protocol.
435
+ * Disables the HTTPS protocol for a cluster.
411
436
  *
412
437
  * @param request - CloseHttpsRequest
413
438
  * @param headers - map
@@ -440,7 +465,7 @@ export default class Client extends OpenApi {
440
465
  }
441
466
 
442
467
  /**
443
- * Call CloseHttps to close the HTTPS protocol.
468
+ * Disables the HTTPS protocol for a cluster.
444
469
  *
445
470
  * @param request - CloseHttpsRequest
446
471
  * @returns CloseHttpsResponse
@@ -452,7 +477,7 @@ export default class Client extends OpenApi {
452
477
  }
453
478
 
454
479
  /**
455
- * Disable Managed Index
480
+ * 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.
456
481
  *
457
482
  * @param request - CloseManagedIndexRequest
458
483
  * @param headers - map
@@ -485,7 +510,7 @@ export default class Client extends OpenApi {
485
510
  }
486
511
 
487
512
  /**
488
- * Disable Managed Index
513
+ * 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.
489
514
  *
490
515
  * @param request - CloseManagedIndexRequest
491
516
  * @returns CloseManagedIndexResponse
@@ -497,7 +522,7 @@ export default class Client extends OpenApi {
497
522
  }
498
523
 
499
524
  /**
500
- * 创建收集器
525
+ * Creates a collector to collect data from a specified service.
501
526
  *
502
527
  * @param request - CreateCollectorRequest
503
528
  * @param headers - map
@@ -564,7 +589,7 @@ export default class Client extends OpenApi {
564
589
  }
565
590
 
566
591
  /**
567
- * 创建收集器
592
+ * Creates a collector to collect data from a specified service.
568
593
  *
569
594
  * @param request - CreateCollectorRequest
570
595
  * @returns CreateCollectorResponse
@@ -576,7 +601,10 @@ export default class Client extends OpenApi {
576
601
  }
577
602
 
578
603
  /**
579
- * 创建Elasticsearch组合模板
604
+ * Creates an Elasticsearch composable template.
605
+ *
606
+ * @remarks
607
+ * For more information, see [Store large volumes of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
580
608
  *
581
609
  * @param request - CreateComponentIndexRequest
582
610
  * @param headers - map
@@ -613,7 +641,10 @@ export default class Client extends OpenApi {
613
641
  }
614
642
 
615
643
  /**
616
- * 创建Elasticsearch组合模板
644
+ * Creates an Elasticsearch composable template.
645
+ *
646
+ * @remarks
647
+ * For more information, see [Store large volumes of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
617
648
  *
618
649
  * @param request - CreateComponentIndexRequest
619
650
  * @returns CreateComponentIndexResponse
@@ -625,7 +656,10 @@ export default class Client extends OpenApi {
625
656
  }
626
657
 
627
658
  /**
628
- * 创建数据流
659
+ * Creates a data stream to manage a set of indexes.
660
+ *
661
+ * @remarks
662
+ * > 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-.
629
663
  *
630
664
  * @param request - CreateDataStreamRequest
631
665
  * @param headers - map
@@ -659,7 +693,10 @@ export default class Client extends OpenApi {
659
693
  }
660
694
 
661
695
  /**
662
- * 创建数据流
696
+ * Creates a data stream to manage a set of indexes.
697
+ *
698
+ * @remarks
699
+ * > 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-.
663
700
  *
664
701
  * @param request - CreateDataStreamRequest
665
702
  * @returns CreateDataStreamResponse
@@ -671,7 +708,7 @@ export default class Client extends OpenApi {
671
708
  }
672
709
 
673
710
  /**
674
- * 创建索引生命周期策略
711
+ * Creates an index lifecycle policy. If a policy with the specified name already exists, the existing policy is replaced and its version is incremented.
675
712
  *
676
713
  * @param request - CreateILMPolicyRequest
677
714
  * @param headers - map
@@ -705,7 +742,7 @@ export default class Client extends OpenApi {
705
742
  }
706
743
 
707
744
  /**
708
- * 创建索引生命周期策略
745
+ * Creates an index lifecycle policy. If a policy with the specified name already exists, the existing policy is replaced and its version is incremented.
709
746
  *
710
747
  * @param request - CreateILMPolicyRequest
711
748
  * @returns CreateILMPolicyResponse
@@ -717,7 +754,7 @@ export default class Client extends OpenApi {
717
754
  }
718
755
 
719
756
  /**
720
- * 创建索引模版
757
+ * Creates a cluster index template that can be used for component-based index template settings.
721
758
  *
722
759
  * @param request - CreateIndexTemplateRequest
723
760
  * @param headers - map
@@ -776,7 +813,7 @@ export default class Client extends OpenApi {
776
813
  }
777
814
 
778
815
  /**
779
- * 创建索引模版
816
+ * Creates a cluster index template that can be used for component-based index template settings.
780
817
  *
781
818
  * @param request - CreateIndexTemplateRequest
782
819
  * @returns CreateIndexTemplateResponse
@@ -788,7 +825,12 @@ export default class Client extends OpenApi {
788
825
  }
789
826
 
790
827
  /**
791
- * Creates a Logstash cluster.
828
+ * Creates a Logstash instance by calling CreateLogstash.
829
+ *
830
+ * @remarks
831
+ * Before calling this operation, note the following:
832
+ * - 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>
833
+ * - 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>.
792
834
  *
793
835
  * @param request - CreateLogstashRequest
794
836
  * @param headers - map
@@ -855,7 +897,12 @@ export default class Client extends OpenApi {
855
897
  }
856
898
 
857
899
  /**
858
- * Creates a Logstash cluster.
900
+ * Creates a Logstash instance by calling CreateLogstash.
901
+ *
902
+ * @remarks
903
+ * Before calling this operation, note the following:
904
+ * - 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>
905
+ * - 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>.
859
906
  *
860
907
  * @param request - CreateLogstashRequest
861
908
  * @returns CreateLogstashResponse
@@ -867,7 +914,7 @@ export default class Client extends OpenApi {
867
914
  }
868
915
 
869
916
  /**
870
- * Creates a pipeline in a Logstash cluster.
917
+ * Creates a Logstash pipeline to collect data.
871
918
  *
872
919
  * @param request - CreatePipelinesRequest
873
920
  * @param headers - map
@@ -905,7 +952,7 @@ export default class Client extends OpenApi {
905
952
  }
906
953
 
907
954
  /**
908
- * Creates a pipeline in a Logstash cluster.
955
+ * Creates a Logstash pipeline to collect data.
909
956
  *
910
957
  * @param request - CreatePipelinesRequest
911
958
  * @returns CreatePipelinesResponse
@@ -917,7 +964,7 @@ export default class Client extends OpenApi {
917
964
  }
918
965
 
919
966
  /**
920
- * Call CreateSnapshot to manually back up a cluster snapshot.
967
+ * Calls CreateSnapshot to manually create a snapshot backup of a cluster.
921
968
  *
922
969
  * @param request - CreateSnapshotRequest
923
970
  * @param headers - map
@@ -951,7 +998,7 @@ export default class Client extends OpenApi {
951
998
  }
952
999
 
953
1000
  /**
954
- * Call CreateSnapshot to manually back up a cluster snapshot.
1001
+ * Calls CreateSnapshot to manually create a snapshot backup of a cluster.
955
1002
  *
956
1003
  * @param request - CreateSnapshotRequest
957
1004
  * @returns CreateSnapshotResponse
@@ -963,10 +1010,10 @@ export default class Client extends OpenApi {
963
1010
  }
964
1011
 
965
1012
  /**
966
- * 创建私网链接VPC终端节点
1013
+ * Creates a PrivateLink VPC endpoint to connect to an endpoint service created in a user VPC.
967
1014
  *
968
1015
  * @remarks
969
- * 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D\\*\\*\\*
1016
+ * For more information about this API operation, see [Configure private connectivity for an instance](https://help.aliyun.com/document_detail/279559.html).
970
1017
  *
971
1018
  * @param request - CreateVpcEndpointRequest
972
1019
  * @param headers - map
@@ -1013,10 +1060,10 @@ export default class Client extends OpenApi {
1013
1060
  }
1014
1061
 
1015
1062
  /**
1016
- * 创建私网链接VPC终端节点
1063
+ * Creates a PrivateLink VPC endpoint to connect to an endpoint service created in a user VPC.
1017
1064
  *
1018
1065
  * @remarks
1019
- * 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D\\*\\*\\*
1066
+ * For more information about this API operation, see [Configure private connectivity for an instance](https://help.aliyun.com/document_detail/279559.html).
1020
1067
  *
1021
1068
  * @param request - CreateVpcEndpointRequest
1022
1069
  * @returns CreateVpcEndpointResponse
@@ -1028,7 +1075,7 @@ export default class Client extends OpenApi {
1028
1075
  }
1029
1076
 
1030
1077
  /**
1031
- * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
1078
+ * Takes part of the zones offline when multiple zones are available, and migrates the nodes in the offline zones to other zones.
1032
1079
  *
1033
1080
  * @param request - DeactivateZonesRequest
1034
1081
  * @param headers - map
@@ -1062,7 +1109,7 @@ export default class Client extends OpenApi {
1062
1109
  }
1063
1110
 
1064
1111
  /**
1065
- * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
1112
+ * Takes part of the zones offline when multiple zones are available, and migrates the nodes in the offline zones to other zones.
1066
1113
  *
1067
1114
  * @param request - DeactivateZonesRequest
1068
1115
  * @returns DeactivateZonesResponse
@@ -1074,7 +1121,7 @@ export default class Client extends OpenApi {
1074
1121
  }
1075
1122
 
1076
1123
  /**
1077
- * Deletes a shipper.
1124
+ * Deletes a specified collector.
1078
1125
  *
1079
1126
  * @param request - DeleteCollectorRequest
1080
1127
  * @param headers - map
@@ -1107,7 +1154,7 @@ export default class Client extends OpenApi {
1107
1154
  }
1108
1155
 
1109
1156
  /**
1110
- * Deletes a shipper.
1157
+ * Deletes a specified collector.
1111
1158
  *
1112
1159
  * @param request - DeleteCollectorRequest
1113
1160
  * @returns DeleteCollectorResponse
@@ -1119,7 +1166,10 @@ export default class Client extends OpenApi {
1119
1166
  }
1120
1167
 
1121
1168
  /**
1122
- * 删除组合索引模板
1169
+ * Deletes a component index template of Elasticsearch.
1170
+ *
1171
+ * @remarks
1172
+ * For more information, see [Store massive amounts of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
1123
1173
  *
1124
1174
  * @param headers - map
1125
1175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1144,7 +1194,10 @@ export default class Client extends OpenApi {
1144
1194
  }
1145
1195
 
1146
1196
  /**
1147
- * 删除组合索引模板
1197
+ * Deletes a component index template of Elasticsearch.
1198
+ *
1199
+ * @remarks
1200
+ * For more information, see [Store massive amounts of data by using OpenStore](https://help.aliyun.com/document_detail/317694.html).
1148
1201
  * @returns DeleteComponentIndexResponse
1149
1202
  */
1150
1203
  async deleteComponentIndex(InstanceId: string, name: string): Promise<$_model.DeleteComponentIndexResponse> {
@@ -1154,7 +1207,7 @@ export default class Client extends OpenApi {
1154
1207
  }
1155
1208
 
1156
1209
  /**
1157
- * Call DeleteConnectedCluster to remove the interconnected instance.
1210
+ * Deletes the network connectivity between two instances.
1158
1211
  *
1159
1212
  * @param request - DeleteConnectedClusterRequest
1160
1213
  * @param headers - map
@@ -1191,7 +1244,7 @@ export default class Client extends OpenApi {
1191
1244
  }
1192
1245
 
1193
1246
  /**
1194
- * Call DeleteConnectedCluster to remove the interconnected instance.
1247
+ * Deletes the network connectivity between two instances.
1195
1248
  *
1196
1249
  * @param request - DeleteConnectedClusterRequest
1197
1250
  * @returns DeleteConnectedClusterResponse
@@ -1203,7 +1256,10 @@ export default class Client extends OpenApi {
1203
1256
  }
1204
1257
 
1205
1258
  /**
1206
- * 删除数据流
1259
+ * Deletes a specified cluster data stream.
1260
+ *
1261
+ * @remarks
1262
+ * > - 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.
1207
1263
  *
1208
1264
  * @param request - DeleteDataStreamRequest
1209
1265
  * @param headers - map
@@ -1236,7 +1292,10 @@ export default class Client extends OpenApi {
1236
1292
  }
1237
1293
 
1238
1294
  /**
1239
- * 删除数据流
1295
+ * Deletes a specified cluster data stream.
1296
+ *
1297
+ * @remarks
1298
+ * > - 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.
1240
1299
  *
1241
1300
  * @param request - DeleteDataStreamRequest
1242
1301
  * @returns DeleteDataStreamResponse
@@ -1248,7 +1307,7 @@ export default class Client extends OpenApi {
1248
1307
  }
1249
1308
 
1250
1309
  /**
1251
- * You can call this operation to delete an index migration task.
1310
+ * Deletes an Elasticsearch index migration task.
1252
1311
  *
1253
1312
  * @param request - DeleteDataTaskRequest
1254
1313
  * @param headers - map
@@ -1285,7 +1344,7 @@ export default class Client extends OpenApi {
1285
1344
  }
1286
1345
 
1287
1346
  /**
1288
- * You can call this operation to delete an index migration task.
1347
+ * Deletes an Elasticsearch index migration task.
1289
1348
  *
1290
1349
  * @param request - DeleteDataTaskRequest
1291
1350
  * @returns DeleteDataTaskResponse
@@ -1297,7 +1356,10 @@ export default class Client extends OpenApi {
1297
1356
  }
1298
1357
 
1299
1358
  /**
1300
- * 删除历史索引模板
1359
+ * Deletes a historical index template.
1360
+ *
1361
+ * @remarks
1362
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
1301
1363
  *
1302
1364
  * @param headers - map
1303
1365
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1322,7 +1384,10 @@ export default class Client extends OpenApi {
1322
1384
  }
1323
1385
 
1324
1386
  /**
1325
- * 删除历史索引模板
1387
+ * Deletes a historical index template.
1388
+ *
1389
+ * @remarks
1390
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
1326
1391
  * @returns DeleteDeprecatedTemplateResponse
1327
1392
  */
1328
1393
  async deleteDeprecatedTemplate(InstanceId: string, name: string): Promise<$_model.DeleteDeprecatedTemplateResponse> {
@@ -1332,6 +1397,11 @@ export default class Client extends OpenApi {
1332
1397
  }
1333
1398
 
1334
1399
  /**
1400
+ * Deletes a specified index lifecycle policy.
1401
+ *
1402
+ * @remarks
1403
+ * > 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.
1404
+ *
1335
1405
  * @param headers - map
1336
1406
  * @param runtime - runtime options for this request RuntimeOptions
1337
1407
  * @returns DeleteILMPolicyResponse
@@ -1355,6 +1425,10 @@ export default class Client extends OpenApi {
1355
1425
  }
1356
1426
 
1357
1427
  /**
1428
+ * Deletes a specified index lifecycle policy.
1429
+ *
1430
+ * @remarks
1431
+ * > 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.
1358
1432
  * @returns DeleteILMPolicyResponse
1359
1433
  */
1360
1434
  async deleteILMPolicy(InstanceId: string, PolicyName: string): Promise<$_model.DeleteILMPolicyResponse> {
@@ -1364,7 +1438,10 @@ export default class Client extends OpenApi {
1364
1438
  }
1365
1439
 
1366
1440
  /**
1367
- * Deletes a top index template.
1441
+ * Deletes a specified index template.
1442
+ *
1443
+ * @remarks
1444
+ * > Before deleting an index template, delete the data streams associated with the index template. Otherwise, the index template cannot be deleted.
1368
1445
  *
1369
1446
  * @param headers - map
1370
1447
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1389,7 +1466,10 @@ export default class Client extends OpenApi {
1389
1466
  }
1390
1467
 
1391
1468
  /**
1392
- * Deletes a top index template.
1469
+ * Deletes a specified index template.
1470
+ *
1471
+ * @remarks
1472
+ * > Before deleting an index template, delete the data streams associated with the index template. Otherwise, the index template cannot be deleted.
1393
1473
  * @returns DeleteIndexTemplateResponse
1394
1474
  */
1395
1475
  async deleteIndexTemplate(InstanceId: string, IndexTemplate: string): Promise<$_model.DeleteIndexTemplateResponse> {
@@ -1399,7 +1479,11 @@ export default class Client extends OpenApi {
1399
1479
  }
1400
1480
 
1401
1481
  /**
1402
- * 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.
1482
+ * 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.
1483
+ *
1484
+ * @remarks
1485
+ * Before you invoke this operation, note the following:
1486
+ * 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).
1403
1487
  *
1404
1488
  * @param request - DeleteInstanceRequest
1405
1489
  * @param headers - map
@@ -1436,7 +1520,11 @@ export default class Client extends OpenApi {
1436
1520
  }
1437
1521
 
1438
1522
  /**
1439
- * 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.
1523
+ * 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.
1524
+ *
1525
+ * @remarks
1526
+ * Before you invoke this operation, note the following:
1527
+ * 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).
1440
1528
  *
1441
1529
  * @param request - DeleteInstanceRequest
1442
1530
  * @returns DeleteInstanceResponse
@@ -1448,10 +1536,11 @@ export default class Client extends OpenApi {
1448
1536
  }
1449
1537
 
1450
1538
  /**
1451
- * Releases a Logstash cluster.
1539
+ * Proactively releases a Logstash instance.
1452
1540
  *
1453
1541
  * @remarks
1454
- * 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.
1542
+ * Before calling this operation, note the following:
1543
+ * 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.
1455
1544
  *
1456
1545
  * @param request - DeleteLogstashRequest
1457
1546
  * @param headers - map
@@ -1488,10 +1577,11 @@ export default class Client extends OpenApi {
1488
1577
  }
1489
1578
 
1490
1579
  /**
1491
- * Releases a Logstash cluster.
1580
+ * Proactively releases a Logstash instance.
1492
1581
  *
1493
1582
  * @remarks
1494
- * 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.
1583
+ * Before calling this operation, note the following:
1584
+ * 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.
1495
1585
  *
1496
1586
  * @param request - DeleteLogstashRequest
1497
1587
  * @returns DeleteLogstashResponse
@@ -1503,7 +1593,7 @@ export default class Client extends OpenApi {
1503
1593
  }
1504
1594
 
1505
1595
  /**
1506
- * Deletes a pipeline that is configured for a Logstash cluster.
1596
+ * Deletes pipelines configured for a Logstash instance.
1507
1597
  *
1508
1598
  * @param request - DeletePipelinesRequest
1509
1599
  * @param headers - map
@@ -1540,7 +1630,7 @@ export default class Client extends OpenApi {
1540
1630
  }
1541
1631
 
1542
1632
  /**
1543
- * Deletes a pipeline that is configured for a Logstash cluster.
1633
+ * Deletes pipelines configured for a Logstash instance.
1544
1634
  *
1545
1635
  * @param request - DeletePipelinesRequest
1546
1636
  * @returns DeletePipelinesResponse
@@ -1552,7 +1642,7 @@ export default class Client extends OpenApi {
1552
1642
  }
1553
1643
 
1554
1644
  /**
1555
- * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
1645
+ * Deletes a cross-cluster OSS reference repository from an instance.
1556
1646
  *
1557
1647
  * @param request - DeleteSnapshotRepoRequest
1558
1648
  * @param headers - map
@@ -1589,7 +1679,7 @@ export default class Client extends OpenApi {
1589
1679
  }
1590
1680
 
1591
1681
  /**
1592
- * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
1682
+ * Deletes a cross-cluster OSS reference repository from an instance.
1593
1683
  *
1594
1684
  * @param request - DeleteSnapshotRepoRequest
1595
1685
  * @returns DeleteSnapshotRepoResponse
@@ -1601,7 +1691,7 @@ export default class Client extends OpenApi {
1601
1691
  }
1602
1692
 
1603
1693
  /**
1604
- * Deletes an endpoint in the VPC within the Elasticsearch service account.
1694
+ * Calls DeleteVpcEndpoint to delete a VPC endpoint under a service account.
1605
1695
  *
1606
1696
  * @param request - DeleteVpcEndpointRequest
1607
1697
  * @param headers - map
@@ -1634,7 +1724,7 @@ export default class Client extends OpenApi {
1634
1724
  }
1635
1725
 
1636
1726
  /**
1637
- * Deletes an endpoint in the VPC within the Elasticsearch service account.
1727
+ * Calls DeleteVpcEndpoint to delete a VPC endpoint under a service account.
1638
1728
  *
1639
1729
  * @param request - DeleteVpcEndpointRequest
1640
1730
  * @returns DeleteVpcEndpointResponse
@@ -1646,10 +1736,10 @@ export default class Client extends OpenApi {
1646
1736
  }
1647
1737
 
1648
1738
  /**
1649
- * Queries the information of ES-operator that is installed for a specified Container Service for Kubernetes (ACK) cluster.
1739
+ * Calls the DescribeAckOperator operation to query the Elasticsearch Operator information installed on a specified Container Service for Kubernetes (ACK) cluster.
1650
1740
  *
1651
1741
  * @remarks
1652
- * > 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.
1742
+ * > 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.
1653
1743
  *
1654
1744
  * @param headers - map
1655
1745
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1674,10 +1764,10 @@ export default class Client extends OpenApi {
1674
1764
  }
1675
1765
 
1676
1766
  /**
1677
- * Queries the information of ES-operator that is installed for a specified Container Service for Kubernetes (ACK) cluster.
1767
+ * Calls the DescribeAckOperator operation to query the Elasticsearch Operator information installed on a specified Container Service for Kubernetes (ACK) cluster.
1678
1768
  *
1679
1769
  * @remarks
1680
- * > 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.
1770
+ * > 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.
1681
1771
  * @returns DescribeAckOperatorResponse
1682
1772
  */
1683
1773
  async describeAckOperator(ClusterId: string): Promise<$_model.DescribeAckOperatorResponse> {
@@ -1687,7 +1777,7 @@ export default class Client extends OpenApi {
1687
1777
  }
1688
1778
 
1689
1779
  /**
1690
- * Queries the detailed information of a shipper.
1780
+ * Retrieves the details of a collector instance.
1691
1781
  *
1692
1782
  * @param headers - map
1693
1783
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1712,7 +1802,7 @@ export default class Client extends OpenApi {
1712
1802
  }
1713
1803
 
1714
1804
  /**
1715
- * Queries the detailed information of a shipper.
1805
+ * Retrieves the details of a collector instance.
1716
1806
  * @returns DescribeCollectorResponse
1717
1807
  */
1718
1808
  async describeCollector(ResId: string): Promise<$_model.DescribeCollectorResponse> {
@@ -1722,7 +1812,10 @@ export default class Client extends OpenApi {
1722
1812
  }
1723
1813
 
1724
1814
  /**
1725
- * 查看组合索引模板详情
1815
+ * Queries the details of a composable index template in Elasticsearch.
1816
+ *
1817
+ * @remarks
1818
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
1726
1819
  *
1727
1820
  * @param headers - map
1728
1821
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1747,7 +1840,10 @@ export default class Client extends OpenApi {
1747
1840
  }
1748
1841
 
1749
1842
  /**
1750
- * 查看组合索引模板详情
1843
+ * Queries the details of a composable index template in Elasticsearch.
1844
+ *
1845
+ * @remarks
1846
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
1751
1847
  * @returns DescribeComponentIndexResponse
1752
1848
  */
1753
1849
  async describeComponentIndex(InstanceId: string, name: string): Promise<$_model.DescribeComponentIndexResponse> {
@@ -1757,7 +1853,7 @@ export default class Client extends OpenApi {
1757
1853
  }
1758
1854
 
1759
1855
  /**
1760
- * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
1856
+ * Retrieves a list of instances that can establish private network peering with the current instance. Instances that are already connected are not included.
1761
1857
  *
1762
1858
  * @param request - DescribeConnectableClustersRequest
1763
1859
  * @param headers - map
@@ -1790,7 +1886,7 @@ export default class Client extends OpenApi {
1790
1886
  }
1791
1887
 
1792
1888
  /**
1793
- * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
1889
+ * Retrieves a list of instances that can establish private network peering with the current instance. Instances that are already connected are not included.
1794
1890
  *
1795
1891
  * @param request - DescribeConnectableClustersRequest
1796
1892
  * @returns DescribeConnectableClustersResponse
@@ -1802,7 +1898,7 @@ export default class Client extends OpenApi {
1802
1898
  }
1803
1899
 
1804
1900
  /**
1805
- * DescribeDeprecatedTemplate
1901
+ * Queries the details of a historical index template.
1806
1902
  *
1807
1903
  * @param headers - map
1808
1904
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1827,7 +1923,7 @@ export default class Client extends OpenApi {
1827
1923
  }
1828
1924
 
1829
1925
  /**
1830
- * DescribeDeprecatedTemplate
1926
+ * Queries the details of a historical index template.
1831
1927
  * @returns DescribeDeprecatedTemplateResponse
1832
1928
  */
1833
1929
  async describeDeprecatedTemplate(InstanceId: string, name: string): Promise<$_model.DescribeDeprecatedTemplateResponse> {
@@ -1837,7 +1933,7 @@ export default class Client extends OpenApi {
1837
1933
  }
1838
1934
 
1839
1935
  /**
1840
- * Queries a historical intelligent O\\&M report.
1936
+ * Calls the DescribeDiagnoseReport operation to view historical reports of intelligent O&M.
1841
1937
  *
1842
1938
  * @param request - DescribeDiagnoseReportRequest
1843
1939
  * @param headers - map
@@ -1870,7 +1966,7 @@ export default class Client extends OpenApi {
1870
1966
  }
1871
1967
 
1872
1968
  /**
1873
- * Queries a historical intelligent O\\&M report.
1969
+ * Calls the DescribeDiagnoseReport operation to view historical reports of intelligent O&M.
1874
1970
  *
1875
1971
  * @param request - DescribeDiagnoseReportRequest
1876
1972
  * @returns DescribeDiagnoseReportResponse
@@ -1882,7 +1978,7 @@ export default class Client extends OpenApi {
1882
1978
  }
1883
1979
 
1884
1980
  /**
1885
- * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
1981
+ * Calls the DescribeDiagnosisSettings operation to obtain the scenario settings of intelligent O&M.
1886
1982
  *
1887
1983
  * @param request - DescribeDiagnosisSettingsRequest
1888
1984
  * @param headers - map
@@ -1915,7 +2011,7 @@ export default class Client extends OpenApi {
1915
2011
  }
1916
2012
 
1917
2013
  /**
1918
- * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
2014
+ * Calls the DescribeDiagnosisSettings operation to obtain the scenario settings of intelligent O&M.
1919
2015
  *
1920
2016
  * @param request - DescribeDiagnosisSettingsRequest
1921
2017
  * @returns DescribeDiagnosisSettingsResponse
@@ -1927,7 +2023,7 @@ export default class Client extends OpenApi {
1927
2023
  }
1928
2024
 
1929
2025
  /**
1930
- * 获取集群动态指标
2026
+ * Retrieves dynamic metrics of a cluster.
1931
2027
  *
1932
2028
  * @param headers - map
1933
2029
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1952,7 +2048,7 @@ export default class Client extends OpenApi {
1952
2048
  }
1953
2049
 
1954
2050
  /**
1955
- * 获取集群动态指标
2051
+ * Retrieves dynamic metrics of a cluster.
1956
2052
  * @returns DescribeDynamicSettingsResponse
1957
2053
  */
1958
2054
  async describeDynamicSettings(InstanceId: string): Promise<$_model.DescribeDynamicSettingsResponse> {
@@ -1962,13 +2058,13 @@ export default class Client extends OpenApi {
1962
2058
  }
1963
2059
 
1964
2060
  /**
1965
- * Check the health status of the cluster and whether it is running normally.
2061
+ * Queries the health status of a cluster to check whether it is running properly.
1966
2062
  *
1967
2063
  * @remarks
1968
- * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
1969
- * * GREEN: Primary shards and replica shards for the primary shards are normally allocated.
1970
- * * YELLOW: Primary shards are normally allocated, but replica shards for the primary shards are not normally allocated.
1971
- * * RED: Primary shards are not normally allocated.
2064
+ * The instance health status. The following three states are supported:
2065
+ * - GREEN: Primary and replica shards are allocated properly.
2066
+ * - YELLOW: Primary shards are allocated properly, but replica shards are not allocated properly.
2067
+ * - RED: Primary shards are not allocated properly.
1972
2068
  *
1973
2069
  * @param headers - map
1974
2070
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1993,13 +2089,13 @@ export default class Client extends OpenApi {
1993
2089
  }
1994
2090
 
1995
2091
  /**
1996
- * Check the health status of the cluster and whether it is running normally.
2092
+ * Queries the health status of a cluster to check whether it is running properly.
1997
2093
  *
1998
2094
  * @remarks
1999
- * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
2000
- * * GREEN: Primary shards and replica shards for the primary shards are normally allocated.
2001
- * * YELLOW: Primary shards are normally allocated, but replica shards for the primary shards are not normally allocated.
2002
- * * RED: Primary shards are not normally allocated.
2095
+ * The instance health status. The following three states are supported:
2096
+ * - GREEN: Primary and replica shards are allocated properly.
2097
+ * - YELLOW: Primary shards are allocated properly, but replica shards are not allocated properly.
2098
+ * - RED: Primary shards are not allocated properly.
2003
2099
  * @returns DescribeElasticsearchHealthResponse
2004
2100
  */
2005
2101
  async describeElasticsearchHealth(InstanceId: string): Promise<$_model.DescribeElasticsearchHealthResponse> {
@@ -2009,6 +2105,8 @@ export default class Client extends OpenApi {
2009
2105
  }
2010
2106
 
2011
2107
  /**
2108
+ * Queries the details of a specified index lifecycle policy.
2109
+ *
2012
2110
  * @param headers - map
2013
2111
  * @param runtime - runtime options for this request RuntimeOptions
2014
2112
  * @returns DescribeILMPolicyResponse
@@ -2032,6 +2130,7 @@ export default class Client extends OpenApi {
2032
2130
  }
2033
2131
 
2034
2132
  /**
2133
+ * Queries the details of a specified index lifecycle policy.
2035
2134
  * @returns DescribeILMPolicyResponse
2036
2135
  */
2037
2136
  async describeILMPolicy(InstanceId: string, PolicyName: string): Promise<$_model.DescribeILMPolicyResponse> {
@@ -2041,6 +2140,8 @@ export default class Client extends OpenApi {
2041
2140
  }
2042
2141
 
2043
2142
  /**
2143
+ * Returns information about an index template.
2144
+ *
2044
2145
  * @param headers - map
2045
2146
  * @param runtime - runtime options for this request RuntimeOptions
2046
2147
  * @returns DescribeIndexTemplateResponse
@@ -2064,6 +2165,7 @@ export default class Client extends OpenApi {
2064
2165
  }
2065
2166
 
2066
2167
  /**
2168
+ * Returns information about an index template.
2067
2169
  * @returns DescribeIndexTemplateResponse
2068
2170
  */
2069
2171
  async describeIndexTemplate(InstanceId: string, IndexTemplate: string): Promise<$_model.DescribeIndexTemplateResponse> {
@@ -2073,7 +2175,7 @@ export default class Client extends OpenApi {
2073
2175
  }
2074
2176
 
2075
2177
  /**
2076
- * The name of the dictionary file.
2178
+ * Queries the details of a specified instance.
2077
2179
  *
2078
2180
  * @param headers - map
2079
2181
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2098,7 +2200,7 @@ export default class Client extends OpenApi {
2098
2200
  }
2099
2201
 
2100
2202
  /**
2101
- * The name of the dictionary file.
2203
+ * Queries the details of a specified instance.
2102
2204
  * @returns DescribeInstanceResponse
2103
2205
  */
2104
2206
  async describeInstance(InstanceId: string): Promise<$_model.DescribeInstanceResponse> {
@@ -2108,7 +2210,7 @@ export default class Client extends OpenApi {
2108
2210
  }
2109
2211
 
2110
2212
  /**
2111
- * Get the configuration of the Kibana node for the Elasticsearch cluster.
2213
+ * Retrieves the Kibana node configuration of an Elasticsearch instance.
2112
2214
  *
2113
2215
  * @param headers - map
2114
2216
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2133,7 +2235,7 @@ export default class Client extends OpenApi {
2133
2235
  }
2134
2236
 
2135
2237
  /**
2136
- * Get the configuration of the Kibana node for the Elasticsearch cluster.
2238
+ * Retrieves the Kibana node configuration of an Elasticsearch instance.
2137
2239
  * @returns DescribeKibanaSettingsResponse
2138
2240
  */
2139
2241
  async describeKibanaSettings(InstanceId: string): Promise<$_model.DescribeKibanaSettingsResponse> {
@@ -2143,7 +2245,7 @@ export default class Client extends OpenApi {
2143
2245
  }
2144
2246
 
2145
2247
  /**
2146
- * Queries the information about a Logstash cluster.
2248
+ * Queries the details of a Logstash instance.
2147
2249
  *
2148
2250
  * @param headers - map
2149
2251
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2168,7 +2270,7 @@ export default class Client extends OpenApi {
2168
2270
  }
2169
2271
 
2170
2272
  /**
2171
- * Queries the information about a Logstash cluster.
2273
+ * Queries the details of a Logstash instance.
2172
2274
  * @returns DescribeLogstashResponse
2173
2275
  */
2174
2276
  async describeLogstash(InstanceId: string): Promise<$_model.DescribeLogstashResponse> {
@@ -2178,7 +2280,7 @@ export default class Client extends OpenApi {
2178
2280
  }
2179
2281
 
2180
2282
  /**
2181
- * Queries the information about a pipeline in a Logstash cluster.
2283
+ * Retrieves the pipeline information of a Logstash instance.
2182
2284
  *
2183
2285
  * @param headers - map
2184
2286
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2203,7 +2305,7 @@ export default class Client extends OpenApi {
2203
2305
  }
2204
2306
 
2205
2307
  /**
2206
- * Queries the information about a pipeline in a Logstash cluster.
2308
+ * Retrieves the pipeline information of a Logstash instance.
2207
2309
  * @returns DescribePipelineResponse
2208
2310
  */
2209
2311
  async describePipeline(InstanceId: string, PipelineId: string): Promise<$_model.DescribePipelineResponse> {
@@ -2213,7 +2315,7 @@ export default class Client extends OpenApi {
2213
2315
  }
2214
2316
 
2215
2317
  /**
2216
- * Queries the management configurations of pipelines in a Logstash cluster.
2318
+ * Calls DescribePipelineManagementConfig to retrieve the pipeline management configuration of a Logstash instance.
2217
2319
  *
2218
2320
  * @param request - DescribePipelineManagementConfigRequest
2219
2321
  * @param headers - map
@@ -2246,7 +2348,7 @@ export default class Client extends OpenApi {
2246
2348
  }
2247
2349
 
2248
2350
  /**
2249
- * Queries the management configurations of pipelines in a Logstash cluster.
2351
+ * Calls DescribePipelineManagementConfig to retrieve the pipeline management configuration of a Logstash instance.
2250
2352
  *
2251
2353
  * @param request - DescribePipelineManagementConfigRequest
2252
2354
  * @returns DescribePipelineManagementConfigResponse
@@ -2258,7 +2360,7 @@ export default class Client extends OpenApi {
2258
2360
  }
2259
2361
 
2260
2362
  /**
2261
- * Get the region information of Alibaba Cloud Elasticsearch.
2363
+ * Retrieves the region information of Alibaba Cloud Elasticsearch.
2262
2364
  *
2263
2365
  * @param headers - map
2264
2366
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2283,7 +2385,7 @@ export default class Client extends OpenApi {
2283
2385
  }
2284
2386
 
2285
2387
  /**
2286
- * Get the region information of Alibaba Cloud Elasticsearch.
2388
+ * Retrieves the region information of Alibaba Cloud Elasticsearch.
2287
2389
  * @returns DescribeRegionsResponse
2288
2390
  */
2289
2391
  async describeRegions(): Promise<$_model.DescribeRegionsResponse> {
@@ -2293,7 +2395,7 @@ export default class Client extends OpenApi {
2293
2395
  }
2294
2396
 
2295
2397
  /**
2296
- * Get the snapshot backup settings of the cluster, backup cycle.
2398
+ * Retrieves the snapshot backup settings and backup cycle of a cluster.
2297
2399
  *
2298
2400
  * @param headers - map
2299
2401
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2318,7 +2420,7 @@ export default class Client extends OpenApi {
2318
2420
  }
2319
2421
 
2320
2422
  /**
2321
- * Get the snapshot backup settings of the cluster, backup cycle.
2423
+ * Retrieves the snapshot backup settings and backup cycle of a cluster.
2322
2424
  * @returns DescribeSnapshotSettingResponse
2323
2425
  */
2324
2426
  async describeSnapshotSetting(InstanceId: string): Promise<$_model.DescribeSnapshotSettingResponse> {
@@ -2328,6 +2430,8 @@ export default class Client extends OpenApi {
2328
2430
  }
2329
2431
 
2330
2432
  /**
2433
+ * Retrieves the scenario-specific template configuration and cluster settings of an instance.
2434
+ *
2331
2435
  * @param headers - map
2332
2436
  * @param runtime - runtime options for this request RuntimeOptions
2333
2437
  * @returns DescribeTemplatesResponse
@@ -2351,6 +2455,7 @@ export default class Client extends OpenApi {
2351
2455
  }
2352
2456
 
2353
2457
  /**
2458
+ * Retrieves the scenario-specific template configuration and cluster settings of an instance.
2354
2459
  * @returns DescribeTemplatesResponse
2355
2460
  */
2356
2461
  async describeTemplates(InstanceId: string): Promise<$_model.DescribeTemplatesResponse> {
@@ -2360,7 +2465,7 @@ export default class Client extends OpenApi {
2360
2465
  }
2361
2466
 
2362
2467
  /**
2363
- * Queries the X-Pack Monitoring configurations of a Logstash cluster.
2468
+ * Retrieves the X-Pack monitoring configuration of a Logstash instance.
2364
2469
  *
2365
2470
  * @param headers - map
2366
2471
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2385,7 +2490,7 @@ export default class Client extends OpenApi {
2385
2490
  }
2386
2491
 
2387
2492
  /**
2388
- * Queries the X-Pack Monitoring configurations of a Logstash cluster.
2493
+ * Retrieves the X-Pack monitoring configuration of a Logstash instance.
2389
2494
  * @returns DescribeXpackMonitorConfigResponse
2390
2495
  */
2391
2496
  async describeXpackMonitorConfig(InstanceId: string): Promise<$_model.DescribeXpackMonitorConfigResponse> {
@@ -2395,7 +2500,7 @@ export default class Client extends OpenApi {
2395
2500
  }
2396
2501
 
2397
2502
  /**
2398
- * Diagnoses an Elasticsearch cluster.
2503
+ * Calls DiagnoseInstance to immediately diagnose an instance.
2399
2504
  *
2400
2505
  * @param request - DiagnoseInstanceRequest
2401
2506
  * @param headers - map
@@ -2446,7 +2551,7 @@ export default class Client extends OpenApi {
2446
2551
  }
2447
2552
 
2448
2553
  /**
2449
- * Diagnoses an Elasticsearch cluster.
2554
+ * Calls DiagnoseInstance to immediately diagnose an instance.
2450
2555
  *
2451
2556
  * @param request - DiagnoseInstanceRequest
2452
2557
  * @returns DiagnoseInstanceResponse
@@ -2458,7 +2563,10 @@ export default class Client extends OpenApi {
2458
2563
  }
2459
2564
 
2460
2565
  /**
2461
- * Disable Private Network Access of Kibana
2566
+ * Disables Kibana private network access.
2567
+ *
2568
+ * @remarks
2569
+ * This API operation supports only cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2462
2570
  *
2463
2571
  * @param headers - map
2464
2572
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2483,7 +2591,10 @@ export default class Client extends OpenApi {
2483
2591
  }
2484
2592
 
2485
2593
  /**
2486
- * Disable Private Network Access of Kibana
2594
+ * Disables Kibana private network access.
2595
+ *
2596
+ * @remarks
2597
+ * This API operation supports only cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2487
2598
  * @returns DisableKibanaPvlNetworkResponse
2488
2599
  */
2489
2600
  async disableKibanaPvlNetwork(InstanceId: string): Promise<$_model.DisableKibanaPvlNetworkResponse> {
@@ -2493,7 +2604,11 @@ export default class Client extends OpenApi {
2493
2604
  }
2494
2605
 
2495
2606
  /**
2496
- * 开启v3 kibana私网
2607
+ * Invokes the EnableKibanaPvlNetwork operation to enable private network access for Kibana.
2608
+ *
2609
+ * @remarks
2610
+ * 1. This API operation is supported only for cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2611
+ * 2. The Kibana specification must be greater than 1 vCPU and 2 GB of memory.
2497
2612
  *
2498
2613
  * @param request - EnableKibanaPvlNetworkRequest
2499
2614
  * @param headers - map
@@ -2544,7 +2659,11 @@ export default class Client extends OpenApi {
2544
2659
  }
2545
2660
 
2546
2661
  /**
2547
- * 开启v3 kibana私网
2662
+ * Invokes the EnableKibanaPvlNetwork operation to enable private network access for Kibana.
2663
+ *
2664
+ * @remarks
2665
+ * 1. This API operation is supported only for cloud-native instances. For legacy architecture instances, use the TriggerNetwork method.
2666
+ * 2. The Kibana specification must be greater than 1 vCPU and 2 GB of memory.
2548
2667
  *
2549
2668
  * @param request - EnableKibanaPvlNetworkRequest
2550
2669
  * @returns EnableKibanaPvlNetworkResponse
@@ -2556,7 +2675,7 @@ export default class Client extends OpenApi {
2556
2675
  }
2557
2676
 
2558
2677
  /**
2559
- * Queries the estimated time that is required to restart a Logstash cluster.
2678
+ * Retrieves the estimated restart time of a Logstash instance.
2560
2679
  *
2561
2680
  * @param request - EstimatedLogstashRestartTimeRequest
2562
2681
  * @param headers - map
@@ -2590,7 +2709,7 @@ export default class Client extends OpenApi {
2590
2709
  }
2591
2710
 
2592
2711
  /**
2593
- * Queries the estimated time that is required to restart a Logstash cluster.
2712
+ * Retrieves the estimated restart time of a Logstash instance.
2594
2713
  *
2595
2714
  * @param request - EstimatedLogstashRestartTimeRequest
2596
2715
  * @returns EstimatedLogstashRestartTimeResponse
@@ -2602,7 +2721,7 @@ export default class Client extends OpenApi {
2602
2721
  }
2603
2722
 
2604
2723
  /**
2605
- * Queries the estimated time that is required to restart an Elasticsearch cluster.
2724
+ * Retrieves the estimated restart time for an instance.
2606
2725
  *
2607
2726
  * @param request - EstimatedRestartTimeRequest
2608
2727
  * @param headers - map
@@ -2636,7 +2755,7 @@ export default class Client extends OpenApi {
2636
2755
  }
2637
2756
 
2638
2757
  /**
2639
- * Queries the estimated time that is required to restart an Elasticsearch cluster.
2758
+ * Retrieves the estimated restart time for an instance.
2640
2759
  *
2641
2760
  * @param request - EstimatedRestartTimeRequest
2642
2761
  * @returns EstimatedRestartTimeResponse
@@ -2648,7 +2767,7 @@ export default class Client extends OpenApi {
2648
2767
  }
2649
2768
 
2650
2769
  /**
2651
- * Call GetClusterDataInformation to obtain the data information about the cluster.
2770
+ * Retrieves index migration data information.
2652
2771
  *
2653
2772
  * @param request - GetClusterDataInformationRequest
2654
2773
  * @param headers - map
@@ -2676,7 +2795,7 @@ export default class Client extends OpenApi {
2676
2795
  }
2677
2796
 
2678
2797
  /**
2679
- * Call GetClusterDataInformation to obtain the data information about the cluster.
2798
+ * Retrieves index migration data information.
2680
2799
  *
2681
2800
  * @param request - GetClusterDataInformationRequest
2682
2801
  * @returns GetClusterDataInformationResponse
@@ -2688,6 +2807,8 @@ export default class Client extends OpenApi {
2688
2807
  }
2689
2808
 
2690
2809
  /**
2810
+ * Retrieves the elastic scaling rules of a cluster. Elastic nodes must be purchased when the instance is created.
2811
+ *
2691
2812
  * @param headers - map
2692
2813
  * @param runtime - runtime options for this request RuntimeOptions
2693
2814
  * @returns GetElastictaskResponse
@@ -2711,6 +2832,7 @@ export default class Client extends OpenApi {
2711
2832
  }
2712
2833
 
2713
2834
  /**
2835
+ * Retrieves the elastic scaling rules of a cluster. Elastic nodes must be purchased when the instance is created.
2714
2836
  * @returns GetElastictaskResponse
2715
2837
  */
2716
2838
  async getElastictask(InstanceId: string): Promise<$_model.GetElastictaskResponse> {
@@ -2777,7 +2899,7 @@ export default class Client extends OpenApi {
2777
2899
  }
2778
2900
 
2779
2901
  /**
2780
- * 获取高级监控报警自定义Grafana监控报警项
2902
+ * Calls GetEmonGrafanaAlerts to retrieve the Grafana alert list.
2781
2903
  *
2782
2904
  * @param request - GetEmonGrafanaAlertsRequest
2783
2905
  * @param headers - map
@@ -2810,7 +2932,7 @@ export default class Client extends OpenApi {
2810
2932
  }
2811
2933
 
2812
2934
  /**
2813
- * 获取高级监控报警自定义Grafana监控报警项
2935
+ * Calls GetEmonGrafanaAlerts to retrieve the Grafana alert list.
2814
2936
  *
2815
2937
  * @param request - GetEmonGrafanaAlertsRequest
2816
2938
  * @returns GetEmonGrafanaAlertsResponse
@@ -2822,7 +2944,7 @@ export default class Client extends OpenApi {
2822
2944
  }
2823
2945
 
2824
2946
  /**
2825
- * 获取高级监控报警自定义Grafana监控大盘列表
2947
+ * Calls GetEmonGrafanaDashboards to retrieve the list of Grafana dashboards.
2826
2948
  *
2827
2949
  * @param request - GetEmonGrafanaDashboardsRequest
2828
2950
  * @param headers - map
@@ -2855,7 +2977,7 @@ export default class Client extends OpenApi {
2855
2977
  }
2856
2978
 
2857
2979
  /**
2858
- * 获取高级监控报警自定义Grafana监控大盘列表
2980
+ * Calls GetEmonGrafanaDashboards to retrieve the list of Grafana dashboards.
2859
2981
  *
2860
2982
  * @param request - GetEmonGrafanaDashboardsRequest
2861
2983
  * @returns GetEmonGrafanaDashboardsResponse
@@ -2867,7 +2989,7 @@ export default class Client extends OpenApi {
2867
2989
  }
2868
2990
 
2869
2991
  /**
2870
- * GetEmonMonitorData
2992
+ * Queries the Grafana metric monitoring data of an Elasticsearch instance.
2871
2993
  *
2872
2994
  * @param request - GetEmonMonitorDataRequest
2873
2995
  * @param headers - map
@@ -2900,7 +3022,7 @@ export default class Client extends OpenApi {
2900
3022
  }
2901
3023
 
2902
3024
  /**
2903
- * GetEmonMonitorData
3025
+ * Queries the Grafana metric monitoring data of an Elasticsearch instance.
2904
3026
  *
2905
3027
  * @param request - GetEmonMonitorDataRequest
2906
3028
  * @returns GetEmonMonitorDataResponse
@@ -2912,7 +3034,7 @@ export default class Client extends OpenApi {
2912
3034
  }
2913
3035
 
2914
3036
  /**
2915
- * 获取keystore信息
3037
+ * Retrieve keystore information
2916
3038
  *
2917
3039
  * @param headers - map
2918
3040
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2937,7 +3059,7 @@ export default class Client extends OpenApi {
2937
3059
  }
2938
3060
 
2939
3061
  /**
2940
- * 获取keystore信息
3062
+ * Retrieve keystore information
2941
3063
  * @returns GetKeystoresResponse
2942
3064
  */
2943
3065
  async getKeystores(InstanceId: string): Promise<$_model.GetKeystoresResponse> {
@@ -2947,7 +3069,7 @@ export default class Client extends OpenApi {
2947
3069
  }
2948
3070
 
2949
3071
  /**
2950
- * View the storage capacity and usage of the OpensStore instance.
3072
+ * Queries the storage capacity and usage of an OpenStore instance.
2951
3073
  *
2952
3074
  * @param headers - map
2953
3075
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2972,7 +3094,7 @@ export default class Client extends OpenApi {
2972
3094
  }
2973
3095
 
2974
3096
  /**
2975
- * View the storage capacity and usage of the OpensStore instance.
3097
+ * Queries the storage capacity and usage of an OpenStore instance.
2976
3098
  * @returns GetOpenStoreUsageResponse
2977
3099
  */
2978
3100
  async getOpenStoreUsage(InstanceId: string): Promise<$_model.GetOpenStoreUsageResponse> {
@@ -2982,7 +3104,7 @@ export default class Client extends OpenApi {
2982
3104
  }
2983
3105
 
2984
3106
  /**
2985
- * Queries the configuration information about the current region.
3107
+ * Retrieves the current region information.
2986
3108
  *
2987
3109
  * @param request - GetRegionConfigurationRequest
2988
3110
  * @param headers - map
@@ -3015,7 +3137,7 @@ export default class Client extends OpenApi {
3015
3137
  }
3016
3138
 
3017
3139
  /**
3018
- * Queries the configuration information about the current region.
3140
+ * Retrieves the current region information.
3019
3141
  *
3020
3142
  * @param request - GetRegionConfigurationRequest
3021
3143
  * @returns GetRegionConfigurationResponse
@@ -3062,7 +3184,7 @@ export default class Client extends OpenApi {
3062
3184
  }
3063
3185
 
3064
3186
  /**
3065
- * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
3187
+ * Retrieves the nodes that can be removed based on the specified node type and quantity.
3066
3188
  *
3067
3189
  * @param request - GetSuggestShrinkableNodesRequest
3068
3190
  * @param headers - map
@@ -3103,7 +3225,7 @@ export default class Client extends OpenApi {
3103
3225
  }
3104
3226
 
3105
3227
  /**
3106
- * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
3228
+ * Retrieves the nodes that can be removed based on the specified node type and quantity.
3107
3229
  *
3108
3230
  * @param request - GetSuggestShrinkableNodesRequest
3109
3231
  * @returns GetSuggestShrinkableNodesResponse
@@ -3115,7 +3237,7 @@ export default class Client extends OpenApi {
3115
3237
  }
3116
3238
 
3117
3239
  /**
3118
- * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
3240
+ * Retrieves the nodes available for data migration based on the specified node type and count.
3119
3241
  *
3120
3242
  * @param request - GetTransferableNodesRequest
3121
3243
  * @param headers - map
@@ -3152,7 +3274,7 @@ export default class Client extends OpenApi {
3152
3274
  }
3153
3275
 
3154
3276
  /**
3155
- * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
3277
+ * Retrieves the nodes available for data migration based on the specified node type and count.
3156
3278
  *
3157
3279
  * @param request - GetTransferableNodesRequest
3158
3280
  * @returns GetTransferableNodesResponse
@@ -3164,7 +3286,7 @@ export default class Client extends OpenApi {
3164
3286
  }
3165
3287
 
3166
3288
  /**
3167
- * 灰度完成继续变更
3289
+ * Continue restarting the remaining edge zones of the Elasticsearch instance after the phased release is completed.
3168
3290
  *
3169
3291
  * @param request - GrayPublishRequest
3170
3292
  * @param headers - map
@@ -3197,7 +3319,7 @@ export default class Client extends OpenApi {
3197
3319
  }
3198
3320
 
3199
3321
  /**
3200
- * 灰度完成继续变更
3322
+ * Continue restarting the remaining edge zones of the Elasticsearch instance after the phased release is completed.
3201
3323
  *
3202
3324
  * @param request - GrayPublishRequest
3203
3325
  * @returns GrayPublishResponse
@@ -3209,7 +3331,7 @@ export default class Client extends OpenApi {
3209
3331
  }
3210
3332
 
3211
3333
  /**
3212
- * 初始化ai模型
3334
+ * Initialize AI model
3213
3335
  *
3214
3336
  * @param request - InitModelRequest
3215
3337
  * @param headers - map
@@ -3258,7 +3380,7 @@ export default class Client extends OpenApi {
3258
3380
  }
3259
3381
 
3260
3382
  /**
3261
- * 初始化ai模型
3383
+ * Initialize AI model
3262
3384
  *
3263
3385
  * @param request - InitModelRequest
3264
3386
  * @returns InitModelResponse
@@ -3270,10 +3392,10 @@ export default class Client extends OpenApi {
3270
3392
  }
3271
3393
 
3272
3394
  /**
3273
- * Creates a service-linked role.
3395
+ * Calls the InitializeOperationRole operation to create a service-linked role.
3274
3396
  *
3275
3397
  * @remarks
3276
- * > 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.
3398
+ * > 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.
3277
3399
  *
3278
3400
  * @param request - InitializeOperationRoleRequest
3279
3401
  * @param headers - map
@@ -3307,10 +3429,10 @@ export default class Client extends OpenApi {
3307
3429
  }
3308
3430
 
3309
3431
  /**
3310
- * Creates a service-linked role.
3432
+ * Calls the InitializeOperationRole operation to create a service-linked role.
3311
3433
  *
3312
3434
  * @remarks
3313
- * > 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.
3435
+ * > 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.
3314
3436
  *
3315
3437
  * @param request - InitializeOperationRoleRequest
3316
3438
  * @returns InitializeOperationRoleResponse
@@ -3322,10 +3444,10 @@ export default class Client extends OpenApi {
3322
3444
  }
3323
3445
 
3324
3446
  /**
3325
- * Installs ES-operator for a Container Service for Kubernetes (ACK) cluster.
3447
+ * Installs the ACK Operator on a specified Container Service cluster.
3326
3448
  *
3327
3449
  * @remarks
3328
- * > Before you install a shipper for an ACK cluster, you must call this operation to install ES-operator for the cluster.
3450
+ * > Before installing a collector on an ACK cluster, call this operation to install the Elasticsearch Operator on the target cluster.
3329
3451
  *
3330
3452
  * @param request - InstallAckOperatorRequest
3331
3453
  * @param headers - map
@@ -3359,10 +3481,10 @@ export default class Client extends OpenApi {
3359
3481
  }
3360
3482
 
3361
3483
  /**
3362
- * Installs ES-operator for a Container Service for Kubernetes (ACK) cluster.
3484
+ * Installs the ACK Operator on a specified Container Service cluster.
3363
3485
  *
3364
3486
  * @remarks
3365
- * > Before you install a shipper for an ACK cluster, you must call this operation to install ES-operator for the cluster.
3487
+ * > Before installing a collector on an ACK cluster, call this operation to install the Elasticsearch Operator on the target cluster.
3366
3488
  *
3367
3489
  * @param request - InstallAckOperatorRequest
3368
3490
  * @returns InstallAckOperatorResponse
@@ -3374,7 +3496,7 @@ export default class Client extends OpenApi {
3374
3496
  }
3375
3497
 
3376
3498
  /**
3377
- * Call InstallKibanaSystemPlugin to install the Kibana plug-in. The Kibana specification must be 2-Core 4 GB or higher.
3499
+ * Installs preset plug-ins for Kibana. The Kibana instance must have specifications of 2 vCPUs and 4 GB of memory or higher.
3378
3500
  *
3379
3501
  * @param request - InstallKibanaSystemPluginRequest
3380
3502
  * @param headers - map
@@ -3408,7 +3530,7 @@ export default class Client extends OpenApi {
3408
3530
  }
3409
3531
 
3410
3532
  /**
3411
- * Call InstallKibanaSystemPlugin to install the Kibana plug-in. The Kibana specification must be 2-Core 4 GB or higher.
3533
+ * Installs preset plug-ins for Kibana. The Kibana instance must have specifications of 2 vCPUs and 4 GB of memory or higher.
3412
3534
  *
3413
3535
  * @param request - InstallKibanaSystemPluginRequest
3414
3536
  * @returns InstallKibanaSystemPluginResponse
@@ -3420,10 +3542,11 @@ export default class Client extends OpenApi {
3420
3542
  }
3421
3543
 
3422
3544
  /**
3423
- * Installs a plug-in.
3545
+ * Installs system plugins for a specified Logstash instance.
3424
3546
  *
3425
3547
  * @remarks
3426
- * ls-cn-oew1qbgl\\*\\*\\*\\*
3548
+ * Before calling this operation, note the following:
3549
+ * 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.
3427
3550
  *
3428
3551
  * @param request - InstallLogstashSystemPluginRequest
3429
3552
  * @param headers - map
@@ -3457,10 +3580,11 @@ export default class Client extends OpenApi {
3457
3580
  }
3458
3581
 
3459
3582
  /**
3460
- * Installs a plug-in.
3583
+ * Installs system plugins for a specified Logstash instance.
3461
3584
  *
3462
3585
  * @remarks
3463
- * ls-cn-oew1qbgl\\*\\*\\*\\*
3586
+ * Before calling this operation, note the following:
3587
+ * 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.
3464
3588
  *
3465
3589
  * @param request - InstallLogstashSystemPluginRequest
3466
3590
  * @returns InstallLogstashSystemPluginResponse
@@ -3472,7 +3596,7 @@ export default class Client extends OpenApi {
3472
3596
  }
3473
3597
 
3474
3598
  /**
3475
- * Call InstallSystemPlugin to install a system preset plug-in.
3599
+ * Installs system plug-ins on an Elasticsearch instance.
3476
3600
  *
3477
3601
  * @param request - InstallSystemPluginRequest
3478
3602
  * @param headers - map
@@ -3506,7 +3630,7 @@ export default class Client extends OpenApi {
3506
3630
  }
3507
3631
 
3508
3632
  /**
3509
- * Call InstallSystemPlugin to install a system preset plug-in.
3633
+ * Installs system plug-ins on an Elasticsearch instance.
3510
3634
  *
3511
3635
  * @param request - InstallSystemPluginRequest
3512
3636
  * @returns InstallSystemPluginResponse
@@ -3518,7 +3642,10 @@ export default class Client extends OpenApi {
3518
3642
  }
3519
3643
 
3520
3644
  /**
3521
- * Installs custom plug-ins that are uploaded to the Elasticsearch console.
3645
+ * Installs custom plugins that have been uploaded to the Elasticsearch console.
3646
+ *
3647
+ * @remarks
3648
+ * > 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.
3522
3649
  *
3523
3650
  * @param request - InstallUserPluginsRequest
3524
3651
  * @param headers - map
@@ -3552,7 +3679,10 @@ export default class Client extends OpenApi {
3552
3679
  }
3553
3680
 
3554
3681
  /**
3555
- * Installs custom plug-ins that are uploaded to the Elasticsearch console.
3682
+ * Installs custom plugins that have been uploaded to the Elasticsearch console.
3683
+ *
3684
+ * @remarks
3685
+ * > 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.
3556
3686
  *
3557
3687
  * @param request - InstallUserPluginsRequest
3558
3688
  * @returns InstallUserPluginsResponse
@@ -3564,7 +3694,7 @@ export default class Client extends OpenApi {
3564
3694
  }
3565
3695
 
3566
3696
  /**
3567
- * 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.
3697
+ * 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.
3568
3698
  *
3569
3699
  * @param request - InterruptElasticsearchTaskRequest
3570
3700
  * @param headers - map
@@ -3597,7 +3727,7 @@ export default class Client extends OpenApi {
3597
3727
  }
3598
3728
 
3599
3729
  /**
3600
- * 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.
3730
+ * 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.
3601
3731
  *
3602
3732
  * @param request - InterruptElasticsearchTaskRequest
3603
3733
  * @returns InterruptElasticsearchTaskResponse
@@ -3609,7 +3739,7 @@ export default class Client extends OpenApi {
3609
3739
  }
3610
3740
 
3611
3741
  /**
3612
- * After the task is suspended, the Logstash cluster is in the suspended state.
3742
+ * After the interruption, the instance enters the suspended state.
3613
3743
  *
3614
3744
  * @param request - InterruptLogstashTaskRequest
3615
3745
  * @param headers - map
@@ -3642,7 +3772,7 @@ export default class Client extends OpenApi {
3642
3772
  }
3643
3773
 
3644
3774
  /**
3645
- * After the task is suspended, the Logstash cluster is in the suspended state.
3775
+ * After the interruption, the instance enters the suspended state.
3646
3776
  *
3647
3777
  * @param request - InterruptLogstashTaskRequest
3648
3778
  * @returns InterruptLogstashTaskResponse
@@ -3654,7 +3784,7 @@ export default class Client extends OpenApi {
3654
3784
  }
3655
3785
 
3656
3786
  /**
3657
- * Queries a list of Container Service for Kubernetes (ACK) clusters.
3787
+ * Retrieves the list of Container Service for Kubernetes (ACK) clusters.
3658
3788
  *
3659
3789
  * @param request - ListAckClustersRequest
3660
3790
  * @param headers - map
@@ -3695,7 +3825,7 @@ export default class Client extends OpenApi {
3695
3825
  }
3696
3826
 
3697
3827
  /**
3698
- * Queries a list of Container Service for Kubernetes (ACK) clusters.
3828
+ * Retrieves the list of Container Service for Kubernetes (ACK) clusters.
3699
3829
  *
3700
3830
  * @param request - ListAckClustersRequest
3701
3831
  * @returns ListAckClustersResponse
@@ -3707,10 +3837,10 @@ export default class Client extends OpenApi {
3707
3837
  }
3708
3838
 
3709
3839
  /**
3710
- * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
3840
+ * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
3711
3841
  *
3712
3842
  * @remarks
3713
- * > 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.
3843
+ * This operation is deprecated and will be taken offline soon.
3714
3844
  *
3715
3845
  * @param request - ListAckNamespacesRequest
3716
3846
  * @param headers - map
@@ -3747,10 +3877,10 @@ export default class Client extends OpenApi {
3747
3877
  }
3748
3878
 
3749
3879
  /**
3750
- * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
3880
+ * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
3751
3881
  *
3752
3882
  * @remarks
3753
- * > 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.
3883
+ * This operation is deprecated and will be taken offline soon.
3754
3884
  *
3755
3885
  * @param request - ListAckNamespacesRequest
3756
3886
  * @returns ListAckNamespacesResponse
@@ -3762,7 +3892,7 @@ export default class Client extends OpenApi {
3762
3892
  }
3763
3893
 
3764
3894
  /**
3765
- * 变更记录 变更详情
3895
+ * Release notes Release notes details.
3766
3896
  *
3767
3897
  * @param request - ListActionRecordsRequest
3768
3898
  * @param headers - map
@@ -3823,7 +3953,7 @@ export default class Client extends OpenApi {
3823
3953
  }
3824
3954
 
3825
3955
  /**
3826
- * 变更记录 变更详情
3956
+ * Release notes Release notes details.
3827
3957
  *
3828
3958
  * @param request - ListActionRecordsRequest
3829
3959
  * @returns ListActionRecordsResponse
@@ -3835,7 +3965,7 @@ export default class Client extends OpenApi {
3835
3965
  }
3836
3966
 
3837
3967
  /**
3838
- * Queries the information of all the nodes in an Elasticsearch cluster.
3968
+ * Retrieves information about all nodes in an Elasticsearch cluster.
3839
3969
  *
3840
3970
  * @param request - ListAllNodeRequest
3841
3971
  * @param headers - map
@@ -3868,7 +3998,7 @@ export default class Client extends OpenApi {
3868
3998
  }
3869
3999
 
3870
4000
  /**
3871
- * Queries the information of all the nodes in an Elasticsearch cluster.
4001
+ * Retrieves information about all nodes in an Elasticsearch cluster.
3872
4002
  *
3873
4003
  * @param request - ListAllNodeRequest
3874
4004
  * @returns ListAllNodeResponse
@@ -3880,7 +4010,7 @@ export default class Client extends OpenApi {
3880
4010
  }
3881
4011
 
3882
4012
  /**
3883
- * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
4013
+ * Retrieves the OSS reference repositories that can be added to the current instance.
3884
4014
  *
3885
4015
  * @param request - ListAlternativeSnapshotReposRequest
3886
4016
  * @param headers - map
@@ -3913,7 +4043,7 @@ export default class Client extends OpenApi {
3913
4043
  }
3914
4044
 
3915
4045
  /**
3916
- * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
4046
+ * Retrieves the OSS reference repositories that can be added to the current instance.
3917
4047
  *
3918
4048
  * @param request - ListAlternativeSnapshotReposRequest
3919
4049
  * @returns ListAlternativeSnapshotReposResponse
@@ -3925,7 +4055,7 @@ export default class Client extends OpenApi {
3925
4055
  }
3926
4056
 
3927
4057
  /**
3928
- * Queries the Elasticsearch clusters that can be associated with a Logstash cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
4058
+ * Retrieves a list of available Elasticsearch instances when configuring X-Pack monitoring for a Logstash instance.
3929
4059
  *
3930
4060
  * @param headers - map
3931
4061
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3950,7 +4080,7 @@ export default class Client extends OpenApi {
3950
4080
  }
3951
4081
 
3952
4082
  /**
3953
- * Queries the Elasticsearch clusters that can be associated with a Logstash cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
4083
+ * Retrieves a list of available Elasticsearch instances when configuring X-Pack monitoring for a Logstash instance.
3954
4084
  * @returns ListAvailableEsInstanceIdsResponse
3955
4085
  */
3956
4086
  async listAvailableEsInstanceIds(InstanceId: string): Promise<$_model.ListAvailableEsInstanceIdsResponse> {
@@ -3960,7 +4090,7 @@ export default class Client extends OpenApi {
3960
4090
  }
3961
4091
 
3962
4092
  /**
3963
- * Queries a list of shippers.
4093
+ * Retrieves a list of collectors.
3964
4094
  *
3965
4095
  * @param request - ListCollectorsRequest
3966
4096
  * @param headers - map
@@ -4013,7 +4143,7 @@ export default class Client extends OpenApi {
4013
4143
  }
4014
4144
 
4015
4145
  /**
4016
- * Queries a list of shippers.
4146
+ * Retrieves a list of collectors.
4017
4147
  *
4018
4148
  * @param request - ListCollectorsRequest
4019
4149
  * @returns ListCollectorsResponse
@@ -4025,7 +4155,10 @@ export default class Client extends OpenApi {
4025
4155
  }
4026
4156
 
4027
4157
  /**
4028
- * ES集群组合索引列表
4158
+ * Retrieves the list of composable templates for an Elasticsearch instance.
4159
+ *
4160
+ * @remarks
4161
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
4029
4162
  *
4030
4163
  * @param request - ListComponentIndicesRequest
4031
4164
  * @param headers - map
@@ -4066,7 +4199,10 @@ export default class Client extends OpenApi {
4066
4199
  }
4067
4200
 
4068
4201
  /**
4069
- * ES集群组合索引列表
4202
+ * Retrieves the list of composable templates for an Elasticsearch instance.
4203
+ *
4204
+ * @remarks
4205
+ * For more information, see [Store massive amounts of data through OpenStore](https://help.aliyun.com/document_detail/317694.html).
4070
4206
  *
4071
4207
  * @param request - ListComponentIndicesRequest
4072
4208
  * @returns ListComponentIndicesResponse
@@ -4078,7 +4214,7 @@ export default class Client extends OpenApi {
4078
4214
  }
4079
4215
 
4080
4216
  /**
4081
- * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
4217
+ * Retrieves a list of instances that have established private network peering with the current instance.
4082
4218
  *
4083
4219
  * @param headers - map
4084
4220
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4103,7 +4239,7 @@ export default class Client extends OpenApi {
4103
4239
  }
4104
4240
 
4105
4241
  /**
4106
- * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
4242
+ * Retrieves a list of instances that have established private network peering with the current instance.
4107
4243
  * @returns ListConnectedClustersResponse
4108
4244
  */
4109
4245
  async listConnectedClusters(InstanceId: string): Promise<$_model.ListConnectedClustersResponse> {
@@ -4113,7 +4249,7 @@ export default class Client extends OpenApi {
4113
4249
  }
4114
4250
 
4115
4251
  /**
4116
- * 查询数据流
4252
+ * Retrieves the list of index data streams in an Elasticsearch cluster.
4117
4253
  *
4118
4254
  * @param request - ListDataStreamsRequest
4119
4255
  * @param headers - map
@@ -4150,7 +4286,7 @@ export default class Client extends OpenApi {
4150
4286
  }
4151
4287
 
4152
4288
  /**
4153
- * 查询数据流
4289
+ * Retrieves the list of index data streams in an Elasticsearch cluster.
4154
4290
  *
4155
4291
  * @param request - ListDataStreamsRequest
4156
4292
  * @returns ListDataStreamsResponse
@@ -4162,7 +4298,7 @@ export default class Client extends OpenApi {
4162
4298
  }
4163
4299
 
4164
4300
  /**
4165
- * Call ListDataTasks to obtain the information of a data migration task.
4301
+ * Retrieves a list of data migration tasks between different Elasticsearch clusters.
4166
4302
  *
4167
4303
  * @param headers - map
4168
4304
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4187,7 +4323,7 @@ export default class Client extends OpenApi {
4187
4323
  }
4188
4324
 
4189
4325
  /**
4190
- * Call ListDataTasks to obtain the information of a data migration task.
4326
+ * Retrieves a list of data migration tasks between different Elasticsearch clusters.
4191
4327
  * @returns ListDataTasksResponse
4192
4328
  */
4193
4329
  async listDataTasks(InstanceId: string): Promise<$_model.ListDataTasksResponse> {
@@ -4197,7 +4333,7 @@ export default class Client extends OpenApi {
4197
4333
  }
4198
4334
 
4199
4335
  /**
4200
- * Queries the default configuration files of shippers.
4336
+ * Invokes the ListDefaultCollectorConfigurations operation to retrieve the default configuration file of a collector.
4201
4337
  *
4202
4338
  * @param request - ListDefaultCollectorConfigurationsRequest
4203
4339
  * @param headers - map
@@ -4238,7 +4374,7 @@ export default class Client extends OpenApi {
4238
4374
  }
4239
4375
 
4240
4376
  /**
4241
- * Queries the default configuration files of shippers.
4377
+ * Invokes the ListDefaultCollectorConfigurations operation to retrieve the default configuration file of a collector.
4242
4378
  *
4243
4379
  * @param request - ListDefaultCollectorConfigurationsRequest
4244
4380
  * @returns ListDefaultCollectorConfigurationsResponse
@@ -4250,7 +4386,10 @@ export default class Client extends OpenApi {
4250
4386
  }
4251
4387
 
4252
4388
  /**
4253
- * ListDeprecatedTemplates
4389
+ * Queries the list of historical index templates.
4390
+ *
4391
+ * @remarks
4392
+ * For more information, see [Use OpenStore to store large volumes of data](https://help.aliyun.com/document_detail/317694.html).
4254
4393
  *
4255
4394
  * @param request - ListDeprecatedTemplatesRequest
4256
4395
  * @param headers - map
@@ -4291,7 +4430,10 @@ export default class Client extends OpenApi {
4291
4430
  }
4292
4431
 
4293
4432
  /**
4294
- * ListDeprecatedTemplates
4433
+ * Queries the list of historical index templates.
4434
+ *
4435
+ * @remarks
4436
+ * For more information, see [Use OpenStore to store large volumes of data](https://help.aliyun.com/document_detail/317694.html).
4295
4437
  *
4296
4438
  * @param request - ListDeprecatedTemplatesRequest
4297
4439
  * @returns ListDeprecatedTemplatesResponse
@@ -4303,7 +4445,7 @@ export default class Client extends OpenApi {
4303
4445
  }
4304
4446
 
4305
4447
  /**
4306
- * Queries the indexes for health diagnosis performed on an Elasticsearch cluster.
4448
+ * Retrieves the diagnostic indexes from the intelligent O&M module for a specified instance.
4307
4449
  *
4308
4450
  * @param request - ListDiagnoseIndicesRequest
4309
4451
  * @param headers - map
@@ -4336,7 +4478,7 @@ export default class Client extends OpenApi {
4336
4478
  }
4337
4479
 
4338
4480
  /**
4339
- * Queries the indexes for health diagnosis performed on an Elasticsearch cluster.
4481
+ * Retrieves the diagnostic indexes from the intelligent O&M module for a specified instance.
4340
4482
  *
4341
4483
  * @param request - ListDiagnoseIndicesRequest
4342
4484
  * @returns ListDiagnoseIndicesResponse
@@ -4348,7 +4490,7 @@ export default class Client extends OpenApi {
4348
4490
  }
4349
4491
 
4350
4492
  /**
4351
- * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
4493
+ * Calls ListDiagnoseReport to retrieve historical reports of intelligent O&M.
4352
4494
  *
4353
4495
  * @param request - ListDiagnoseReportRequest
4354
4496
  * @param headers - map
@@ -4405,7 +4547,7 @@ export default class Client extends OpenApi {
4405
4547
  }
4406
4548
 
4407
4549
  /**
4408
- * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
4550
+ * Calls ListDiagnoseReport to retrieve historical reports of intelligent O&M.
4409
4551
  *
4410
4552
  * @param request - ListDiagnoseReportRequest
4411
4553
  * @returns ListDiagnoseReportResponse
@@ -4417,7 +4559,7 @@ export default class Client extends OpenApi {
4417
4559
  }
4418
4560
 
4419
4561
  /**
4420
- * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
4562
+ * Retrieves all IDs of Intelligent O&M Center historical reports.
4421
4563
  *
4422
4564
  * @param request - ListDiagnoseReportIdsRequest
4423
4565
  * @param headers - map
@@ -4470,7 +4612,7 @@ export default class Client extends OpenApi {
4470
4612
  }
4471
4613
 
4472
4614
  /**
4473
- * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
4615
+ * Retrieves all IDs of Intelligent O&M Center historical reports.
4474
4616
  *
4475
4617
  * @param request - ListDiagnoseReportIdsRequest
4476
4618
  * @returns ListDiagnoseReportIdsResponse
@@ -4482,7 +4624,7 @@ export default class Client extends OpenApi {
4482
4624
  }
4483
4625
 
4484
4626
  /**
4485
- * Queries the intelligent diagnostic items of an Elasticsearch cluster.
4627
+ * Lists the intelligent diagnostic items for an Elasticsearch instance.
4486
4628
  *
4487
4629
  * @param request - ListDiagnosisItemsRequest
4488
4630
  * @param headers - map
@@ -4492,6 +4634,10 @@ export default class Client extends OpenApi {
4492
4634
  async listDiagnosisItemsWithOptions(request: $_model.ListDiagnosisItemsRequest, headers: {[key: string ]: string}, runtime: $dara.RuntimeOptions): Promise<$_model.ListDiagnosisItemsResponse> {
4493
4635
  request.validate();
4494
4636
  let query : {[key: string ]: any} = { };
4637
+ if (!$dara.isNull(request.instanceId)) {
4638
+ query["instanceId"] = request.instanceId;
4639
+ }
4640
+
4495
4641
  if (!$dara.isNull(request.lang)) {
4496
4642
  query["lang"] = request.lang;
4497
4643
  }
@@ -4515,7 +4661,7 @@ export default class Client extends OpenApi {
4515
4661
  }
4516
4662
 
4517
4663
  /**
4518
- * Queries the intelligent diagnostic items of an Elasticsearch cluster.
4664
+ * Lists the intelligent diagnostic items for an Elasticsearch instance.
4519
4665
  *
4520
4666
  * @param request - ListDiagnosisItemsRequest
4521
4667
  * @returns ListDiagnosisItemsResponse
@@ -4527,7 +4673,7 @@ export default class Client extends OpenApi {
4527
4673
  }
4528
4674
 
4529
4675
  /**
4530
- * Queries information about a dictionary.
4676
+ * Queries the information of a specified dictionary.
4531
4677
  *
4532
4678
  * @param request - ListDictInformationRequest
4533
4679
  * @param headers - map
@@ -4568,7 +4714,7 @@ export default class Client extends OpenApi {
4568
4714
  }
4569
4715
 
4570
4716
  /**
4571
- * Queries information about a dictionary.
4717
+ * Queries the information of a specified dictionary.
4572
4718
  *
4573
4719
  * @param request - ListDictInformationRequest
4574
4720
  * @returns ListDictInformationResponse
@@ -4580,7 +4726,7 @@ export default class Client extends OpenApi {
4580
4726
  }
4581
4727
 
4582
4728
  /**
4583
- * Queries the details of a specified type of dictionary.
4729
+ * Queries the details of the dictionary list for a specified type.
4584
4730
  *
4585
4731
  * @param request - ListDictsRequest
4586
4732
  * @param headers - map
@@ -4617,7 +4763,7 @@ export default class Client extends OpenApi {
4617
4763
  }
4618
4764
 
4619
4765
  /**
4620
- * Queries the details of a specified type of dictionary.
4766
+ * Queries the details of the dictionary list for a specified type.
4621
4767
  *
4622
4768
  * @param request - ListDictsRequest
4623
4769
  * @returns ListDictsResponse
@@ -4629,10 +4775,11 @@ export default class Client extends OpenApi {
4629
4775
  }
4630
4776
 
4631
4777
  /**
4632
- * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
4778
+ * Retrieves the list of ECS instances under the current user\\"s VPC and vSwitch.
4633
4779
  *
4634
4780
  * @remarks
4635
- * *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).
4781
+ * >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).
4782
+ * .
4636
4783
  *
4637
4784
  * @param request - ListEcsInstancesRequest
4638
4785
  * @param headers - map
@@ -4685,10 +4832,11 @@ export default class Client extends OpenApi {
4685
4832
  }
4686
4833
 
4687
4834
  /**
4688
- * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
4835
+ * Retrieves the list of ECS instances under the current user\\"s VPC and vSwitch.
4689
4836
  *
4690
4837
  * @remarks
4691
- * *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).
4838
+ * >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).
4839
+ * .
4692
4840
  *
4693
4841
  * @param request - ListEcsInstancesRequest
4694
4842
  * @returns ListEcsInstancesResponse
@@ -4700,7 +4848,7 @@ export default class Client extends OpenApi {
4700
4848
  }
4701
4849
 
4702
4850
  /**
4703
- * 获取事件列表
4851
+ * Obtain Event List
4704
4852
  *
4705
4853
  * @param request - ListEventRecordsRequest
4706
4854
  * @param headers - map
@@ -4753,7 +4901,7 @@ export default class Client extends OpenApi {
4753
4901
  }
4754
4902
 
4755
4903
  /**
4756
- * 获取事件列表
4904
+ * Obtain Event List
4757
4905
  *
4758
4906
  * @param request - ListEventRecordsRequest
4759
4907
  * @returns ListEventRecordsResponse
@@ -4765,7 +4913,7 @@ export default class Client extends OpenApi {
4765
4913
  }
4766
4914
 
4767
4915
  /**
4768
- * Queries the extended file configuration of a Logstash instance.
4916
+ * Retrieves the extension file configuration of a Logstash instance.
4769
4917
  *
4770
4918
  * @param headers - map
4771
4919
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4790,7 +4938,7 @@ export default class Client extends OpenApi {
4790
4938
  }
4791
4939
 
4792
4940
  /**
4793
- * Queries the extended file configuration of a Logstash instance.
4941
+ * Retrieves the extension file configuration of a Logstash instance.
4794
4942
  * @returns ListExtendfilesResponse
4795
4943
  */
4796
4944
  async listExtendfiles(InstanceId: string): Promise<$_model.ListExtendfilesResponse> {
@@ -4800,6 +4948,8 @@ export default class Client extends OpenApi {
4800
4948
  }
4801
4949
 
4802
4950
  /**
4951
+ * Queries the list of index lifecycle policies that have been created for a cluster.
4952
+ *
4803
4953
  * @param request - ListILMPoliciesRequest
4804
4954
  * @param headers - map
4805
4955
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4831,6 +4981,8 @@ export default class Client extends OpenApi {
4831
4981
  }
4832
4982
 
4833
4983
  /**
4984
+ * Queries the list of index lifecycle policies that have been created for a cluster.
4985
+ *
4834
4986
  * @param request - ListILMPoliciesRequest
4835
4987
  * @returns ListILMPoliciesResponse
4836
4988
  */
@@ -4841,6 +4993,8 @@ export default class Client extends OpenApi {
4841
4993
  }
4842
4994
 
4843
4995
  /**
4996
+ * Queries a list of index templates.
4997
+ *
4844
4998
  * @param request - ListIndexTemplatesRequest
4845
4999
  * @param headers - map
4846
5000
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4880,6 +5034,8 @@ export default class Client extends OpenApi {
4880
5034
  }
4881
5035
 
4882
5036
  /**
5037
+ * Queries a list of index templates.
5038
+ *
4883
5039
  * @param request - ListIndexTemplatesRequest
4884
5040
  * @returns ListIndexTemplatesResponse
4885
5041
  */
@@ -4890,7 +5046,7 @@ export default class Client extends OpenApi {
4890
5046
  }
4891
5047
 
4892
5048
  /**
4893
- * Queries a list of Elasticsearch clusters.
5049
+ * Queries the information about Elasticsearch instances.
4894
5050
  *
4895
5051
  * @param request - ListInstanceRequest
4896
5052
  * @param headers - map
@@ -4967,7 +5123,7 @@ export default class Client extends OpenApi {
4967
5123
  }
4968
5124
 
4969
5125
  /**
4970
- * Queries a list of Elasticsearch clusters.
5126
+ * Queries the information about Elasticsearch instances.
4971
5127
  *
4972
5128
  * @param request - ListInstanceRequest
4973
5129
  * @returns ListInstanceResponse
@@ -4979,7 +5135,7 @@ export default class Client extends OpenApi {
4979
5135
  }
4980
5136
 
4981
5137
  /**
4982
- * 集群触发的硬件运维事件列表
5138
+ * Queries the list of hardware O&M events triggered by an Elasticsearch cluster.
4983
5139
  *
4984
5140
  * @param tmpReq - ListInstanceHistoryEventsRequest
4985
5141
  * @param headers - map
@@ -5075,7 +5231,7 @@ export default class Client extends OpenApi {
5075
5231
  }
5076
5232
 
5077
5233
  /**
5078
- * 集群触发的硬件运维事件列表
5234
+ * Queries the list of hardware O&M events triggered by an Elasticsearch cluster.
5079
5235
  *
5080
5236
  * @param request - ListInstanceHistoryEventsRequest
5081
5237
  * @returns ListInstanceHistoryEventsResponse
@@ -5087,7 +5243,11 @@ export default class Client extends OpenApi {
5087
5243
  }
5088
5244
 
5089
5245
  /**
5090
- * Queries the indexes stored on an Elasticsearch cluster.
5246
+ * Filters system indexes from the index list of a cluster.
5247
+ *
5248
+ * @remarks
5249
+ * 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
5250
+ * ](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html).
5091
5251
  *
5092
5252
  * @param request - ListInstanceIndicesRequest
5093
5253
  * @param headers - map
@@ -5140,7 +5300,11 @@ export default class Client extends OpenApi {
5140
5300
  }
5141
5301
 
5142
5302
  /**
5143
- * Queries the indexes stored on an Elasticsearch cluster.
5303
+ * Filters system indexes from the index list of a cluster.
5304
+ *
5305
+ * @remarks
5306
+ * 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
5307
+ * ](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html).
5144
5308
  *
5145
5309
  * @param request - ListInstanceIndicesRequest
5146
5310
  * @returns ListInstanceIndicesResponse
@@ -5152,7 +5316,7 @@ export default class Client extends OpenApi {
5152
5316
  }
5153
5317
 
5154
5318
  /**
5155
- * Queries a list of Kibana plug-ins.
5319
+ * Retrieves the list of plugins installed on the Kibana node of an Elasticsearch instance.
5156
5320
  *
5157
5321
  * @param request - ListKibanaPluginsRequest
5158
5322
  * @param headers - map
@@ -5189,7 +5353,7 @@ export default class Client extends OpenApi {
5189
5353
  }
5190
5354
 
5191
5355
  /**
5192
- * Queries a list of Kibana plug-ins.
5356
+ * Retrieves the list of plugins installed on the Kibana node of an Elasticsearch instance.
5193
5357
  *
5194
5358
  * @param request - ListKibanaPluginsRequest
5195
5359
  * @returns ListKibanaPluginsResponse
@@ -5201,7 +5365,10 @@ export default class Client extends OpenApi {
5201
5365
  }
5202
5366
 
5203
5367
  /**
5204
- * 查询kibana私网连接信息
5368
+ * Queries the details of the Kibana private network connection.
5369
+ *
5370
+ * @remarks
5371
+ * This API operation supports only cloud-native instances.
5205
5372
  *
5206
5373
  * @param headers - map
5207
5374
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5226,7 +5393,10 @@ export default class Client extends OpenApi {
5226
5393
  }
5227
5394
 
5228
5395
  /**
5229
- * 查询kibana私网连接信息
5396
+ * Queries the details of the Kibana private network connection.
5397
+ *
5398
+ * @remarks
5399
+ * This API operation supports only cloud-native instances.
5230
5400
  * @returns ListKibanaPvlNetworkResponse
5231
5401
  */
5232
5402
  async listKibanaPvlNetwork(InstanceId: string): Promise<$_model.ListKibanaPvlNetworkResponse> {
@@ -5236,7 +5406,7 @@ export default class Client extends OpenApi {
5236
5406
  }
5237
5407
 
5238
5408
  /**
5239
- * Queries the information about a Logstash cluster or all Logstash clusters.
5409
+ * Displays the details of all or specified Logstash instances in a list.
5240
5410
  *
5241
5411
  * @param request - ListLogstashRequest
5242
5412
  * @param headers - map
@@ -5293,7 +5463,7 @@ export default class Client extends OpenApi {
5293
5463
  }
5294
5464
 
5295
5465
  /**
5296
- * Queries the information about a Logstash cluster or all Logstash clusters.
5466
+ * Displays the details of all or specified Logstash instances in a list.
5297
5467
  *
5298
5468
  * @param request - ListLogstashRequest
5299
5469
  * @returns ListLogstashResponse
@@ -5305,7 +5475,7 @@ export default class Client extends OpenApi {
5305
5475
  }
5306
5476
 
5307
5477
  /**
5308
- * Queries the logs of a Logstash cluster.
5478
+ * Queries the logs of a Logstash instance.
5309
5479
  *
5310
5480
  * @param request - ListLogstashLogRequest
5311
5481
  * @param headers - map
@@ -5358,7 +5528,7 @@ export default class Client extends OpenApi {
5358
5528
  }
5359
5529
 
5360
5530
  /**
5361
- * Queries the logs of a Logstash cluster.
5531
+ * Queries the logs of a Logstash instance.
5362
5532
  *
5363
5533
  * @param request - ListLogstashLogRequest
5364
5534
  * @returns ListLogstashLogResponse
@@ -5370,7 +5540,7 @@ export default class Client extends OpenApi {
5370
5540
  }
5371
5541
 
5372
5542
  /**
5373
- * Queries the information about a plug-in or all plug-ins.
5543
+ * Calls ListLogstashPlugins to retrieve detailed information about all or specified plugins.
5374
5544
  *
5375
5545
  * @param request - ListLogstashPluginsRequest
5376
5546
  * @param headers - map
@@ -5415,7 +5585,7 @@ export default class Client extends OpenApi {
5415
5585
  }
5416
5586
 
5417
5587
  /**
5418
- * Queries the information about a plug-in or all plug-ins.
5588
+ * Calls ListLogstashPlugins to retrieve detailed information about all or specified plugins.
5419
5589
  *
5420
5590
  * @param request - ListLogstashPluginsRequest
5421
5591
  * @returns ListLogstashPluginsResponse
@@ -5427,7 +5597,7 @@ export default class Client extends OpenApi {
5427
5597
  }
5428
5598
 
5429
5599
  /**
5430
- * The list of historical reports of Intelligent Maintenance.
5600
+ * Historical report list of intelligent O&M.
5431
5601
  *
5432
5602
  * @param request - ListNodesRequest
5433
5603
  * @param headers - map
@@ -5476,7 +5646,7 @@ export default class Client extends OpenApi {
5476
5646
  }
5477
5647
 
5478
5648
  /**
5479
- * The list of historical reports of Intelligent Maintenance.
5649
+ * Historical report list of intelligent O&M.
5480
5650
  *
5481
5651
  * @param request - ListNodesRequest
5482
5652
  * @returns ListNodesResponse
@@ -5488,7 +5658,7 @@ export default class Client extends OpenApi {
5488
5658
  }
5489
5659
 
5490
5660
  /**
5491
- * Queries a list of pipelines.
5661
+ * Retrieves the pipeline list of a Logstash instance.
5492
5662
  *
5493
5663
  * @param request - ListPipelineRequest
5494
5664
  * @param headers - map
@@ -5529,7 +5699,7 @@ export default class Client extends OpenApi {
5529
5699
  }
5530
5700
 
5531
5701
  /**
5532
- * Queries a list of pipelines.
5702
+ * Retrieves the pipeline list of a Logstash instance.
5533
5703
  *
5534
5704
  * @param request - ListPipelineRequest
5535
5705
  * @returns ListPipelineResponse
@@ -5541,7 +5711,10 @@ export default class Client extends OpenApi {
5541
5711
  }
5542
5712
 
5543
5713
  /**
5544
- * Queries the IDs of pipelines for a Logstash cluster.
5714
+ * Retrieves the list of pipeline IDs for a Logstash instance.
5715
+ *
5716
+ * @remarks
5717
+ * > Pipeline management is divided into configuration file management and Kibana pipeline management. Kibana pipeline management is not available in the console for some regions.
5545
5718
  *
5546
5719
  * @param request - ListPipelineIdsRequest
5547
5720
  * @param headers - map
@@ -5569,7 +5742,10 @@ export default class Client extends OpenApi {
5569
5742
  }
5570
5743
 
5571
5744
  /**
5572
- * Queries the IDs of pipelines for a Logstash cluster.
5745
+ * Retrieves the list of pipeline IDs for a Logstash instance.
5746
+ *
5747
+ * @remarks
5748
+ * > Pipeline management is divided into configuration file management and Kibana pipeline management. Kibana pipeline management is not available in the console for some regions.
5573
5749
  *
5574
5750
  * @param request - ListPipelineIdsRequest
5575
5751
  * @returns ListPipelineIdsResponse
@@ -5581,7 +5757,7 @@ export default class Client extends OpenApi {
5581
5757
  }
5582
5758
 
5583
5759
  /**
5584
- * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
5760
+ * Retrieves the plugin list of a specified Alibaba Cloud Elasticsearch instance.
5585
5761
  *
5586
5762
  * @param request - ListPluginsRequest
5587
5763
  * @param headers - map
@@ -5626,7 +5802,7 @@ export default class Client extends OpenApi {
5626
5802
  }
5627
5803
 
5628
5804
  /**
5629
- * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
5805
+ * Retrieves the plugin list of a specified Alibaba Cloud Elasticsearch instance.
5630
5806
  *
5631
5807
  * @param request - ListPluginsRequest
5632
5808
  * @returns ListPluginsResponse
@@ -5638,7 +5814,7 @@ export default class Client extends OpenApi {
5638
5814
  }
5639
5815
 
5640
5816
  /**
5641
- * Queries the logs of an Elasticsearch cluster.
5817
+ * Queries logs of different types for an Elasticsearch instance.
5642
5818
  *
5643
5819
  * @param request - ListSearchLogRequest
5644
5820
  * @param headers - map
@@ -5691,7 +5867,7 @@ export default class Client extends OpenApi {
5691
5867
  }
5692
5868
 
5693
5869
  /**
5694
- * Queries the logs of an Elasticsearch cluster.
5870
+ * Queries logs of different types for an Elasticsearch instance.
5695
5871
  *
5696
5872
  * @param request - ListSearchLogRequest
5697
5873
  * @returns ListSearchLogResponse
@@ -5703,10 +5879,10 @@ export default class Client extends OpenApi {
5703
5879
  }
5704
5880
 
5705
5881
  /**
5706
- * 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.
5882
+ * Queries the data progress list of ongoing and completed shard recoveries. By default, only ongoing shard recovery information is returned.
5707
5883
  *
5708
5884
  * @remarks
5709
- * > 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.
5885
+ * > 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.
5710
5886
  *
5711
5887
  * @param request - ListShardRecoveriesRequest
5712
5888
  * @param headers - map
@@ -5739,10 +5915,10 @@ export default class Client extends OpenApi {
5739
5915
  }
5740
5916
 
5741
5917
  /**
5742
- * 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.
5918
+ * Queries the data progress list of ongoing and completed shard recoveries. By default, only ongoing shard recovery information is returned.
5743
5919
  *
5744
5920
  * @remarks
5745
- * > 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.
5921
+ * > 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.
5746
5922
  *
5747
5923
  * @param request - ListShardRecoveriesRequest
5748
5924
  * @returns ListShardRecoveriesResponse
@@ -5754,7 +5930,7 @@ export default class Client extends OpenApi {
5754
5930
  }
5755
5931
 
5756
5932
  /**
5757
- * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
5933
+ * Retrieves the list of cross-cluster OSS repository settings for the current instance.
5758
5934
  *
5759
5935
  * @param headers - map
5760
5936
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5779,7 +5955,7 @@ export default class Client extends OpenApi {
5779
5955
  }
5780
5956
 
5781
5957
  /**
5782
- * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
5958
+ * Retrieves the list of cross-cluster OSS repository settings for the current instance.
5783
5959
  * @returns ListSnapshotReposByInstanceIdResponse
5784
5960
  */
5785
5961
  async listSnapshotReposByInstanceId(InstanceId: string): Promise<$_model.ListSnapshotReposByInstanceIdResponse> {
@@ -5789,7 +5965,7 @@ export default class Client extends OpenApi {
5789
5965
  }
5790
5966
 
5791
5967
  /**
5792
- * 统计事件记录
5968
+ * Statistics of management event records
5793
5969
  *
5794
5970
  * @param request - ListStatsEventRecordsRequest
5795
5971
  * @param headers - map
@@ -5830,7 +6006,7 @@ export default class Client extends OpenApi {
5830
6006
  }
5831
6007
 
5832
6008
  /**
5833
- * 统计事件记录
6009
+ * Statistics of management event records
5834
6010
  *
5835
6011
  * @param request - ListStatsEventRecordsRequest
5836
6012
  * @returns ListStatsEventRecordsResponse
@@ -5842,7 +6018,7 @@ export default class Client extends OpenApi {
5842
6018
  }
5843
6019
 
5844
6020
  /**
5845
- * Queries the tags that are added to one or more resources.
6021
+ * Retrieves the relationships between all instances and tags.
5846
6022
  *
5847
6023
  * @param request - ListTagResourcesRequest
5848
6024
  * @param headers - map
@@ -5895,7 +6071,7 @@ export default class Client extends OpenApi {
5895
6071
  }
5896
6072
 
5897
6073
  /**
5898
- * Queries the tags that are added to one or more resources.
6074
+ * Retrieves the relationships between all instances and tags.
5899
6075
  *
5900
6076
  * @param request - ListTagResourcesRequest
5901
6077
  * @returns ListTagResourcesResponse
@@ -5907,7 +6083,7 @@ export default class Client extends OpenApi {
5907
6083
  }
5908
6084
 
5909
6085
  /**
5910
- * All tags created by the user in the current region.
6086
+ * Queries all labels created by the user in the current region.
5911
6087
  *
5912
6088
  * @param request - ListTagsRequest
5913
6089
  * @param headers - map
@@ -5944,7 +6120,7 @@ export default class Client extends OpenApi {
5944
6120
  }
5945
6121
 
5946
6122
  /**
5947
- * All tags created by the user in the current region.
6123
+ * Queries all labels created by the user in the current region.
5948
6124
  *
5949
6125
  * @param request - ListTagsRequest
5950
6126
  * @returns ListTagsResponse
@@ -5956,7 +6132,7 @@ export default class Client extends OpenApi {
5956
6132
  }
5957
6133
 
5958
6134
  /**
5959
- * 用户自定义插件列表
6135
+ * Custom plugin list
5960
6136
  *
5961
6137
  * @param request - ListUserPluginRequest
5962
6138
  * @param headers - map
@@ -5997,7 +6173,7 @@ export default class Client extends OpenApi {
5997
6173
  }
5998
6174
 
5999
6175
  /**
6000
- * 用户自定义插件列表
6176
+ * Custom plugin list
6001
6177
  *
6002
6178
  * @param request - ListUserPluginRequest
6003
6179
  * @returns ListUserPluginResponse
@@ -6009,7 +6185,7 @@ export default class Client extends OpenApi {
6009
6185
  }
6010
6186
 
6011
6187
  /**
6012
- * Queries the statuses of endpoints in the virtual private cloud (VPC) within the Elasticsearch service account.
6188
+ * Queries the status of endpoints in the VPC of a service account.
6013
6189
  *
6014
6190
  * @param request - ListVpcEndpointsRequest
6015
6191
  * @param headers - map
@@ -6046,7 +6222,7 @@ export default class Client extends OpenApi {
6046
6222
  }
6047
6223
 
6048
6224
  /**
6049
- * Queries the statuses of endpoints in the virtual private cloud (VPC) within the Elasticsearch service account.
6225
+ * Queries the status of endpoints in the VPC of a service account.
6050
6226
  *
6051
6227
  * @param request - ListVpcEndpointsRequest
6052
6228
  * @returns ListVpcEndpointsResponse
@@ -6058,14 +6234,14 @@ export default class Client extends OpenApi {
6058
6234
  }
6059
6235
 
6060
6236
  /**
6061
- * Call the MigrateToOtherZone to migrate the nodes in the specified zone to the destination zone.
6237
+ * Migrates nodes in a specified zone to a destination zone.
6062
6238
  *
6063
6239
  * @remarks
6064
- * 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:
6065
- * * The error message returned because the current account is in a zone that has sufficient resources.
6066
- * 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.
6067
- * * The cluster is in the healthy state.
6068
- * Can be passed` GET _cat/health?v `command to view the health status of the cluster.
6240
+ * 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:
6241
+ * - Your account has a zone with sufficient resources.
6242
+ * 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.
6243
+ * - The cluster is in a healthy state.
6244
+ * You can run the `GET _cat/health?v` command to check the cluster health status.
6069
6245
  *
6070
6246
  * @param request - MigrateToOtherZoneRequest
6071
6247
  * @param headers - map
@@ -6099,14 +6275,14 @@ export default class Client extends OpenApi {
6099
6275
  }
6100
6276
 
6101
6277
  /**
6102
- * Call the MigrateToOtherZone to migrate the nodes in the specified zone to the destination zone.
6278
+ * Migrates nodes in a specified zone to a destination zone.
6103
6279
  *
6104
6280
  * @remarks
6105
- * 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:
6106
- * * The error message returned because the current account is in a zone that has sufficient resources.
6107
- * 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.
6108
- * * The cluster is in the healthy state.
6109
- * Can be passed` GET _cat/health?v `command to view the health status of the cluster.
6281
+ * 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:
6282
+ * - Your account has a zone with sufficient resources.
6283
+ * 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.
6284
+ * - The cluster is in a healthy state.
6285
+ * You can run the `GET _cat/health?v` command to check the cluster health status.
6110
6286
  *
6111
6287
  * @param request - MigrateToOtherZoneRequest
6112
6288
  * @returns MigrateToOtherZoneResponse
@@ -6118,7 +6294,7 @@ export default class Client extends OpenApi {
6118
6294
  }
6119
6295
 
6120
6296
  /**
6121
- * Changes the Elastic Compute Service (ECS) instances on which a shipper is installed.
6297
+ * Updates the ECS instances on which a collector is installed.
6122
6298
  *
6123
6299
  * @param request - ModifyDeployMachineRequest
6124
6300
  * @param headers - map
@@ -6152,7 +6328,7 @@ export default class Client extends OpenApi {
6152
6328
  }
6153
6329
 
6154
6330
  /**
6155
- * Changes the Elastic Compute Service (ECS) instances on which a shipper is installed.
6331
+ * Updates the ECS instances on which a collector is installed.
6156
6332
  *
6157
6333
  * @param request - ModifyDeployMachineRequest
6158
6334
  * @returns ModifyDeployMachineResponse
@@ -6164,6 +6340,8 @@ export default class Client extends OpenApi {
6164
6340
  }
6165
6341
 
6166
6342
  /**
6343
+ * Updates the elastic scaling rules of a cluster.
6344
+ *
6167
6345
  * @param request - ModifyElastictaskRequest
6168
6346
  * @param headers - map
6169
6347
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6190,6 +6368,8 @@ export default class Client extends OpenApi {
6190
6368
  }
6191
6369
 
6192
6370
  /**
6371
+ * Updates the elastic scaling rules of a cluster.
6372
+ *
6193
6373
  * @param request - ModifyElastictaskRequest
6194
6374
  * @returns ModifyElastictaskResponse
6195
6375
  */
@@ -6200,10 +6380,13 @@ export default class Client extends OpenApi {
6200
6380
  }
6201
6381
 
6202
6382
  /**
6203
- * Enables and modifies the maintenance window of an Elasticsearch cluster.
6383
+ * Modifies and enables the maintenance window for an instance.
6204
6384
  *
6205
6385
  * @remarks
6206
- * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
6386
+ * Before calling this operation, note the following:
6387
+ * - Before the scheduled maintenance, Alibaba Cloud sends SMS messages and emails to the contacts configured in your Alibaba Cloud account. Check your messages promptly.
6388
+ * - 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.
6389
+ * - During the maintenance window, transient disconnections may occur. Ensure that your application has a reconnection mechanism.
6207
6390
  *
6208
6391
  * @param request - ModifyInstanceMaintainTimeRequest
6209
6392
  * @param headers - map
@@ -6237,10 +6420,13 @@ export default class Client extends OpenApi {
6237
6420
  }
6238
6421
 
6239
6422
  /**
6240
- * Enables and modifies the maintenance window of an Elasticsearch cluster.
6423
+ * Modifies and enables the maintenance window for an instance.
6241
6424
  *
6242
6425
  * @remarks
6243
- * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
6426
+ * Before calling this operation, note the following:
6427
+ * - Before the scheduled maintenance, Alibaba Cloud sends SMS messages and emails to the contacts configured in your Alibaba Cloud account. Check your messages promptly.
6428
+ * - 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.
6429
+ * - During the maintenance window, transient disconnections may occur. Ensure that your application has a reconnection mechanism.
6244
6430
  *
6245
6431
  * @param request - ModifyInstanceMaintainTimeRequest
6246
6432
  * @returns ModifyInstanceMaintainTimeResponse
@@ -6252,7 +6438,7 @@ export default class Client extends OpenApi {
6252
6438
  }
6253
6439
 
6254
6440
  /**
6255
- * 修改计划执行时间
6441
+ * 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.
6256
6442
  *
6257
6443
  * @param request - ModifyScheduleExecuteTimeRequest
6258
6444
  * @param headers - map
@@ -6289,7 +6475,7 @@ export default class Client extends OpenApi {
6289
6475
  }
6290
6476
 
6291
6477
  /**
6292
- * 修改计划执行时间
6478
+ * 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.
6293
6479
  *
6294
6480
  * @param request - ModifyScheduleExecuteTimeRequest
6295
6481
  * @returns ModifyScheduleExecuteTimeResponse
@@ -6301,10 +6487,15 @@ export default class Client extends OpenApi {
6301
6487
  }
6302
6488
 
6303
6489
  /**
6304
- * Updates an IP address whitelist of an Elasticsearch cluster.
6490
+ * Calls ModifyWhiteIps to update the access whitelist of a specified instance.
6305
6491
  *
6306
6492
  * @remarks
6307
- * The ID of the cluster.
6493
+ * ## Before you begin
6494
+ * - You cannot update information for an instance whose instance status is activating, invalid, or freeze (inactive).
6495
+ * - 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:
6496
+ * - IP whitelist list: whiteIpList, nodeType, networkType
6497
+ * - IP whitelist group: modifyMode, whiteIpGroup
6498
+ * - The public network access whitelist does not support private network IP addresses, and the internal-facing whitelist does not support public IP addresses.
6308
6499
  *
6309
6500
  * @param request - ModifyWhiteIpsRequest
6310
6501
  * @param headers - map
@@ -6359,10 +6550,15 @@ export default class Client extends OpenApi {
6359
6550
  }
6360
6551
 
6361
6552
  /**
6362
- * Updates an IP address whitelist of an Elasticsearch cluster.
6553
+ * Calls ModifyWhiteIps to update the access whitelist of a specified instance.
6363
6554
  *
6364
6555
  * @remarks
6365
- * The ID of the cluster.
6556
+ * ## Before you begin
6557
+ * - You cannot update information for an instance whose instance status is activating, invalid, or freeze (inactive).
6558
+ * - 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:
6559
+ * - IP whitelist list: whiteIpList, nodeType, networkType
6560
+ * - IP whitelist group: modifyMode, whiteIpGroup
6561
+ * - The public network access whitelist does not support private network IP addresses, and the internal-facing whitelist does not support public IP addresses.
6366
6562
  *
6367
6563
  * @param request - ModifyWhiteIpsRequest
6368
6564
  * @returns ModifyWhiteIpsResponse
@@ -6374,7 +6570,7 @@ export default class Client extends OpenApi {
6374
6570
  }
6375
6571
 
6376
6572
  /**
6377
- * Migrates an Elasticsearch cluster to a specified resource group.
6573
+ * Modifies the resource group to which an instance belongs.
6378
6574
  *
6379
6575
  * @param request - MoveResourceGroupRequest
6380
6576
  * @param headers - map
@@ -6408,7 +6604,7 @@ export default class Client extends OpenApi {
6408
6604
  }
6409
6605
 
6410
6606
  /**
6411
- * Migrates an Elasticsearch cluster to a specified resource group.
6607
+ * Modifies the resource group to which an instance belongs.
6412
6608
  *
6413
6609
  * @param request - MoveResourceGroupRequest
6414
6610
  * @returns MoveResourceGroupResponse
@@ -6420,7 +6616,7 @@ export default class Client extends OpenApi {
6420
6616
  }
6421
6617
 
6422
6618
  /**
6423
- * Enables the intelligent O\\\\\\&M feature for an instance.
6619
+ * Enables the intelligent O&M feature for an instance.
6424
6620
  *
6425
6621
  * @param request - OpenDiagnosisRequest
6426
6622
  * @param headers - map
@@ -6457,7 +6653,7 @@ export default class Client extends OpenApi {
6457
6653
  }
6458
6654
 
6459
6655
  /**
6460
- * Enables the intelligent O\\\\\\&M feature for an instance.
6656
+ * Enables the intelligent O&M feature for an instance.
6461
6657
  *
6462
6658
  * @param request - OpenDiagnosisRequest
6463
6659
  * @returns OpenDiagnosisResponse
@@ -6469,10 +6665,11 @@ export default class Client extends OpenApi {
6469
6665
  }
6470
6666
 
6471
6667
  /**
6472
- * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
6668
+ * Enables the HTTPS protocol. Before enabling HTTPS, make sure that you have purchased client nodes.
6473
6669
  *
6474
6670
  * @remarks
6475
- * > To ensure data security, we recommend that you enable HTTPS.
6671
+ * > - To ensure data security, enable the HTTPS protocol.
6672
+ * - 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.
6476
6673
  *
6477
6674
  * @param request - OpenHttpsRequest
6478
6675
  * @param headers - map
@@ -6505,10 +6702,11 @@ export default class Client extends OpenApi {
6505
6702
  }
6506
6703
 
6507
6704
  /**
6508
- * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
6705
+ * Enables the HTTPS protocol. Before enabling HTTPS, make sure that you have purchased client nodes.
6509
6706
  *
6510
6707
  * @remarks
6511
- * > To ensure data security, we recommend that you enable HTTPS.
6708
+ * > - To ensure data security, enable the HTTPS protocol.
6709
+ * - 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.
6512
6710
  *
6513
6711
  * @param request - OpenHttpsRequest
6514
6712
  * @returns OpenHttpsResponse
@@ -6520,7 +6718,7 @@ export default class Client extends OpenApi {
6520
6718
  }
6521
6719
 
6522
6720
  /**
6523
- * 自定义插件解析&上传接口
6721
+ * Upload a custom plugin to the plugin repository. After uploading, the plugin is in the pending installation status.
6524
6722
  *
6525
6723
  * @param request - PluginAnalysisRequest
6526
6724
  * @param headers - map
@@ -6554,7 +6752,7 @@ export default class Client extends OpenApi {
6554
6752
  }
6555
6753
 
6556
6754
  /**
6557
- * 自定义插件解析&上传接口
6755
+ * Upload a custom plugin to the plugin repository. After uploading, the plugin is in the pending installation status.
6558
6756
  *
6559
6757
  * @param request - PluginAnalysisRequest
6560
6758
  * @returns PluginAnalysisResponse
@@ -6566,7 +6764,10 @@ export default class Client extends OpenApi {
6566
6764
  }
6567
6765
 
6568
6766
  /**
6569
- * PostEmonTryAlarmRule
6767
+ * Sends a test alert message by calling PostEmonTryAlarmRule.
6768
+ *
6769
+ * @remarks
6770
+ * > This API operation can be called up to 10 times per hour.
6570
6771
  *
6571
6772
  * @param request - PostEmonTryAlarmRuleRequest
6572
6773
  * @param headers - map
@@ -6599,7 +6800,10 @@ export default class Client extends OpenApi {
6599
6800
  }
6600
6801
 
6601
6802
  /**
6602
- * PostEmonTryAlarmRule
6803
+ * Sends a test alert message by calling PostEmonTryAlarmRule.
6804
+ *
6805
+ * @remarks
6806
+ * > This API operation can be called up to 10 times per hour.
6603
6807
  *
6604
6808
  * @param request - PostEmonTryAlarmRuleRequest
6605
6809
  * @returns PostEmonTryAlarmRuleResponse
@@ -6611,6 +6815,8 @@ export default class Client extends OpenApi {
6611
6815
  }
6612
6816
 
6613
6817
  /**
6818
+ * Calls RecommendTemplates to retrieve recommended cluster configurations.
6819
+ *
6614
6820
  * @param request - RecommendTemplatesRequest
6615
6821
  * @param headers - map
6616
6822
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6642,6 +6848,8 @@ export default class Client extends OpenApi {
6642
6848
  }
6643
6849
 
6644
6850
  /**
6851
+ * Calls RecommendTemplates to retrieve recommended cluster configurations.
6852
+ *
6645
6853
  * @param request - RecommendTemplatesRequest
6646
6854
  * @returns RecommendTemplatesResponse
6647
6855
  */
@@ -6652,7 +6860,7 @@ export default class Client extends OpenApi {
6652
6860
  }
6653
6861
 
6654
6862
  /**
6655
- * Installs a shipper that failed to be installed when you create the shipper.
6863
+ * Retries the installation of a collector that failed to install during creation.
6656
6864
  *
6657
6865
  * @param request - ReinstallCollectorRequest
6658
6866
  * @param headers - map
@@ -6686,7 +6894,7 @@ export default class Client extends OpenApi {
6686
6894
  }
6687
6895
 
6688
6896
  /**
6689
- * Installs a shipper that failed to be installed when you create the shipper.
6897
+ * Retries the installation of a collector that failed to install during creation.
6690
6898
  *
6691
6899
  * @param request - ReinstallCollectorRequest
6692
6900
  * @returns ReinstallCollectorResponse
@@ -6698,7 +6906,7 @@ export default class Client extends OpenApi {
6698
6906
  }
6699
6907
 
6700
6908
  /**
6701
- * 从插件库中删除插件,区别于卸载插件
6909
+ * You can delete uploaded but uninstalled plugins from the plugin library.
6702
6910
  *
6703
6911
  * @param request - RemovePluginRequest
6704
6912
  * @param headers - map
@@ -6726,7 +6934,7 @@ export default class Client extends OpenApi {
6726
6934
  }
6727
6935
 
6728
6936
  /**
6729
- * 从插件库中删除插件,区别于卸载插件
6937
+ * You can delete uploaded but uninstalled plugins from the plugin library.
6730
6938
  *
6731
6939
  * @param request - RemovePluginRequest
6732
6940
  * @returns RemovePluginResponse
@@ -6738,7 +6946,7 @@ export default class Client extends OpenApi {
6738
6946
  }
6739
6947
 
6740
6948
  /**
6741
- * Call RenewInstance to renew a subscription instance.
6949
+ * Renews a subscription Elasticsearch instance.
6742
6950
  *
6743
6951
  * @param request - RenewInstanceRequest
6744
6952
  * @param headers - map
@@ -6772,7 +6980,7 @@ export default class Client extends OpenApi {
6772
6980
  }
6773
6981
 
6774
6982
  /**
6775
- * Call RenewInstance to renew a subscription instance.
6983
+ * Renews a subscription Elasticsearch instance.
6776
6984
  *
6777
6985
  * @param request - RenewInstanceRequest
6778
6986
  * @returns RenewInstanceResponse
@@ -6784,7 +6992,7 @@ export default class Client extends OpenApi {
6784
6992
  }
6785
6993
 
6786
6994
  /**
6787
- * Renews a Logstash cluster.
6995
+ * Renews a specified Logstash instance.
6788
6996
  *
6789
6997
  * @param request - RenewLogstashRequest
6790
6998
  * @param headers - map
@@ -6818,7 +7026,7 @@ export default class Client extends OpenApi {
6818
7026
  }
6819
7027
 
6820
7028
  /**
6821
- * Renews a Logstash cluster.
7029
+ * Renews a specified Logstash instance.
6822
7030
  *
6823
7031
  * @param request - RenewLogstashRequest
6824
7032
  * @returns RenewLogstashResponse
@@ -6830,7 +7038,7 @@ export default class Client extends OpenApi {
6830
7038
  }
6831
7039
 
6832
7040
  /**
6833
- * Restarts a shipper.
7041
+ * Restarts a collector to perform data collection.
6834
7042
  *
6835
7043
  * @param request - RestartCollectorRequest
6836
7044
  * @param headers - map
@@ -6863,7 +7071,7 @@ export default class Client extends OpenApi {
6863
7071
  }
6864
7072
 
6865
7073
  /**
6866
- * Restarts a shipper.
7074
+ * Restarts a collector to perform data collection.
6867
7075
  *
6868
7076
  * @param request - RestartCollectorRequest
6869
7077
  * @returns RestartCollectorResponse
@@ -6875,10 +7083,10 @@ export default class Client extends OpenApi {
6875
7083
  }
6876
7084
 
6877
7085
  /**
6878
- * You can call this operation to restart a specified Elasticsearch instance.
7086
+ * Restarts an Elasticsearch cluster.
6879
7087
  *
6880
7088
  * @remarks
6881
- * > 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.
7089
+ * > 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.
6882
7090
  *
6883
7091
  * @param request - RestartInstanceRequest
6884
7092
  * @param headers - map
@@ -6916,10 +7124,10 @@ export default class Client extends OpenApi {
6916
7124
  }
6917
7125
 
6918
7126
  /**
6919
- * You can call this operation to restart a specified Elasticsearch instance.
7127
+ * Restarts an Elasticsearch cluster.
6920
7128
  *
6921
7129
  * @remarks
6922
- * > 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.
7130
+ * > 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.
6923
7131
  *
6924
7132
  * @param request - RestartInstanceRequest
6925
7133
  * @returns RestartInstanceResponse
@@ -6931,7 +7139,7 @@ export default class Client extends OpenApi {
6931
7139
  }
6932
7140
 
6933
7141
  /**
6934
- * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
7142
+ * Restarts a specified instance. After the restart, the instance enters the activating (activing) state.
6935
7143
  *
6936
7144
  * @param request - RestartLogstashRequest
6937
7145
  * @param headers - map
@@ -6990,7 +7198,7 @@ export default class Client extends OpenApi {
6990
7198
  }
6991
7199
 
6992
7200
  /**
6993
- * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
7201
+ * Restarts a specified instance. After the restart, the instance enters the activating (activing) state.
6994
7202
  *
6995
7203
  * @param request - RestartLogstashRequest
6996
7204
  * @returns RestartLogstashResponse
@@ -7002,7 +7210,7 @@ export default class Client extends OpenApi {
7002
7210
  }
7003
7211
 
7004
7212
  /**
7005
- * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
7213
+ * Resumes an interrupted change task for an instance.
7006
7214
  *
7007
7215
  * @param request - ResumeElasticsearchTaskRequest
7008
7216
  * @param headers - map
@@ -7035,7 +7243,7 @@ export default class Client extends OpenApi {
7035
7243
  }
7036
7244
 
7037
7245
  /**
7038
- * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
7246
+ * Resumes an interrupted change task for an instance.
7039
7247
  *
7040
7248
  * @param request - ResumeElasticsearchTaskRequest
7041
7249
  * @returns ResumeElasticsearchTaskResponse
@@ -7047,7 +7255,7 @@ export default class Client extends OpenApi {
7047
7255
  }
7048
7256
 
7049
7257
  /**
7050
- * Resumes a change task of a Logstash cluster. After the task is resumed, the Logstash cluster is in the activating state.
7258
+ * Resumes an interrupted instance change task. After the task is resumed, the instance enters the activating state.
7051
7259
  *
7052
7260
  * @param request - ResumeLogstashTaskRequest
7053
7261
  * @param headers - map
@@ -7080,7 +7288,7 @@ export default class Client extends OpenApi {
7080
7288
  }
7081
7289
 
7082
7290
  /**
7083
- * Resumes a change task of a Logstash cluster. After the task is resumed, the Logstash cluster is in the activating state.
7291
+ * Resumes an interrupted instance change task. After the task is resumed, the instance enters the activating state.
7084
7292
  *
7085
7293
  * @param request - ResumeLogstashTaskRequest
7086
7294
  * @returns ResumeLogstashTaskResponse
@@ -7092,7 +7300,7 @@ export default class Client extends OpenApi {
7092
7300
  }
7093
7301
 
7094
7302
  /**
7095
- * 滚动数据流,生成新索引
7303
+ * Creates a new index for a data stream or index alias.
7096
7304
  *
7097
7305
  * @param request - RolloverDataStreamRequest
7098
7306
  * @param headers - map
@@ -7125,7 +7333,7 @@ export default class Client extends OpenApi {
7125
7333
  }
7126
7334
 
7127
7335
  /**
7128
- * 滚动数据流,生成新索引
7336
+ * Creates a new index for a data stream or index alias.
7129
7337
  *
7130
7338
  * @param request - RolloverDataStreamRequest
7131
7339
  * @returns RolloverDataStreamResponse
@@ -7137,7 +7345,7 @@ export default class Client extends OpenApi {
7137
7345
  }
7138
7346
 
7139
7347
  /**
7140
- * Runs pipelines in a Logstash cluster.
7348
+ * Deploys Logstash pipelines immediately.
7141
7349
  *
7142
7350
  * @param request - RunPipelinesRequest
7143
7351
  * @param headers - map
@@ -7171,7 +7379,7 @@ export default class Client extends OpenApi {
7171
7379
  }
7172
7380
 
7173
7381
  /**
7174
- * Runs pipelines in a Logstash cluster.
7382
+ * Deploys Logstash pipelines immediately.
7175
7383
  *
7176
7384
  * @param request - RunPipelinesRequest
7177
7385
  * @returns RunPipelinesResponse
@@ -7183,7 +7391,11 @@ export default class Client extends OpenApi {
7183
7391
  }
7184
7392
 
7185
7393
  /**
7186
- * Removes nodes from an Elasticsearch cluster.
7394
+ * Scales in nodes of a specified role in an Elasticsearch cluster.
7395
+ *
7396
+ * @remarks
7397
+ * Note the following when you invoke this operation:
7398
+ * 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.
7187
7399
  *
7188
7400
  * @param request - ShrinkNodeRequest
7189
7401
  * @param headers - map
@@ -7229,7 +7441,11 @@ export default class Client extends OpenApi {
7229
7441
  }
7230
7442
 
7231
7443
  /**
7232
- * Removes nodes from an Elasticsearch cluster.
7444
+ * Scales in nodes of a specified role in an Elasticsearch cluster.
7445
+ *
7446
+ * @remarks
7447
+ * Note the following when you invoke this operation:
7448
+ * 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.
7233
7449
  *
7234
7450
  * @param request - ShrinkNodeRequest
7235
7451
  * @returns ShrinkNodeResponse
@@ -7286,7 +7502,7 @@ export default class Client extends OpenApi {
7286
7502
  }
7287
7503
 
7288
7504
  /**
7289
- * Stops a shipper.
7505
+ * Calls StopCollector to stop a running collector.
7290
7506
  *
7291
7507
  * @param request - StopCollectorRequest
7292
7508
  * @param headers - map
@@ -7319,7 +7535,7 @@ export default class Client extends OpenApi {
7319
7535
  }
7320
7536
 
7321
7537
  /**
7322
- * Stops a shipper.
7538
+ * Calls StopCollector to stop a running collector.
7323
7539
  *
7324
7540
  * @param request - StopCollectorRequest
7325
7541
  * @returns StopCollectorResponse
@@ -7331,7 +7547,7 @@ export default class Client extends OpenApi {
7331
7547
  }
7332
7548
 
7333
7549
  /**
7334
- * Stops pipelines in a Logstash cluster.
7550
+ * Stops Logstash pipelines by calling StopPipelines.
7335
7551
  *
7336
7552
  * @param request - StopPipelinesRequest
7337
7553
  * @param headers - map
@@ -7365,7 +7581,7 @@ export default class Client extends OpenApi {
7365
7581
  }
7366
7582
 
7367
7583
  /**
7368
- * Stops pipelines in a Logstash cluster.
7584
+ * Stops Logstash pipelines by calling StopPipelines.
7369
7585
  *
7370
7586
  * @param request - StopPipelinesRequest
7371
7587
  * @returns StopPipelinesResponse
@@ -7377,7 +7593,7 @@ export default class Client extends OpenApi {
7377
7593
  }
7378
7594
 
7379
7595
  /**
7380
- * Adds tags to clusters.
7596
+ * Creates tag-resource relationships for a specified instance.
7381
7597
  *
7382
7598
  * @param request - TagResourcesRequest
7383
7599
  * @param headers - map
@@ -7418,7 +7634,7 @@ export default class Client extends OpenApi {
7418
7634
  }
7419
7635
 
7420
7636
  /**
7421
- * Adds tags to clusters.
7637
+ * Creates tag-resource relationships for a specified instance.
7422
7638
  *
7423
7639
  * @param request - TagResourcesRequest
7424
7640
  * @returns TagResourcesResponse
@@ -7430,7 +7646,7 @@ export default class Client extends OpenApi {
7430
7646
  }
7431
7647
 
7432
7648
  /**
7433
- * Runs a data migration task for node scaling operations.
7649
+ * Performs data migration on a node to facilitate node scale-in operations.
7434
7650
  *
7435
7651
  * @param request - TransferNodeRequest
7436
7652
  * @param headers - map
@@ -7468,7 +7684,7 @@ export default class Client extends OpenApi {
7468
7684
  }
7469
7685
 
7470
7686
  /**
7471
- * Runs a data migration task for node scaling operations.
7687
+ * Performs data migration on a node to facilitate node scale-in operations.
7472
7688
  *
7473
7689
  * @param request - TransferNodeRequest
7474
7690
  * @returns TransferNodeResponse
@@ -7480,7 +7696,7 @@ export default class Client extends OpenApi {
7480
7696
  }
7481
7697
 
7482
7698
  /**
7483
- * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
7699
+ * Enables or shuts down public or private network access for an Elasticsearch or Kibana cluster.
7484
7700
  *
7485
7701
  * @param request - TriggerNetworkRequest
7486
7702
  * @param headers - map
@@ -7527,7 +7743,7 @@ export default class Client extends OpenApi {
7527
7743
  }
7528
7744
 
7529
7745
  /**
7530
- * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
7746
+ * Enables or shuts down public or private network access for an Elasticsearch or Kibana cluster.
7531
7747
  *
7532
7748
  * @param request - TriggerNetworkRequest
7533
7749
  * @returns TriggerNetworkResponse
@@ -7539,7 +7755,10 @@ export default class Client extends OpenApi {
7539
7755
  }
7540
7756
 
7541
7757
  /**
7542
- * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
7758
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7759
+ *
7760
+ * @remarks
7761
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7543
7762
  *
7544
7763
  * @param request - TurnOffZoneRequest
7545
7764
  * @param headers - map
@@ -7549,6 +7768,10 @@ export default class Client extends OpenApi {
7549
7768
  async turnOffZoneWithOptions(instanceId: string, request: $_model.TurnOffZoneRequest, headers: {[key: string ]: string}, runtime: $dara.RuntimeOptions): Promise<$_model.TurnOffZoneResponse> {
7550
7769
  request.validate();
7551
7770
  let query : {[key: string ]: any} = { };
7771
+ if (!$dara.isNull(request.hpAlbZoneDrained)) {
7772
+ query["hpAlbZoneDrained"] = request.hpAlbZoneDrained;
7773
+ }
7774
+
7552
7775
  if (!$dara.isNull(request.zone)) {
7553
7776
  query["zone"] = request.zone;
7554
7777
  }
@@ -7572,7 +7795,10 @@ export default class Client extends OpenApi {
7572
7795
  }
7573
7796
 
7574
7797
  /**
7575
- * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
7798
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7799
+ *
7800
+ * @remarks
7801
+ * Disables an existing zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7576
7802
  *
7577
7803
  * @param request - TurnOffZoneRequest
7578
7804
  * @returns TurnOffZoneResponse
@@ -7584,7 +7810,10 @@ export default class Client extends OpenApi {
7584
7810
  }
7585
7811
 
7586
7812
  /**
7587
- * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
7813
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7814
+ *
7815
+ * @remarks
7816
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7588
7817
  *
7589
7818
  * @param request - TurnOnZoneRequest
7590
7819
  * @param headers - map
@@ -7594,6 +7823,10 @@ export default class Client extends OpenApi {
7594
7823
  async turnOnZoneWithOptions(instanceId: string, request: $_model.TurnOnZoneRequest, headers: {[key: string ]: string}, runtime: $dara.RuntimeOptions): Promise<$_model.TurnOnZoneResponse> {
7595
7824
  request.validate();
7596
7825
  let query : {[key: string ]: any} = { };
7826
+ if (!$dara.isNull(request.hpAlbZoneDrained)) {
7827
+ query["hpAlbZoneDrained"] = request.hpAlbZoneDrained;
7828
+ }
7829
+
7597
7830
  if (!$dara.isNull(request.zone)) {
7598
7831
  query["zone"] = request.zone;
7599
7832
  }
@@ -7617,7 +7850,10 @@ export default class Client extends OpenApi {
7617
7850
  }
7618
7851
 
7619
7852
  /**
7620
- * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
7853
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7854
+ *
7855
+ * @remarks
7856
+ * Reopens an offline zone for a multi-zone instance. This operation is intended only for disaster recovery drills. Proceed with caution.
7621
7857
  *
7622
7858
  * @param request - TurnOnZoneRequest
7623
7859
  * @returns TurnOnZoneResponse
@@ -7629,7 +7865,7 @@ export default class Client extends OpenApi {
7629
7865
  }
7630
7866
 
7631
7867
  /**
7632
- * Call the UninstallKibanaPlugin to uninstall the Kibana plug-in.
7868
+ * Uninstalls plug-ins from the Kibana node of an Elasticsearch instance.
7633
7869
  *
7634
7870
  * @param request - UninstallKibanaPluginRequest
7635
7871
  * @param headers - map
@@ -7663,7 +7899,7 @@ export default class Client extends OpenApi {
7663
7899
  }
7664
7900
 
7665
7901
  /**
7666
- * Call the UninstallKibanaPlugin to uninstall the Kibana plug-in.
7902
+ * Uninstalls plug-ins from the Kibana node of an Elasticsearch instance.
7667
7903
  *
7668
7904
  * @param request - UninstallKibanaPluginRequest
7669
7905
  * @returns UninstallKibanaPluginResponse
@@ -7675,7 +7911,7 @@ export default class Client extends OpenApi {
7675
7911
  }
7676
7912
 
7677
7913
  /**
7678
- * Removes one or more Logstash plug-ins.
7914
+ * Uninstalls installed plug-ins from a Logstash instance.
7679
7915
  *
7680
7916
  * @param request - UninstallLogstashPluginRequest
7681
7917
  * @param headers - map
@@ -7709,7 +7945,7 @@ export default class Client extends OpenApi {
7709
7945
  }
7710
7946
 
7711
7947
  /**
7712
- * Removes one or more Logstash plug-ins.
7948
+ * Uninstalls installed plug-ins from a Logstash instance.
7713
7949
  *
7714
7950
  * @param request - UninstallLogstashPluginRequest
7715
7951
  * @returns UninstallLogstashPluginResponse
@@ -7721,7 +7957,7 @@ export default class Client extends OpenApi {
7721
7957
  }
7722
7958
 
7723
7959
  /**
7724
- * Call UninstallPlugin to uninstall the preset plug-in.
7960
+ * Uninstalls system plug-ins from an Elasticsearch instance.
7725
7961
  *
7726
7962
  * @param request - UninstallPluginRequest
7727
7963
  * @param headers - map
@@ -7759,7 +7995,7 @@ export default class Client extends OpenApi {
7759
7995
  }
7760
7996
 
7761
7997
  /**
7762
- * Call UninstallPlugin to uninstall the preset plug-in.
7998
+ * Uninstalls system plug-ins from an Elasticsearch instance.
7763
7999
  *
7764
8000
  * @param request - UninstallPluginRequest
7765
8001
  * @returns UninstallPluginResponse
@@ -7771,13 +8007,14 @@ export default class Client extends OpenApi {
7771
8007
  }
7772
8008
 
7773
8009
  /**
7774
- * Deletes a user resource tag relationship.
8010
+ * Deletes user resource tag associations for a specified instance.
7775
8011
  *
7776
8012
  * @remarks
7777
- * When you call this operation, take note of the following items:
7778
- * * You can only delete user tags.
7779
- * > 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.
7780
- * * If you delete a resource tag relationship that is not associated with any resources, you must delete the tags.
8013
+ * When calling this operation, note the following:
8014
+ * - Only user tags can be deleted.
8015
+ *
8016
+ * > 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.
8017
+ * - If a tag is not associated with any resource, the tag is also deleted when the resource tag association is deleted.
7781
8018
  *
7782
8019
  * @param request - UntagResourcesRequest
7783
8020
  * @param headers - map
@@ -7826,13 +8063,14 @@ export default class Client extends OpenApi {
7826
8063
  }
7827
8064
 
7828
8065
  /**
7829
- * Deletes a user resource tag relationship.
8066
+ * Deletes user resource tag associations for a specified instance.
7830
8067
  *
7831
8068
  * @remarks
7832
- * When you call this operation, take note of the following items:
7833
- * * You can only delete user tags.
7834
- * > 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.
7835
- * * If you delete a resource tag relationship that is not associated with any resources, you must delete the tags.
8069
+ * When calling this operation, note the following:
8070
+ * - Only user tags can be deleted.
8071
+ *
8072
+ * > 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.
8073
+ * - If a tag is not associated with any resource, the tag is also deleted when the resource tag association is deleted.
7836
8074
  *
7837
8075
  * @param request - UntagResourcesRequest
7838
8076
  * @returns UntagResourcesResponse
@@ -7844,10 +8082,11 @@ export default class Client extends OpenApi {
7844
8082
  }
7845
8083
 
7846
8084
  /**
7847
- * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
8085
+ * Updates the password of the elastic account for a specified Elasticsearch instance.
7848
8086
  *
7849
8087
  * @remarks
7850
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
8088
+ * When you invoke this operation, note the following:
8089
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
7851
8090
  *
7852
8091
  * @param request - UpdateAdminPasswordRequest
7853
8092
  * @param headers - map
@@ -7886,10 +8125,11 @@ export default class Client extends OpenApi {
7886
8125
  }
7887
8126
 
7888
8127
  /**
7889
- * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
8128
+ * Updates the password of the elastic account for a specified Elasticsearch instance.
7890
8129
  *
7891
8130
  * @remarks
7892
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
8131
+ * When you invoke this operation, note the following:
8132
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
7893
8133
  *
7894
8134
  * @param request - UpdateAdminPasswordRequest
7895
8135
  * @returns UpdateAdminPasswordResponse
@@ -7901,7 +8141,7 @@ export default class Client extends OpenApi {
7901
8141
  }
7902
8142
 
7903
8143
  /**
7904
- * Call UpdateAdvancedSetting to change the garbage collector configuration for the specified instance.
8144
+ * Changes the garbage collector configuration of a specified Elasticsearch instance.
7905
8145
  *
7906
8146
  * @param request - UpdateAdvancedSettingRequest
7907
8147
  * @param headers - map
@@ -7935,7 +8175,7 @@ export default class Client extends OpenApi {
7935
8175
  }
7936
8176
 
7937
8177
  /**
7938
- * Call UpdateAdvancedSetting to change the garbage collector configuration for the specified instance.
8178
+ * Changes the garbage collector configuration of a specified Elasticsearch instance.
7939
8179
  *
7940
8180
  * @param request - UpdateAdvancedSettingRequest
7941
8181
  * @returns UpdateAdvancedSettingResponse
@@ -7947,13 +8187,13 @@ export default class Client extends OpenApi {
7947
8187
  }
7948
8188
 
7949
8189
  /**
7950
- * Updates the dictionary file of the analysis-aliws plug-in.
8190
+ * Updates the dictionary of the AliNLP tokenizer plugin (analysis-aliws).
7951
8191
  *
7952
8192
  * @remarks
7953
- * Before you call this operation, take note of the following items:
7954
- * * Elasticsearch V5.X clusters do not support the analysis-aliws plug-in.
7955
- * * 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.
7956
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8193
+ * When calling this operation, note the following:
8194
+ * - Instances of version 5.x do not support the AliNLP tokenizer plugin.
8195
+ * - If the dictionary file is sourced from OSS, ensure that the OSS bucket has public-read permission.
8196
+ * - If a previously uploaded dictionary is not configured with ORIGIN, calling this operation will delete the dictionary file.
7957
8197
  *
7958
8198
  * @param request - UpdateAliwsDictRequest
7959
8199
  * @param headers - map
@@ -7987,13 +8227,13 @@ export default class Client extends OpenApi {
7987
8227
  }
7988
8228
 
7989
8229
  /**
7990
- * Updates the dictionary file of the analysis-aliws plug-in.
8230
+ * Updates the dictionary of the AliNLP tokenizer plugin (analysis-aliws).
7991
8231
  *
7992
8232
  * @remarks
7993
- * Before you call this operation, take note of the following items:
7994
- * * Elasticsearch V5.X clusters do not support the analysis-aliws plug-in.
7995
- * * 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.
7996
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8233
+ * When calling this operation, note the following:
8234
+ * - Instances of version 5.x do not support the AliNLP tokenizer plugin.
8235
+ * - If the dictionary file is sourced from OSS, ensure that the OSS bucket has public-read permission.
8236
+ * - If a previously uploaded dictionary is not configured with ORIGIN, calling this operation will delete the dictionary file.
7997
8237
  *
7998
8238
  * @param request - UpdateAliwsDictRequest
7999
8239
  * @returns UpdateAliwsDictResponse
@@ -8005,7 +8245,7 @@ export default class Client extends OpenApi {
8005
8245
  }
8006
8246
 
8007
8247
  /**
8008
- * 修改ES实例访问黑名单,已废弃
8248
+ * Modifies the access blacklist of an Elasticsearch instance. This operation is deprecated.
8009
8249
  *
8010
8250
  * @deprecated OpenAPI UpdateBlackIps is deprecated
8011
8251
  *
@@ -8040,7 +8280,7 @@ export default class Client extends OpenApi {
8040
8280
  }
8041
8281
 
8042
8282
  /**
8043
- * 修改ES实例访问黑名单,已废弃
8283
+ * Modifies the access blacklist of an Elasticsearch instance. This operation is deprecated.
8044
8284
  *
8045
8285
  * @deprecated OpenAPI UpdateBlackIps is deprecated
8046
8286
  *
@@ -8055,7 +8295,7 @@ export default class Client extends OpenApi {
8055
8295
  }
8056
8296
 
8057
8297
  /**
8058
- * Updates the configurations of a shipper.
8298
+ * Modifies the configuration of a collector.
8059
8299
  *
8060
8300
  * @param request - UpdateCollectorRequest
8061
8301
  * @param headers - map
@@ -8089,7 +8329,7 @@ export default class Client extends OpenApi {
8089
8329
  }
8090
8330
 
8091
8331
  /**
8092
- * Updates the configurations of a shipper.
8332
+ * Modifies the configuration of a collector.
8093
8333
  *
8094
8334
  * @param request - UpdateCollectorRequest
8095
8335
  * @returns UpdateCollectorResponse
@@ -8101,7 +8341,7 @@ export default class Client extends OpenApi {
8101
8341
  }
8102
8342
 
8103
8343
  /**
8104
- * Changes the name of a shipper.
8344
+ * Calls UpdateCollectorName to modify the name of a collector.
8105
8345
  *
8106
8346
  * @param request - UpdateCollectorNameRequest
8107
8347
  * @param headers - map
@@ -8135,7 +8375,7 @@ export default class Client extends OpenApi {
8135
8375
  }
8136
8376
 
8137
8377
  /**
8138
- * Changes the name of a shipper.
8378
+ * Calls UpdateCollectorName to modify the name of a collector.
8139
8379
  *
8140
8380
  * @param request - UpdateCollectorNameRequest
8141
8381
  * @returns UpdateCollectorNameResponse
@@ -8147,7 +8387,10 @@ export default class Client extends OpenApi {
8147
8387
  }
8148
8388
 
8149
8389
  /**
8150
- * 修改ES集群动态索引
8390
+ * Updates a composable index template for an Elasticsearch instance.
8391
+ *
8392
+ * @remarks
8393
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
8151
8394
  *
8152
8395
  * @param request - UpdateComponentIndexRequest
8153
8396
  * @param headers - map
@@ -8184,7 +8427,10 @@ export default class Client extends OpenApi {
8184
8427
  }
8185
8428
 
8186
8429
  /**
8187
- * 修改ES集群动态索引
8430
+ * Updates a composable index template for an Elasticsearch instance.
8431
+ *
8432
+ * @remarks
8433
+ * For more information, see [Use OpenStore to store massive amounts of data](https://help.aliyun.com/document_detail/317694.html).
8188
8434
  *
8189
8435
  * @param request - UpdateComponentIndexRequest
8190
8436
  * @returns UpdateComponentIndexResponse
@@ -8196,7 +8442,7 @@ export default class Client extends OpenApi {
8196
8442
  }
8197
8443
 
8198
8444
  /**
8199
- * Changes the name of a specified Elasticsearch cluster.
8445
+ * Changes the name of an Elasticsearch instance.
8200
8446
  *
8201
8447
  * @param request - UpdateDescriptionRequest
8202
8448
  * @param headers - map
@@ -8235,7 +8481,7 @@ export default class Client extends OpenApi {
8235
8481
  }
8236
8482
 
8237
8483
  /**
8238
- * Changes the name of a specified Elasticsearch cluster.
8484
+ * Changes the name of an Elasticsearch instance.
8239
8485
  *
8240
8486
  * @param request - UpdateDescriptionRequest
8241
8487
  * @returns UpdateDescriptionResponse
@@ -8247,7 +8493,7 @@ export default class Client extends OpenApi {
8247
8493
  }
8248
8494
 
8249
8495
  /**
8250
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
8496
+ * Modifies the intelligent O&M scenario settings of a specified Elasticsearch instance.
8251
8497
  *
8252
8498
  * @param request - UpdateDiagnosisSettingsRequest
8253
8499
  * @param headers - map
@@ -8285,7 +8531,7 @@ export default class Client extends OpenApi {
8285
8531
  }
8286
8532
 
8287
8533
  /**
8288
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
8534
+ * Modifies the intelligent O&M scenario settings of a specified Elasticsearch instance.
8289
8535
  *
8290
8536
  * @param request - UpdateDiagnosisSettingsRequest
8291
8537
  * @returns UpdateDiagnosisSettingsResponse
@@ -8297,12 +8543,12 @@ export default class Client extends OpenApi {
8297
8543
  }
8298
8544
 
8299
8545
  /**
8300
- * Updates a dictionary of an Elasticsearch cluster.
8546
+ * Updates the user dictionary of an Elasticsearch instance.
8301
8547
  *
8302
8548
  * @remarks
8303
- * Before you call this operation, take note of the following items:
8304
- * * 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.
8305
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8549
+ * When calling this operation, note the following:
8550
+ * - If the dictionary file originates from OSS, ensure that the OSS storage space is publicly readable.
8551
+ * - If previously uploaded dictionaries are not configured with ORIGIN, the dictionary files will be deleted after this operation is called.
8306
8552
  *
8307
8553
  * @param request - UpdateDictRequest
8308
8554
  * @param headers - map
@@ -8336,12 +8582,12 @@ export default class Client extends OpenApi {
8336
8582
  }
8337
8583
 
8338
8584
  /**
8339
- * Updates a dictionary of an Elasticsearch cluster.
8585
+ * Updates the user dictionary of an Elasticsearch instance.
8340
8586
  *
8341
8587
  * @remarks
8342
- * Before you call this operation, take note of the following items:
8343
- * * 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.
8344
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8588
+ * When calling this operation, note the following:
8589
+ * - If the dictionary file originates from OSS, ensure that the OSS storage space is publicly readable.
8590
+ * - If previously uploaded dictionaries are not configured with ORIGIN, the dictionary files will be deleted after this operation is called.
8345
8591
  *
8346
8592
  * @param request - UpdateDictRequest
8347
8593
  * @returns UpdateDictResponse
@@ -8353,7 +8599,7 @@ export default class Client extends OpenApi {
8353
8599
  }
8354
8600
 
8355
8601
  /**
8356
- * 修改集群动态配置
8602
+ * Modify Cluster Dynamic Configuration
8357
8603
  *
8358
8604
  * @param request - UpdateDynamicSettingsRequest
8359
8605
  * @param headers - map
@@ -8395,7 +8641,7 @@ export default class Client extends OpenApi {
8395
8641
  }
8396
8642
 
8397
8643
  /**
8398
- * 修改集群动态配置
8644
+ * Modify Cluster Dynamic Configuration
8399
8645
  *
8400
8646
  * @param request - UpdateDynamicSettingsRequest
8401
8647
  * @returns UpdateDynamicSettingsResponse
@@ -8407,6 +8653,8 @@ export default class Client extends OpenApi {
8407
8653
  }
8408
8654
 
8409
8655
  /**
8656
+ * Modifies the scenario-based configuration template of an Elasticsearch instance.
8657
+ *
8410
8658
  * @param request - UpdateExtendConfigRequest
8411
8659
  * @param headers - map
8412
8660
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8439,6 +8687,8 @@ export default class Client extends OpenApi {
8439
8687
  }
8440
8688
 
8441
8689
  /**
8690
+ * Modifies the scenario-based configuration template of an Elasticsearch instance.
8691
+ *
8442
8692
  * @param request - UpdateExtendConfigRequest
8443
8693
  * @returns UpdateExtendConfigResponse
8444
8694
  */
@@ -8449,10 +8699,10 @@ export default class Client extends OpenApi {
8449
8699
  }
8450
8700
 
8451
8701
  /**
8452
- * Updates the driver files of a Logstash cluster.
8702
+ * Updates the extension file configuration of a Logstash instance.
8453
8703
  *
8454
8704
  * @remarks
8455
- * 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.
8705
+ * 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.
8456
8706
  *
8457
8707
  * @param request - UpdateExtendfilesRequest
8458
8708
  * @param headers - map
@@ -8486,10 +8736,10 @@ export default class Client extends OpenApi {
8486
8736
  }
8487
8737
 
8488
8738
  /**
8489
- * Updates the driver files of a Logstash cluster.
8739
+ * Updates the extension file configuration of a Logstash instance.
8490
8740
  *
8491
8741
  * @remarks
8492
- * 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.
8742
+ * 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.
8493
8743
  *
8494
8744
  * @param request - UpdateExtendfilesRequest
8495
8745
  * @returns UpdateExtendfilesResponse
@@ -8501,7 +8751,7 @@ export default class Client extends OpenApi {
8501
8751
  }
8502
8752
 
8503
8753
  /**
8504
- * 修改FalconSeek配置
8754
+ * Toggle the FalconSeek cloud-native kernel attribute for instances of Version 8.17.
8505
8755
  *
8506
8756
  * @param request - UpdateFalconSeekRequest
8507
8757
  * @param headers - map
@@ -8534,7 +8784,7 @@ export default class Client extends OpenApi {
8534
8784
  }
8535
8785
 
8536
8786
  /**
8537
- * 修改FalconSeek配置
8787
+ * Toggle the FalconSeek cloud-native kernel attribute for instances of Version 8.17.
8538
8788
  *
8539
8789
  * @param request - UpdateFalconSeekRequest
8540
8790
  * @returns UpdateFalconSeekResponse
@@ -8546,12 +8796,12 @@ export default class Client extends OpenApi {
8546
8796
  }
8547
8797
 
8548
8798
  /**
8549
- * null
8799
+ * Updates the IK hot-word dictionary of an Alibaba Cloud Elasticsearch instance.
8550
8800
  *
8551
8801
  * @remarks
8552
- * Before you call this operation, take note of the following items:
8553
- * * 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.
8554
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8802
+ * When calling this operation, note the following:
8803
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
8804
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
8555
8805
  *
8556
8806
  * @param request - UpdateHotIkDictsRequest
8557
8807
  * @param headers - map
@@ -8585,12 +8835,12 @@ export default class Client extends OpenApi {
8585
8835
  }
8586
8836
 
8587
8837
  /**
8588
- * null
8838
+ * Updates the IK hot-word dictionary of an Alibaba Cloud Elasticsearch instance.
8589
8839
  *
8590
8840
  * @remarks
8591
- * Before you call this operation, take note of the following items:
8592
- * * 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.
8593
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
8841
+ * When calling this operation, note the following:
8842
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
8843
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
8594
8844
  *
8595
8845
  * @param request - UpdateHotIkDictsRequest
8596
8846
  * @returns UpdateHotIkDictsResponse
@@ -8602,7 +8852,7 @@ export default class Client extends OpenApi {
8602
8852
  }
8603
8853
 
8604
8854
  /**
8605
- * 修改ES集群索引生命周期策略
8855
+ * Modifies the lifecycle policy of an Elasticsearch index.
8606
8856
  *
8607
8857
  * @param request - UpdateILMPolicyRequest
8608
8858
  * @param headers - map
@@ -8636,7 +8886,7 @@ export default class Client extends OpenApi {
8636
8886
  }
8637
8887
 
8638
8888
  /**
8639
- * 修改ES集群索引生命周期策略
8889
+ * Modifies the lifecycle policy of an Elasticsearch index.
8640
8890
  *
8641
8891
  * @param request - UpdateILMPolicyRequest
8642
8892
  * @returns UpdateILMPolicyResponse
@@ -8648,7 +8898,7 @@ export default class Client extends OpenApi {
8648
8898
  }
8649
8899
 
8650
8900
  /**
8651
- * 修改ES集群索引模版配置
8901
+ * Modifies the template configuration of an Elasticsearch instance.
8652
8902
  *
8653
8903
  * @param request - UpdateIndexTemplateRequest
8654
8904
  * @param headers - map
@@ -8682,7 +8932,7 @@ export default class Client extends OpenApi {
8682
8932
  }
8683
8933
 
8684
8934
  /**
8685
- * 修改ES集群索引模版配置
8935
+ * Modifies the template configuration of an Elasticsearch instance.
8686
8936
  *
8687
8937
  * @param request - UpdateIndexTemplateRequest
8688
8938
  * @returns UpdateIndexTemplateResponse
@@ -8694,10 +8944,11 @@ export default class Client extends OpenApi {
8694
8944
  }
8695
8945
 
8696
8946
  /**
8697
- * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
8947
+ * Upgrades the configuration of an Elasticsearch cluster, including the number of nodes, roles, specifications, and disk configurations.
8698
8948
  *
8699
8949
  * @remarks
8700
- * es-cn-n6w1ptcb30009\\*\\*\\*\\*
8950
+ * When you call this operation, note the following items:
8951
+ * 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).
8701
8952
  *
8702
8953
  * @param request - UpdateInstanceRequest
8703
8954
  * @param headers - map
@@ -8776,10 +9027,11 @@ export default class Client extends OpenApi {
8776
9027
  }
8777
9028
 
8778
9029
  /**
8779
- * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
9030
+ * Upgrades the configuration of an Elasticsearch cluster, including the number of nodes, roles, specifications, and disk configurations.
8780
9031
  *
8781
9032
  * @remarks
8782
- * es-cn-n6w1ptcb30009\\*\\*\\*\\*
9033
+ * When you call this operation, note the following items:
9034
+ * 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).
8783
9035
  *
8784
9036
  * @param request - UpdateInstanceRequest
8785
9037
  * @returns UpdateInstanceResponse
@@ -8791,7 +9043,7 @@ export default class Client extends OpenApi {
8791
9043
  }
8792
9044
 
8793
9045
  /**
8794
- * null
9046
+ * Transforms the billing method of an Elasticsearch instance from pay-as-you-go to a subscription instance.
8795
9047
  *
8796
9048
  * @param request - UpdateInstanceChargeTypeRequest
8797
9049
  * @param headers - map
@@ -8834,7 +9086,7 @@ export default class Client extends OpenApi {
8834
9086
  }
8835
9087
 
8836
9088
  /**
8837
- * null
9089
+ * Transforms the billing method of an Elasticsearch instance from pay-as-you-go to a subscription instance.
8838
9090
  *
8839
9091
  * @param request - UpdateInstanceChargeTypeRequest
8840
9092
  * @returns UpdateInstanceChargeTypeResponse
@@ -8846,11 +9098,11 @@ export default class Client extends OpenApi {
8846
9098
  }
8847
9099
 
8848
9100
  /**
8849
- * Call UpdateInstanceSettings to update the YML configuration of a specified instance.
9101
+ * Modifies the YML parameter settings of a specified Elasticsearch instance.
8850
9102
  *
8851
9103
  * @remarks
8852
- * When you call this operation, take note of the following items:
8853
- * When the instance is in the activating, invalid, or inactive state, you cannot update the configuration.
9104
+ * When you invoke this operation, note the following:
9105
+ * You cannot update the configuration when the instance status is activating, invalid, or inactive (freeze).
8854
9106
  *
8855
9107
  * @param request - UpdateInstanceSettingsRequest
8856
9108
  * @param headers - map
@@ -8897,11 +9149,11 @@ export default class Client extends OpenApi {
8897
9149
  }
8898
9150
 
8899
9151
  /**
8900
- * Call UpdateInstanceSettings to update the YML configuration of a specified instance.
9152
+ * Modifies the YML parameter settings of a specified Elasticsearch instance.
8901
9153
  *
8902
9154
  * @remarks
8903
- * When you call this operation, take note of the following items:
8904
- * When the instance is in the activating, invalid, or inactive state, you cannot update the configuration.
9155
+ * When you invoke this operation, note the following:
9156
+ * You cannot update the configuration when the instance status is activating, invalid, or inactive (freeze).
8905
9157
  *
8906
9158
  * @param request - UpdateInstanceSettingsRequest
8907
9159
  * @returns UpdateInstanceSettingsResponse
@@ -8913,7 +9165,7 @@ export default class Client extends OpenApi {
8913
9165
  }
8914
9166
 
8915
9167
  /**
8916
- * 更新keystore
9168
+ * Update keystore
8917
9169
  *
8918
9170
  * @param request - UpdateKeystoresRequest
8919
9171
  * @param headers - map
@@ -8956,7 +9208,7 @@ export default class Client extends OpenApi {
8956
9208
  }
8957
9209
 
8958
9210
  /**
8959
- * 更新keystore
9211
+ * Update keystore
8960
9212
  *
8961
9213
  * @param request - UpdateKeystoresRequest
8962
9214
  * @returns UpdateKeystoresResponse
@@ -8968,7 +9220,11 @@ export default class Client extends OpenApi {
8968
9220
  }
8969
9221
 
8970
9222
  /**
8971
- * 更新kibana私网链接
9223
+ * Update Kibana private network access
9224
+ *
9225
+ * @remarks
9226
+ * 1. This API operation supports only cloud-native instances. For instances of the legacy architecture, use the TriggerNetwork operation.
9227
+ * 2. The Kibana specifications must be greater than 1 vCPU and 2 GB of memory.
8972
9228
  *
8973
9229
  * @param request - UpdateKibanaPvlNetworkRequest
8974
9230
  * @param headers - map
@@ -9015,7 +9271,11 @@ export default class Client extends OpenApi {
9015
9271
  }
9016
9272
 
9017
9273
  /**
9018
- * 更新kibana私网链接
9274
+ * Update Kibana private network access
9275
+ *
9276
+ * @remarks
9277
+ * 1. This API operation supports only cloud-native instances. For instances of the legacy architecture, use the TriggerNetwork operation.
9278
+ * 2. The Kibana specifications must be greater than 1 vCPU and 2 GB of memory.
9019
9279
  *
9020
9280
  * @param request - UpdateKibanaPvlNetworkRequest
9021
9281
  * @returns UpdateKibanaPvlNetworkResponse
@@ -9027,7 +9287,7 @@ export default class Client extends OpenApi {
9027
9287
  }
9028
9288
 
9029
9289
  /**
9030
- * Call UpdateKibanaSettings to modify the Kibana configuration. Currently, you can only modify the Kibana language configuration.
9290
+ * Modifies the Kibana configuration. Currently, only the Kibana language configuration can be modified.
9031
9291
  *
9032
9292
  * @param request - UpdateKibanaSettingsRequest
9033
9293
  * @param headers - map
@@ -9061,7 +9321,7 @@ export default class Client extends OpenApi {
9061
9321
  }
9062
9322
 
9063
9323
  /**
9064
- * Call UpdateKibanaSettings to modify the Kibana configuration. Currently, you can only modify the Kibana language configuration.
9324
+ * Modifies the Kibana configuration. Currently, only the Kibana language configuration can be modified.
9065
9325
  *
9066
9326
  * @param request - UpdateKibanaSettingsRequest
9067
9327
  * @returns UpdateKibanaSettingsResponse
@@ -9073,7 +9333,7 @@ export default class Client extends OpenApi {
9073
9333
  }
9074
9334
 
9075
9335
  /**
9076
- * UpdateKibanaSso
9336
+ * 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.
9077
9337
  *
9078
9338
  * @param request - UpdateKibanaSsoRequest
9079
9339
  * @param headers - map
@@ -9110,7 +9370,7 @@ export default class Client extends OpenApi {
9110
9370
  }
9111
9371
 
9112
9372
  /**
9113
- * UpdateKibanaSso
9373
+ * 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.
9114
9374
  *
9115
9375
  * @param request - UpdateKibanaSsoRequest
9116
9376
  * @returns UpdateKibanaSsoResponse
@@ -9122,14 +9382,15 @@ export default class Client extends OpenApi {
9122
9382
  }
9123
9383
 
9124
9384
  /**
9125
- * Updates an IP address whitelist for access to the Kibana console of a specified Elasticsearch cluster.
9385
+ * Updates the Kibana access whitelist of a specified Alibaba Cloud Elasticsearch instance.
9126
9386
  *
9127
9387
  * @remarks
9128
- * Before you call this operation, you must make sure that the cluster is not in the activating, invalid, or inactive state.
9129
- * * You can update an IP address whitelist by using the following parameters:
9130
- * * kibanaIPWhitelist
9131
- * * modifyMode and whiteIpGroup
9132
- * * You cannot specify private IP addresses for public IP address whitelists and cannot specify public IP addresses for private IP address whitelists.
9388
+ * ## Before you begin
9389
+ * - When you invoke this operation, you cannot update information if the instance status is activating, invalid, or freeze (inactive).
9390
+ * - 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:
9391
+ * - IP whitelist list: kibanaIPWhitelist
9392
+ * - IP whitelist group: modifyMode, whiteIpGroup
9393
+ * - The public network access whitelist does not support private IP addresses, and the internal-facing whitelist does not support public IP addresses.
9133
9394
  *
9134
9395
  * @param request - UpdateKibanaWhiteIpsRequest
9135
9396
  * @param headers - map
@@ -9176,14 +9437,15 @@ export default class Client extends OpenApi {
9176
9437
  }
9177
9438
 
9178
9439
  /**
9179
- * Updates an IP address whitelist for access to the Kibana console of a specified Elasticsearch cluster.
9440
+ * Updates the Kibana access whitelist of a specified Alibaba Cloud Elasticsearch instance.
9180
9441
  *
9181
9442
  * @remarks
9182
- * Before you call this operation, you must make sure that the cluster is not in the activating, invalid, or inactive state.
9183
- * * You can update an IP address whitelist by using the following parameters:
9184
- * * kibanaIPWhitelist
9185
- * * modifyMode and whiteIpGroup
9186
- * * You cannot specify private IP addresses for public IP address whitelists and cannot specify public IP addresses for private IP address whitelists.
9443
+ * ## Before you begin
9444
+ * - When you invoke this operation, you cannot update information if the instance status is activating, invalid, or freeze (inactive).
9445
+ * - 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:
9446
+ * - IP whitelist list: kibanaIPWhitelist
9447
+ * - IP whitelist group: modifyMode, whiteIpGroup
9448
+ * - The public network access whitelist does not support private IP addresses, and the internal-facing whitelist does not support public IP addresses.
9187
9449
  *
9188
9450
  * @param request - UpdateKibanaWhiteIpsRequest
9189
9451
  * @returns UpdateKibanaWhiteIpsResponse
@@ -9195,7 +9457,11 @@ export default class Client extends OpenApi {
9195
9457
  }
9196
9458
 
9197
9459
  /**
9198
- * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
9460
+ * Modifies some information about a specified instance, such as the number of nodes, quota, name, and disk size.
9461
+ *
9462
+ * @remarks
9463
+ * ### Before you begin
9464
+ * You cannot modify instance information when the instance status is activating, invalid, or freeze (inactive).
9199
9465
  *
9200
9466
  * @param request - UpdateLogstashRequest
9201
9467
  * @param headers - map
@@ -9238,7 +9504,11 @@ export default class Client extends OpenApi {
9238
9504
  }
9239
9505
 
9240
9506
  /**
9241
- * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
9507
+ * Modifies some information about a specified instance, such as the number of nodes, quota, name, and disk size.
9508
+ *
9509
+ * @remarks
9510
+ * ### Before you begin
9511
+ * You cannot modify instance information when the instance status is activating, invalid, or freeze (inactive).
9242
9512
  *
9243
9513
  * @param request - UpdateLogstashRequest
9244
9514
  * @returns UpdateLogstashResponse
@@ -9250,7 +9520,7 @@ export default class Client extends OpenApi {
9250
9520
  }
9251
9521
 
9252
9522
  /**
9253
- * Switches the billing method of a Logstash cluster from pay-as-you-go to subscription.
9523
+ * Converts a pay-as-you-go Alibaba Cloud Logstash instance to a subscription instance.
9254
9524
  *
9255
9525
  * @param request - UpdateLogstashChargeTypeRequest
9256
9526
  * @param headers - map
@@ -9284,7 +9554,7 @@ export default class Client extends OpenApi {
9284
9554
  }
9285
9555
 
9286
9556
  /**
9287
- * Switches the billing method of a Logstash cluster from pay-as-you-go to subscription.
9557
+ * Converts a pay-as-you-go Alibaba Cloud Logstash instance to a subscription instance.
9288
9558
  *
9289
9559
  * @param request - UpdateLogstashChargeTypeRequest
9290
9560
  * @returns UpdateLogstashChargeTypeResponse
@@ -9296,10 +9566,11 @@ export default class Client extends OpenApi {
9296
9566
  }
9297
9567
 
9298
9568
  /**
9299
- * Changes the name of a specified Logstash cluster.
9569
+ * Modifies the name of a specified Logstash instance.
9300
9570
  *
9301
9571
  * @remarks
9302
- * 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.
9572
+ * When you call this operation, take note of the following items:
9573
+ * You cannot modify the instance name when the instance status is activating, invalid, or freeze (inactive).
9303
9574
  *
9304
9575
  * @param request - UpdateLogstashDescriptionRequest
9305
9576
  * @param headers - map
@@ -9338,10 +9609,11 @@ export default class Client extends OpenApi {
9338
9609
  }
9339
9610
 
9340
9611
  /**
9341
- * Changes the name of a specified Logstash cluster.
9612
+ * Modifies the name of a specified Logstash instance.
9342
9613
  *
9343
9614
  * @remarks
9344
- * 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.
9615
+ * When you call this operation, take note of the following items:
9616
+ * You cannot modify the instance name when the instance status is activating, invalid, or freeze (inactive).
9345
9617
  *
9346
9618
  * @param request - UpdateLogstashDescriptionRequest
9347
9619
  * @returns UpdateLogstashDescriptionResponse
@@ -9353,11 +9625,10 @@ export default class Client extends OpenApi {
9353
9625
  }
9354
9626
 
9355
9627
  /**
9356
- * Updates the configuration of the specified Logstash instance.
9628
+ * Updates the configuration of a specified Logstash instance.
9357
9629
  *
9358
9630
  * @remarks
9359
- * When you call this operation, take note of the following items:
9360
- * If the instance is in the Active (activating), Invalid (invalid), and Inactive (inactive) state, the information cannot be updated.
9631
+ * When you invoke this operation, note the following: The instance configuration cannot be updated when the instance status is activating, invalid, or freeze (inactive).
9361
9632
  *
9362
9633
  * @param request - UpdateLogstashSettingsRequest
9363
9634
  * @param headers - map
@@ -9391,11 +9662,10 @@ export default class Client extends OpenApi {
9391
9662
  }
9392
9663
 
9393
9664
  /**
9394
- * Updates the configuration of the specified Logstash instance.
9665
+ * Updates the configuration of a specified Logstash instance.
9395
9666
  *
9396
9667
  * @remarks
9397
- * When you call this operation, take note of the following items:
9398
- * If the instance is in the Active (activating), Invalid (invalid), and Inactive (inactive) state, the information cannot be updated.
9668
+ * When you invoke this operation, note the following: The instance configuration cannot be updated when the instance status is activating, invalid, or freeze (inactive).
9399
9669
  *
9400
9670
  * @param request - UpdateLogstashSettingsRequest
9401
9671
  * @returns UpdateLogstashSettingsResponse
@@ -9407,7 +9677,10 @@ export default class Client extends OpenApi {
9407
9677
  }
9408
9678
 
9409
9679
  /**
9410
- * Modifies the pipeline management method of the specified Logstash cluster.
9680
+ * Modifies the pipeline management method for a specified Logstash instance.
9681
+ *
9682
+ * @remarks
9683
+ * > 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.
9411
9684
  *
9412
9685
  * @param request - UpdatePipelineManagementConfigRequest
9413
9686
  * @param headers - map
@@ -9466,7 +9739,10 @@ export default class Client extends OpenApi {
9466
9739
  }
9467
9740
 
9468
9741
  /**
9469
- * Modifies the pipeline management method of the specified Logstash cluster.
9742
+ * Modifies the pipeline management method for a specified Logstash instance.
9743
+ *
9744
+ * @remarks
9745
+ * > 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.
9470
9746
  *
9471
9747
  * @param request - UpdatePipelineManagementConfigRequest
9472
9748
  * @returns UpdatePipelineManagementConfigResponse
@@ -9478,7 +9754,7 @@ export default class Client extends OpenApi {
9478
9754
  }
9479
9755
 
9480
9756
  /**
9481
- * Updates a pipeline of a Logstash cluster.
9757
+ * Calls UpdatePipelines to update Logstash pipeline information.
9482
9758
  *
9483
9759
  * @param request - UpdatePipelinesRequest
9484
9760
  * @param headers - map
@@ -9516,7 +9792,7 @@ export default class Client extends OpenApi {
9516
9792
  }
9517
9793
 
9518
9794
  /**
9519
- * Updates a pipeline of a Logstash cluster.
9795
+ * Calls UpdatePipelines to update Logstash pipeline information.
9520
9796
  *
9521
9797
  * @param request - UpdatePipelinesRequest
9522
9798
  * @returns UpdatePipelinesResponse
@@ -9528,10 +9804,15 @@ export default class Client extends OpenApi {
9528
9804
  }
9529
9805
 
9530
9806
  /**
9531
- * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
9807
+ * Updates the VPC private network access whitelist of a specified instance.
9532
9808
  *
9533
9809
  * @remarks
9534
- * > 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.
9810
+ * ## Before you begin
9811
+ * - You cannot update the VPC private network access whitelist of an instance when the instance status is Activating (activating), Invalid (invalid), or Freeze (inactive).
9812
+ * - 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:
9813
+ * - IP whitelist list: privateNetworkIpWhiteList
9814
+ * - IP whitelist group: modifyMode, whiteIpGroup
9815
+ * - The public network access whitelist does not support private IP addresses, and the private network access whitelist does not support public IP addresses.
9535
9816
  *
9536
9817
  * @param request - UpdatePrivateNetworkWhiteIpsRequest
9537
9818
  * @param headers - map
@@ -9569,10 +9850,15 @@ export default class Client extends OpenApi {
9569
9850
  }
9570
9851
 
9571
9852
  /**
9572
- * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
9853
+ * Updates the VPC private network access whitelist of a specified instance.
9573
9854
  *
9574
9855
  * @remarks
9575
- * > 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.
9856
+ * ## Before you begin
9857
+ * - You cannot update the VPC private network access whitelist of an instance when the instance status is Activating (activating), Invalid (invalid), or Freeze (inactive).
9858
+ * - 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:
9859
+ * - IP whitelist list: privateNetworkIpWhiteList
9860
+ * - IP whitelist group: modifyMode, whiteIpGroup
9861
+ * - The public network access whitelist does not support private IP addresses, and the private network access whitelist does not support public IP addresses.
9576
9862
  *
9577
9863
  * @param request - UpdatePrivateNetworkWhiteIpsRequest
9578
9864
  * @returns UpdatePrivateNetworkWhiteIpsResponse
@@ -9584,11 +9870,11 @@ export default class Client extends OpenApi {
9584
9870
  }
9585
9871
 
9586
9872
  /**
9587
- * null
9873
+ * Enables or disables the public network address for a specified Elasticsearch instance.
9588
9874
  *
9589
9875
  * @remarks
9590
- * When you call this operation, take note of the following items:
9591
- * When the instance is in the activating, invalid, or inactive state, its configuration cannot be updated.
9876
+ * When you call this operation, note the following:
9877
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
9592
9878
  *
9593
9879
  * @param request - UpdatePublicNetworkRequest
9594
9880
  * @param headers - map
@@ -9622,11 +9908,11 @@ export default class Client extends OpenApi {
9622
9908
  }
9623
9909
 
9624
9910
  /**
9625
- * null
9911
+ * Enables or disables the public network address for a specified Elasticsearch instance.
9626
9912
  *
9627
9913
  * @remarks
9628
- * When you call this operation, take note of the following items:
9629
- * When the instance is in the activating, invalid, or inactive state, its configuration cannot be updated.
9914
+ * When you call this operation, note the following:
9915
+ * You cannot update information when the instance status is activating, invalid, or freeze (inactive).
9630
9916
  *
9631
9917
  * @param request - UpdatePublicNetworkRequest
9632
9918
  * @returns UpdatePublicNetworkResponse
@@ -9638,10 +9924,15 @@ export default class Client extends OpenApi {
9638
9924
  }
9639
9925
 
9640
9926
  /**
9641
- * null
9927
+ * Updates the public endpoint access whitelist of a specified Elasticsearch instance.
9642
9928
  *
9643
9929
  * @remarks
9644
- * > 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.
9930
+ * ## Before you begin
9931
+ * - You cannot update the public endpoint access whitelist of an instance when the instance status is activating, invalid, or inactive (freeze).
9932
+ * - 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:
9933
+ * - IP whitelist list: publicIpWhitelist
9934
+ * - IP whitelist group: modifyMode, whiteIpGroup
9935
+ * - 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.
9645
9936
  *
9646
9937
  * @param request - UpdatePublicWhiteIpsRequest
9647
9938
  * @param headers - map
@@ -9679,10 +9970,15 @@ export default class Client extends OpenApi {
9679
9970
  }
9680
9971
 
9681
9972
  /**
9682
- * null
9973
+ * Updates the public endpoint access whitelist of a specified Elasticsearch instance.
9683
9974
  *
9684
9975
  * @remarks
9685
- * > 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.
9976
+ * ## Before you begin
9977
+ * - You cannot update the public endpoint access whitelist of an instance when the instance status is activating, invalid, or inactive (freeze).
9978
+ * - 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:
9979
+ * - IP whitelist list: publicIpWhitelist
9980
+ * - IP whitelist group: modifyMode, whiteIpGroup
9981
+ * - 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.
9686
9982
  *
9687
9983
  * @param request - UpdatePublicWhiteIpsRequest
9688
9984
  * @returns UpdatePublicWhiteIpsResponse
@@ -9694,7 +9990,7 @@ export default class Client extends OpenApi {
9694
9990
  }
9695
9991
 
9696
9992
  /**
9697
- * 更改ES集群高可用策略
9993
+ * Enables or disables the write high availability feature for a cluster. Currently, only instances in the China (Beijing) region are supported.
9698
9994
  *
9699
9995
  * @param request - UpdateReadWritePolicyRequest
9700
9996
  * @param headers - map
@@ -9728,7 +10024,7 @@ export default class Client extends OpenApi {
9728
10024
  }
9729
10025
 
9730
10026
  /**
9731
- * 更改ES集群高可用策略
10027
+ * Enables or disables the write high availability feature for a cluster. Currently, only instances in the China (Beijing) region are supported.
9732
10028
  *
9733
10029
  * @param request - UpdateReadWritePolicyRequest
9734
10030
  * @returns UpdateReadWritePolicyResponse
@@ -9740,7 +10036,7 @@ export default class Client extends OpenApi {
9740
10036
  }
9741
10037
 
9742
10038
  /**
9743
- * Call UpdateSnapshotSetting to update the data backup configuration of the specified instance.
10039
+ * Updates the data backup configuration of a specified instance.
9744
10040
  *
9745
10041
  * @param request - UpdateSnapshotSettingRequest
9746
10042
  * @param headers - map
@@ -9768,7 +10064,7 @@ export default class Client extends OpenApi {
9768
10064
  }
9769
10065
 
9770
10066
  /**
9771
- * Call UpdateSnapshotSetting to update the data backup configuration of the specified instance.
10067
+ * Updates the data backup configuration of a specified instance.
9772
10068
  *
9773
10069
  * @param request - UpdateSnapshotSettingRequest
9774
10070
  * @returns UpdateSnapshotSettingResponse
@@ -9780,12 +10076,12 @@ export default class Client extends OpenApi {
9780
10076
  }
9781
10077
 
9782
10078
  /**
9783
- * Updates the synonym dictionaries of an Elasticsearch cluster.
10079
+ * Updates the synonym dictionary of an Alibaba Cloud Elasticsearch instance.
9784
10080
  *
9785
10081
  * @remarks
9786
- * Before you call this operation, take note of the following items:
9787
- * * 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.
9788
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
10082
+ * When calling this operation, note the following:
10083
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
10084
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
9789
10085
  *
9790
10086
  * @param request - UpdateSynonymsDictsRequest
9791
10087
  * @param headers - map
@@ -9819,12 +10115,12 @@ export default class Client extends OpenApi {
9819
10115
  }
9820
10116
 
9821
10117
  /**
9822
- * Updates the synonym dictionaries of an Elasticsearch cluster.
10118
+ * Updates the synonym dictionary of an Alibaba Cloud Elasticsearch instance.
9823
10119
  *
9824
10120
  * @remarks
9825
- * Before you call this operation, take note of the following items:
9826
- * * 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.
9827
- * * If you do not set sourceType to ORIGIN for an uploaded dictionary file, the file will be deleted after you call this operation.
10121
+ * When calling this operation, note the following:
10122
+ * - If the dictionary file is sourced from OSS, make sure the OSS bucket has public-read permission.
10123
+ * - If a previously uploaded dictionary is not configured with ORIGIN, the dictionary file will be deleted after this operation is called.
9828
10124
  *
9829
10125
  * @param request - UpdateSynonymsDictsRequest
9830
10126
  * @returns UpdateSynonymsDictsResponse
@@ -9836,6 +10132,8 @@ export default class Client extends OpenApi {
9836
10132
  }
9837
10133
 
9838
10134
  /**
10135
+ * Modifies the scenario-specific template configuration of a cluster.
10136
+ *
9839
10137
  * @param request - UpdateTemplateRequest
9840
10138
  * @param headers - map
9841
10139
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9868,6 +10166,8 @@ export default class Client extends OpenApi {
9868
10166
  }
9869
10167
 
9870
10168
  /**
10169
+ * Modifies the scenario-specific template configuration of a cluster.
10170
+ *
9871
10171
  * @param request - UpdateTemplateRequest
9872
10172
  * @returns UpdateTemplateResponse
9873
10173
  */
@@ -9878,10 +10178,15 @@ export default class Client extends OpenApi {
9878
10178
  }
9879
10179
 
9880
10180
  /**
9881
- * Updates a private IP address whitelist of an Elasticsearch cluster.
10181
+ * Modifies the VPC internal-facing access whitelist of an Elasticsearch instance.
9882
10182
  *
9883
10183
  * @remarks
9884
- * > 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.
10184
+ * ## Before you begin
10185
+ * - You cannot update information when the instance status is activating, invalid, or freeze (inactive).
10186
+ * - 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:
10187
+ * - IP whitelist list: esIPWhitelist
10188
+ * - IP whitelist group: modifyMode, whiteIpGroup
10189
+ * - The public access whitelist does not support private network IP addresses, and the internal-facing access whitelist does not support public IP addresses.
9885
10190
  *
9886
10191
  * @param request - UpdateWhiteIpsRequest
9887
10192
  * @param headers - map
@@ -9928,10 +10233,15 @@ export default class Client extends OpenApi {
9928
10233
  }
9929
10234
 
9930
10235
  /**
9931
- * Updates a private IP address whitelist of an Elasticsearch cluster.
10236
+ * Modifies the VPC internal-facing access whitelist of an Elasticsearch instance.
9932
10237
  *
9933
10238
  * @remarks
9934
- * > 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.
10239
+ * ## Before you begin
10240
+ * - You cannot update information when the instance status is activating, invalid, or freeze (inactive).
10241
+ * - 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:
10242
+ * - IP whitelist list: esIPWhitelist
10243
+ * - IP whitelist group: modifyMode, whiteIpGroup
10244
+ * - The public access whitelist does not support private network IP addresses, and the internal-facing access whitelist does not support public IP addresses.
9935
10245
  *
9936
10246
  * @param request - UpdateWhiteIpsRequest
9937
10247
  * @returns UpdateWhiteIpsResponse
@@ -9943,7 +10253,7 @@ export default class Client extends OpenApi {
9943
10253
  }
9944
10254
 
9945
10255
  /**
9946
- * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
10256
+ * Updates the X-Pack monitoring and alerting configuration of a Logstash instance.
9947
10257
  *
9948
10258
  * @param request - UpdateXpackMonitorConfigRequest
9949
10259
  * @param headers - map
@@ -9994,7 +10304,7 @@ export default class Client extends OpenApi {
9994
10304
  }
9995
10305
 
9996
10306
  /**
9997
- * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
10307
+ * Updates the X-Pack monitoring and alerting configuration of a Logstash instance.
9998
10308
  *
9999
10309
  * @param request - UpdateXpackMonitorConfigRequest
10000
10310
  * @returns UpdateXpackMonitorConfigResponse
@@ -10006,10 +10316,10 @@ export default class Client extends OpenApi {
10006
10316
  }
10007
10317
 
10008
10318
  /**
10009
- * Upgrades the version or kernel of an Elasticsearch cluster.
10319
+ * Upgrades the version of an Elasticsearch instance. Both major version upgrades and kernel version upgrades are supported.
10010
10320
  *
10011
10321
  * @remarks
10012
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
10322
+ * > 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).
10013
10323
  *
10014
10324
  * @param request - UpgradeEngineVersionRequest
10015
10325
  * @param headers - map
@@ -10064,10 +10374,10 @@ export default class Client extends OpenApi {
10064
10374
  }
10065
10375
 
10066
10376
  /**
10067
- * Upgrades the version or kernel of an Elasticsearch cluster.
10377
+ * Upgrades the version of an Elasticsearch instance. Both major version upgrades and kernel version upgrades are supported.
10068
10378
  *
10069
10379
  * @remarks
10070
- * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
10380
+ * > 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).
10071
10381
  *
10072
10382
  * @param request - UpgradeEngineVersionRequest
10073
10383
  * @returns UpgradeEngineVersionResponse
@@ -10079,7 +10389,7 @@ export default class Client extends OpenApi {
10079
10389
  }
10080
10390
 
10081
10391
  /**
10082
- * 查询是否有可升级的小版本
10392
+ * Query whether a minor version is available for upgrade.
10083
10393
  *
10084
10394
  * @param headers - map
10085
10395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10104,7 +10414,7 @@ export default class Client extends OpenApi {
10104
10414
  }
10105
10415
 
10106
10416
  /**
10107
- * 查询是否有可升级的小版本
10417
+ * Query whether a minor version is available for upgrade.
10108
10418
  * @returns UpgradeInfoResponse
10109
10419
  */
10110
10420
  async upgradeInfo(instanceId: string): Promise<$_model.UpgradeInfoResponse> {
@@ -10114,10 +10424,10 @@ export default class Client extends OpenApi {
10114
10424
  }
10115
10425
 
10116
10426
  /**
10117
- * Tests the connectivity between a Logstash cluster and its associated Elasticsearch cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
10427
+ * Validates the connectivity of an Elasticsearch instance that provides X-Pack monitoring.
10118
10428
  *
10119
10429
  * @remarks
10120
- * > 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.
10430
+ * > 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.
10121
10431
  *
10122
10432
  * @param request - ValidateConnectionRequest
10123
10433
  * @param headers - map
@@ -10151,10 +10461,10 @@ export default class Client extends OpenApi {
10151
10461
  }
10152
10462
 
10153
10463
  /**
10154
- * Tests the connectivity between a Logstash cluster and its associated Elasticsearch cluster when you configure the X-Pack Monitoring feature for the Logstash cluster.
10464
+ * Validates the connectivity of an Elasticsearch instance that provides X-Pack monitoring.
10155
10465
  *
10156
10466
  * @remarks
10157
- * > 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.
10467
+ * > 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.
10158
10468
  *
10159
10469
  * @param request - ValidateConnectionRequest
10160
10470
  * @returns ValidateConnectionResponse
@@ -10166,7 +10476,7 @@ export default class Client extends OpenApi {
10166
10476
  }
10167
10477
 
10168
10478
  /**
10169
- * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
10479
+ * Checks whether specific nodes in a specified instance can be scaled in.
10170
10480
  *
10171
10481
  * @param request - ValidateShrinkNodesRequest
10172
10482
  * @param headers - map
@@ -10208,7 +10518,7 @@ export default class Client extends OpenApi {
10208
10518
  }
10209
10519
 
10210
10520
  /**
10211
- * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
10521
+ * Checks whether specific nodes in a specified instance can be scaled in.
10212
10522
  *
10213
10523
  * @param request - ValidateShrinkNodesRequest
10214
10524
  * @returns ValidateShrinkNodesResponse
@@ -10220,7 +10530,10 @@ export default class Client extends OpenApi {
10220
10530
  }
10221
10531
 
10222
10532
  /**
10223
- * Verify the SLR permissions of the current account.
10533
+ * Verifies the service-linked role (SLR) permission of the current account.
10534
+ *
10535
+ * @remarks
10536
+ * > 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.
10224
10537
  *
10225
10538
  * @param request - ValidateSlrPermissionRequest
10226
10539
  * @param headers - map
@@ -10257,7 +10570,10 @@ export default class Client extends OpenApi {
10257
10570
  }
10258
10571
 
10259
10572
  /**
10260
- * Verify the SLR permissions of the current account.
10573
+ * Verifies the service-linked role (SLR) permission of the current account.
10574
+ *
10575
+ * @remarks
10576
+ * > 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.
10261
10577
  *
10262
10578
  * @param request - ValidateSlrPermissionRequest
10263
10579
  * @returns ValidateSlrPermissionResponse
@@ -10269,7 +10585,7 @@ export default class Client extends OpenApi {
10269
10585
  }
10270
10586
 
10271
10587
  /**
10272
- * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
10588
+ * Validates whether data on specific nodes in a specified instance can be migrated.
10273
10589
  *
10274
10590
  * @param request - ValidateTransferableNodesRequest
10275
10591
  * @param headers - map
@@ -10303,7 +10619,7 @@ export default class Client extends OpenApi {
10303
10619
  }
10304
10620
 
10305
10621
  /**
10306
- * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
10622
+ * Validates whether data on specific nodes in a specified instance can be migrated.
10307
10623
  *
10308
10624
  * @param request - ValidateTransferableNodesRequest
10309
10625
  * @returns ValidateTransferableNodesResponse
@@ -10315,10 +10631,13 @@ export default class Client extends OpenApi {
10315
10631
  }
10316
10632
 
10317
10633
  /**
10318
- * Creates an Elasticsearch cluster.
10634
+ * Creates an Elasticsearch instance.
10319
10635
  *
10320
10636
  * @remarks
10321
- * The configurations of warm nodes.
10637
+ * ### Precautions
10638
+ * - 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).
10639
+ * - 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>
10640
+ * - 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.
10322
10641
  *
10323
10642
  * @param request - CreateInstanceRequest
10324
10643
  * @param headers - map
@@ -10421,10 +10740,13 @@ export default class Client extends OpenApi {
10421
10740
  }
10422
10741
 
10423
10742
  /**
10424
- * Creates an Elasticsearch cluster.
10743
+ * Creates an Elasticsearch instance.
10425
10744
  *
10426
10745
  * @remarks
10427
- * The configurations of warm nodes.
10746
+ * ### Precautions
10747
+ * - 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).
10748
+ * - 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>
10749
+ * - 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.
10428
10750
  *
10429
10751
  * @param request - CreateInstanceRequest
10430
10752
  * @returns CreateInstanceResponse