tencentcloud-sdk-nodejs-dlc 4.1.206 → 4.1.207

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-dlc",
3
- "version": "4.1.206",
3
+ "version": "4.1.207",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5275,7 +5275,7 @@ export interface TaskFullRespInfo {
5275
5275
  */
5276
5276
  export interface DeleteDataEngineRequest {
5277
5277
  /**
5278
- * 删除虚拟集群的名称数组
5278
+ * <p>删除虚拟集群的名称数组</p>
5279
5279
  */
5280
5280
  DataEngineNames: Array<string>;
5281
5281
  }