tencentcloud-sdk-nodejs-cdwdoris 4.0.1036 → 4.0.1040

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdwdoris",
3
- "version": "4.0.1036",
3
+ "version": "4.0.1040",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1605,6 +1605,10 @@ export interface DescribeSlowQueryRecordsResponse {
1605
1605
  * 集群的配置文件的修改历史
1606
1606
  */
1607
1607
  export interface ClusterConfigsHistory {
1608
+ /**
1609
+ * 计算组id
1610
+ */
1611
+ ComputeGroupId?: string
1608
1612
  /**
1609
1613
  * 配置文件名称
1610
1614
  */
@@ -1787,6 +1791,10 @@ export interface DescribeClusterConfigsHistoryRequest {
1787
1791
  apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、odbcinst.ini
1788
1792
  */
1789
1793
  ConfigFileNames?: Array<string>
1794
+ /**
1795
+ * 需要查询的计算组列表
1796
+ */
1797
+ ComputeGroupIds?: Array<string>
1790
1798
  }
1791
1799
 
1792
1800
  /**
@@ -1520,6 +1520,10 @@ export interface DescribeSlowQueryRecordsResponse {
1520
1520
  * 集群的配置文件的修改历史
1521
1521
  */
1522
1522
  export interface ClusterConfigsHistory {
1523
+ /**
1524
+ * 计算组id
1525
+ */
1526
+ ComputeGroupId?: string;
1523
1527
  /**
1524
1528
  * 配置文件名称
1525
1529
  */
@@ -1697,6 +1701,10 @@ export interface DescribeClusterConfigsHistoryRequest {
1697
1701
  apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、odbcinst.ini
1698
1702
  */
1699
1703
  ConfigFileNames?: Array<string>;
1704
+ /**
1705
+ * 需要查询的计算组列表
1706
+ */
1707
+ ComputeGroupIds?: Array<string>;
1700
1708
  }
1701
1709
  /**
1702
1710
  * CreateWorkloadGroup请求参数结构体