tencentcloud-sdk-wedata 3.0.792 → 3.0.794

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +77 -31
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8594b2a0a319b642a8883d413a18dc2b3a179d71
4
- data.tar.gz: 71065570837d545ba112486de767ebe1940de6e7
3
+ metadata.gz: 508955db96d10364b6800886f4c709094e2483e4
4
+ data.tar.gz: 2608826db3be669d13444e7068dcd2fb9e234ea3
5
5
  SHA512:
6
- metadata.gz: 5cdf59ca5ae7f2e3a4aa905cd26ab7f1d9e89caad0f248202914f811c64b6efd37c1eae99ca4dae558fae6a7dfd30e12cf11f097f5502f9ad8a9303d882bc425
7
- data.tar.gz: 03558734e66ee41eb6784959ca8c5de6da5685abfd7586546e9f93317e68260e7ec829fca7e520c44715e6d20f71c18420bf3a187d22f2ee862f68caf4dbd908
6
+ metadata.gz: 509aa169a48d9e7e0e18ed4f73d3130b6db471bf4773a7e52a1d47045eee16bca32dc252d7a847dc633334d6ba76ebe2119534cb27612fae4ba0a46516fc53b6
7
+ data.tar.gz: d88d3cf9ce42172a90da52a3a602c92e1a1d11789fb19e4f244cbe42736d8c840153d61ff7700a519a97cbe2a8e217206860d66f875808d68e339e98166b98fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.792
1
+ 3.0.794
@@ -2927,8 +2927,8 @@ module TencentCloud
2927
2927
 
2928
2928
  attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
2929
2929
  extend Gem::Deprecate
2930
- deprecate :TaskId, :none, 2024, 3
2931
- deprecate :TaskId=, :none, 2024, 3
2930
+ deprecate :TaskId, :none, 2024, 4
2931
+ deprecate :TaskId=, :none, 2024, 4
2932
2932
 
2933
2933
  def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
2934
2934
  @ProjectId = projectid
@@ -5219,10 +5219,12 @@ module TencentCloud
5219
5219
  # @type NewFile: Boolean
5220
5220
  # @param FilesSize: 必填项,文件大小,与 Files 字段对应
5221
5221
  # @type FilesSize: Array
5222
+ # @param FileMd5: 必填项,资源的Md5值(COS中的ETag)
5223
+ # @type FileMd5: String
5222
5224
 
5223
- attr_accessor :ProjectId, :Files, :FilePath, :CosBucketName, :CosRegion, :NewFile, :FilesSize
5225
+ attr_accessor :ProjectId, :Files, :FilePath, :CosBucketName, :CosRegion, :NewFile, :FilesSize, :FileMd5
5224
5226
 
5225
- def initialize(projectid=nil, files=nil, filepath=nil, cosbucketname=nil, cosregion=nil, newfile=nil, filessize=nil)
5227
+ def initialize(projectid=nil, files=nil, filepath=nil, cosbucketname=nil, cosregion=nil, newfile=nil, filessize=nil, filemd5=nil)
5226
5228
  @ProjectId = projectid
5227
5229
  @Files = files
5228
5230
  @FilePath = filepath
@@ -5230,6 +5232,7 @@ module TencentCloud
5230
5232
  @CosRegion = cosregion
5231
5233
  @NewFile = newfile
5232
5234
  @FilesSize = filessize
5235
+ @FileMd5 = filemd5
5233
5236
  end
5234
5237
 
5235
5238
  def deserialize(params)
@@ -5240,6 +5243,7 @@ module TencentCloud
5240
5243
  @CosRegion = params['CosRegion']
5241
5244
  @NewFile = params['NewFile']
5242
5245
  @FilesSize = params['FilesSize']
5246
+ @FileMd5 = params['FileMd5']
5243
5247
  end
5244
5248
  end
5245
5249
 
@@ -9016,7 +9020,7 @@ module TencentCloud
9016
9020
 
9017
9021
  # DescribeDataCheckStat请求参数结构体
9018
9022
  class DescribeDataCheckStatRequest < TencentCloud::Common::AbstractModel
9019
- # @param ProjectId: Project id
9023
+ # @param ProjectId: 项目id
9020
9024
  # @type ProjectId: String
9021
9025
  # @param BeginDate: 开始时间,时间戳到秒
9022
9026
  # @type BeginDate: String
@@ -10247,12 +10251,12 @@ module TencentCloud
10247
10251
 
10248
10252
  attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
10249
10253
  extend Gem::Deprecate
10250
- deprecate :EventType, :none, 2024, 3
10251
- deprecate :EventType=, :none, 2024, 3
10252
- deprecate :EventBroadcastType, :none, 2024, 3
10253
- deprecate :EventBroadcastType=, :none, 2024, 3
10254
- deprecate :Status, :none, 2024, 3
10255
- deprecate :Status=, :none, 2024, 3
10254
+ deprecate :EventType, :none, 2024, 4
10255
+ deprecate :EventType=, :none, 2024, 4
10256
+ deprecate :EventBroadcastType, :none, 2024, 4
10257
+ deprecate :EventBroadcastType=, :none, 2024, 4
10258
+ deprecate :Status, :none, 2024, 4
10259
+ deprecate :Status=, :none, 2024, 4
10256
10260
 
10257
10261
  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)
10258
10262
  @ProjectId = projectid
@@ -12016,9 +12020,9 @@ module TencentCloud
12016
12020
  class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
12017
12021
  # @param ProjectId: 项目id
12018
12022
  # @type ProjectId: String
12019
- # @param PageNumber: 页数
12023
+ # @param PageNumber: 页数:默认1
12020
12024
  # @type PageNumber: Integer
12021
- # @param PageSize: 分页大小
12025
+ # @param PageSize: 分页大小,默认最小10
12022
12026
  # @type PageSize: Integer
12023
12027
  # @param Filters: 过滤条件
12024
12028
  # @type Filters: Array
@@ -14182,7 +14186,7 @@ module TencentCloud
14182
14186
 
14183
14187
  # DescribeRuleDimStat请求参数结构体
14184
14188
  class DescribeRuleDimStatRequest < TencentCloud::Common::AbstractModel
14185
- # @param ProjectId: Project Id
14189
+ # @param ProjectId: 项目id
14186
14190
  # @type ProjectId: String
14187
14191
  # @param BeginDate: 开始时间,时间戳到秒
14188
14192
  # @type BeginDate: String
@@ -14505,7 +14509,7 @@ module TencentCloud
14505
14509
 
14506
14510
  # DescribeRuleExecStat请求参数结构体
14507
14511
  class DescribeRuleExecStatRequest < TencentCloud::Common::AbstractModel
14508
- # @param ProjectId: ProjectId 值
14512
+ # @param ProjectId: 项目id
14509
14513
  # @type ProjectId: String
14510
14514
  # @param BeginDate: 开始时间,时间戳到秒
14511
14515
  # @type BeginDate: String
@@ -17866,7 +17870,7 @@ module TencentCloud
17866
17870
 
17867
17871
  # DescribeTopTableStat请求参数结构体
17868
17872
  class DescribeTopTableStatRequest < TencentCloud::Common::AbstractModel
17869
- # @param ProjectId: Project Id
17873
+ # @param ProjectId: 项目id
17870
17874
  # @type ProjectId: String
17871
17875
  # @param BeginDate: 开始时间,时间戳到秒
17872
17876
  # @type BeginDate: String
@@ -17913,7 +17917,7 @@ module TencentCloud
17913
17917
 
17914
17918
  # DescribeTrendStat请求参数结构体
17915
17919
  class DescribeTrendStatRequest < TencentCloud::Common::AbstractModel
17916
- # @param ProjectId: Project id
17920
+ # @param ProjectId: 项目id
17917
17921
  # @type ProjectId: String
17918
17922
  # @param BeginDate: 开始时间,时间戳到秒
17919
17923
  # @type BeginDate: String
@@ -18365,8 +18369,8 @@ module TencentCloud
18365
18369
 
18366
18370
  attr_accessor :DimType, :Count, :QualityDim
18367
18371
  extend Gem::Deprecate
18368
- deprecate :DimType, :none, 2024, 3
18369
- deprecate :DimType=, :none, 2024, 3
18372
+ deprecate :DimType, :none, 2024, 4
18373
+ deprecate :DimType=, :none, 2024, 4
18370
18374
 
18371
18375
  def initialize(dimtype=nil, count=nil, qualitydim=nil)
18372
18376
  @DimType = dimtype
@@ -19549,10 +19553,25 @@ module TencentCloud
19549
19553
  # @param FilePath: 文件相对路径
19550
19554
  # 注意:此字段可能返回 null,表示取不到有效值。
19551
19555
  # @type FilePath: String
19556
+ # @param Expire: 是否过期(1.已过期 2.未过期)
19557
+ # 注意:此字段可能返回 null,表示取不到有效值。
19558
+ # @type Expire: Integer
19559
+ # @param DatasourceName: 数据源名称
19560
+ # 注意:此字段可能返回 null,表示取不到有效值。
19561
+ # @type DatasourceName: String
19562
+ # @param DbTableName: 库名+表名
19563
+ # 注意:此字段可能返回 null,表示取不到有效值。
19564
+ # @type DbTableName: String
19565
+ # @param RuleName: 规则名称
19566
+ # 注意:此字段可能返回 null,表示取不到有效值。
19567
+ # @type RuleName: String
19568
+ # @param RuleExecId: 规则执行id
19569
+ # 注意:此字段可能返回 null,表示取不到有效值。
19570
+ # @type RuleExecId: Integer
19552
19571
 
19553
- attr_accessor :ExportTaskId, :TaskType, :OperatorId, :OperatorName, :CreateTime, :Status, :SchedulerTaskId, :SchedulerCurRunDate, :FilePath
19572
+ attr_accessor :ExportTaskId, :TaskType, :OperatorId, :OperatorName, :CreateTime, :Status, :SchedulerTaskId, :SchedulerCurRunDate, :FilePath, :Expire, :DatasourceName, :DbTableName, :RuleName, :RuleExecId
19554
19573
 
19555
- def initialize(exporttaskid=nil, tasktype=nil, operatorid=nil, operatorname=nil, createtime=nil, status=nil, schedulertaskid=nil, schedulercurrundate=nil, filepath=nil)
19574
+ def initialize(exporttaskid=nil, tasktype=nil, operatorid=nil, operatorname=nil, createtime=nil, status=nil, schedulertaskid=nil, schedulercurrundate=nil, filepath=nil, expire=nil, datasourcename=nil, dbtablename=nil, rulename=nil, ruleexecid=nil)
19556
19575
  @ExportTaskId = exporttaskid
19557
19576
  @TaskType = tasktype
19558
19577
  @OperatorId = operatorid
@@ -19562,6 +19581,11 @@ module TencentCloud
19562
19581
  @SchedulerTaskId = schedulertaskid
19563
19582
  @SchedulerCurRunDate = schedulercurrundate
19564
19583
  @FilePath = filepath
19584
+ @Expire = expire
19585
+ @DatasourceName = datasourcename
19586
+ @DbTableName = dbtablename
19587
+ @RuleName = rulename
19588
+ @RuleExecId = ruleexecid
19565
19589
  end
19566
19590
 
19567
19591
  def deserialize(params)
@@ -19574,6 +19598,11 @@ module TencentCloud
19574
19598
  @SchedulerTaskId = params['SchedulerTaskId']
19575
19599
  @SchedulerCurRunDate = params['SchedulerCurRunDate']
19576
19600
  @FilePath = params['FilePath']
19601
+ @Expire = params['Expire']
19602
+ @DatasourceName = params['DatasourceName']
19603
+ @DbTableName = params['DbTableName']
19604
+ @RuleName = params['RuleName']
19605
+ @RuleExecId = params['RuleExecId']
19577
19606
  end
19578
19607
  end
19579
19608
 
@@ -24915,8 +24944,8 @@ module TencentCloud
24915
24944
 
24916
24945
  attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs, :ExecutionTTL, :ScriptChange, :InChargeIds
24917
24946
  extend Gem::Deprecate
24918
- deprecate :InCharge, :none, 2024, 3
24919
- deprecate :InCharge=, :none, 2024, 3
24947
+ deprecate :InCharge, :none, 2024, 4
24948
+ deprecate :InCharge=, :none, 2024, 4
24920
24949
 
24921
24950
  def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil, executionttl=nil, scriptchange=nil, inchargeids=nil)
24922
24951
  @ProjectId = projectid
@@ -27572,10 +27601,13 @@ module TencentCloud
27572
27601
  # @param MonitorStatus: 监控是否开启.0false,1true
27573
27602
  # 注意:此字段可能返回 null,表示取不到有效值。
27574
27603
  # @type MonitorStatus: Integer
27604
+ # @param TriggerCondition: 触发条件
27605
+ # 注意:此字段可能返回 null,表示取不到有效值。
27606
+ # @type TriggerCondition: String
27575
27607
 
27576
- attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus
27608
+ attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus, :TriggerCondition
27577
27609
 
27578
- def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil)
27610
+ def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil, triggercondition=nil)
27579
27611
  @RuleId = ruleid
27580
27612
  @RuleGroupId = rulegroupid
27581
27613
  @TableId = tableid
@@ -27619,6 +27651,7 @@ module TencentCloud
27619
27651
  @DatasourceId = datasourceid
27620
27652
  @DatabaseId = databaseid
27621
27653
  @MonitorStatus = monitorstatus
27654
+ @TriggerCondition = triggercondition
27622
27655
  end
27623
27656
 
27624
27657
  def deserialize(params)
@@ -27677,6 +27710,7 @@ module TencentCloud
27677
27710
  @DatasourceId = params['DatasourceId']
27678
27711
  @DatabaseId = params['DatabaseId']
27679
27712
  @MonitorStatus = params['MonitorStatus']
27713
+ @TriggerCondition = params['TriggerCondition']
27680
27714
  end
27681
27715
  end
27682
27716
 
@@ -28367,10 +28401,13 @@ module TencentCloud
28367
28401
  # @param EngineType: 实际执行引擎
28368
28402
  # 注意:此字段可能返回 null,表示取不到有效值。
28369
28403
  # @type EngineType: String
28404
+ # @param RuleExecResultVOList: 规则执行结果
28405
+ # 注意:此字段可能返回 null,表示取不到有效值。
28406
+ # @type RuleExecResultVOList: Array
28370
28407
 
28371
- attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType
28408
+ attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType, :RuleExecResultVOList
28372
28409
 
28373
- def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil)
28410
+ def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil, ruleexecresultvolist=nil)
28374
28411
  @RuleGroupExecId = rulegroupexecid
28375
28412
  @RuleGroupId = rulegroupid
28376
28413
  @TriggerType = triggertype
@@ -28386,6 +28423,7 @@ module TencentCloud
28386
28423
  @Permission = permission
28387
28424
  @ExecDetail = execdetail
28388
28425
  @EngineType = enginetype
28426
+ @RuleExecResultVOList = ruleexecresultvolist
28389
28427
  end
28390
28428
 
28391
28429
  def deserialize(params)
@@ -28404,6 +28442,14 @@ module TencentCloud
28404
28442
  @Permission = params['Permission']
28405
28443
  @ExecDetail = params['ExecDetail']
28406
28444
  @EngineType = params['EngineType']
28445
+ unless params['RuleExecResultVOList'].nil?
28446
+ @RuleExecResultVOList = []
28447
+ params['RuleExecResultVOList'].each do |i|
28448
+ ruleexecresult_tmp = RuleExecResult.new
28449
+ ruleexecresult_tmp.deserialize(i)
28450
+ @RuleExecResultVOList << ruleexecresult_tmp
28451
+ end
28452
+ end
28407
28453
  end
28408
28454
  end
28409
28455
 
@@ -30528,10 +30574,10 @@ module TencentCloud
30528
30574
 
30529
30575
  attr_accessor :SourceObjectDataTypeName, :SourceObjectValue, :ObjectDataTypeName, :ObjectValue, :ObjectType
30530
30576
  extend Gem::Deprecate
30531
- deprecate :SourceObjectDataTypeName, :none, 2024, 3
30532
- deprecate :SourceObjectDataTypeName=, :none, 2024, 3
30533
- deprecate :SourceObjectValue, :none, 2024, 3
30534
- deprecate :SourceObjectValue=, :none, 2024, 3
30577
+ deprecate :SourceObjectDataTypeName, :none, 2024, 4
30578
+ deprecate :SourceObjectDataTypeName=, :none, 2024, 4
30579
+ deprecate :SourceObjectValue, :none, 2024, 4
30580
+ deprecate :SourceObjectValue=, :none, 2024, 4
30535
30581
 
30536
30582
  def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil, objectdatatypename=nil, objectvalue=nil, objecttype=nil)
30537
30583
  @SourceObjectDataTypeName = sourceobjectdatatypename
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.792
4
+ version: 3.0.794
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-03-28 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common