tencentcloud-sdk-cls 3.0.1168 → 3.0.1169

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +12 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af2a3ebf4cc49262e0fa8e0773fc8dd3f1d61bba
4
- data.tar.gz: 67c7aecc6df9d40a184a4e9d971d9fdfce9bdc94
3
+ metadata.gz: e6c292b1f25ff448dfc6f1740b301c219ec04905
4
+ data.tar.gz: 07745b2bee91e809768c4306cb5560ad81a51186
5
5
  SHA512:
6
- metadata.gz: d529247faa9091b19f443dd9d6b14cf0512d02111e304b93572055d934d9c5d8ca3583593b2d52eee901386eafc50411da4c769aa2ecfd02d178a49b6ab549cd
7
- data.tar.gz: aec6be0d4a4dc67132bc4378d79bcc7dd04cc42a626e71fbcfc5677e1c0a62b194659ef0a7d0ed36571f0f96577b19ee7037e02c824d8d5677e497422a456685
6
+ metadata.gz: 27ecac663d10d3904900a6bedd17e0d92243342468149e5851659197d11a8a42ffdcb347a5cf0241e70e65a110f2ae7c71024434ee33f6a5ca1b00fdfe4caf03
7
+ data.tar.gz: dfde3e63496ceb3a716c6ed97d20e5d308b49b44dc997ab6476b209c7e0aff333cd84d9cead1cc10751700f4ca903ec747d5b3df623d4539e84f1a4b73eda0d2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1168
1
+ 3.0.1169
@@ -1404,7 +1404,10 @@ module TencentCloud
1404
1404
 
1405
1405
  # 控制台默认占位值:`{\"ClsAgentDefault\":0}`
1406
1406
  # @type AdvancedConfig: String
1407
- # @param InputType: 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
1407
+ # @param InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
1408
+ # - file: 文件类型采集
1409
+ # - windows_event:windows事件采集
1410
+ # - syslog:系统日志采集
1408
1411
  # @type InputType: String
1409
1412
 
1410
1413
  attr_accessor :ConfigId, :Name, :LogFormat, :Path, :LogType, :ExtractRule, :ExcludePaths, :Output, :UpdateTime, :CreateTime, :UserDefineRule, :AdvancedConfig, :InputType
@@ -2624,7 +2627,10 @@ module TencentCloud
2624
2627
 
2625
2628
  # 控制台默认占位值:`{\"ClsAgentDefault\":0}`
2626
2629
  # @type AdvancedConfig: String
2627
- # @param InputType: 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
2630
+ # @param InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
2631
+ # - file: 文件类型采集
2632
+ # - windows_event:windows事件采集
2633
+ # - syslog:系统日志采集
2628
2634
  # @type InputType: String
2629
2635
 
2630
2636
  attr_accessor :Name, :Output, :Path, :LogType, :ExtractRule, :ExcludePaths, :UserDefineRule, :AdvancedConfig, :InputType
@@ -9956,7 +9962,10 @@ module TencentCloud
9956
9962
  # 样例:
9957
9963
  # `{\"ClsAgentFileTimeout\":0,\"ClsAgentMaxDepth\":10,\"ClsAgentParseFailMerge\":true}`
9958
9964
  # @type AdvancedConfig: String
9959
- # @param InputType: 日志输入类型,支持file、window_event、syslog、k8s_stdout、k8s_file
9965
+ # @param InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
9966
+ # - file: 文件类型采集
9967
+ # - windows_event:windows事件采集
9968
+ # - syslog:系统日志采集
9960
9969
  # @type InputType: String
9961
9970
 
9962
9971
  attr_accessor :ConfigId, :Name, :Path, :LogType, :ExtractRule, :ExcludePaths, :Output, :UserDefineRule, :AdvancedConfig, :InputType
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1168
4
+ version: 3.0.1169
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-14 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common