tencentcloud-sdk-nodejs-cls 4.1.144 → 4.1.145

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.144",
3
+ "version": "4.1.145",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1876,7 +1876,10 @@ export interface ConfigInfo {
1876
1876
  */
1877
1877
  AdvancedConfig?: string;
1878
1878
  /**
1879
- * 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
1879
+ * 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
1880
+ - file: 文件类型采集
1881
+ - windows_event:windows事件采集
1882
+ - syslog:系统日志采集
1880
1883
  */
1881
1884
  InputType?: string;
1882
1885
  }
@@ -4174,7 +4177,10 @@ export interface ModifyConfigRequest {
4174
4177
  */
4175
4178
  AdvancedConfig?: string;
4176
4179
  /**
4177
- * 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
4180
+ * 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
4181
+ - file: 文件类型采集
4182
+ - windows_event:windows事件采集
4183
+ - syslog:系统日志采集
4178
4184
  */
4179
4185
  InputType?: string;
4180
4186
  }
@@ -6421,7 +6427,10 @@ export interface CreateConfigRequest {
6421
6427
  */
6422
6428
  AdvancedConfig?: string;
6423
6429
  /**
6424
- * 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
6430
+ * 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
6431
+ - file: 文件类型采集
6432
+ - windows_event:windows事件采集
6433
+ - syslog:系统日志采集
6425
6434
  */
6426
6435
  InputType?: string;
6427
6436
  }