@alicloud/elasticsearch20170613 4.0.2 → 4.1.1

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 (83) hide show
  1. package/dist/client.d.ts +233 -226
  2. package/dist/client.js +257 -226
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ClientNodeConfiguration.d.ts +12 -0
  5. package/dist/models/ClientNodeConfiguration.js.map +1 -1
  6. package/dist/models/CreateIndexTemplateRequest.d.ts +7 -4
  7. package/dist/models/CreateIndexTemplateRequest.js.map +1 -1
  8. package/dist/models/DescribeLogstashResponseBody.d.ts +1 -0
  9. package/dist/models/DescribeLogstashResponseBody.js +2 -0
  10. package/dist/models/DescribeLogstashResponseBody.js.map +1 -1
  11. package/dist/models/DictInfo.d.ts +16 -0
  12. package/dist/models/DictInfo.js.map +1 -1
  13. package/dist/models/ElasticDataNodeConfiguration.d.ts +23 -0
  14. package/dist/models/ElasticDataNodeConfiguration.js.map +1 -1
  15. package/dist/models/Elasticsearch.d.ts +136 -0
  16. package/dist/models/Elasticsearch.js.map +1 -1
  17. package/dist/models/GrayPublishRequest.d.ts +18 -0
  18. package/dist/models/GrayPublishRequest.js +58 -0
  19. package/dist/models/GrayPublishRequest.js.map +1 -0
  20. package/dist/models/GrayPublishResponse.d.ts +19 -0
  21. package/dist/models/GrayPublishResponse.js +69 -0
  22. package/dist/models/GrayPublishResponse.js.map +1 -0
  23. package/dist/models/GrayPublishResponseBody.d.ts +26 -0
  24. package/dist/models/GrayPublishResponseBody.js +60 -0
  25. package/dist/models/GrayPublishResponseBody.js.map +1 -0
  26. package/dist/models/KibanaNodeConfiguration.d.ts +11 -0
  27. package/dist/models/KibanaNodeConfiguration.js.map +1 -1
  28. package/dist/models/ListConnectedClustersResponseBody.d.ts +0 -18
  29. package/dist/models/ListConnectedClustersResponseBody.js.map +1 -1
  30. package/dist/models/ListLogstashResponseBody.d.ts +5 -0
  31. package/dist/models/ListLogstashResponseBody.js +2 -0
  32. package/dist/models/ListLogstashResponseBody.js.map +1 -1
  33. package/dist/models/Logstash.d.ts +108 -0
  34. package/dist/models/Logstash.js.map +1 -1
  35. package/dist/models/MasterNodeConfiguration.d.ts +12 -0
  36. package/dist/models/MasterNodeConfiguration.js.map +1 -1
  37. package/dist/models/NetworkConfig.d.ts +16 -0
  38. package/dist/models/NetworkConfig.js.map +1 -1
  39. package/dist/models/NodeInfo.d.ts +16 -0
  40. package/dist/models/NodeInfo.js.map +1 -1
  41. package/dist/models/NodeSpec.d.ts +19 -0
  42. package/dist/models/NodeSpec.js.map +1 -1
  43. package/dist/models/PaymentInfo.d.ts +16 -0
  44. package/dist/models/PaymentInfo.js.map +1 -1
  45. package/dist/models/ReadWritePolicy.d.ts +12 -0
  46. package/dist/models/ReadWritePolicy.js.map +1 -1
  47. package/dist/models/Tag.d.ts +8 -0
  48. package/dist/models/Tag.js.map +1 -1
  49. package/dist/models/WarmNodeConfiguration.d.ts +23 -0
  50. package/dist/models/WarmNodeConfiguration.js.map +1 -1
  51. package/dist/models/WhiteIpGroup.d.ts +8 -0
  52. package/dist/models/WhiteIpGroup.js.map +1 -1
  53. package/dist/models/ZoneInfo.d.ts +8 -0
  54. package/dist/models/ZoneInfo.js.map +1 -1
  55. package/dist/models/model.d.ts +3 -0
  56. package/dist/models/model.js +15 -9
  57. package/dist/models/model.js.map +1 -1
  58. package/package.json +1 -1
  59. package/src/client.ts +260 -226
  60. package/src/models/ClientNodeConfiguration.ts +12 -0
  61. package/src/models/CreateIndexTemplateRequest.ts +7 -4
  62. package/src/models/DescribeLogstashResponseBody.ts +3 -0
  63. package/src/models/DictInfo.ts +16 -0
  64. package/src/models/ElasticDataNodeConfiguration.ts +23 -0
  65. package/src/models/Elasticsearch.ts +136 -0
  66. package/src/models/GrayPublishRequest.ts +31 -0
  67. package/src/models/GrayPublishResponse.ts +40 -0
  68. package/src/models/GrayPublishResponseBody.ts +41 -0
  69. package/src/models/KibanaNodeConfiguration.ts +11 -0
  70. package/src/models/ListConnectedClustersResponseBody.ts +0 -18
  71. package/src/models/ListLogstashResponseBody.ts +7 -0
  72. package/src/models/Logstash.ts +108 -0
  73. package/src/models/MasterNodeConfiguration.ts +12 -0
  74. package/src/models/NetworkConfig.ts +16 -0
  75. package/src/models/NodeInfo.ts +16 -0
  76. package/src/models/NodeSpec.ts +19 -0
  77. package/src/models/PaymentInfo.ts +16 -0
  78. package/src/models/ReadWritePolicy.ts +12 -0
  79. package/src/models/Tag.ts +8 -0
  80. package/src/models/WarmNodeConfiguration.ts +23 -0
  81. package/src/models/WhiteIpGroup.ts +8 -0
  82. package/src/models/ZoneInfo.ts +8 -0
  83. package/src/models/model.ts +3 -0
package/dist/client.js CHANGED
@@ -270,6 +270,8 @@ class Client extends openapi_core_1.default {
270
270
  return await this.cancelLogstashDeletionWithOptions(InstanceId, request, headers, runtime);
271
271
  }
272
272
  /**
273
+ * Call CancelTask to cancel a data migration task.
274
+ *
273
275
  * @param request - CancelTaskRequest
274
276
  * @param headers - map
275
277
  * @param runtime - runtime options for this request RuntimeOptions
@@ -302,6 +304,8 @@ class Client extends openapi_core_1.default {
302
304
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelTaskResponse({}));
303
305
  }
304
306
  /**
307
+ * Call CancelTask to cancel a data migration task.
308
+ *
305
309
  * @param request - CancelTaskRequest
306
310
  * @returns CancelTaskResponse
307
311
  */
@@ -362,7 +366,7 @@ class Client extends openapi_core_1.default {
362
366
  return await this.capacityPlanWithOptions(request, headers, runtime);
363
367
  }
364
368
  /**
365
- * 关闭实例的智能运维功能
369
+ * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
366
370
  *
367
371
  * @param request - CloseDiagnosisRequest
368
372
  * @param headers - map
@@ -396,7 +400,7 @@ class Client extends openapi_core_1.default {
396
400
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseDiagnosisResponse({}));
397
401
  }
398
402
  /**
399
- * 关闭实例的智能运维功能
403
+ * Disables the intelligent O\\&M feature for an Elasticsearch cluster.
400
404
  *
401
405
  * @param request - CloseDiagnosisRequest
402
406
  * @returns CloseDiagnosisResponse
@@ -407,6 +411,8 @@ class Client extends openapi_core_1.default {
407
411
  return await this.closeDiagnosisWithOptions(InstanceId, request, headers, runtime);
408
412
  }
409
413
  /**
414
+ * Call CloseHttps to close the HTTPS protocol.
415
+ *
410
416
  * @param request - CloseHttpsRequest
411
417
  * @param headers - map
412
418
  * @param runtime - runtime options for this request RuntimeOptions
@@ -436,6 +442,8 @@ class Client extends openapi_core_1.default {
436
442
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CloseHttpsResponse({}));
437
443
  }
438
444
  /**
445
+ * Call CloseHttps to close the HTTPS protocol.
446
+ *
439
447
  * @param request - CloseHttpsRequest
440
448
  * @returns CloseHttpsResponse
441
449
  */
@@ -748,7 +756,7 @@ class Client extends openapi_core_1.default {
748
756
  return await this.createIndexTemplateWithOptions(InstanceId, request, headers, runtime);
749
757
  }
750
758
  /**
751
- * 创建logstash实例
759
+ * Creates a Logstash cluster.
752
760
  *
753
761
  * @param request - CreateLogstashRequest
754
762
  * @param headers - map
@@ -805,7 +813,7 @@ class Client extends openapi_core_1.default {
805
813
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateLogstashResponse({}));
806
814
  }
807
815
  /**
808
- * 创建logstash实例
816
+ * Creates a Logstash cluster.
809
817
  *
810
818
  * @param request - CreateLogstashRequest
811
819
  * @returns CreateLogstashResponse
@@ -816,7 +824,7 @@ class Client extends openapi_core_1.default {
816
824
  return await this.createLogstashWithOptions(request, headers, runtime);
817
825
  }
818
826
  /**
819
- * 创建Logstash管道任务
827
+ * Creates a pipeline in a Logstash cluster.
820
828
  *
821
829
  * @param request - CreatePipelinesRequest
822
830
  * @param headers - map
@@ -851,7 +859,7 @@ class Client extends openapi_core_1.default {
851
859
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePipelinesResponse({}));
852
860
  }
853
861
  /**
854
- * 创建Logstash管道任务
862
+ * Creates a pipeline in a Logstash cluster.
855
863
  *
856
864
  * @param request - CreatePipelinesRequest
857
865
  * @returns CreatePipelinesResponse
@@ -862,6 +870,8 @@ class Client extends openapi_core_1.default {
862
870
  return await this.createPipelinesWithOptions(InstanceId, request, headers, runtime);
863
871
  }
864
872
  /**
873
+ * Call CreateSnapshot to manually back up a cluster snapshot.
874
+ *
865
875
  * @param request - CreateSnapshotRequest
866
876
  * @param headers - map
867
877
  * @param runtime - runtime options for this request RuntimeOptions
@@ -892,6 +902,8 @@ class Client extends openapi_core_1.default {
892
902
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSnapshotResponse({}));
893
903
  }
894
904
  /**
905
+ * Call CreateSnapshot to manually back up a cluster snapshot.
906
+ *
895
907
  * @param request - CreateSnapshotRequest
896
908
  * @returns CreateSnapshotResponse
897
909
  */
@@ -960,7 +972,7 @@ class Client extends openapi_core_1.default {
960
972
  return await this.createVpcEndpointWithOptions(InstanceId, request, headers, runtime);
961
973
  }
962
974
  /**
963
- * Invoke DeactivateZones to offline certain zones when there are multiple availability zones, and migrate nodes in the offline zones to other availability zones.
975
+ * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
964
976
  *
965
977
  * @param request - DeactivateZonesRequest
966
978
  * @param headers - map
@@ -992,7 +1004,7 @@ class Client extends openapi_core_1.default {
992
1004
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeactivateZonesResponse({}));
993
1005
  }
994
1006
  /**
995
- * Invoke DeactivateZones to offline certain zones when there are multiple availability zones, and migrate nodes in the offline zones to other availability zones.
1007
+ * Disables one or more zones where a multi-zone Elasticsearch cluster resides and migrates the nodes in the disabled zones to other zones.
996
1008
  *
997
1009
  * @param request - DeactivateZonesRequest
998
1010
  * @returns DeactivateZonesResponse
@@ -1078,6 +1090,8 @@ class Client extends openapi_core_1.default {
1078
1090
  return await this.deleteComponentIndexWithOptions(InstanceId, name, headers, runtime);
1079
1091
  }
1080
1092
  /**
1093
+ * Call DeleteConnectedCluster to remove the interconnected instance.
1094
+ *
1081
1095
  * @param request - DeleteConnectedClusterRequest
1082
1096
  * @param headers - map
1083
1097
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1110,6 +1124,8 @@ class Client extends openapi_core_1.default {
1110
1124
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteConnectedClusterResponse({}));
1111
1125
  }
1112
1126
  /**
1127
+ * Call DeleteConnectedCluster to remove the interconnected instance.
1128
+ *
1113
1129
  * @param request - DeleteConnectedClusterRequest
1114
1130
  * @returns DeleteConnectedClusterResponse
1115
1131
  */
@@ -1161,6 +1177,8 @@ class Client extends openapi_core_1.default {
1161
1177
  return await this.deleteDataStreamWithOptions(InstanceId, DataStream, request, headers, runtime);
1162
1178
  }
1163
1179
  /**
1180
+ * You can call this operation to delete an index migration task.
1181
+ *
1164
1182
  * @param request - DeleteDataTaskRequest
1165
1183
  * @param headers - map
1166
1184
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1193,6 +1211,8 @@ class Client extends openapi_core_1.default {
1193
1211
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataTaskResponse({}));
1194
1212
  }
1195
1213
  /**
1214
+ * You can call this operation to delete an index migration task.
1215
+ *
1196
1216
  * @param request - DeleteDataTaskRequest
1197
1217
  * @returns DeleteDataTaskResponse
1198
1218
  */
@@ -1265,7 +1285,7 @@ class Client extends openapi_core_1.default {
1265
1285
  return await this.deleteILMPolicyWithOptions(InstanceId, PolicyName, headers, runtime);
1266
1286
  }
1267
1287
  /**
1268
- * 删除ES集群索引模版
1288
+ * Deletes a top index template.
1269
1289
  *
1270
1290
  * @param headers - map
1271
1291
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1289,7 +1309,7 @@ class Client extends openapi_core_1.default {
1289
1309
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteIndexTemplateResponse({}));
1290
1310
  }
1291
1311
  /**
1292
- * 删除ES集群索引模版
1312
+ * Deletes a top index template.
1293
1313
  * @returns DeleteIndexTemplateResponse
1294
1314
  */
1295
1315
  async deleteIndexTemplate(InstanceId, IndexTemplate) {
@@ -1298,6 +1318,8 @@ class Client extends openapi_core_1.default {
1298
1318
  return await this.deleteIndexTemplateWithOptions(InstanceId, IndexTemplate, headers, runtime);
1299
1319
  }
1300
1320
  /**
1321
+ * You can call this operation to release a pay-as-you-go Elasticsearch instance. After the instance is released, the physical resources of the instance is reclaimed. The data of the instance is deleted and cannot be recovered. The disks mounted to the instance nodes and the snapshots are released.
1322
+ *
1301
1323
  * @param request - DeleteInstanceRequest
1302
1324
  * @param headers - map
1303
1325
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1330,6 +1352,8 @@ class Client extends openapi_core_1.default {
1330
1352
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteInstanceResponse({}));
1331
1353
  }
1332
1354
  /**
1355
+ * You can call this operation to release a pay-as-you-go Elasticsearch instance. After the instance is released, the physical resources of the instance is reclaimed. The data of the instance is deleted and cannot be recovered. The disks mounted to the instance nodes and the snapshots are released.
1356
+ *
1333
1357
  * @param request - DeleteInstanceRequest
1334
1358
  * @returns DeleteInstanceResponse
1335
1359
  */
@@ -1435,6 +1459,8 @@ class Client extends openapi_core_1.default {
1435
1459
  return await this.deletePipelinesWithOptions(InstanceId, request, headers, runtime);
1436
1460
  }
1437
1461
  /**
1462
+ * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
1463
+ *
1438
1464
  * @param request - DeleteSnapshotRepoRequest
1439
1465
  * @param headers - map
1440
1466
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1467,6 +1493,8 @@ class Client extends openapi_core_1.default {
1467
1493
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSnapshotRepoResponse({}));
1468
1494
  }
1469
1495
  /**
1496
+ * Call DeleteSnapshotRepo to delete a cross-cluster OSS repository.
1497
+ *
1470
1498
  * @param request - DeleteSnapshotRepoRequest
1471
1499
  * @returns DeleteSnapshotRepoResponse
1472
1500
  */
@@ -1476,7 +1504,7 @@ class Client extends openapi_core_1.default {
1476
1504
  return await this.deleteSnapshotRepoWithOptions(InstanceId, request, headers, runtime);
1477
1505
  }
1478
1506
  /**
1479
- * 删除服务账号vpc下的终端节点
1507
+ * Deletes an endpoint in the VPC within the Elasticsearch service account.
1480
1508
  *
1481
1509
  * @param request - DeleteVpcEndpointRequest
1482
1510
  * @param headers - map
@@ -1507,7 +1535,7 @@ class Client extends openapi_core_1.default {
1507
1535
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteVpcEndpointResponse({}));
1508
1536
  }
1509
1537
  /**
1510
- * 删除服务账号vpc下的终端节点
1538
+ * Deletes an endpoint in the VPC within the Elasticsearch service account.
1511
1539
  *
1512
1540
  * @param request - DeleteVpcEndpointRequest
1513
1541
  * @returns DeleteVpcEndpointResponse
@@ -1557,7 +1585,7 @@ class Client extends openapi_core_1.default {
1557
1585
  return await this.describeAckOperatorWithOptions(ClusterId, headers, runtime);
1558
1586
  }
1559
1587
  /**
1560
- * Queries the details of a shipper.
1588
+ * Queries the detailed information of a shipper.
1561
1589
  *
1562
1590
  * @param headers - map
1563
1591
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1581,7 +1609,7 @@ class Client extends openapi_core_1.default {
1581
1609
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCollectorResponse({}));
1582
1610
  }
1583
1611
  /**
1584
- * Queries the details of a shipper.
1612
+ * Queries the detailed information of a shipper.
1585
1613
  * @returns DescribeCollectorResponse
1586
1614
  */
1587
1615
  async describeCollector(ResId) {
@@ -1623,6 +1651,8 @@ class Client extends openapi_core_1.default {
1623
1651
  return await this.describeComponentIndexWithOptions(InstanceId, name, headers, runtime);
1624
1652
  }
1625
1653
  /**
1654
+ * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
1655
+ *
1626
1656
  * @param request - DescribeConnectableClustersRequest
1627
1657
  * @param headers - map
1628
1658
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1652,6 +1682,8 @@ class Client extends openapi_core_1.default {
1652
1682
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeConnectableClustersResponse({}));
1653
1683
  }
1654
1684
  /**
1685
+ * Queries the Elasticsearch clusters that can be connected to a specified Elasticsearch cluster.
1686
+ *
1655
1687
  * @param request - DescribeConnectableClustersRequest
1656
1688
  * @returns DescribeConnectableClustersResponse
1657
1689
  */
@@ -1694,6 +1726,8 @@ class Client extends openapi_core_1.default {
1694
1726
  return await this.describeDeprecatedTemplateWithOptions(InstanceId, name, headers, runtime);
1695
1727
  }
1696
1728
  /**
1729
+ * Queries a historical intelligent O\\&M report.
1730
+ *
1697
1731
  * @param request - DescribeDiagnoseReportRequest
1698
1732
  * @param headers - map
1699
1733
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1723,6 +1757,8 @@ class Client extends openapi_core_1.default {
1723
1757
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiagnoseReportResponse({}));
1724
1758
  }
1725
1759
  /**
1760
+ * Queries a historical intelligent O\\&M report.
1761
+ *
1726
1762
  * @param request - DescribeDiagnoseReportRequest
1727
1763
  * @returns DescribeDiagnoseReportResponse
1728
1764
  */
@@ -1732,6 +1768,8 @@ class Client extends openapi_core_1.default {
1732
1768
  return await this.describeDiagnoseReportWithOptions(InstanceId, ReportId, request, headers, runtime);
1733
1769
  }
1734
1770
  /**
1771
+ * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
1772
+ *
1735
1773
  * @param request - DescribeDiagnosisSettingsRequest
1736
1774
  * @param headers - map
1737
1775
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1761,6 +1799,8 @@ class Client extends openapi_core_1.default {
1761
1799
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDiagnosisSettingsResponse({}));
1762
1800
  }
1763
1801
  /**
1802
+ * Call DescribeDiagnosisSettings to obtain the scenario settings of intelligent maintenance.
1803
+ *
1764
1804
  * @param request - DescribeDiagnosisSettingsRequest
1765
1805
  * @returns DescribeDiagnosisSettingsResponse
1766
1806
  */
@@ -1803,7 +1843,7 @@ class Client extends openapi_core_1.default {
1803
1843
  return await this.describeDynamicSettingsWithOptions(InstanceId, headers, runtime);
1804
1844
  }
1805
1845
  /**
1806
- * Queries the health status of an Elasticsearch cluster.
1846
+ * Check the health status of the cluster and whether it is running normally.
1807
1847
  *
1808
1848
  * @remarks
1809
1849
  * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
@@ -1833,7 +1873,7 @@ class Client extends openapi_core_1.default {
1833
1873
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeElasticsearchHealthResponse({}));
1834
1874
  }
1835
1875
  /**
1836
- * Queries the health status of an Elasticsearch cluster.
1876
+ * Check the health status of the cluster and whether it is running normally.
1837
1877
  *
1838
1878
  * @remarks
1839
1879
  * An Elasticsearch cluster can be in a health state indicated by one of the following colors:
@@ -1941,7 +1981,7 @@ class Client extends openapi_core_1.default {
1941
1981
  return await this.describeInstanceWithOptions(InstanceId, headers, runtime);
1942
1982
  }
1943
1983
  /**
1944
- * 获取Elasticsearch集群Kibana节点settings配置
1984
+ * Get the configuration of the Kibana node for the Elasticsearch cluster.
1945
1985
  *
1946
1986
  * @param headers - map
1947
1987
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1965,7 +2005,7 @@ class Client extends openapi_core_1.default {
1965
2005
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeKibanaSettingsResponse({}));
1966
2006
  }
1967
2007
  /**
1968
- * 获取Elasticsearch集群Kibana节点settings配置
2008
+ * Get the configuration of the Kibana node for the Elasticsearch cluster.
1969
2009
  * @returns DescribeKibanaSettingsResponse
1970
2010
  */
1971
2011
  async describeKibanaSettings(InstanceId) {
@@ -1974,7 +2014,7 @@ class Client extends openapi_core_1.default {
1974
2014
  return await this.describeKibanaSettingsWithOptions(InstanceId, headers, runtime);
1975
2015
  }
1976
2016
  /**
1977
- * 查看Logstash实例详情
2017
+ * Queries the information about a Logstash cluster.
1978
2018
  *
1979
2019
  * @param headers - map
1980
2020
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1998,7 +2038,7 @@ class Client extends openapi_core_1.default {
1998
2038
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLogstashResponse({}));
1999
2039
  }
2000
2040
  /**
2001
- * 查看Logstash实例详情
2041
+ * Queries the information about a Logstash cluster.
2002
2042
  * @returns DescribeLogstashResponse
2003
2043
  */
2004
2044
  async describeLogstash(InstanceId) {
@@ -2007,6 +2047,8 @@ class Client extends openapi_core_1.default {
2007
2047
  return await this.describeLogstashWithOptions(InstanceId, headers, runtime);
2008
2048
  }
2009
2049
  /**
2050
+ * Queries the information about a pipeline in a Logstash cluster.
2051
+ *
2010
2052
  * @param headers - map
2011
2053
  * @param runtime - runtime options for this request RuntimeOptions
2012
2054
  * @returns DescribePipelineResponse
@@ -2029,6 +2071,7 @@ class Client extends openapi_core_1.default {
2029
2071
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePipelineResponse({}));
2030
2072
  }
2031
2073
  /**
2074
+ * Queries the information about a pipeline in a Logstash cluster.
2032
2075
  * @returns DescribePipelineResponse
2033
2076
  */
2034
2077
  async describePipeline(InstanceId, PipelineId) {
@@ -2079,6 +2122,8 @@ class Client extends openapi_core_1.default {
2079
2122
  return await this.describePipelineManagementConfigWithOptions(InstanceId, request, headers, runtime);
2080
2123
  }
2081
2124
  /**
2125
+ * Get the region information of Alibaba Cloud Elasticsearch.
2126
+ *
2082
2127
  * @param headers - map
2083
2128
  * @param runtime - runtime options for this request RuntimeOptions
2084
2129
  * @returns DescribeRegionsResponse
@@ -2101,6 +2146,7 @@ class Client extends openapi_core_1.default {
2101
2146
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
2102
2147
  }
2103
2148
  /**
2149
+ * Get the region information of Alibaba Cloud Elasticsearch.
2104
2150
  * @returns DescribeRegionsResponse
2105
2151
  */
2106
2152
  async describeRegions() {
@@ -2109,7 +2155,7 @@ class Client extends openapi_core_1.default {
2109
2155
  return await this.describeRegionsWithOptions(headers, runtime);
2110
2156
  }
2111
2157
  /**
2112
- * 查看备份设置
2158
+ * Get the snapshot backup settings of the cluster, backup cycle.
2113
2159
  *
2114
2160
  * @param headers - map
2115
2161
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2133,7 +2179,7 @@ class Client extends openapi_core_1.default {
2133
2179
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSnapshotSettingResponse({}));
2134
2180
  }
2135
2181
  /**
2136
- * 查看备份设置
2182
+ * Get the snapshot backup settings of the cluster, backup cycle.
2137
2183
  * @returns DescribeSnapshotSettingResponse
2138
2184
  */
2139
2185
  async describeSnapshotSetting(InstanceId) {
@@ -2172,7 +2218,7 @@ class Client extends openapi_core_1.default {
2172
2218
  return await this.describeTemplatesWithOptions(InstanceId, headers, runtime);
2173
2219
  }
2174
2220
  /**
2175
- * Queries the configurations of the X-Pack Monitoring feature of a Logstash cluster.
2221
+ * Queries the X-Pack Monitoring configurations of a Logstash cluster.
2176
2222
  *
2177
2223
  * @param headers - map
2178
2224
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2196,7 +2242,7 @@ class Client extends openapi_core_1.default {
2196
2242
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeXpackMonitorConfigResponse({}));
2197
2243
  }
2198
2244
  /**
2199
- * Queries the configurations of the X-Pack Monitoring feature of a Logstash cluster.
2245
+ * Queries the X-Pack Monitoring configurations of a Logstash cluster.
2200
2246
  * @returns DescribeXpackMonitorConfigResponse
2201
2247
  */
2202
2248
  async describeXpackMonitorConfig(InstanceId) {
@@ -2205,7 +2251,7 @@ class Client extends openapi_core_1.default {
2205
2251
  return await this.describeXpackMonitorConfigWithOptions(InstanceId, headers, runtime);
2206
2252
  }
2207
2253
  /**
2208
- * 触发ES实例智能诊断
2254
+ * Diagnoses an Elasticsearch cluster.
2209
2255
  *
2210
2256
  * @param request - DiagnoseInstanceRequest
2211
2257
  * @param headers - map
@@ -2250,7 +2296,7 @@ class Client extends openapi_core_1.default {
2250
2296
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DiagnoseInstanceResponse({}));
2251
2297
  }
2252
2298
  /**
2253
- * 触发ES实例智能诊断
2299
+ * Diagnoses an Elasticsearch cluster.
2254
2300
  *
2255
2301
  * @param request - DiagnoseInstanceRequest
2256
2302
  * @returns DiagnoseInstanceResponse
@@ -2261,7 +2307,7 @@ class Client extends openapi_core_1.default {
2261
2307
  return await this.diagnoseInstanceWithOptions(InstanceId, request, headers, runtime);
2262
2308
  }
2263
2309
  /**
2264
- * 关闭kibana私网
2310
+ * Disable Private Network Access of Kibana
2265
2311
  *
2266
2312
  * @param headers - map
2267
2313
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2285,7 +2331,7 @@ class Client extends openapi_core_1.default {
2285
2331
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableKibanaPvlNetworkResponse({}));
2286
2332
  }
2287
2333
  /**
2288
- * 关闭kibana私网
2334
+ * Disable Private Network Access of Kibana
2289
2335
  * @returns DisableKibanaPvlNetworkResponse
2290
2336
  */
2291
2337
  async disableKibanaPvlNetwork(InstanceId) {
@@ -2681,7 +2727,7 @@ class Client extends openapi_core_1.default {
2681
2727
  return await this.getEmonMonitorDataWithOptions(ProjectId, request, headers, runtime);
2682
2728
  }
2683
2729
  /**
2684
- * 统计OpenStore实例的存储容量和使用情况
2730
+ * View the storage capacity and usage of the OpensStore instance.
2685
2731
  *
2686
2732
  * @param headers - map
2687
2733
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2705,7 +2751,7 @@ class Client extends openapi_core_1.default {
2705
2751
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetOpenStoreUsageResponse({}));
2706
2752
  }
2707
2753
  /**
2708
- * 统计OpenStore实例的存储容量和使用情况
2754
+ * View the storage capacity and usage of the OpensStore instance.
2709
2755
  * @returns GetOpenStoreUsageResponse
2710
2756
  */
2711
2757
  async getOpenStoreUsage(InstanceId) {
@@ -2714,7 +2760,7 @@ class Client extends openapi_core_1.default {
2714
2760
  return await this.getOpenStoreUsageWithOptions(InstanceId, headers, runtime);
2715
2761
  }
2716
2762
  /**
2717
- * The maximum number of nodes.
2763
+ * Queries the configuration information about the current region.
2718
2764
  *
2719
2765
  * @param request - GetRegionConfigurationRequest
2720
2766
  * @param headers - map
@@ -2745,7 +2791,7 @@ class Client extends openapi_core_1.default {
2745
2791
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetRegionConfigurationResponse({}));
2746
2792
  }
2747
2793
  /**
2748
- * The maximum number of nodes.
2794
+ * Queries the configuration information about the current region.
2749
2795
  *
2750
2796
  * @param request - GetRegionConfigurationRequest
2751
2797
  * @returns GetRegionConfigurationResponse
@@ -2789,7 +2835,7 @@ class Client extends openapi_core_1.default {
2789
2835
  return await this.getRegionalInstanceConfigWithOptions(headers, runtime);
2790
2836
  }
2791
2837
  /**
2792
- * ES集群可缩容节点
2838
+ * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
2793
2839
  *
2794
2840
  * @param request - GetSuggestShrinkableNodesRequest
2795
2841
  * @param headers - map
@@ -2826,7 +2872,7 @@ class Client extends openapi_core_1.default {
2826
2872
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSuggestShrinkableNodesResponse({}));
2827
2873
  }
2828
2874
  /**
2829
- * ES集群可缩容节点
2875
+ * Call GetSuggestShrinkableNodes to specify the type and number of nodes to obtain the nodes that can be removed.
2830
2876
  *
2831
2877
  * @param request - GetSuggestShrinkableNodesRequest
2832
2878
  * @returns GetSuggestShrinkableNodesResponse
@@ -2837,7 +2883,7 @@ class Client extends openapi_core_1.default {
2837
2883
  return await this.getSuggestShrinkableNodesWithOptions(InstanceId, request, headers, runtime);
2838
2884
  }
2839
2885
  /**
2840
- * 获取可数据迁移节点
2886
+ * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
2841
2887
  *
2842
2888
  * @param request - GetTransferableNodesRequest
2843
2889
  * @param headers - map
@@ -2871,7 +2917,7 @@ class Client extends openapi_core_1.default {
2871
2917
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTransferableNodesResponse({}));
2872
2918
  }
2873
2919
  /**
2874
- * 获取可数据迁移节点
2920
+ * Call GetTransferableNodes to specify the type and number of nodes to obtain the nodes that can be migrated.
2875
2921
  *
2876
2922
  * @param request - GetTransferableNodesRequest
2877
2923
  * @returns GetTransferableNodesResponse
@@ -2881,6 +2927,48 @@ class Client extends openapi_core_1.default {
2881
2927
  let headers = {};
2882
2928
  return await this.getTransferableNodesWithOptions(InstanceId, request, headers, runtime);
2883
2929
  }
2930
+ /**
2931
+ * 灰度完成继续变更
2932
+ *
2933
+ * @param request - GrayPublishRequest
2934
+ * @param headers - map
2935
+ * @param runtime - runtime options for this request RuntimeOptions
2936
+ * @returns GrayPublishResponse
2937
+ */
2938
+ async grayPublishWithOptions(InstanceId, request, headers, runtime) {
2939
+ request.validate();
2940
+ let query = {};
2941
+ if (!$dara.isNull(request.xRequestChangeId)) {
2942
+ query["X-Request-ChangeId"] = request.xRequestChangeId;
2943
+ }
2944
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2945
+ headers: headers,
2946
+ query: openapi_core_2.OpenApiUtil.query(query),
2947
+ });
2948
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2949
+ action: "GrayPublish",
2950
+ version: "2017-06-13",
2951
+ protocol: "HTTPS",
2952
+ pathname: `/openapi/instances/${$dara.URL.percentEncode(InstanceId)}/actions/grayPublish`,
2953
+ method: "POST",
2954
+ authType: "AK",
2955
+ style: "ROA",
2956
+ reqBodyType: "json",
2957
+ bodyType: "json",
2958
+ });
2959
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GrayPublishResponse({}));
2960
+ }
2961
+ /**
2962
+ * 灰度完成继续变更
2963
+ *
2964
+ * @param request - GrayPublishRequest
2965
+ * @returns GrayPublishResponse
2966
+ */
2967
+ async grayPublish(InstanceId, request) {
2968
+ let runtime = new $dara.RuntimeOptions({});
2969
+ let headers = {};
2970
+ return await this.grayPublishWithOptions(InstanceId, request, headers, runtime);
2971
+ }
2884
2972
  /**
2885
2973
  * Creates a service-linked role.
2886
2974
  *
@@ -3023,7 +3111,7 @@ class Client extends openapi_core_1.default {
3023
3111
  return await this.installKibanaSystemPluginWithOptions(InstanceId, request, headers, runtime);
3024
3112
  }
3025
3113
  /**
3026
- * The returned data also contains **Headers** parameters, indicating that header information is returned.
3114
+ * Installs a plug-in.
3027
3115
  *
3028
3116
  * @remarks
3029
3117
  * ls-cn-oew1qbgl\\*\\*\\*\\*
@@ -3058,7 +3146,7 @@ class Client extends openapi_core_1.default {
3058
3146
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InstallLogstashSystemPluginResponse({}));
3059
3147
  }
3060
3148
  /**
3061
- * The returned data also contains **Headers** parameters, indicating that header information is returned.
3149
+ * Installs a plug-in.
3062
3150
  *
3063
3151
  * @remarks
3064
3152
  * ls-cn-oew1qbgl\\*\\*\\*\\*
@@ -3158,6 +3246,8 @@ class Client extends openapi_core_1.default {
3158
3246
  return await this.installUserPluginsWithOptions(InstanceId, request, headers, runtime);
3159
3247
  }
3160
3248
  /**
3249
+ * 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.
3250
+ *
3161
3251
  * @param request - InterruptElasticsearchTaskRequest
3162
3252
  * @param headers - map
3163
3253
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3187,6 +3277,8 @@ class Client extends openapi_core_1.default {
3187
3277
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.InterruptElasticsearchTaskResponse({}));
3188
3278
  }
3189
3279
  /**
3280
+ * 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.
3281
+ *
3190
3282
  * @param request - InterruptElasticsearchTaskRequest
3191
3283
  * @returns InterruptElasticsearchTaskResponse
3192
3284
  */
@@ -3286,7 +3378,7 @@ class Client extends openapi_core_1.default {
3286
3378
  return await this.listAckClustersWithOptions(request, headers, runtime);
3287
3379
  }
3288
3380
  /**
3289
- * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
3381
+ * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
3290
3382
  *
3291
3383
  * @remarks
3292
3384
  * > 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.
@@ -3323,7 +3415,7 @@ class Client extends openapi_core_1.default {
3323
3415
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAckNamespacesResponse({}));
3324
3416
  }
3325
3417
  /**
3326
- * Queries all namespaces in a specified Container Service for Kubernetes (ACK) cluster.
3418
+ * View all namespaces of the specified Container Service for Kubernetes (ACK) cluster.
3327
3419
  *
3328
3420
  * @remarks
3329
3421
  * > 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.
@@ -3400,7 +3492,7 @@ class Client extends openapi_core_1.default {
3400
3492
  return await this.listActionRecordsWithOptions(InstanceId, request, headers, runtime);
3401
3493
  }
3402
3494
  /**
3403
- * es-cn-tl32cpgwa002l\\*\\*\\*\\*
3495
+ * Queries the information of all the nodes in an Elasticsearch cluster.
3404
3496
  *
3405
3497
  * @param request - ListAllNodeRequest
3406
3498
  * @param headers - map
@@ -3431,7 +3523,7 @@ class Client extends openapi_core_1.default {
3431
3523
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAllNodeResponse({}));
3432
3524
  }
3433
3525
  /**
3434
- * es-cn-tl32cpgwa002l\\*\\*\\*\\*
3526
+ * Queries the information of all the nodes in an Elasticsearch cluster.
3435
3527
  *
3436
3528
  * @param request - ListAllNodeRequest
3437
3529
  * @returns ListAllNodeResponse
@@ -3442,7 +3534,7 @@ class Client extends openapi_core_1.default {
3442
3534
  return await this.listAllNodeWithOptions(InstanceId, request, headers, runtime);
3443
3535
  }
3444
3536
  /**
3445
- * 实例可添加的OSS引用仓库
3537
+ * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
3446
3538
  *
3447
3539
  * @param request - ListAlternativeSnapshotReposRequest
3448
3540
  * @param headers - map
@@ -3473,7 +3565,7 @@ class Client extends openapi_core_1.default {
3473
3565
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAlternativeSnapshotReposResponse({}));
3474
3566
  }
3475
3567
  /**
3476
- * 实例可添加的OSS引用仓库
3568
+ * Call ListAlternativeSnapshotRepos to get the OSS reference warehouses that can be added to the current instance.
3477
3569
  *
3478
3570
  * @param request - ListAlternativeSnapshotReposRequest
3479
3571
  * @returns ListAlternativeSnapshotReposResponse
@@ -3517,7 +3609,7 @@ class Client extends openapi_core_1.default {
3517
3609
  return await this.listAvailableEsInstanceIdsWithOptions(InstanceId, headers, runtime);
3518
3610
  }
3519
3611
  /**
3520
- * Queries shippers.
3612
+ * Queries a list of shippers.
3521
3613
  *
3522
3614
  * @param request - ListCollectorsRequest
3523
3615
  * @param headers - map
@@ -3563,7 +3655,7 @@ class Client extends openapi_core_1.default {
3563
3655
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCollectorsResponse({}));
3564
3656
  }
3565
3657
  /**
3566
- * Queries shippers.
3658
+ * Queries a list of shippers.
3567
3659
  *
3568
3660
  * @param request - ListCollectorsRequest
3569
3661
  * @returns ListCollectorsResponse
@@ -3622,7 +3714,7 @@ class Client extends openapi_core_1.default {
3622
3714
  return await this.listComponentIndicesWithOptions(InstanceId, request, headers, runtime);
3623
3715
  }
3624
3716
  /**
3625
- * 获取与当前实例进行网络互通的实例列表
3717
+ * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
3626
3718
  *
3627
3719
  * @param headers - map
3628
3720
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3646,7 +3738,7 @@ class Client extends openapi_core_1.default {
3646
3738
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListConnectedClustersResponse({}));
3647
3739
  }
3648
3740
  /**
3649
- * 获取与当前实例进行网络互通的实例列表
3741
+ * Call ListConnectedClusters to query the instances that are interconnected with the current instance.
3650
3742
  * @returns ListConnectedClustersResponse
3651
3743
  */
3652
3744
  async listConnectedClusters(InstanceId) {
@@ -3700,6 +3792,8 @@ class Client extends openapi_core_1.default {
3700
3792
  return await this.listDataStreamsWithOptions(InstanceId, request, headers, runtime);
3701
3793
  }
3702
3794
  /**
3795
+ * Call ListDataTasks to obtain the information of a data migration task.
3796
+ *
3703
3797
  * @param headers - map
3704
3798
  * @param runtime - runtime options for this request RuntimeOptions
3705
3799
  * @returns ListDataTasksResponse
@@ -3722,6 +3816,7 @@ class Client extends openapi_core_1.default {
3722
3816
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataTasksResponse({}));
3723
3817
  }
3724
3818
  /**
3819
+ * Call ListDataTasks to obtain the information of a data migration task.
3725
3820
  * @returns ListDataTasksResponse
3726
3821
  */
3727
3822
  async listDataTasks(InstanceId) {
@@ -3868,7 +3963,7 @@ class Client extends openapi_core_1.default {
3868
3963
  return await this.listDiagnoseIndicesWithOptions(InstanceId, request, headers, runtime);
3869
3964
  }
3870
3965
  /**
3871
- * 获取集群诊断报告列表
3966
+ * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
3872
3967
  *
3873
3968
  * @param request - ListDiagnoseReportRequest
3874
3969
  * @param headers - map
@@ -3917,7 +4012,7 @@ class Client extends openapi_core_1.default {
3917
4012
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnoseReportResponse({}));
3918
4013
  }
3919
4014
  /**
3920
- * 获取集群诊断报告列表
4015
+ * Queries the historical intelligent O\\&M reports of an Elasticsearch cluster.
3921
4016
  *
3922
4017
  * @param request - ListDiagnoseReportRequest
3923
4018
  * @returns ListDiagnoseReportResponse
@@ -3928,7 +4023,7 @@ class Client extends openapi_core_1.default {
3928
4023
  return await this.listDiagnoseReportWithOptions(InstanceId, request, headers, runtime);
3929
4024
  }
3930
4025
  /**
3931
- * Queries the IDs of the historical intelligent O&M reports of an Elasticsearch cluster.
4026
+ * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
3932
4027
  *
3933
4028
  * @param request - ListDiagnoseReportIdsRequest
3934
4029
  * @param headers - map
@@ -3974,7 +4069,7 @@ class Client extends openapi_core_1.default {
3974
4069
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnoseReportIdsResponse({}));
3975
4070
  }
3976
4071
  /**
3977
- * Queries the IDs of the historical intelligent O&M reports of an Elasticsearch cluster.
4072
+ * Queries the IDs of the historical intelligent O\\\\\\&M reports of an Elasticsearch cluster.
3978
4073
  *
3979
4074
  * @param request - ListDiagnoseReportIdsRequest
3980
4075
  * @returns ListDiagnoseReportIdsResponse
@@ -3985,7 +4080,7 @@ class Client extends openapi_core_1.default {
3985
4080
  return await this.listDiagnoseReportIdsWithOptions(InstanceId, request, headers, runtime);
3986
4081
  }
3987
4082
  /**
3988
- * The diagnostic item is used to check whether data write requests of a cluster are accumulated. If data write requests are accumulated, a bulk rejection occurs. This may cause data loss and severely consume system resources.
4083
+ * Queries the intelligent diagnostic items of an Elasticsearch cluster.
3989
4084
  *
3990
4085
  * @param request - ListDiagnosisItemsRequest
3991
4086
  * @param headers - map
@@ -4016,7 +4111,7 @@ class Client extends openapi_core_1.default {
4016
4111
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDiagnosisItemsResponse({}));
4017
4112
  }
4018
4113
  /**
4019
- * The diagnostic item is used to check whether data write requests of a cluster are accumulated. If data write requests are accumulated, a bulk rejection occurs. This may cause data loss and severely consume system resources.
4114
+ * Queries the intelligent diagnostic items of an Elasticsearch cluster.
4020
4115
  *
4021
4116
  * @param request - ListDiagnosisItemsRequest
4022
4117
  * @returns ListDiagnosisItemsResponse
@@ -4027,6 +4122,8 @@ class Client extends openapi_core_1.default {
4027
4122
  return await this.listDiagnosisItemsWithOptions(request, headers, runtime);
4028
4123
  }
4029
4124
  /**
4125
+ * Queries information about a dictionary.
4126
+ *
4030
4127
  * @param request - ListDictInformationRequest
4031
4128
  * @param headers - map
4032
4129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4062,6 +4159,8 @@ class Client extends openapi_core_1.default {
4062
4159
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDictInformationResponse({}));
4063
4160
  }
4064
4161
  /**
4162
+ * Queries information about a dictionary.
4163
+ *
4065
4164
  * @param request - ListDictInformationRequest
4066
4165
  * @returns ListDictInformationResponse
4067
4166
  */
@@ -4116,7 +4215,7 @@ class Client extends openapi_core_1.default {
4116
4215
  return await this.listDictsWithOptions(InstanceId, request, headers, runtime);
4117
4216
  }
4118
4217
  /**
4119
- * 查询ecs实例
4218
+ * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
4120
4219
  *
4121
4220
  * @remarks
4122
4221
  * *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).
@@ -4165,7 +4264,7 @@ class Client extends openapi_core_1.default {
4165
4264
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEcsInstancesResponse({}));
4166
4265
  }
4167
4266
  /**
4168
- * 查询ecs实例
4267
+ * When you create a Beats collector, call the ListEcsInstances to obtain the list of ECS instances.
4169
4268
  *
4170
4269
  * @remarks
4171
4270
  * *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).
@@ -4179,7 +4278,7 @@ class Client extends openapi_core_1.default {
4179
4278
  return await this.listEcsInstancesWithOptions(request, headers, runtime);
4180
4279
  }
4181
4280
  /**
4182
- * Queries the driver files of a Logstash cluster.
4281
+ * Queries the extended file configuration of a Logstash instance.
4183
4282
  *
4184
4283
  * @param headers - map
4185
4284
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4203,7 +4302,7 @@ class Client extends openapi_core_1.default {
4203
4302
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListExtendfilesResponse({}));
4204
4303
  }
4205
4304
  /**
4206
- * Queries the driver files of a Logstash cluster.
4305
+ * Queries the extended file configuration of a Logstash instance.
4207
4306
  * @returns ListExtendfilesResponse
4208
4307
  */
4209
4308
  async listExtendfiles(InstanceId) {
@@ -4294,7 +4393,7 @@ class Client extends openapi_core_1.default {
4294
4393
  return await this.listIndexTemplatesWithOptions(InstanceId, request, headers, runtime);
4295
4394
  }
4296
4395
  /**
4297
- * 查询Elasticsearch实例列表
4396
+ * Queries a list of Elasticsearch clusters.
4298
4397
  *
4299
4398
  * @param request - ListInstanceRequest
4300
4399
  * @param headers - map
@@ -4358,7 +4457,7 @@ class Client extends openapi_core_1.default {
4358
4457
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstanceResponse({}));
4359
4458
  }
4360
4459
  /**
4361
- * 查询Elasticsearch实例列表
4460
+ * Queries a list of Elasticsearch clusters.
4362
4461
  *
4363
4462
  * @param request - ListInstanceRequest
4364
4463
  * @returns ListInstanceResponse
@@ -4459,7 +4558,7 @@ class Client extends openapi_core_1.default {
4459
4558
  return await this.listInstanceHistoryEventsWithOptions(request, headers, runtime);
4460
4559
  }
4461
4560
  /**
4462
- * 获取当前实例先特定的索引列表
4561
+ * Queries the indexes stored on an Elasticsearch cluster.
4463
4562
  *
4464
4563
  * @param request - ListInstanceIndicesRequest
4465
4564
  * @param headers - map
@@ -4505,7 +4604,7 @@ class Client extends openapi_core_1.default {
4505
4604
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstanceIndicesResponse({}));
4506
4605
  }
4507
4606
  /**
4508
- * 获取当前实例先特定的索引列表
4607
+ * Queries the indexes stored on an Elasticsearch cluster.
4509
4608
  *
4510
4609
  * @param request - ListInstanceIndicesRequest
4511
4610
  * @returns ListInstanceIndicesResponse
@@ -4594,7 +4693,7 @@ class Client extends openapi_core_1.default {
4594
4693
  return await this.listKibanaPvlNetworkWithOptions(InstanceId, headers, runtime);
4595
4694
  }
4596
4695
  /**
4597
- * Logstash集群列表
4696
+ * Queries the information about a Logstash cluster or all Logstash clusters.
4598
4697
  *
4599
4698
  * @param request - ListLogstashRequest
4600
4699
  * @param headers - map
@@ -4643,7 +4742,7 @@ class Client extends openapi_core_1.default {
4643
4742
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogstashResponse({}));
4644
4743
  }
4645
4744
  /**
4646
- * Logstash集群列表
4745
+ * Queries the information about a Logstash cluster or all Logstash clusters.
4647
4746
  *
4648
4747
  * @param request - ListLogstashRequest
4649
4748
  * @returns ListLogstashResponse
@@ -4654,7 +4753,7 @@ class Client extends openapi_core_1.default {
4654
4753
  return await this.listLogstashWithOptions(request, headers, runtime);
4655
4754
  }
4656
4755
  /**
4657
- * 获取Logstash日志
4756
+ * Queries the logs of a Logstash cluster.
4658
4757
  *
4659
4758
  * @param request - ListLogstashLogRequest
4660
4759
  * @param headers - map
@@ -4700,7 +4799,7 @@ class Client extends openapi_core_1.default {
4700
4799
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogstashLogResponse({}));
4701
4800
  }
4702
4801
  /**
4703
- * 获取Logstash日志
4802
+ * Queries the logs of a Logstash cluster.
4704
4803
  *
4705
4804
  * @param request - ListLogstashLogRequest
4706
4805
  * @returns ListLogstashLogResponse
@@ -4711,7 +4810,7 @@ class Client extends openapi_core_1.default {
4711
4810
  return await this.listLogstashLogWithOptions(InstanceId, request, headers, runtime);
4712
4811
  }
4713
4812
  /**
4714
- * Logstash插件列表
4813
+ * Queries the information about a plug-in or all plug-ins.
4715
4814
  *
4716
4815
  * @param request - ListLogstashPluginsRequest
4717
4816
  * @param headers - map
@@ -4751,7 +4850,7 @@ class Client extends openapi_core_1.default {
4751
4850
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogstashPluginsResponse({}));
4752
4851
  }
4753
4852
  /**
4754
- * Logstash插件列表
4853
+ * Queries the information about a plug-in or all plug-ins.
4755
4854
  *
4756
4855
  * @param request - ListLogstashPluginsRequest
4757
4856
  * @returns ListLogstashPluginsResponse
@@ -4762,7 +4861,7 @@ class Client extends openapi_core_1.default {
4762
4861
  return await this.listLogstashPluginsWithOptions(InstanceId, request, headers, runtime);
4763
4862
  }
4764
4863
  /**
4765
- * Queries the statuses of Elastic Compute Service (ECS) instances on which a shipper is installed.
4864
+ * The list of historical reports of Intelligent Maintenance.
4766
4865
  *
4767
4866
  * @param request - ListNodesRequest
4768
4867
  * @param headers - map
@@ -4805,7 +4904,7 @@ class Client extends openapi_core_1.default {
4805
4904
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNodesResponse({}));
4806
4905
  }
4807
4906
  /**
4808
- * Queries the statuses of Elastic Compute Service (ECS) instances on which a shipper is installed.
4907
+ * The list of historical reports of Intelligent Maintenance.
4809
4908
  *
4810
4909
  * @param request - ListNodesRequest
4811
4910
  * @returns ListNodesResponse
@@ -4816,7 +4915,7 @@ class Client extends openapi_core_1.default {
4816
4915
  return await this.listNodesWithOptions(ResId, request, headers, runtime);
4817
4916
  }
4818
4917
  /**
4819
- * ListPipeline
4918
+ * Queries a list of pipelines.
4820
4919
  *
4821
4920
  * @param request - ListPipelineRequest
4822
4921
  * @param headers - map
@@ -4853,7 +4952,7 @@ class Client extends openapi_core_1.default {
4853
4952
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPipelineResponse({}));
4854
4953
  }
4855
4954
  /**
4856
- * ListPipeline
4955
+ * Queries a list of pipelines.
4857
4956
  *
4858
4957
  * @param request - ListPipelineRequest
4859
4958
  * @returns ListPipelineResponse
@@ -4864,7 +4963,7 @@ class Client extends openapi_core_1.default {
4864
4963
  return await this.listPipelineWithOptions(InstanceId, request, headers, runtime);
4865
4964
  }
4866
4965
  /**
4867
- * The error message returned.
4966
+ * Queries the IDs of pipelines for a Logstash cluster.
4868
4967
  *
4869
4968
  * @param request - ListPipelineIdsRequest
4870
4969
  * @param headers - map
@@ -4891,7 +4990,7 @@ class Client extends openapi_core_1.default {
4891
4990
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPipelineIdsResponse({}));
4892
4991
  }
4893
4992
  /**
4894
- * The error message returned.
4993
+ * Queries the IDs of pipelines for a Logstash cluster.
4895
4994
  *
4896
4995
  * @param request - ListPipelineIdsRequest
4897
4996
  * @returns ListPipelineIdsResponse
@@ -4902,7 +5001,7 @@ class Client extends openapi_core_1.default {
4902
5001
  return await this.listPipelineIdsWithOptions(InstanceId, request, headers, runtime);
4903
5002
  }
4904
5003
  /**
4905
- * ES系统插件列表
5004
+ * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
4906
5005
  *
4907
5006
  * @param request - ListPluginsRequest
4908
5007
  * @param headers - map
@@ -4942,7 +5041,7 @@ class Client extends openapi_core_1.default {
4942
5041
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPluginsResponse({}));
4943
5042
  }
4944
5043
  /**
4945
- * ES系统插件列表
5044
+ * Queries the plug-ins that are installed on a specified Elasticsearch cluster.
4946
5045
  *
4947
5046
  * @param request - ListPluginsRequest
4948
5047
  * @returns ListPluginsResponse
@@ -4953,7 +5052,7 @@ class Client extends openapi_core_1.default {
4953
5052
  return await this.listPluginsWithOptions(InstanceId, request, headers, runtime);
4954
5053
  }
4955
5054
  /**
4956
- * 查看Elasticsearch集群各种类型的日志
5055
+ * Queries the logs of an Elasticsearch cluster.
4957
5056
  *
4958
5057
  * @param request - ListSearchLogRequest
4959
5058
  * @param headers - map
@@ -4999,7 +5098,7 @@ class Client extends openapi_core_1.default {
4999
5098
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSearchLogResponse({}));
5000
5099
  }
5001
5100
  /**
5002
- * 查看Elasticsearch集群各种类型的日志
5101
+ * Queries the logs of an Elasticsearch cluster.
5003
5102
  *
5004
5103
  * @param request - ListSearchLogRequest
5005
5104
  * @returns ListSearchLogResponse
@@ -5058,7 +5157,7 @@ class Client extends openapi_core_1.default {
5058
5157
  return await this.listShardRecoveriesWithOptions(InstanceId, request, headers, runtime);
5059
5158
  }
5060
5159
  /**
5061
- * 获取跨集群索引仓库列表
5160
+ * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
5062
5161
  *
5063
5162
  * @param headers - map
5064
5163
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5082,7 +5181,7 @@ class Client extends openapi_core_1.default {
5082
5181
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSnapshotReposByInstanceIdResponse({}));
5083
5182
  }
5084
5183
  /**
5085
- * 获取跨集群索引仓库列表
5184
+ * Call the ListSnapshotReposByInstanceId to get the cross-cluster OSS repositories of the current instance.
5086
5185
  * @returns ListSnapshotReposByInstanceIdResponse
5087
5186
  */
5088
5187
  async listSnapshotReposByInstanceId(InstanceId) {
@@ -5091,7 +5190,7 @@ class Client extends openapi_core_1.default {
5091
5190
  return await this.listSnapshotReposByInstanceIdWithOptions(InstanceId, headers, runtime);
5092
5191
  }
5093
5192
  /**
5094
- * 查看资源和标签关系
5193
+ * Queries the tags that are added to one or more resources.
5095
5194
  *
5096
5195
  * @param request - ListTagResourcesRequest
5097
5196
  * @param headers - map
@@ -5137,7 +5236,7 @@ class Client extends openapi_core_1.default {
5137
5236
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
5138
5237
  }
5139
5238
  /**
5140
- * 查看资源和标签关系
5239
+ * Queries the tags that are added to one or more resources.
5141
5240
  *
5142
5241
  * @param request - ListTagResourcesRequest
5143
5242
  * @returns ListTagResourcesResponse
@@ -5148,7 +5247,7 @@ class Client extends openapi_core_1.default {
5148
5247
  return await this.listTagResourcesWithOptions(request, headers, runtime);
5149
5248
  }
5150
5249
  /**
5151
- * 查看所有已常见的标签
5250
+ * All tags created by the user in the current region.
5152
5251
  *
5153
5252
  * @param request - ListTagsRequest
5154
5253
  * @param headers - map
@@ -5182,7 +5281,7 @@ class Client extends openapi_core_1.default {
5182
5281
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagsResponse({}));
5183
5282
  }
5184
5283
  /**
5185
- * 查看所有已常见的标签
5284
+ * All tags created by the user in the current region.
5186
5285
  *
5187
5286
  * @param request - ListTagsRequest
5188
5287
  * @returns ListTagsResponse
@@ -5372,21 +5471,7 @@ class Client extends openapi_core_1.default {
5372
5471
  return await this.modifyElastictaskWithOptions(InstanceId, request, headers, runtime);
5373
5472
  }
5374
5473
  /**
5375
- * ## RequestBody
5376
- * You must also specify the following parameters in the RequestBody parameter to specify the maintenance window information.
5377
- * | Parameter | Type | Required | Example | Description |
5378
- * | --------- | ---- | -------- | ------- | ----------- |
5379
- * | maintainStartTime | String | No | 02:00Z | The start time of the maintenance window. Specify the time in the HH:mmZ format. The time must be in UTC. |
5380
- * | maintainEndTime | String | No | 06:00Z | The end time of the maintenance window. Specify the time in the HH:mmZ format. The time must be displayed in UTC. |
5381
- * | openMaintainTime | boolean | Yes | true | Specifies whether to enable the maintenance window feature. Only **true** is supported, indicating that the feature is enabled. |
5382
- * Examples:
5383
- * ```
5384
- * {
5385
- * "openMaintainTime": true,
5386
- * "maintainStartTime": "03:00Z",
5387
- * "maintainEndTime": "04:00Z"
5388
- * }
5389
- * ```
5474
+ * Enables and modifies the maintenance window of an Elasticsearch cluster.
5390
5475
  *
5391
5476
  * @remarks
5392
5477
  * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
@@ -5421,21 +5506,7 @@ class Client extends openapi_core_1.default {
5421
5506
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyInstanceMaintainTimeResponse({}));
5422
5507
  }
5423
5508
  /**
5424
- * ## RequestBody
5425
- * You must also specify the following parameters in the RequestBody parameter to specify the maintenance window information.
5426
- * | Parameter | Type | Required | Example | Description |
5427
- * | --------- | ---- | -------- | ------- | ----------- |
5428
- * | maintainStartTime | String | No | 02:00Z | The start time of the maintenance window. Specify the time in the HH:mmZ format. The time must be in UTC. |
5429
- * | maintainEndTime | String | No | 06:00Z | The end time of the maintenance window. Specify the time in the HH:mmZ format. The time must be displayed in UTC. |
5430
- * | openMaintainTime | boolean | Yes | true | Specifies whether to enable the maintenance window feature. Only **true** is supported, indicating that the feature is enabled. |
5431
- * Examples:
5432
- * ```
5433
- * {
5434
- * "openMaintainTime": true,
5435
- * "maintainStartTime": "03:00Z",
5436
- * "maintainEndTime": "04:00Z"
5437
- * }
5438
- * ```
5509
+ * Enables and modifies the maintenance window of an Elasticsearch cluster.
5439
5510
  *
5440
5511
  * @remarks
5441
5512
  * es-cn-n6w1o1x0w001c\\*\\*\\*\\*
@@ -5449,10 +5520,7 @@ class Client extends openapi_core_1.default {
5449
5520
  return await this.modifyInstanceMaintainTimeWithOptions(InstanceId, request, headers, runtime);
5450
5521
  }
5451
5522
  /**
5452
- * > If you want to add an IP address whitelist, you can set the modifyMode parameter only to Cover. If you set this parameter to Delete or Append, you can only update an IP address whitelist.
5453
- * * If you set the modifyMode parameter to Cover and leave the ips parameter empty, the system deletes the specified whitelist. If the whitelist specified by using the groupName parameter does not exist, the system creates such a whitelist.
5454
- * * If you set the modifyMode parameter to Delete, at least one IP address must be retained for the specified whitelist.
5455
- * * If you set the modifyMode parameter to Append, you must make sure that the specified whitelist exists. Otherwise, the system reports the NotFound error.
5523
+ * Updates an IP address whitelist of an Elasticsearch cluster.
5456
5524
  *
5457
5525
  * @remarks
5458
5526
  * The ID of the cluster.
@@ -5503,10 +5571,7 @@ class Client extends openapi_core_1.default {
5503
5571
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyWhiteIpsResponse({}));
5504
5572
  }
5505
5573
  /**
5506
- * > If you want to add an IP address whitelist, you can set the modifyMode parameter only to Cover. If you set this parameter to Delete or Append, you can only update an IP address whitelist.
5507
- * * If you set the modifyMode parameter to Cover and leave the ips parameter empty, the system deletes the specified whitelist. If the whitelist specified by using the groupName parameter does not exist, the system creates such a whitelist.
5508
- * * If you set the modifyMode parameter to Delete, at least one IP address must be retained for the specified whitelist.
5509
- * * If you set the modifyMode parameter to Append, you must make sure that the specified whitelist exists. Otherwise, the system reports the NotFound error.
5574
+ * Updates an IP address whitelist of an Elasticsearch cluster.
5510
5575
  *
5511
5576
  * @remarks
5512
5577
  * The ID of the cluster.
@@ -5563,6 +5628,8 @@ class Client extends openapi_core_1.default {
5563
5628
  return await this.moveResourceGroupWithOptions(InstanceId, request, headers, runtime);
5564
5629
  }
5565
5630
  /**
5631
+ * Enables the intelligent O\\\\\\&M feature for an instance.
5632
+ *
5566
5633
  * @param request - OpenDiagnosisRequest
5567
5634
  * @param headers - map
5568
5635
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5595,6 +5662,8 @@ class Client extends openapi_core_1.default {
5595
5662
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenDiagnosisResponse({}));
5596
5663
  }
5597
5664
  /**
5665
+ * Enables the intelligent O\\\\\\&M feature for an instance.
5666
+ *
5598
5667
  * @param request - OpenDiagnosisRequest
5599
5668
  * @returns OpenDiagnosisResponse
5600
5669
  */
@@ -5604,6 +5673,8 @@ class Client extends openapi_core_1.default {
5604
5673
  return await this.openDiagnosisWithOptions(InstanceId, request, headers, runtime);
5605
5674
  }
5606
5675
  /**
5676
+ * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
5677
+ *
5607
5678
  * @remarks
5608
5679
  * > To ensure data security, we recommend that you enable HTTPS.
5609
5680
  *
@@ -5636,6 +5707,8 @@ class Client extends openapi_core_1.default {
5636
5707
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenHttpsResponse({}));
5637
5708
  }
5638
5709
  /**
5710
+ * Call OpenHttps to enable the HTTPS protocol. Make sure that you have purchased a client node before enabling this feature.
5711
+ *
5639
5712
  * @remarks
5640
5713
  * > To ensure data security, we recommend that you enable HTTPS.
5641
5714
  *
@@ -5951,7 +6024,7 @@ class Client extends openapi_core_1.default {
5951
6024
  return await this.restartInstanceWithOptions(InstanceId, request, headers, runtime);
5952
6025
  }
5953
6026
  /**
5954
- * 重启Logstash集群
6027
+ * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
5955
6028
  *
5956
6029
  * @param request - RestartLogstashRequest
5957
6030
  * @param headers - map
@@ -6002,7 +6075,7 @@ class Client extends openapi_core_1.default {
6002
6075
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RestartLogstashResponse({}));
6003
6076
  }
6004
6077
  /**
6005
- * 重启Logstash集群
6078
+ * Restarts a specified Logstash cluster. After the cluster is restarted, it is in the activating state.
6006
6079
  *
6007
6080
  * @param request - RestartLogstashRequest
6008
6081
  * @returns RestartLogstashResponse
@@ -6013,6 +6086,8 @@ class Client extends openapi_core_1.default {
6013
6086
  return await this.restartLogstashWithOptions(InstanceId, request, headers, runtime);
6014
6087
  }
6015
6088
  /**
6089
+ * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
6090
+ *
6016
6091
  * @param request - ResumeElasticsearchTaskRequest
6017
6092
  * @param headers - map
6018
6093
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6042,6 +6117,8 @@ class Client extends openapi_core_1.default {
6042
6117
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeElasticsearchTaskResponse({}));
6043
6118
  }
6044
6119
  /**
6120
+ * Call ResumeElasticsearchTask to resume interrupted change of Elasticsearch instance. After you resume or interrupt a change, the instance enters the activating state.
6121
+ *
6045
6122
  * @param request - ResumeElasticsearchTaskRequest
6046
6123
  * @returns ResumeElasticsearchTaskResponse
6047
6124
  */
@@ -6178,7 +6255,7 @@ class Client extends openapi_core_1.default {
6178
6255
  return await this.runPipelinesWithOptions(InstanceId, request, headers, runtime);
6179
6256
  }
6180
6257
  /**
6181
- * ES集群缩节点
6258
+ * Removes nodes from an Elasticsearch cluster.
6182
6259
  *
6183
6260
  * @param request - ShrinkNodeRequest
6184
6261
  * @param headers - map
@@ -6219,7 +6296,7 @@ class Client extends openapi_core_1.default {
6219
6296
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ShrinkNodeResponse({}));
6220
6297
  }
6221
6298
  /**
6222
- * ES集群缩节点
6299
+ * Removes nodes from an Elasticsearch cluster.
6223
6300
  *
6224
6301
  * @param request - ShrinkNodeRequest
6225
6302
  * @returns ShrinkNodeResponse
@@ -6357,7 +6434,7 @@ class Client extends openapi_core_1.default {
6357
6434
  return await this.stopPipelinesWithOptions(InstanceId, request, headers, runtime);
6358
6435
  }
6359
6436
  /**
6360
- * The information about the clusters and tags.
6437
+ * Adds tags to clusters.
6361
6438
  *
6362
6439
  * @param request - TagResourcesRequest
6363
6440
  * @param headers - map
@@ -6394,7 +6471,7 @@ class Client extends openapi_core_1.default {
6394
6471
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
6395
6472
  }
6396
6473
  /**
6397
- * The information about the clusters and tags.
6474
+ * Adds tags to clusters.
6398
6475
  *
6399
6476
  * @param request - TagResourcesRequest
6400
6477
  * @returns TagResourcesResponse
@@ -6405,7 +6482,7 @@ class Client extends openapi_core_1.default {
6405
6482
  return await this.tagResourcesWithOptions(request, headers, runtime);
6406
6483
  }
6407
6484
  /**
6408
- * 缩节点,数据迁移
6485
+ * Runs a data migration task for node scaling operations.
6409
6486
  *
6410
6487
  * @param request - TransferNodeRequest
6411
6488
  * @param headers - map
@@ -6440,7 +6517,7 @@ class Client extends openapi_core_1.default {
6440
6517
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TransferNodeResponse({}));
6441
6518
  }
6442
6519
  /**
6443
- * 缩节点,数据迁移
6520
+ * Runs a data migration task for node scaling operations.
6444
6521
  *
6445
6522
  * @param request - TransferNodeRequest
6446
6523
  * @returns TransferNodeResponse
@@ -6451,7 +6528,7 @@ class Client extends openapi_core_1.default {
6451
6528
  return await this.transferNodeWithOptions(InstanceId, request, headers, runtime);
6452
6529
  }
6453
6530
  /**
6454
- * 开关ES集群及Kibana节点公私网访问
6531
+ * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
6455
6532
  *
6456
6533
  * @param request - TriggerNetworkRequest
6457
6534
  * @param headers - map
@@ -6493,7 +6570,7 @@ class Client extends openapi_core_1.default {
6493
6570
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TriggerNetworkResponse({}));
6494
6571
  }
6495
6572
  /**
6496
- * 开关ES集群及Kibana节点公私网访问
6573
+ * You can call this operation to enable or disable public or private network access for a Elasticsearch or Kibana cluster.
6497
6574
  *
6498
6575
  * @param request - TriggerNetworkRequest
6499
6576
  * @returns TriggerNetworkResponse
@@ -6504,7 +6581,7 @@ class Client extends openapi_core_1.default {
6504
6581
  return await this.triggerNetworkWithOptions(InstanceId, request, headers, runtime);
6505
6582
  }
6506
6583
  /**
6507
- * 可用区关机
6584
+ * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
6508
6585
  *
6509
6586
  * @param request - TurnOffZoneRequest
6510
6587
  * @param headers - map
@@ -6535,7 +6612,7 @@ class Client extends openapi_core_1.default {
6535
6612
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TurnOffZoneResponse({}));
6536
6613
  }
6537
6614
  /**
6538
- * 可用区关机
6615
+ * Multi-zone Instance: Shutting down an existing availability zone is only for disaster recovery drills. Proceed with caution!
6539
6616
  *
6540
6617
  * @param request - TurnOffZoneRequest
6541
6618
  * @returns TurnOffZoneResponse
@@ -6546,7 +6623,7 @@ class Client extends openapi_core_1.default {
6546
6623
  return await this.turnOffZoneWithOptions(instanceId, request, headers, runtime);
6547
6624
  }
6548
6625
  /**
6549
- * 可用区开机
6626
+ * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
6550
6627
  *
6551
6628
  * @param request - TurnOnZoneRequest
6552
6629
  * @param headers - map
@@ -6577,7 +6654,7 @@ class Client extends openapi_core_1.default {
6577
6654
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TurnOnZoneResponse({}));
6578
6655
  }
6579
6656
  /**
6580
- * 可用区开机
6657
+ * Multi-zone Instance, reopening a zone that has been taken offline is only for disaster recovery drills. Please proceed with caution!
6581
6658
  *
6582
6659
  * @param request - TurnOnZoneRequest
6583
6660
  * @returns TurnOnZoneResponse
@@ -6631,7 +6708,7 @@ class Client extends openapi_core_1.default {
6631
6708
  return await this.uninstallKibanaPluginWithOptions(InstanceId, request, headers, runtime);
6632
6709
  }
6633
6710
  /**
6634
- * 卸载Logstash实例已安装的插件
6711
+ * Removes one or more Logstash plug-ins.
6635
6712
  *
6636
6713
  * @param request - UninstallLogstashPluginRequest
6637
6714
  * @param headers - map
@@ -6663,7 +6740,7 @@ class Client extends openapi_core_1.default {
6663
6740
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UninstallLogstashPluginResponse({}));
6664
6741
  }
6665
6742
  /**
6666
- * 卸载Logstash实例已安装的插件
6743
+ * Removes one or more Logstash plug-ins.
6667
6744
  *
6668
6745
  * @param request - UninstallLogstashPluginRequest
6669
6746
  * @returns UninstallLogstashPluginResponse
@@ -6720,7 +6797,7 @@ class Client extends openapi_core_1.default {
6720
6797
  return await this.uninstallPluginWithOptions(InstanceId, request, headers, runtime);
6721
6798
  }
6722
6799
  /**
6723
- * 删除ES集群实例的用户可见标签
6800
+ * Deletes a user resource tag relationship.
6724
6801
  *
6725
6802
  * @remarks
6726
6803
  * When you call this operation, take note of the following items:
@@ -6769,7 +6846,7 @@ class Client extends openapi_core_1.default {
6769
6846
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagResourcesResponse({}));
6770
6847
  }
6771
6848
  /**
6772
- * 删除ES集群实例的用户可见标签
6849
+ * Deletes a user resource tag relationship.
6773
6850
  *
6774
6851
  * @remarks
6775
6852
  * When you call this operation, take note of the following items:
@@ -6786,7 +6863,7 @@ class Client extends openapi_core_1.default {
6786
6863
  return await this.untagResourcesWithOptions(request, headers, runtime);
6787
6864
  }
6788
6865
  /**
6789
- * 修改ES集群密码
6866
+ * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
6790
6867
  *
6791
6868
  * @remarks
6792
6869
  * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
@@ -6825,7 +6902,7 @@ class Client extends openapi_core_1.default {
6825
6902
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAdminPasswordResponse({}));
6826
6903
  }
6827
6904
  /**
6828
- * 修改ES集群密码
6905
+ * You can call this operation to UpdateAdminPassword the password of the elastic account of the specified Elasticsearch instance.
6829
6906
  *
6830
6907
  * @remarks
6831
6908
  * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
@@ -7115,7 +7192,7 @@ class Client extends openapi_core_1.default {
7115
7192
  return await this.updateComponentIndexWithOptions(InstanceId, name, request, headers, runtime);
7116
7193
  }
7117
7194
  /**
7118
- * 修改elasticsearch实例名称名称
7195
+ * Changes the name of a specified Elasticsearch cluster.
7119
7196
  *
7120
7197
  * @param request - UpdateDescriptionRequest
7121
7198
  * @param headers - map
@@ -7151,7 +7228,7 @@ class Client extends openapi_core_1.default {
7151
7228
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDescriptionResponse({}));
7152
7229
  }
7153
7230
  /**
7154
- * 修改elasticsearch实例名称名称
7231
+ * Changes the name of a specified Elasticsearch cluster.
7155
7232
  *
7156
7233
  * @param request - UpdateDescriptionRequest
7157
7234
  * @returns UpdateDescriptionResponse
@@ -7162,7 +7239,7 @@ class Client extends openapi_core_1.default {
7162
7239
  return await this.updateDescriptionWithOptions(InstanceId, request, headers, runtime);
7163
7240
  }
7164
7241
  /**
7165
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation&maintenance (O&M) scene settings.
7242
+ * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
7166
7243
  *
7167
7244
  * @param request - UpdateDiagnosisSettingsRequest
7168
7245
  * @param headers - map
@@ -7197,7 +7274,7 @@ class Client extends openapi_core_1.default {
7197
7274
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDiagnosisSettingsResponse({}));
7198
7275
  }
7199
7276
  /**
7200
- * Call UpdateDiagnosisSettings to update the instance of intelligent operation&maintenance (O&M) scene settings.
7277
+ * Call UpdateDiagnosisSettings to update the instance of intelligent operation\\&maintenance (O\\&M) scene settings.
7201
7278
  *
7202
7279
  * @param request - UpdateDiagnosisSettingsRequest
7203
7280
  * @returns UpdateDiagnosisSettingsResponse
@@ -7398,7 +7475,7 @@ class Client extends openapi_core_1.default {
7398
7475
  return await this.updateExtendfilesWithOptions(InstanceId, request, headers, runtime);
7399
7476
  }
7400
7477
  /**
7401
- * Performs a rolling update for the IK dictionaries of an Elasticsearch cluster.
7478
+ * null
7402
7479
  *
7403
7480
  * @remarks
7404
7481
  * Before you call this operation, take note of the following items:
@@ -7435,7 +7512,7 @@ class Client extends openapi_core_1.default {
7435
7512
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateHotIkDictsResponse({}));
7436
7513
  }
7437
7514
  /**
7438
- * Performs a rolling update for the IK dictionaries of an Elasticsearch cluster.
7515
+ * null
7439
7516
  *
7440
7517
  * @remarks
7441
7518
  * Before you call this operation, take note of the following items:
@@ -7537,7 +7614,7 @@ class Client extends openapi_core_1.default {
7537
7614
  return await this.updateIndexTemplateWithOptions(InstanceId, IndexTemplate, request, headers, runtime);
7538
7615
  }
7539
7616
  /**
7540
- * 修改ES集群节点配置
7617
+ * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
7541
7618
  *
7542
7619
  * @remarks
7543
7620
  * es-cn-n6w1ptcb30009\\*\\*\\*\\*
@@ -7606,7 +7683,7 @@ class Client extends openapi_core_1.default {
7606
7683
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateInstanceResponse({}));
7607
7684
  }
7608
7685
  /**
7609
- * 修改ES集群节点配置
7686
+ * Updates the configurations of a cluster, such as the number of nodes, the number of roles, specifications, and disk configurations.
7610
7687
  *
7611
7688
  * @remarks
7612
7689
  * es-cn-n6w1ptcb30009\\*\\*\\*\\*
@@ -7620,7 +7697,7 @@ class Client extends openapi_core_1.default {
7620
7697
  return await this.updateInstanceWithOptions(InstanceId, request, headers, runtime);
7621
7698
  }
7622
7699
  /**
7623
- * Call UpdateInstanceChargeType to change the billing method of a pay-as-you-go instance to subscription.
7700
+ * null
7624
7701
  *
7625
7702
  * @param request - UpdateInstanceChargeTypeRequest
7626
7703
  * @param headers - map
@@ -7659,7 +7736,7 @@ class Client extends openapi_core_1.default {
7659
7736
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateInstanceChargeTypeResponse({}));
7660
7737
  }
7661
7738
  /**
7662
- * Call UpdateInstanceChargeType to change the billing method of a pay-as-you-go instance to subscription.
7739
+ * null
7663
7740
  *
7664
7741
  * @param request - UpdateInstanceChargeTypeRequest
7665
7742
  * @returns UpdateInstanceChargeTypeResponse
@@ -7894,7 +7971,7 @@ class Client extends openapi_core_1.default {
7894
7971
  return await this.updateKibanaWhiteIpsWithOptions(InstanceId, request, headers, runtime);
7895
7972
  }
7896
7973
  /**
7897
- * 修改Logstash节点规格磁盘配置
7974
+ * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
7898
7975
  *
7899
7976
  * @param request - UpdateLogstashRequest
7900
7977
  * @param headers - map
@@ -7933,7 +8010,7 @@ class Client extends openapi_core_1.default {
7933
8010
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateLogstashResponse({}));
7934
8011
  }
7935
8012
  /**
7936
- * 修改Logstash节点规格磁盘配置
8013
+ * Modifies the configuration of a specified Logstash cluster, such as the name, quota, disk size, and number of nodes.
7937
8014
  *
7938
8015
  * @param request - UpdateLogstashRequest
7939
8016
  * @returns UpdateLogstashResponse
@@ -8040,7 +8117,7 @@ class Client extends openapi_core_1.default {
8040
8117
  return await this.updateLogstashDescriptionWithOptions(InstanceId, request, headers, runtime);
8041
8118
  }
8042
8119
  /**
8043
- * Updates the configuration of a specified Logstash cluster.
8120
+ * Updates the configuration of the specified Logstash instance.
8044
8121
  *
8045
8122
  * @remarks
8046
8123
  * When you call this operation, take note of the following items:
@@ -8076,7 +8153,7 @@ class Client extends openapi_core_1.default {
8076
8153
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateLogstashSettingsResponse({}));
8077
8154
  }
8078
8155
  /**
8079
- * Updates the configuration of a specified Logstash cluster.
8156
+ * Updates the configuration of the specified Logstash instance.
8080
8157
  *
8081
8158
  * @remarks
8082
8159
  * When you call this operation, take note of the following items:
@@ -8091,7 +8168,7 @@ class Client extends openapi_core_1.default {
8091
8168
  return await this.updateLogstashSettingsWithOptions(InstanceId, request, headers, runtime);
8092
8169
  }
8093
8170
  /**
8094
- * 修改Logstash管道配置
8171
+ * Modifies the pipeline management method of the specified Logstash cluster.
8095
8172
  *
8096
8173
  * @param request - UpdatePipelineManagementConfigRequest
8097
8174
  * @param headers - map
@@ -8142,7 +8219,7 @@ class Client extends openapi_core_1.default {
8142
8219
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePipelineManagementConfigResponse({}));
8143
8220
  }
8144
8221
  /**
8145
- * 修改Logstash管道配置
8222
+ * Modifies the pipeline management method of the specified Logstash cluster.
8146
8223
  *
8147
8224
  * @param request - UpdatePipelineManagementConfigRequest
8148
8225
  * @returns UpdatePipelineManagementConfigResponse
@@ -8199,18 +8276,7 @@ class Client extends openapi_core_1.default {
8199
8276
  return await this.updatePipelinesWithOptions(InstanceId, request, headers, runtime);
8200
8277
  }
8201
8278
  /**
8202
- * ## RequestBody
8203
- * | Property | Type | Required | Example | Description |
8204
- * | -------- | ---- | -------- | ------- | ----------- |
8205
- * | privateNetworkIpWhiteList | List<String> | No | ["0.0.XX.XX","10.2.XX.XX","192.168.XX.XX/25"] | The list of IP address whitelists. This parameter is available if whiteIpGroup is left empty. The value of this parameter updates the IP address whitelist configurations in the Default whitelist group.
8206
- * You cannot configure both privateNetworkIpWhiteList and whiteIpGroup. |
8207
- * | whiteIpGroup | Object | No | | You can update the whitelist configurations of an instance by using a whitelist group. You can update only one whitelist group.
8208
- * You cannot configure both privateNetworkIpWhiteList and whiteIpGroup. |
8209
- * | └ groupName | String | No | test_group_name | The group name of the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8210
- * | └ ips | List<String> | No | ["0.0.0.0", "10.2.XX.XX"] | The list of IP addresses in the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8211
- * > **Notice** The addition and deletion of whitelist groups are implemented by calling modifyMode to Cover. Delete and Append cannot add or delete whitelist groups at the same time. You can only modify the IP address list in the whitelist group. Take note of the following items: - If the modifyMode parameter is set to Cover, the whitelist group is deleted if ips is empty. If groupName is not in the list of existing whitelist group names, a whitelist group is created.
8212
- * - If the modifyMode parameter is set to Delete, you must retain at least one IP address for the deleted ips.
8213
- * - If the modifyMode parameter is set to Append, make sure that the whitelist group name has been created. Otherwise, the NotFound error message appears.
8279
+ * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
8214
8280
  *
8215
8281
  * @remarks
8216
8282
  * > 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.
@@ -8248,18 +8314,7 @@ class Client extends openapi_core_1.default {
8248
8314
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePrivateNetworkWhiteIpsResponse({}));
8249
8315
  }
8250
8316
  /**
8251
- * ## RequestBody
8252
- * | Property | Type | Required | Example | Description |
8253
- * | -------- | ---- | -------- | ------- | ----------- |
8254
- * | privateNetworkIpWhiteList | List<String> | No | ["0.0.XX.XX","10.2.XX.XX","192.168.XX.XX/25"] | The list of IP address whitelists. This parameter is available if whiteIpGroup is left empty. The value of this parameter updates the IP address whitelist configurations in the Default whitelist group.
8255
- * You cannot configure both privateNetworkIpWhiteList and whiteIpGroup. |
8256
- * | whiteIpGroup | Object | No | | You can update the whitelist configurations of an instance by using a whitelist group. You can update only one whitelist group.
8257
- * You cannot configure both privateNetworkIpWhiteList and whiteIpGroup. |
8258
- * | └ groupName | String | No | test_group_name | The group name of the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8259
- * | └ ips | List<String> | No | ["0.0.0.0", "10.2.XX.XX"] | The list of IP addresses in the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8260
- * > **Notice** The addition and deletion of whitelist groups are implemented by calling modifyMode to Cover. Delete and Append cannot add or delete whitelist groups at the same time. You can only modify the IP address list in the whitelist group. Take note of the following items: - If the modifyMode parameter is set to Cover, the whitelist group is deleted if ips is empty. If groupName is not in the list of existing whitelist group names, a whitelist group is created.
8261
- * - If the modifyMode parameter is set to Delete, you must retain at least one IP address for the deleted ips.
8262
- * - If the modifyMode parameter is set to Append, make sure that the whitelist group name has been created. Otherwise, the NotFound error message appears.
8317
+ * You can call this operation to update the VPC private network access whitelist of a specified Elasticsearch instance UpdatePrivateNetworkWhiteIps.
8263
8318
  *
8264
8319
  * @remarks
8265
8320
  * > 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.
@@ -8273,7 +8328,7 @@ class Client extends openapi_core_1.default {
8273
8328
  return await this.updatePrivateNetworkWhiteIpsWithOptions(InstanceId, request, headers, runtime);
8274
8329
  }
8275
8330
  /**
8276
- * Call UpdatePublicNetwork to open or close the public network address of the specified elasticsearch instance.
8331
+ * null
8277
8332
  *
8278
8333
  * @remarks
8279
8334
  * When you call this operation, take note of the following items:
@@ -8309,7 +8364,7 @@ class Client extends openapi_core_1.default {
8309
8364
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePublicNetworkResponse({}));
8310
8365
  }
8311
8366
  /**
8312
- * Call UpdatePublicNetwork to open or close the public network address of the specified elasticsearch instance.
8367
+ * null
8313
8368
  *
8314
8369
  * @remarks
8315
8370
  * When you call this operation, take note of the following items:
@@ -8324,18 +8379,7 @@ class Client extends openapi_core_1.default {
8324
8379
  return await this.updatePublicNetworkWithOptions(InstanceId, request, headers, runtime);
8325
8380
  }
8326
8381
  /**
8327
- * ## RequestBody
8328
- * | Property | Type | Required | Example | Description |
8329
- * | -------- | ---- | -------- | ------- | ----------- |
8330
- * | publicIpWhitelist | List<String> | Yes | ["0.0.0.0/0","0.0.0.0/1"] | The list of IP address whitelists. This parameter is available if whiteIpGroup is left empty. The value of this parameter updates the IP address whitelist configurations in the Default whitelist group.
8331
- * You cannot configure both publicIpWhitelist and whiteIpGroup. |
8332
- * | whiteIpGroup | Object | No | | You can update the whitelist configurations of an instance by using a whitelist group. You can update only one whitelist group.
8333
- * You cannot configure both publicIpWhitelist and whiteIpGroup. |
8334
- * | └ groupName | String | No | test_group_name | The group name of the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8335
- * | └ ips | List<String> | No | ["0.0.0.0", "10.2.XX.XX"] | The list of IP addresses in the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8336
- * > **Notice** The addition and deletion of whitelist groups are implemented by calling modifyMode to Cover. Delete and Append cannot add or delete whitelist groups at the same time. You can only modify the IP address list in the whitelist group. Take note of the following items: - If the modifyMode parameter is set to Cover, the whitelist group is deleted if ips is empty. If groupName is not in the list of existing whitelist group names, a whitelist group is created.
8337
- * - If the modifyMode parameter is set to Delete, you must retain at least one IP address for the deleted ips.
8338
- * - If the modifyMode parameter is set to Append, make sure that the whitelist group name has been created. Otherwise, the NotFound error message appears.
8382
+ * null
8339
8383
  *
8340
8384
  * @remarks
8341
8385
  * > 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.
@@ -8373,18 +8417,7 @@ class Client extends openapi_core_1.default {
8373
8417
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePublicWhiteIpsResponse({}));
8374
8418
  }
8375
8419
  /**
8376
- * ## RequestBody
8377
- * | Property | Type | Required | Example | Description |
8378
- * | -------- | ---- | -------- | ------- | ----------- |
8379
- * | publicIpWhitelist | List<String> | Yes | ["0.0.0.0/0","0.0.0.0/1"] | The list of IP address whitelists. This parameter is available if whiteIpGroup is left empty. The value of this parameter updates the IP address whitelist configurations in the Default whitelist group.
8380
- * You cannot configure both publicIpWhitelist and whiteIpGroup. |
8381
- * | whiteIpGroup | Object | No | | You can update the whitelist configurations of an instance by using a whitelist group. You can update only one whitelist group.
8382
- * You cannot configure both publicIpWhitelist and whiteIpGroup. |
8383
- * | └ groupName | String | No | test_group_name | The group name of the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8384
- * | └ ips | List<String> | No | ["0.0.0.0", "10.2.XX.XX"] | The list of IP addresses in the whitelist group. This parameter is required if the whiteIpGroup parameter is optional. |
8385
- * > **Notice** The addition and deletion of whitelist groups are implemented by calling modifyMode to Cover. Delete and Append cannot add or delete whitelist groups at the same time. You can only modify the IP address list in the whitelist group. Take note of the following items: - If the modifyMode parameter is set to Cover, the whitelist group is deleted if ips is empty. If groupName is not in the list of existing whitelist group names, a whitelist group is created.
8386
- * - If the modifyMode parameter is set to Delete, you must retain at least one IP address for the deleted ips.
8387
- * - If the modifyMode parameter is set to Append, make sure that the whitelist group name has been created. Otherwise, the NotFound error message appears.
8420
+ * null
8388
8421
  *
8389
8422
  * @remarks
8390
8423
  * > 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.
@@ -8571,10 +8604,7 @@ class Client extends openapi_core_1.default {
8571
8604
  return await this.updateTemplateWithOptions(InstanceId, TemplateName, request, headers, runtime);
8572
8605
  }
8573
8606
  /**
8574
- * > If you want to add an IP address whitelist, you can set the modifyMode parameter only to Cover. If you set this parameter to Delete or Append, you can only update an IP address whitelist.
8575
- * * If you set the modifyMode parameter to Cover and leave the ips parameter empty, the system deletes the specified whitelist. If the whitelist specified by using the groupName parameter does not exist, the system creates such a whitelist.
8576
- * * If you set the modifyMode parameter to Delete, at least one IP address must be retained for the specified whitelist.
8577
- * * If you set the modifyMode parameter to Append, you must make sure that the specified whitelist exists. Otherwise, the system reports the NotFound error.
8607
+ * Updates a private IP address whitelist of an Elasticsearch cluster.
8578
8608
  *
8579
8609
  * @remarks
8580
8610
  * > 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.
@@ -8619,10 +8649,7 @@ class Client extends openapi_core_1.default {
8619
8649
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateWhiteIpsResponse({}));
8620
8650
  }
8621
8651
  /**
8622
- * > If you want to add an IP address whitelist, you can set the modifyMode parameter only to Cover. If you set this parameter to Delete or Append, you can only update an IP address whitelist.
8623
- * * If you set the modifyMode parameter to Cover and leave the ips parameter empty, the system deletes the specified whitelist. If the whitelist specified by using the groupName parameter does not exist, the system creates such a whitelist.
8624
- * * If you set the modifyMode parameter to Delete, at least one IP address must be retained for the specified whitelist.
8625
- * * If you set the modifyMode parameter to Append, you must make sure that the specified whitelist exists. Otherwise, the system reports the NotFound error.
8652
+ * Updates a private IP address whitelist of an Elasticsearch cluster.
8626
8653
  *
8627
8654
  * @remarks
8628
8655
  * > 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.
@@ -8636,7 +8663,7 @@ class Client extends openapi_core_1.default {
8636
8663
  return await this.updateWhiteIpsWithOptions(InstanceId, request, headers, runtime);
8637
8664
  }
8638
8665
  /**
8639
- * 修改Logstash实例的X-Pack监控报警配置。
8666
+ * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
8640
8667
  *
8641
8668
  * @param request - UpdateXpackMonitorConfigRequest
8642
8669
  * @param headers - map
@@ -8681,7 +8708,7 @@ class Client extends openapi_core_1.default {
8681
8708
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateXpackMonitorConfigResponse({}));
8682
8709
  }
8683
8710
  /**
8684
- * 修改Logstash实例的X-Pack监控报警配置。
8711
+ * Updates the X-Pack monitoring and alert configuration of a Logstash cluster.
8685
8712
  *
8686
8713
  * @param request - UpdateXpackMonitorConfigRequest
8687
8714
  * @returns UpdateXpackMonitorConfigResponse
@@ -8692,7 +8719,7 @@ class Client extends openapi_core_1.default {
8692
8719
  return await this.updateXpackMonitorConfigWithOptions(InstanceId, request, headers, runtime);
8693
8720
  }
8694
8721
  /**
8695
- * ES集群版本升级
8722
+ * Upgrades the version or kernel of an Elasticsearch cluster.
8696
8723
  *
8697
8724
  * @remarks
8698
8725
  * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
@@ -8743,7 +8770,7 @@ class Client extends openapi_core_1.default {
8743
8770
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeEngineVersionResponse({}));
8744
8771
  }
8745
8772
  /**
8746
- * ES集群版本升级
8773
+ * Upgrades the version or kernel of an Elasticsearch cluster.
8747
8774
  *
8748
8775
  * @remarks
8749
8776
  * 5A2CFF0E-5718-45B5-9D4D-70B3FF\\*\\*\\*\\*
@@ -8806,7 +8833,7 @@ class Client extends openapi_core_1.default {
8806
8833
  return await this.validateConnectionWithOptions(InstanceId, request, headers, runtime);
8807
8834
  }
8808
8835
  /**
8809
- * 校验缩节点合法性
8836
+ * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
8810
8837
  *
8811
8838
  * @param request - ValidateShrinkNodesRequest
8812
8839
  * @param headers - map
@@ -8844,7 +8871,7 @@ class Client extends openapi_core_1.default {
8844
8871
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateShrinkNodesResponse({}));
8845
8872
  }
8846
8873
  /**
8847
- * 校验缩节点合法性
8874
+ * Checks whether specific nodes can be removed from a specified Elasticsearch cluster.
8848
8875
  *
8849
8876
  * @param request - ValidateShrinkNodesRequest
8850
8877
  * @returns ValidateShrinkNodesResponse
@@ -8855,6 +8882,8 @@ class Client extends openapi_core_1.default {
8855
8882
  return await this.validateShrinkNodesWithOptions(InstanceId, request, headers, runtime);
8856
8883
  }
8857
8884
  /**
8885
+ * Verify the SLR permissions of the current account.
8886
+ *
8858
8887
  * @param request - ValidateSlrPermissionRequest
8859
8888
  * @param headers - map
8860
8889
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8887,6 +8916,8 @@ class Client extends openapi_core_1.default {
8887
8916
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateSlrPermissionResponse({}));
8888
8917
  }
8889
8918
  /**
8919
+ * Verify the SLR permissions of the current account.
8920
+ *
8890
8921
  * @param request - ValidateSlrPermissionRequest
8891
8922
  * @returns ValidateSlrPermissionResponse
8892
8923
  */
@@ -8896,7 +8927,7 @@ class Client extends openapi_core_1.default {
8896
8927
  return await this.validateSlrPermissionWithOptions(request, headers, runtime);
8897
8928
  }
8898
8929
  /**
8899
- * 缩节点校验数据迁移合法性
8930
+ * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
8900
8931
  *
8901
8932
  * @param request - ValidateTransferableNodesRequest
8902
8933
  * @param headers - map
@@ -8928,7 +8959,7 @@ class Client extends openapi_core_1.default {
8928
8959
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ValidateTransferableNodesResponse({}));
8929
8960
  }
8930
8961
  /**
8931
- * 缩节点校验数据迁移合法性
8962
+ * Checks whether the data on specific nodes in a specified Elasticsearch cluster can be migrated.
8932
8963
  *
8933
8964
  * @param request - ValidateTransferableNodesRequest
8934
8965
  * @returns ValidateTransferableNodesResponse
@@ -8939,7 +8970,7 @@ class Client extends openapi_core_1.default {
8939
8970
  return await this.validateTransferableNodesWithOptions(InstanceId, request, headers, runtime);
8940
8971
  }
8941
8972
  /**
8942
- * The configurations of dedicated master nodes.
8973
+ * Creates an Elasticsearch cluster.
8943
8974
  *
8944
8975
  * @remarks
8945
8976
  * The configurations of warm nodes.
@@ -9026,7 +9057,7 @@ class Client extends openapi_core_1.default {
9026
9057
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateInstanceResponse({}));
9027
9058
  }
9028
9059
  /**
9029
- * The configurations of dedicated master nodes.
9060
+ * Creates an Elasticsearch cluster.
9030
9061
  *
9031
9062
  * @remarks
9032
9063
  * The configurations of warm nodes.