tencentcloud-sdk-nodejs-cls 4.1.140 → 4.1.141

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-cls",
3
- "version": "4.1.140",
3
+ "version": "4.1.141",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8651,6 +8651,14 @@ export interface CreateDataTransformRequest {
8651
8651
  * 数据加工类型。0:标准加工任务; 1:前置加工任务。前置加工任务将采集的日志处理完成后,再写入日志主题。
8652
8652
  */
8653
8653
  DataTransformType?: number;
8654
+ /**
8655
+ * 保留失败日志状态,1:不保留(默认),2:保留。
8656
+ */
8657
+ KeepFailureLog?: number;
8658
+ /**
8659
+ * 失败日志的字段名称
8660
+ */
8661
+ FailureLogKey?: string;
8654
8662
  }
8655
8663
  /**
8656
8664
  * DeleteMachineGroupInfo返回参数结构体