tencentcloud-sdk-wedata 3.0.716 → 3.0.718

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/v20210820/models.rb +162 -45
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7dc24c03ebe82dda316223f10d50599b10e853f2
4
- data.tar.gz: d590bf8cc6f9ac19ead93af7d8680ff13f72570f
3
+ metadata.gz: 23c8ca331d4c7043ed4058f06061439063922da0
4
+ data.tar.gz: 88d1b7945a7aafb29fbded040e77630b32907e04
5
5
  SHA512:
6
- metadata.gz: 4e971aa0bf832534e86b8cc4e8b5275e956fc0e27a1217c9e1f5adf6d86c439e262178ad580ceb2c982dc15da53f513fcad1be075535fb62d52912f2f898f980
7
- data.tar.gz: 091d53552e7645f517225ff20fa3da7189226128a5a24d9adfcd6dd1c722892b9568dbf0c28ce91c46938a8d5317615b6bd830cb15a7cf45d0d7e10550a17e14
6
+ metadata.gz: 18d5c1f05a385b366597f015179920053bb8b4bd99bee47c9184c12954da739913d5f018a89e88e58527ce92f831a94f2e2a8b70f7c0a1f16afa1b3ac6b579f3
7
+ data.tar.gz: 43f7865ee6500554144ea2e262048cb3c2863263fc5465ef188d9e5f00df511c1014989aa44679bd1f6dbbea33eebfec26d0d8be6244c2136a21e58b6275f63c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.716
1
+ 3.0.718
@@ -264,10 +264,19 @@ module TencentCloud
264
264
  # @param SendResult: 发送结果
265
265
  # 注意:此字段可能返回 null,表示取不到有效值。
266
266
  # @type SendResult: String
267
+ # @param MonitorObjectId: 监控对象id
268
+ # 注意:此字段可能返回 null,表示取不到有效值。
269
+ # @type MonitorObjectId: String
270
+ # @param MonitorObjectName: 监控对象名称
271
+ # 注意:此字段可能返回 null,表示取不到有效值。
272
+ # @type MonitorObjectName: String
273
+ # @param Threshold: 指标阈值
274
+ # 注意:此字段可能返回 null,表示取不到有效值。
275
+ # @type Threshold: Float
267
276
 
268
- attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :MessageId, :Operator, :RegularId, :AlarmRecipientName, :TaskType, :SendResult
277
+ attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :MessageId, :Operator, :RegularId, :AlarmRecipientName, :TaskType, :SendResult, :MonitorObjectId, :MonitorObjectName, :Threshold
269
278
 
270
- def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, messageid=nil, operator=nil, regularid=nil, alarmrecipientname=nil, tasktype=nil, sendresult=nil)
279
+ def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, messageid=nil, operator=nil, regularid=nil, alarmrecipientname=nil, tasktype=nil, sendresult=nil, monitorobjectid=nil, monitorobjectname=nil, threshold=nil)
271
280
  @AlarmId = alarmid
272
281
  @AlarmTime = alarmtime
273
282
  @TaskId = taskid
@@ -289,6 +298,9 @@ module TencentCloud
289
298
  @AlarmRecipientName = alarmrecipientname
290
299
  @TaskType = tasktype
291
300
  @SendResult = sendresult
301
+ @MonitorObjectId = monitorobjectid
302
+ @MonitorObjectName = monitorobjectname
303
+ @Threshold = threshold
292
304
  end
293
305
 
294
306
  def deserialize(params)
@@ -313,6 +325,9 @@ module TencentCloud
313
325
  @AlarmRecipientName = params['AlarmRecipientName']
314
326
  @TaskType = params['TaskType']
315
327
  @SendResult = params['SendResult']
328
+ @MonitorObjectId = params['MonitorObjectId']
329
+ @MonitorObjectName = params['MonitorObjectName']
330
+ @Threshold = params['Threshold']
316
331
  end
317
332
  end
318
333
 
@@ -358,7 +373,7 @@ module TencentCloud
358
373
  # @param Id: 指标id
359
374
  # 注意:此字段可能返回 null,表示取不到有效值。
360
375
  # @type Id: String
361
- # @param AlarmIndicator: 告警指标,0表示任务失败,1表示任务运行超时,2表示任务停止,3表示任务暂停
376
+ # @param AlarmIndicator: 告警指标,0任务失败,1任务运行超时,2任务停止,3任务暂停, 4读取速度,5写入速度,6读取吞吐 7写入吞吐, 8脏数据字节数,9脏数据条数,10任务异常,11任务检测异常, 12重启次数, 13任务延时, 14近20分内的重启次数 15传输延迟,16业务延迟, 50离线包CPU使用率, 51离线包内存使用率, 52离线包并行度使用率, 53离线包排队中的实例数, 54实时包资源使用率, 55实时包运行中的任务数
362
377
  # 注意:此字段可能返回 null,表示取不到有效值。
363
378
  # @type AlarmIndicator: Integer
364
379
  # @param AlarmIndicatorDesc: 告警指标描述
@@ -370,7 +385,7 @@ module TencentCloud
370
385
  # @param EstimatedTime: 预计的超时时间,分钟级别
371
386
  # 注意:此字段可能返回 null,表示取不到有效值。
372
387
  # @type EstimatedTime: Integer
373
- # @param Operator: 实时任务告警需要的参数
388
+ # @param Operator: 告警阈值的算子,1 大于,2 小于
374
389
  # 注意:此字段可能返回 null,表示取不到有效值。
375
390
  # @type Operator: Integer
376
391
  # @param AlarmIndicatorUnit: 告警指标阈值单位:ms(毫秒)、s(秒)、min(分钟)
@@ -378,14 +393,17 @@ module TencentCloud
378
393
  # @type AlarmIndicatorUnit: String
379
394
  # @param Duration: 告警周期
380
395
  # @type Duration: Integer
381
- # @param DurationUnit: 告警周期单位
396
+ # @param DurationUnit: 告警周期单位:hour,minute,day
382
397
  # @type DurationUnit: String
383
398
  # @param MaxTimes: 周期内最多告警次数
384
399
  # @type MaxTimes: Integer
400
+ # @param Threshold: 指标阈值
401
+ # 注意:此字段可能返回 null,表示取不到有效值。
402
+ # @type Threshold: Float
385
403
 
386
- attr_accessor :Id, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :Operator, :AlarmIndicatorUnit, :Duration, :DurationUnit, :MaxTimes
404
+ attr_accessor :Id, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :Operator, :AlarmIndicatorUnit, :Duration, :DurationUnit, :MaxTimes, :Threshold
387
405
 
388
- def initialize(id=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, operator=nil, alarmindicatorunit=nil, duration=nil, durationunit=nil, maxtimes=nil)
406
+ def initialize(id=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, operator=nil, alarmindicatorunit=nil, duration=nil, durationunit=nil, maxtimes=nil, threshold=nil)
389
407
  @Id = id
390
408
  @AlarmIndicator = alarmindicator
391
409
  @AlarmIndicatorDesc = alarmindicatordesc
@@ -396,6 +414,7 @@ module TencentCloud
396
414
  @Duration = duration
397
415
  @DurationUnit = durationunit
398
416
  @MaxTimes = maxtimes
417
+ @Threshold = threshold
399
418
  end
400
419
 
401
420
  def deserialize(params)
@@ -409,6 +428,7 @@ module TencentCloud
409
428
  @Duration = params['Duration']
410
429
  @DurationUnit = params['DurationUnit']
411
430
  @MaxTimes = params['MaxTimes']
431
+ @Threshold = params['Threshold']
412
432
  end
413
433
  end
414
434
 
@@ -2616,14 +2636,17 @@ module TencentCloud
2616
2636
  # @type TaskType: Integer
2617
2637
  # @param ProjectId: 项目id
2618
2638
  # @type ProjectId: String
2639
+ # @param InchargeIds: 责任人Id(多个责任人用小写分号隔开)
2640
+ # @type InchargeIds: String
2619
2641
 
2620
- attr_accessor :TaskIds, :Incharge, :TaskType, :ProjectId
2642
+ attr_accessor :TaskIds, :Incharge, :TaskType, :ProjectId, :InchargeIds
2621
2643
 
2622
- def initialize(taskids=nil, incharge=nil, tasktype=nil, projectid=nil)
2644
+ def initialize(taskids=nil, incharge=nil, tasktype=nil, projectid=nil, inchargeids=nil)
2623
2645
  @TaskIds = taskids
2624
2646
  @Incharge = incharge
2625
2647
  @TaskType = tasktype
2626
2648
  @ProjectId = projectid
2649
+ @InchargeIds = inchargeids
2627
2650
  end
2628
2651
 
2629
2652
  def deserialize(params)
@@ -2631,6 +2654,7 @@ module TencentCloud
2631
2654
  @Incharge = params['Incharge']
2632
2655
  @TaskType = params['TaskType']
2633
2656
  @ProjectId = params['ProjectId']
2657
+ @InchargeIds = params['InchargeIds']
2634
2658
  end
2635
2659
  end
2636
2660
 
@@ -2790,18 +2814,21 @@ module TencentCloud
2790
2814
  # @type Id: String
2791
2815
  # @param TaskType: 任务类型:201.实时,202.离线
2792
2816
  # @type TaskType: Integer
2817
+ # @param MonitorType: 监控对象类型(1:所有任务,2:指定任务,3:指定责任人,4:指定资源组)
2818
+ # @type MonitorType: Integer
2793
2819
 
2794
- attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType
2820
+ attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
2795
2821
  extend Gem::Deprecate
2796
- deprecate :TaskId, :none, 2023, 11
2797
- deprecate :TaskId=, :none, 2023, 11
2822
+ deprecate :TaskId, :none, 2023, 12
2823
+ deprecate :TaskId=, :none, 2023, 12
2798
2824
 
2799
- def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil)
2825
+ def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
2800
2826
  @ProjectId = projectid
2801
2827
  @AlarmRegularName = alarmregularname
2802
2828
  @TaskId = taskid
2803
2829
  @Id = id
2804
2830
  @TaskType = tasktype
2831
+ @MonitorType = monitortype
2805
2832
  end
2806
2833
 
2807
2834
  def deserialize(params)
@@ -2810,6 +2837,7 @@ module TencentCloud
2810
2837
  @TaskId = params['TaskId']
2811
2838
  @Id = params['Id']
2812
2839
  @TaskType = params['TaskType']
2840
+ @MonitorType = params['MonitorType']
2813
2841
  end
2814
2842
  end
2815
2843
 
@@ -7160,6 +7188,12 @@ module TencentCloud
7160
7188
 
7161
7189
  # DescribeAlarmEvents请求参数结构体
7162
7190
  class DescribeAlarmEventsRequest < TencentCloud::Common::AbstractModel
7191
+ # @param ProjectId: 项目ID
7192
+ # @type ProjectId: String
7193
+ # @param PageNumber: 当前页
7194
+ # @type PageNumber: Integer
7195
+ # @param PageSize: 每页记录数
7196
+ # @type PageSize: Integer
7163
7197
  # @param Filters: 过滤条件(key可以是:AlarmLevel,AlarmIndicator,KeyWord)
7164
7198
  # @type Filters: Array
7165
7199
  # @param OrderFields: 排序字段(AlarmTime)
@@ -7170,27 +7204,27 @@ module TencentCloud
7170
7204
  # @type StartTime: String
7171
7205
  # @param EndTime: 结束时间
7172
7206
  # @type EndTime: String
7173
- # @param ProjectId: 项目ID
7174
- # @type ProjectId: String
7175
- # @param PageNumber: 当前页
7176
- # @type PageNumber: Integer
7177
- # @param PageSize: 每页记录数
7178
- # @type PageSize: Integer
7207
+ # @param MonitorType: 监控对象类型(1:所有任务,2:指定任务,3:指定责任人,4:指定资源组)
7208
+ # @type MonitorType: Integer
7179
7209
 
7180
- attr_accessor :Filters, :OrderFields, :TaskType, :StartTime, :EndTime, :ProjectId, :PageNumber, :PageSize
7210
+ attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters, :OrderFields, :TaskType, :StartTime, :EndTime, :MonitorType
7181
7211
 
7182
- def initialize(filters=nil, orderfields=nil, tasktype=nil, starttime=nil, endtime=nil, projectid=nil, pagenumber=nil, pagesize=nil)
7212
+ def initialize(projectid=nil, pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, tasktype=nil, starttime=nil, endtime=nil, monitortype=nil)
7213
+ @ProjectId = projectid
7214
+ @PageNumber = pagenumber
7215
+ @PageSize = pagesize
7183
7216
  @Filters = filters
7184
7217
  @OrderFields = orderfields
7185
7218
  @TaskType = tasktype
7186
7219
  @StartTime = starttime
7187
7220
  @EndTime = endtime
7188
- @ProjectId = projectid
7189
- @PageNumber = pagenumber
7190
- @PageSize = pagesize
7221
+ @MonitorType = monitortype
7191
7222
  end
7192
7223
 
7193
7224
  def deserialize(params)
7225
+ @ProjectId = params['ProjectId']
7226
+ @PageNumber = params['PageNumber']
7227
+ @PageSize = params['PageSize']
7194
7228
  unless params['Filters'].nil?
7195
7229
  @Filters = []
7196
7230
  params['Filters'].each do |i|
@@ -7210,9 +7244,7 @@ module TencentCloud
7210
7244
  @TaskType = params['TaskType']
7211
7245
  @StartTime = params['StartTime']
7212
7246
  @EndTime = params['EndTime']
7213
- @ProjectId = params['ProjectId']
7214
- @PageNumber = params['PageNumber']
7215
- @PageSize = params['PageSize']
7247
+ @MonitorType = params['MonitorType']
7216
7248
  end
7217
7249
  end
7218
7250
 
@@ -7268,10 +7300,12 @@ module TencentCloud
7268
7300
  # @type AlarmRecipientName: String
7269
7301
  # @param AlarmTime: 告警时间
7270
7302
  # @type AlarmTime: String
7303
+ # @param MonitorType: 监控对象类型(1:所有任务,2:指定任务,3:指定责任人,4:指定资源组)
7304
+ # @type MonitorType: Integer
7271
7305
 
7272
- attr_accessor :AlarmId, :PageNumber, :PageSize, :ProjectId, :MessageId, :TaskType, :AlarmRecipient, :AlarmRecipientName, :AlarmTime
7306
+ attr_accessor :AlarmId, :PageNumber, :PageSize, :ProjectId, :MessageId, :TaskType, :AlarmRecipient, :AlarmRecipientName, :AlarmTime, :MonitorType
7273
7307
 
7274
- def initialize(alarmid=nil, pagenumber=nil, pagesize=nil, projectid=nil, messageid=nil, tasktype=nil, alarmrecipient=nil, alarmrecipientname=nil, alarmtime=nil)
7308
+ def initialize(alarmid=nil, pagenumber=nil, pagesize=nil, projectid=nil, messageid=nil, tasktype=nil, alarmrecipient=nil, alarmrecipientname=nil, alarmtime=nil, monitortype=nil)
7275
7309
  @AlarmId = alarmid
7276
7310
  @PageNumber = pagenumber
7277
7311
  @PageSize = pagesize
@@ -7281,6 +7315,7 @@ module TencentCloud
7281
7315
  @AlarmRecipient = alarmrecipient
7282
7316
  @AlarmRecipientName = alarmrecipientname
7283
7317
  @AlarmTime = alarmtime
7318
+ @MonitorType = monitortype
7284
7319
  end
7285
7320
 
7286
7321
  def deserialize(params)
@@ -7293,6 +7328,7 @@ module TencentCloud
7293
7328
  @AlarmRecipient = params['AlarmRecipient']
7294
7329
  @AlarmRecipientName = params['AlarmRecipientName']
7295
7330
  @AlarmTime = params['AlarmTime']
7331
+ @MonitorType = params['MonitorType']
7296
7332
  end
7297
7333
  end
7298
7334
 
@@ -8717,19 +8753,19 @@ module TencentCloud
8717
8753
 
8718
8754
  # DescribeDataSourceInfoList请求参数结构体
8719
8755
  class DescribeDataSourceInfoListRequest < TencentCloud::Common::AbstractModel
8720
- # @param ProjectId: 工作空间id
8756
+ # @param ProjectId: 项目id
8721
8757
  # @type ProjectId: String
8722
8758
  # @param PageNumber: 页码
8723
8759
  # @type PageNumber: Integer
8724
8760
  # @param PageSize: 页数
8725
8761
  # @type PageSize: Integer
8726
- # @param Filters: 可选过滤条件,Filter可选配置(参考): "Name": { "type": "string", "description": "数据源名称" }, "Type": { "type": "string", "description": "类型" }, "ClusterId": { "type": "string", "description": "集群id" }, "CategoryId": { "type": "string", "description": "分类,项目或空间id" }
8762
+ # @param Filters: 过滤条件(暂不支持)
8727
8763
  # @type Filters: :class:`Tencentcloud::Wedata.v20210820.models.Filter`
8728
8764
  # @param OrderFields: 排序配置
8729
8765
  # @type OrderFields: :class:`Tencentcloud::Wedata.v20210820.models.OrderField`
8730
- # @param Type: 数据源类型
8766
+ # @param Type: 数据源类型,必选(如MYSQL、DLC等)
8731
8767
  # @type Type: String
8732
- # @param DatasourceName: 数据源名称过滤用
8768
+ # @param DatasourceName: 数据源名称过滤
8733
8769
  # @type DatasourceName: String
8734
8770
 
8735
8771
  attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters, :OrderFields, :Type, :DatasourceName
@@ -9779,7 +9815,10 @@ module TencentCloud
9779
9815
  class DescribeEventCasesRequest < TencentCloud::Common::AbstractModel
9780
9816
  # @param ProjectId: 项目ID
9781
9817
  # @type ProjectId: String
9782
- # @param Category: 事件实例目录
9818
+ # @param Category: 事件实例目录,示例取值:
9819
+ # - 已过期: expired
9820
+ # - 未过期: consuming
9821
+ # - 全部: all
9783
9822
  # @type Category: String
9784
9823
  # @param PageNumber: 页码
9785
9824
  # @type PageNumber: Integer
@@ -9793,7 +9832,11 @@ module TencentCloud
9793
9832
  # @type EventSubType: String
9794
9833
  # @param EventBroadcastType: 事件广播类型
9795
9834
  # @type EventBroadcastType: String
9796
- # @param Status: 事件实例状态
9835
+ # @param Status: 事件实例状态,示例取值:
9836
+ # - 已消费: COMSUMED
9837
+ # - 已过期: EXPIRED
9838
+ # - 待消费: ACTIVE
9839
+ # - 消费中: CONSUMING
9797
9840
  # @type Status: String
9798
9841
  # @param CreationTimeStart: 事件实例最小创建时间
9799
9842
  # @type CreationTimeStart: String
@@ -9809,10 +9852,23 @@ module TencentCloud
9809
9852
  # @type LogTimeEnd: String
9810
9853
  # @param Dimension: 事件实例数据时间
9811
9854
  # @type Dimension: String
9855
+ # @param TimeToLive: 事件实例有效时间
9856
+ # @type TimeToLive: String
9857
+ # @param SortItem: 排序字段
9858
+ # @type SortItem: String
9859
+ # @param SortType: 排序顺序
9860
+ # @type SortType: String
9812
9861
 
9813
- attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension
9862
+ attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
9863
+ extend Gem::Deprecate
9864
+ deprecate :EventType, :none, 2023, 12
9865
+ deprecate :EventType=, :none, 2023, 12
9866
+ deprecate :EventBroadcastType, :none, 2023, 12
9867
+ deprecate :EventBroadcastType=, :none, 2023, 12
9868
+ deprecate :Status, :none, 2023, 12
9869
+ deprecate :Status=, :none, 2023, 12
9814
9870
 
9815
- def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil)
9871
+ def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil)
9816
9872
  @ProjectId = projectid
9817
9873
  @Category = category
9818
9874
  @PageNumber = pagenumber
@@ -9829,6 +9885,9 @@ module TencentCloud
9829
9885
  @LogTimeStart = logtimestart
9830
9886
  @LogTimeEnd = logtimeend
9831
9887
  @Dimension = dimension
9888
+ @TimeToLive = timetolive
9889
+ @SortItem = sortitem
9890
+ @SortType = sorttype
9832
9891
  end
9833
9892
 
9834
9893
  def deserialize(params)
@@ -9848,6 +9907,9 @@ module TencentCloud
9848
9907
  @LogTimeStart = params['LogTimeStart']
9849
9908
  @LogTimeEnd = params['LogTimeEnd']
9850
9909
  @Dimension = params['Dimension']
9910
+ @TimeToLive = params['TimeToLive']
9911
+ @SortItem = params['SortItem']
9912
+ @SortType = params['SortType']
9851
9913
  end
9852
9914
  end
9853
9915
 
@@ -17646,8 +17708,8 @@ module TencentCloud
17646
17708
 
17647
17709
  attr_accessor :DimType, :Count, :QualityDim
17648
17710
  extend Gem::Deprecate
17649
- deprecate :DimType, :none, 2023, 11
17650
- deprecate :DimType=, :none, 2023, 11
17711
+ deprecate :DimType, :none, 2023, 12
17712
+ deprecate :DimType=, :none, 2023, 12
17651
17713
 
17652
17714
  def initialize(dimtype=nil, count=nil, qualitydim=nil)
17653
17715
  @DimType = dimtype
@@ -18228,6 +18290,50 @@ module TencentCloud
18228
18290
  end
18229
18291
  end
18230
18292
 
18293
+ # 事件连续时间实例信息
18294
+ class EventBatchCaseDTO < TencentCloud::Common::AbstractModel
18295
+ # @param CaseId: 事件实例id
18296
+ # @type CaseId: String
18297
+ # @param Name: 事件名
18298
+ # @type Name: String
18299
+ # @param StartDimension: 事件触发起始时间
18300
+ # @type StartDimension: String
18301
+ # @param CreationTs: 创建时间
18302
+ # @type CreationTs: String
18303
+ # @param ConsumerId: 消费者id
18304
+ # @type ConsumerId: String
18305
+ # @param Description: 描述信息
18306
+ # @type Description: String
18307
+ # @param EndDimension: 事件触发结束时间
18308
+ # @type EndDimension: String
18309
+ # @param EventSubType: 事件周期
18310
+ # @type EventSubType: String
18311
+
18312
+ attr_accessor :CaseId, :Name, :StartDimension, :CreationTs, :ConsumerId, :Description, :EndDimension, :EventSubType
18313
+
18314
+ def initialize(caseid=nil, name=nil, startdimension=nil, creationts=nil, consumerid=nil, description=nil, enddimension=nil, eventsubtype=nil)
18315
+ @CaseId = caseid
18316
+ @Name = name
18317
+ @StartDimension = startdimension
18318
+ @CreationTs = creationts
18319
+ @ConsumerId = consumerid
18320
+ @Description = description
18321
+ @EndDimension = enddimension
18322
+ @EventSubType = eventsubtype
18323
+ end
18324
+
18325
+ def deserialize(params)
18326
+ @CaseId = params['CaseId']
18327
+ @Name = params['Name']
18328
+ @StartDimension = params['StartDimension']
18329
+ @CreationTs = params['CreationTs']
18330
+ @ConsumerId = params['ConsumerId']
18331
+ @Description = params['Description']
18332
+ @EndDimension = params['EndDimension']
18333
+ @EventSubType = params['EventSubType']
18334
+ end
18335
+ end
18336
+
18231
18337
  # 事件实例
18232
18338
  class EventCaseAuditLogOptDto < TencentCloud::Common::AbstractModel
18233
18339
  # @param CaseId: 事件实例ID
@@ -29388,10 +29494,10 @@ module TencentCloud
29388
29494
 
29389
29495
  attr_accessor :SourceObjectDataTypeName, :SourceObjectValue, :ObjectDataTypeName, :ObjectValue, :ObjectType
29390
29496
  extend Gem::Deprecate
29391
- deprecate :SourceObjectDataTypeName, :none, 2023, 11
29392
- deprecate :SourceObjectDataTypeName=, :none, 2023, 11
29393
- deprecate :SourceObjectValue, :none, 2023, 11
29394
- deprecate :SourceObjectValue=, :none, 2023, 11
29497
+ deprecate :SourceObjectDataTypeName, :none, 2023, 12
29498
+ deprecate :SourceObjectDataTypeName=, :none, 2023, 12
29499
+ deprecate :SourceObjectValue, :none, 2023, 12
29500
+ deprecate :SourceObjectValue=, :none, 2023, 12
29395
29501
 
29396
29502
  def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil, objectdatatypename=nil, objectvalue=nil, objecttype=nil)
29397
29503
  @SourceObjectDataTypeName = sourceobjectdatatypename
@@ -34353,12 +34459,15 @@ module TencentCloud
34353
34459
  # @type ProjectId: String
34354
34460
  # @param EventCaseList: 事件实例信息
34355
34461
  # @type EventCaseList: Array
34462
+ # @param EventBatchCaseList: 事件实例信息(连续时间)
34463
+ # @type EventBatchCaseList: Array
34356
34464
 
34357
- attr_accessor :ProjectId, :EventCaseList
34465
+ attr_accessor :ProjectId, :EventCaseList, :EventBatchCaseList
34358
34466
 
34359
- def initialize(projectid=nil, eventcaselist=nil)
34467
+ def initialize(projectid=nil, eventcaselist=nil, eventbatchcaselist=nil)
34360
34468
  @ProjectId = projectid
34361
34469
  @EventCaseList = eventcaselist
34470
+ @EventBatchCaseList = eventbatchcaselist
34362
34471
  end
34363
34472
 
34364
34473
  def deserialize(params)
@@ -34371,6 +34480,14 @@ module TencentCloud
34371
34480
  @EventCaseList << eventcasedto_tmp
34372
34481
  end
34373
34482
  end
34483
+ unless params['EventBatchCaseList'].nil?
34484
+ @EventBatchCaseList = []
34485
+ params['EventBatchCaseList'].each do |i|
34486
+ eventbatchcasedto_tmp = EventBatchCaseDTO.new
34487
+ eventbatchcasedto_tmp.deserialize(i)
34488
+ @EventBatchCaseList << eventbatchcasedto_tmp
34489
+ end
34490
+ end
34374
34491
  end
34375
34492
  end
34376
34493
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.716
4
+ version: 3.0.718
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-11-30 00:00:00.000000000 Z
11
+ date: 2023-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common