tencentcloud-sdk-cls 3.0.623 → 3.0.624
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 +5 -5
- 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: 7e6302b805ee0bac521dc53462825b2b3cfa1374
|
|
4
|
+
data.tar.gz: 0a23cebaa2586efd737cfb6888c46d9c900b7859
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d26f12edfea96b85d9072d30b745e97e63469558d3a8f22dc0116519fe5584a79f25f96c429e10ccdc6ea18298f585bec337057c49ee50155811a912bca945d6
|
|
7
|
+
data.tar.gz: 4b8f7cea7d4b3af8b2a398c3d72a5227767b5078c198d6839d79c3708bfa4166427145903dc4af33b7618835071d6863d395c232c87f1b2a5b36e03547010909
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.624
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -2067,7 +2067,7 @@ module TencentCloud
|
|
|
2067
2067
|
# @type SrcTopicId: String
|
|
2068
2068
|
# @param Name: 任务名称
|
|
2069
2069
|
# @type Name: String
|
|
2070
|
-
# @param EnableFlag: 任务启动状态. 1
|
|
2070
|
+
# @param EnableFlag: 任务启动状态. 1开启, 2关闭
|
|
2071
2071
|
# @type EnableFlag: Integer
|
|
2072
2072
|
# @param DstResource: 定时SQL分析目标日志主题
|
|
2073
2073
|
# @type DstResource: :class:`Tencentcloud::Cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
@@ -2075,7 +2075,7 @@ module TencentCloud
|
|
|
2075
2075
|
# @type ScheduledSqlContent: String
|
|
2076
2076
|
# @param ProcessStartTime: 调度开始时间,Unix时间戳,单位ms
|
|
2077
2077
|
# @type ProcessStartTime: Integer
|
|
2078
|
-
# @param ProcessType: 调度类型,1:持续运行 2
|
|
2078
|
+
# @param ProcessType: 调度类型,1:持续运行 2:指定时间范围
|
|
2079
2079
|
# @type ProcessType: Integer
|
|
2080
2080
|
# @param ProcessPeriod: 调度周期(分钟)
|
|
2081
2081
|
# @type ProcessPeriod: Integer
|
|
@@ -2087,7 +2087,7 @@ module TencentCloud
|
|
|
2087
2087
|
# @type SrcTopicRegion: String
|
|
2088
2088
|
# @param ProcessEndTime: 调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms
|
|
2089
2089
|
# @type ProcessEndTime: Integer
|
|
2090
|
-
# @param SyntaxRule:
|
|
2090
|
+
# @param SyntaxRule: 查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法
|
|
2091
2091
|
# @type SyntaxRule: Integer
|
|
2092
2092
|
|
|
2093
2093
|
attr_accessor :SrcTopicId, :Name, :EnableFlag, :DstResource, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :ProcessEndTime, :SyntaxRule
|
|
@@ -6681,7 +6681,7 @@ module TencentCloud
|
|
|
6681
6681
|
# @type TaskId: String
|
|
6682
6682
|
# @param SrcTopicId: 源日志主题
|
|
6683
6683
|
# @type SrcTopicId: String
|
|
6684
|
-
# @param EnableFlag: 任务启动状态. 1
|
|
6684
|
+
# @param EnableFlag: 任务启动状态. 1开启, 2关闭
|
|
6685
6685
|
# @type EnableFlag: Integer
|
|
6686
6686
|
# @param DstResource: 定时SQL分析的目标日志主题
|
|
6687
6687
|
# @type DstResource: :class:`Tencentcloud::Cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
@@ -7442,7 +7442,7 @@ module TencentCloud
|
|
|
7442
7442
|
# @type ScheduledSqlContent: String
|
|
7443
7443
|
# @param ProcessStartTime: 调度开始时间
|
|
7444
7444
|
# @type ProcessStartTime: String
|
|
7445
|
-
# @param ProcessType: 调度类型,1:持续运行 2
|
|
7445
|
+
# @param ProcessType: 调度类型,1:持续运行 2:指定时间范围
|
|
7446
7446
|
# @type ProcessType: Integer
|
|
7447
7447
|
# @param ProcessEndTime: 调度结束时间,当process_type=2时为必传字段
|
|
7448
7448
|
# @type ProcessEndTime: 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.
|
|
4
|
+
version: 3.0.624
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|