tencentcloud-sdk-cls 3.0.1127 → 3.0.1134

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 +23 -20
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e58dd8cf77ee4b120249d778f8a6ce2d56f804a
4
- data.tar.gz: 1e8282eb4cc484b743f2a3d78c364f616a9da858
3
+ metadata.gz: 379bd9fecb2300f49ddff151f25c92ee682e031a
4
+ data.tar.gz: 46185a6fdc1371ac97764f2b1f6b82ca69fea3a2
5
5
  SHA512:
6
- metadata.gz: bc36c08497387c253932a49249f60b764bca68810efe03d8110e295b4c537ec03fa272abaa28327c6775e298ad9de8764c4ca720e7f92cbc768c57deafd45dd4
7
- data.tar.gz: a1f61096be9db00017d7ce2223268b9d39d055e72075b35b4f3fa0dc92a1b9bf8054d8cfcae59faa5d608c89b7d827ec9ace01144704bb8f32ffc7faa01ab9e1
6
+ metadata.gz: b194e0940fcc1045696a0ada42c1cdf86a806da6552f0e5411d4d5d4871295eee8d5124c80547646cdb2df758a75d0f95e748736c306d38b54ef82ebbb266714
7
+ data.tar.gz: f33fe2dca24b169edfff2eebaa7b85c1f704e02bff89919bfaaa62abeb64ccd80670116b089e6989991d2c6c223588c89c9f2b66f8bbc7f9d0c6fcb430cd35bd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1127
1
+ 3.0.1134
@@ -2092,8 +2092,8 @@ module TencentCloud
2092
2092
 
2093
2093
  attr_accessor :Name, :AlarmTargets, :MonitorTime, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :Condition, :AlarmLevel, :MultiConditions, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
2094
2094
  extend Gem::Deprecate
2095
- deprecate :Enable, :none, 2025, 8
2096
- deprecate :Enable=, :none, 2025, 8
2095
+ deprecate :Enable, :none, 2025, 9
2096
+ deprecate :Enable=, :none, 2025, 9
2097
2097
 
2098
2098
  def initialize(name=nil, alarmtargets=nil, monitortime=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, condition=nil, alarmlevel=nil, multiconditions=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
2099
2099
  @Name = name
@@ -2432,8 +2432,8 @@ module TencentCloud
2432
2432
 
2433
2433
  attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
2434
2434
  extend Gem::Deprecate
2435
- deprecate :LogFormat, :none, 2025, 8
2436
- deprecate :LogFormat=, :none, 2025, 8
2435
+ deprecate :LogFormat, :none, 2025, 9
2436
+ deprecate :LogFormat=, :none, 2025, 9
2437
2437
 
2438
2438
  def initialize(name=nil, topicid=nil, type=nil, logtype=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, groupid=nil, groupids=nil, collectinfos=nil, advancedconfig=nil)
2439
2439
  @Name = name
@@ -4133,7 +4133,8 @@ module TencentCloud
4133
4133
 
4134
4134
  # 数据加工的资源信息
4135
4135
  class DataTransformResouceInfo < TencentCloud::Common::AbstractModel
4136
- # @param TopicId: 目标主题id
4136
+ # @param TopicId: 日志主题ID
4137
+ # - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
4137
4138
  # @type TopicId: String
4138
4139
  # @param Alias: 别名
4139
4140
  # @type Alias: String
@@ -4166,12 +4167,13 @@ module TencentCloud
4166
4167
  # @param Status: 当前加工任务状态(1准备中/2运行中/3停止中/4已停止)
4167
4168
  # @type Status: Integer
4168
4169
  # @param CreateTime: 加工任务创建时间
4170
+ # 时间格式:yyyy-MM-dd HH:mm:ss
4169
4171
  # @type CreateTime: String
4170
4172
  # @param UpdateTime: 最近修改时间
4171
- # 示例值:2025-06-18 16:55:54
4173
+ # 时间格式:yyyy-MM-dd HH:mm:ss
4172
4174
  # @type UpdateTime: String
4173
4175
  # @param LastEnableTime: 最后启用时间,如果需要重建集群,修改该时间
4174
- # 示例值:2025-06-18 19:55:54
4176
+ # 时间格式:yyyy-MM-dd HH:mm:ss
4175
4177
  # @type LastEnableTime: String
4176
4178
  # @param SrcTopicName: 日志主题名称
4177
4179
  # @type SrcTopicName: String
@@ -9103,8 +9105,8 @@ module TencentCloud
9103
9105
 
9104
9106
  attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
9105
9107
  extend Gem::Deprecate
9106
- deprecate :Enable, :none, 2025, 8
9107
- deprecate :Enable=, :none, 2025, 8
9108
+ deprecate :Enable, :none, 2025, 9
9109
+ deprecate :Enable=, :none, 2025, 9
9108
9110
 
9109
9111
  def initialize(alarmid=nil, name=nil, monitortime=nil, condition=nil, alarmlevel=nil, multiconditions=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, alarmtargets=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
9110
9112
  @AlarmId = alarmid
@@ -9402,8 +9404,8 @@ module TencentCloud
9402
9404
 
9403
9405
  attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
9404
9406
  extend Gem::Deprecate
9405
- deprecate :LogFormat, :none, 2025, 8
9406
- deprecate :LogFormat=, :none, 2025, 8
9407
+ deprecate :LogFormat, :none, 2025, 9
9408
+ deprecate :LogFormat=, :none, 2025, 9
9407
9409
 
9408
9410
  def initialize(configextraid=nil, name=nil, topicid=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logtype=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, type=nil, groupid=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, advancedconfig=nil)
9409
9411
  @ConfigExtraId = configextraid
@@ -11203,7 +11205,8 @@ module TencentCloud
11203
11205
  # @type LogContent: String
11204
11206
  # @param LineNum: 行号。从0开始
11205
11207
  # @type LineNum: Integer
11206
- # @param DstTopicId: 目标日志主题
11208
+ # @param DstTopicId: 目标日志主题ID
11209
+ # - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
11207
11210
  # @type DstTopicId: String
11208
11211
  # @param FailReason: 失败错误信息, 空字符串""表示正常
11209
11212
  # @type FailReason: String
@@ -11218,8 +11221,8 @@ module TencentCloud
11218
11221
 
11219
11222
  attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
11220
11223
  extend Gem::Deprecate
11221
- deprecate :DstTopicName, :none, 2025, 8
11222
- deprecate :DstTopicName=, :none, 2025, 8
11224
+ deprecate :DstTopicName, :none, 2025, 9
11225
+ deprecate :DstTopicName=, :none, 2025, 9
11223
11226
 
11224
11227
  def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
11225
11228
  @LogContent = logcontent
@@ -12513,8 +12516,8 @@ module TencentCloud
12513
12516
 
12514
12517
  attr_accessor :TopicId, :HashKey, :CompressType
12515
12518
  extend Gem::Deprecate
12516
- deprecate :HashKey, :none, 2025, 8
12517
- deprecate :HashKey=, :none, 2025, 8
12519
+ deprecate :HashKey, :none, 2025, 9
12520
+ deprecate :HashKey=, :none, 2025, 9
12518
12521
 
12519
12522
  def initialize(topicid=nil, hashkey=nil, compresstype=nil)
12520
12523
  @TopicId = topicid
@@ -12622,10 +12625,10 @@ module TencentCloud
12622
12625
 
12623
12626
  attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
12624
12627
  extend Gem::Deprecate
12625
- deprecate :Headers, :none, 2025, 8
12626
- deprecate :Headers=, :none, 2025, 8
12627
- deprecate :Body, :none, 2025, 8
12628
- deprecate :Body=, :none, 2025, 8
12628
+ deprecate :Headers, :none, 2025, 9
12629
+ deprecate :Headers=, :none, 2025, 9
12630
+ deprecate :Body, :none, 2025, 9
12631
+ deprecate :Body=, :none, 2025, 9
12629
12632
 
12630
12633
  def initialize(callbacktype=nil, url=nil, webcallbackid=nil, method=nil, noticecontentid=nil, remindtype=nil, mobiles=nil, userids=nil, headers=nil, body=nil, index=nil)
12631
12634
  @CallbackType = callbacktype
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.1127
4
+ version: 3.0.1134
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-08-22 00:00:00.000000000 Z
11
+ date: 2025-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-cls.rb
37
- - lib/v20201016/client.rb
38
37
  - lib/v20201016/models.rb
38
+ - lib/v20201016/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: