tencentcloud-sdk-cls 3.0.937 → 3.0.939
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +26 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44400085b421eb35b96636a9ccbdb7f7dcee6954
|
4
|
+
data.tar.gz: bbc91378189df0c8bf1917c2c3dcaa534d426ad6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d663e0d83e3c7d199c1e4d1cd0cfac45a545462f7d0e3dad81a6973a7350cd97a5311eec162d365f2fee1c8e224407d4c23a460d087493d4419ed90d997099e6
|
7
|
+
data.tar.gz: 8f6ca2ed78f6fe0a81b12aa6087e7f89cd0df14bc0eb1ebf8ba02aac438d8551c41869f0bc6a21852105da911cdc9188f6dcf496a8a769be497d8536058bc7e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
data/lib/v20201016/models.rb
CHANGED
@@ -3773,10 +3773,16 @@ module TencentCloud
|
|
3773
3773
|
# @param DataTransformType: 数据加工类型。0:标准加工任务;1:前置加工任务。
|
3774
3774
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3775
3775
|
# @type DataTransformType: Integer
|
3776
|
+
# @param KeepFailureLog: 保留失败日志状态。 1:不保留,2:保留
|
3777
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3778
|
+
# @type KeepFailureLog: Integer
|
3779
|
+
# @param FailureLogKey: 失败日志的字段名称
|
3780
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3781
|
+
# @type FailureLogKey: String
|
3776
3782
|
|
3777
|
-
attr_accessor :Name, :TaskId, :EnableFlag, :Type, :SrcTopicId, :Status, :CreateTime, :UpdateTime, :LastEnableTime, :SrcTopicName, :LogsetId, :DstResources, :EtlContent, :DataTransformType
|
3783
|
+
attr_accessor :Name, :TaskId, :EnableFlag, :Type, :SrcTopicId, :Status, :CreateTime, :UpdateTime, :LastEnableTime, :SrcTopicName, :LogsetId, :DstResources, :EtlContent, :DataTransformType, :KeepFailureLog, :FailureLogKey
|
3778
3784
|
|
3779
|
-
def initialize(name=nil, taskid=nil, enableflag=nil, type=nil, srctopicid=nil, status=nil, createtime=nil, updatetime=nil, lastenabletime=nil, srctopicname=nil, logsetid=nil, dstresources=nil, etlcontent=nil, datatransformtype=nil)
|
3785
|
+
def initialize(name=nil, taskid=nil, enableflag=nil, type=nil, srctopicid=nil, status=nil, createtime=nil, updatetime=nil, lastenabletime=nil, srctopicname=nil, logsetid=nil, dstresources=nil, etlcontent=nil, datatransformtype=nil, keepfailurelog=nil, failurelogkey=nil)
|
3780
3786
|
@Name = name
|
3781
3787
|
@TaskId = taskid
|
3782
3788
|
@EnableFlag = enableflag
|
@@ -3791,6 +3797,8 @@ module TencentCloud
|
|
3791
3797
|
@DstResources = dstresources
|
3792
3798
|
@EtlContent = etlcontent
|
3793
3799
|
@DataTransformType = datatransformtype
|
3800
|
+
@KeepFailureLog = keepfailurelog
|
3801
|
+
@FailureLogKey = failurelogkey
|
3794
3802
|
end
|
3795
3803
|
|
3796
3804
|
def deserialize(params)
|
@@ -3815,6 +3823,8 @@ module TencentCloud
|
|
3815
3823
|
end
|
3816
3824
|
@EtlContent = params['EtlContent']
|
3817
3825
|
@DataTransformType = params['DataTransformType']
|
3826
|
+
@KeepFailureLog = params['KeepFailureLog']
|
3827
|
+
@FailureLogKey = params['FailureLogKey']
|
3818
3828
|
end
|
3819
3829
|
end
|
3820
3830
|
|
@@ -6368,11 +6378,21 @@ module TencentCloud
|
|
6368
6378
|
|
6369
6379
|
# DescribeShippers请求参数结构体
|
6370
6380
|
class DescribeShippersRequest < TencentCloud::Common::AbstractModel
|
6371
|
-
# @param Filters: - shipperName
|
6372
|
-
#
|
6373
|
-
#
|
6381
|
+
# @param Filters: - shipperName:按照【投递规则名称】进行过滤。
|
6382
|
+
# 类型:String。
|
6383
|
+
# 必选:否
|
6384
|
+
# - shipperId:按照【投递规则ID】进行过滤。
|
6385
|
+
# 类型:String。
|
6386
|
+
# 必选:否
|
6387
|
+
# - topicId:按照【日志主题】进行过滤。
|
6388
|
+
# 类型:String。
|
6389
|
+
# 必选:否
|
6390
|
+
# - taskStatus
|
6391
|
+
# 按照【任务运行状态】进行过滤。 支持`0`:停止,`1`:运行中,`2`:异常
|
6392
|
+
# 类型:String
|
6393
|
+
# 必选:否
|
6374
6394
|
|
6375
|
-
# 每次请求的Filters的上限为10,Filter.Values的上限为
|
6395
|
+
# 每次请求的Filters的上限为10,Filter.Values的上限为10。
|
6376
6396
|
# @type Filters: Array
|
6377
6397
|
# @param Offset: 分页的偏移量,默认值为0
|
6378
6398
|
# @type Offset: Integer
|
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.
|
4
|
+
version: 3.0.939
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|