tencentcloud-sdk-nodejs-cdwch 4.1.152 → 4.1.154

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-cdwch",
3
- "version": "4.1.152",
3
+ "version": "4.1.154",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1802,6 +1802,14 @@ export interface ClusterConfigsInfoFromEMR {
1802
1802
  * 保存配置文件的路径
1803
1803
  */
1804
1804
  FilePath?: string;
1805
+ /**
1806
+ * 节点级配置的ip,当ConfigLevel取值为node时,此参数必选;
1807
+ */
1808
+ Ip?: string;
1809
+ /**
1810
+ * 可选参数,参数取值:node,cluster; node: 节点级参数配置,cluster: 实例级参数配置;
1811
+ */
1812
+ ConfigLevel?: string;
1805
1813
  }
1806
1814
  /**
1807
1815
  * DescribeInstanceClusters请求参数结构体