tencentcloud-sdk-cls 3.0.1127 → 3.0.1128

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e58dd8cf77ee4b120249d778f8a6ce2d56f804a
4
- data.tar.gz: 1e8282eb4cc484b743f2a3d78c364f616a9da858
3
+ metadata.gz: 2a6e4dd54d270d171d5ff4fcb615ae12d27ff396
4
+ data.tar.gz: b1b8b1f28af324a8593a1abceea7566387efa7de
5
5
  SHA512:
6
- metadata.gz: bc36c08497387c253932a49249f60b764bca68810efe03d8110e295b4c537ec03fa272abaa28327c6775e298ad9de8764c4ca720e7f92cbc768c57deafd45dd4
7
- data.tar.gz: a1f61096be9db00017d7ce2223268b9d39d055e72075b35b4f3fa0dc92a1b9bf8054d8cfcae59faa5d608c89b7d827ec9ace01144704bb8f32ffc7faa01ab9e1
6
+ metadata.gz: 6d20a48a8e7a4bb5e9fa73ac8515169e99ec5edd1d51b8adb9487b08d519e5f4ac7204ad862e90dde0b6b74b25fdd9b13077e6dda6a6314c87225a9d4fa993b4
7
+ data.tar.gz: 9e4550c3762152e3774af69b4b56dc7c1aeb0fbaca5f6d73da265480faa9edba0dcf1ab5ad4b527cfdc82ab5402537bcc2831f55090044d4c510821d67a9d5c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1127
1
+ 3.0.1128
@@ -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,16 @@ module TencentCloud
4166
4167
  # @param Status: 当前加工任务状态(1准备中/2运行中/3停止中/4已停止)
4167
4168
  # @type Status: Integer
4168
4169
  # @param CreateTime: 加工任务创建时间
4170
+ # 示例值:2025-03-18 19:55:54
4171
+ # 时间格式:yyyy-MM-dd HH:mm:ss
4169
4172
  # @type CreateTime: String
4170
4173
  # @param UpdateTime: 最近修改时间
4171
- # 示例值:2025-06-18 16:55:54
4174
+ # 示例值:2025-04-18 16:55:54
4175
+ # 时间格式:yyyy-MM-dd HH:mm:ss
4172
4176
  # @type UpdateTime: String
4173
4177
  # @param LastEnableTime: 最后启用时间,如果需要重建集群,修改该时间
4174
- # 示例值:2025-06-18 19:55:54
4178
+ # 示例值:2025-05-18 19:55:54
4179
+ # 时间格式:yyyy-MM-dd HH:mm:ss
4175
4180
  # @type LastEnableTime: String
4176
4181
  # @param SrcTopicName: 日志主题名称
4177
4182
  # @type SrcTopicName: String
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.1128
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-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common