tencentcloud-sdk-cls 3.0.623 → 3.0.624

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6db77105a5edce54f46c48373f7aacb4b7fb05bd
4
- data.tar.gz: a3ebea7e55ac3c4bc4e281cb6c1c5a75c09c7c7b
3
+ metadata.gz: 7e6302b805ee0bac521dc53462825b2b3cfa1374
4
+ data.tar.gz: 0a23cebaa2586efd737cfb6888c46d9c900b7859
5
5
  SHA512:
6
- metadata.gz: b14d2466404b654676eb05d0fd49516183d9c872eddc825a80459ea3004bbae89221494a8420fad4f5605e9f7300564fd7c061d6ef3a4b8357b1e3b65f56691c
7
- data.tar.gz: bcd46a0fadd97a57671f7ea9373c152cb69aa0c5c4f094f093c9c47ff0fb4804997d1db06e9218b42661034b76206633195e60fefd221ceaa9ff880af2617354
6
+ metadata.gz: d26f12edfea96b85d9072d30b745e97e63469558d3a8f22dc0116519fe5584a79f25f96c429e10ccdc6ea18298f585bec337057c49ee50155811a912bca945d6
7
+ data.tar.gz: 4b8f7cea7d4b3af8b2a398c3d72a5227767b5078c198d6839d79c3708bfa4166427145903dc4af33b7618835071d6863d395c232c87f1b2a5b36e03547010909
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.623
1
+ 3.0.624
@@ -2067,7 +2067,7 @@ module TencentCloud
2067
2067
  # @type SrcTopicId: String
2068
2068
  # @param Name: 任务名称
2069
2069
  # @type Name: String
2070
- # @param EnableFlag: 任务启动状态. 1正常开启, 2关闭
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: 语法规则。 默认值为0。0:Lucene语法,1:CQL语法
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正常开启, 2关闭
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.623
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-28 00:00:00.000000000 Z
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