tencentcloud-sdk-dlc 3.0.553 → 3.0.554

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/v20210125/models.rb +61 -20
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 813470258b5a1fcace45a389b4eeda6b03f5e7c5
4
- data.tar.gz: 1eeb04ce689c025687eb18287477c16c7655b94e
3
+ metadata.gz: b0110f1fb0488915dda7ace5f4eecade49832c70
4
+ data.tar.gz: 4e65948788606c3c7ccf5ecc65596d8fca02f233
5
5
  SHA512:
6
- metadata.gz: 9a3ff5cd7f9ec638c85c9dd834d72465eec7bb856e63660d54323dc5febc2693aca25876e2f70857aaead0568b385efb7dc5d001251b978438c2c1dff5975a9f
7
- data.tar.gz: eaed6dc2dfc73c1542de5a3f2c9f7495ddbf1fd90afcea63e7eb664a2601e3230548c9f201b96a75f7c0d7aecb724216b5a69183fe32e90fd61b10281884cf5e
6
+ metadata.gz: a6554221af13df83e8cbb566cff1666234a3bad9ad0f4d0c86aa31bc79a77a10eb17d4822dd56b73cd858a2b92920851c658762d3c0f853cf7b4b0d371bd03f6
7
+ data.tar.gz: 833e61fca3e9b3acbcd693bc5457d1d1dd0ff5747e8bce2bdabb2aebc97386546e88e20f8c10e6a77bac140feaec36f661500f9a4f616e1f2cae10fe6ac026e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.553
1
+ 3.0.554
@@ -1730,10 +1730,12 @@ module TencentCloud
1730
1730
  # @type SparkImageVersion: String
1731
1731
  # @param AppExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于AppExecutorNums
1732
1732
  # @type AppExecutorMaxNumbers: Integer
1733
+ # @param SessionId: 关联dlc查询脚本id
1734
+ # @type SessionId: String
1733
1735
 
1734
- attr_accessor :AppName, :AppType, :DataEngine, :AppFile, :RoleArn, :AppDriverSize, :AppExecutorSize, :AppExecutorNums, :Eni, :IsLocal, :MainClass, :AppConf, :IsLocalJars, :AppJars, :IsLocalFiles, :AppFiles, :CmdArgs, :MaxRetries, :DataSource, :IsLocalPythonFiles, :AppPythonFiles, :IsLocalArchives, :AppArchives, :SparkImage, :SparkImageVersion, :AppExecutorMaxNumbers
1736
+ attr_accessor :AppName, :AppType, :DataEngine, :AppFile, :RoleArn, :AppDriverSize, :AppExecutorSize, :AppExecutorNums, :Eni, :IsLocal, :MainClass, :AppConf, :IsLocalJars, :AppJars, :IsLocalFiles, :AppFiles, :CmdArgs, :MaxRetries, :DataSource, :IsLocalPythonFiles, :AppPythonFiles, :IsLocalArchives, :AppArchives, :SparkImage, :SparkImageVersion, :AppExecutorMaxNumbers, :SessionId
1735
1737
 
1736
- def initialize(appname=nil, apptype=nil, dataengine=nil, appfile=nil, rolearn=nil, appdriversize=nil, appexecutorsize=nil, appexecutornums=nil, eni=nil, islocal=nil, mainclass=nil, appconf=nil, islocaljars=nil, appjars=nil, islocalfiles=nil, appfiles=nil, cmdargs=nil, maxretries=nil, datasource=nil, islocalpythonfiles=nil, apppythonfiles=nil, islocalarchives=nil, apparchives=nil, sparkimage=nil, sparkimageversion=nil, appexecutormaxnumbers=nil)
1738
+ def initialize(appname=nil, apptype=nil, dataengine=nil, appfile=nil, rolearn=nil, appdriversize=nil, appexecutorsize=nil, appexecutornums=nil, eni=nil, islocal=nil, mainclass=nil, appconf=nil, islocaljars=nil, appjars=nil, islocalfiles=nil, appfiles=nil, cmdargs=nil, maxretries=nil, datasource=nil, islocalpythonfiles=nil, apppythonfiles=nil, islocalarchives=nil, apparchives=nil, sparkimage=nil, sparkimageversion=nil, appexecutormaxnumbers=nil, sessionid=nil)
1737
1739
  @AppName = appname
1738
1740
  @AppType = apptype
1739
1741
  @DataEngine = dataengine
@@ -1760,6 +1762,7 @@ module TencentCloud
1760
1762
  @SparkImage = sparkimage
1761
1763
  @SparkImageVersion = sparkimageversion
1762
1764
  @AppExecutorMaxNumbers = appexecutormaxnumbers
1765
+ @SessionId = sessionid
1763
1766
  end
1764
1767
 
1765
1768
  def deserialize(params)
@@ -1789,6 +1792,7 @@ module TencentCloud
1789
1792
  @SparkImage = params['SparkImage']
1790
1793
  @SparkImageVersion = params['SparkImageVersion']
1791
1794
  @AppExecutorMaxNumbers = params['AppExecutorMaxNumbers']
1795
+ @SessionId = params['SessionId']
1792
1796
  end
1793
1797
  end
1794
1798
 
@@ -2760,10 +2764,16 @@ module TencentCloud
2760
2764
  # @param StartStandbyCluster: 是否开启备集群
2761
2765
  # 注意:此字段可能返回 null,表示取不到有效值。
2762
2766
  # @type StartStandbyCluster: Boolean
2767
+ # @param ElasticSwitch: spark jar 包年包月集群是否开启弹性
2768
+ # 注意:此字段可能返回 null,表示取不到有效值。
2769
+ # @type ElasticSwitch: Boolean
2770
+ # @param ElasticLimit: spark jar 包年包月集群弹性上限
2771
+ # 注意:此字段可能返回 null,表示取不到有效值。
2772
+ # @type ElasticLimit: Integer
2763
2773
 
2764
- attr_accessor :DataEngineName, :EngineType, :ClusterType, :QuotaId, :State, :CreateTime, :UpdateTime, :Size, :Mode, :MinClusters, :MaxClusters, :AutoResume, :SpendAfter, :CidrBlock, :DefaultDataEngine, :Message, :DataEngineId, :SubAccountUin, :ExpireTime, :IsolatedTime, :ReversalTime, :UserAlias, :TagList, :Permissions, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :RenewFlag, :AutoSuspendTime, :NetworkConnectionSet, :UiURL, :ResourceType, :ImageVersionId, :ChildImageVersionId, :ImageVersionName, :StartStandbyCluster
2774
+ attr_accessor :DataEngineName, :EngineType, :ClusterType, :QuotaId, :State, :CreateTime, :UpdateTime, :Size, :Mode, :MinClusters, :MaxClusters, :AutoResume, :SpendAfter, :CidrBlock, :DefaultDataEngine, :Message, :DataEngineId, :SubAccountUin, :ExpireTime, :IsolatedTime, :ReversalTime, :UserAlias, :TagList, :Permissions, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :RenewFlag, :AutoSuspendTime, :NetworkConnectionSet, :UiURL, :ResourceType, :ImageVersionId, :ChildImageVersionId, :ImageVersionName, :StartStandbyCluster, :ElasticSwitch, :ElasticLimit
2765
2775
 
2766
- def initialize(dataenginename=nil, enginetype=nil, clustertype=nil, quotaid=nil, state=nil, createtime=nil, updatetime=nil, size=nil, mode=nil, minclusters=nil, maxclusters=nil, autoresume=nil, spendafter=nil, cidrblock=nil, defaultdataengine=nil, message=nil, dataengineid=nil, subaccountuin=nil, expiretime=nil, isolatedtime=nil, reversaltime=nil, useralias=nil, taglist=nil, permissions=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, renewflag=nil, autosuspendtime=nil, networkconnectionset=nil, uiurl=nil, resourcetype=nil, imageversionid=nil, childimageversionid=nil, imageversionname=nil, startstandbycluster=nil)
2776
+ def initialize(dataenginename=nil, enginetype=nil, clustertype=nil, quotaid=nil, state=nil, createtime=nil, updatetime=nil, size=nil, mode=nil, minclusters=nil, maxclusters=nil, autoresume=nil, spendafter=nil, cidrblock=nil, defaultdataengine=nil, message=nil, dataengineid=nil, subaccountuin=nil, expiretime=nil, isolatedtime=nil, reversaltime=nil, useralias=nil, taglist=nil, permissions=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, renewflag=nil, autosuspendtime=nil, networkconnectionset=nil, uiurl=nil, resourcetype=nil, imageversionid=nil, childimageversionid=nil, imageversionname=nil, startstandbycluster=nil, elasticswitch=nil, elasticlimit=nil)
2767
2777
  @DataEngineName = dataenginename
2768
2778
  @EngineType = enginetype
2769
2779
  @ClusterType = clustertype
@@ -2801,6 +2811,8 @@ module TencentCloud
2801
2811
  @ChildImageVersionId = childimageversionid
2802
2812
  @ImageVersionName = imageversionname
2803
2813
  @StartStandbyCluster = startstandbycluster
2814
+ @ElasticSwitch = elasticswitch
2815
+ @ElasticLimit = elasticlimit
2804
2816
  end
2805
2817
 
2806
2818
  def deserialize(params)
@@ -2858,6 +2870,8 @@ module TencentCloud
2858
2870
  @ChildImageVersionId = params['ChildImageVersionId']
2859
2871
  @ImageVersionName = params['ImageVersionName']
2860
2872
  @StartStandbyCluster = params['StartStandbyCluster']
2873
+ @ElasticSwitch = params['ElasticSwitch']
2874
+ @ElasticLimit = params['ElasticLimit']
2861
2875
  end
2862
2876
  end
2863
2877
 
@@ -4055,17 +4069,21 @@ module TencentCloud
4055
4069
  # @type SessionId: String
4056
4070
  # @param StatementId: Session Statement唯一标识
4057
4071
  # @type StatementId: String
4072
+ # @param TaskId: 任务唯一标识
4073
+ # @type TaskId: String
4058
4074
 
4059
- attr_accessor :SessionId, :StatementId
4075
+ attr_accessor :SessionId, :StatementId, :TaskId
4060
4076
 
4061
- def initialize(sessionid=nil, statementid=nil)
4077
+ def initialize(sessionid=nil, statementid=nil, taskid=nil)
4062
4078
  @SessionId = sessionid
4063
4079
  @StatementId = statementid
4080
+ @TaskId = taskid
4064
4081
  end
4065
4082
 
4066
4083
  def deserialize(params)
4067
4084
  @SessionId = params['SessionId']
4068
4085
  @StatementId = params['StatementId']
4086
+ @TaskId = params['TaskId']
4069
4087
  end
4070
4088
  end
4071
4089
 
@@ -4473,13 +4491,13 @@ module TencentCloud
4473
4491
  # @type Sorting: String
4474
4492
  # @param Filters: 按照该参数过滤,支持spark-job-name
4475
4493
  # @type Filters: Array
4476
- # @param StartTime: 更新时间起始点
4494
+ # @param StartTime: 更新时间起始点,支持格式:yyyy-MM-dd HH:mm:ss
4477
4495
  # @type StartTime: String
4478
- # @param EndTime: 更新时间截止点
4496
+ # @param EndTime: 更新时间截止点,支持格式:yyyy-MM-dd HH:mm:ss
4479
4497
  # @type EndTime: String
4480
- # @param Offset: 查询列表偏移量
4498
+ # @param Offset: 查询列表偏移量, 默认值0
4481
4499
  # @type Offset: Integer
4482
- # @param Limit: 查询列表限制数量
4500
+ # @param Limit: 查询列表限制数量, 默认值100
4483
4501
  # @type Limit: Integer
4484
4502
 
4485
4503
  attr_accessor :SortBy, :Sorting, :Filters, :StartTime, :EndTime, :Offset, :Limit
@@ -5538,14 +5556,18 @@ module TencentCloud
5538
5556
  # @param LogJson: 日志内容,json字符串
5539
5557
  # 注意:此字段可能返回 null,表示取不到有效值。
5540
5558
  # @type LogJson: String
5559
+ # @param PkgLogId: 日志ID
5560
+ # 注意:此字段可能返回 null,表示取不到有效值。
5561
+ # @type PkgLogId: String
5541
5562
 
5542
- attr_accessor :Time, :TopicId, :TopicName, :LogJson
5563
+ attr_accessor :Time, :TopicId, :TopicName, :LogJson, :PkgLogId
5543
5564
 
5544
- def initialize(time=nil, topicid=nil, topicname=nil, logjson=nil)
5565
+ def initialize(time=nil, topicid=nil, topicname=nil, logjson=nil, pkglogid=nil)
5545
5566
  @Time = time
5546
5567
  @TopicId = topicid
5547
5568
  @TopicName = topicname
5548
5569
  @LogJson = logjson
5570
+ @PkgLogId = pkglogid
5549
5571
  end
5550
5572
 
5551
5573
  def deserialize(params)
@@ -5553,6 +5575,7 @@ module TencentCloud
5553
5575
  @TopicId = params['TopicId']
5554
5576
  @TopicName = params['TopicName']
5555
5577
  @LogJson = params['LogJson']
5578
+ @PkgLogId = params['PkgLogId']
5556
5579
  end
5557
5580
  end
5558
5581
 
@@ -5594,10 +5617,12 @@ module TencentCloud
5594
5617
  # @type Asc: Boolean
5595
5618
  # @param Filters: 预览日志的通用过滤条件
5596
5619
  # @type Filters: Array
5620
+ # @param BatchId: SparkSQL任务唯一ID
5621
+ # @type BatchId: String
5597
5622
 
5598
- attr_accessor :TaskId, :StartTime, :EndTime, :Limit, :Context, :Asc, :Filters
5623
+ attr_accessor :TaskId, :StartTime, :EndTime, :Limit, :Context, :Asc, :Filters, :BatchId
5599
5624
 
5600
- def initialize(taskid=nil, starttime=nil, endtime=nil, limit=nil, context=nil, asc=nil, filters=nil)
5625
+ def initialize(taskid=nil, starttime=nil, endtime=nil, limit=nil, context=nil, asc=nil, filters=nil, batchid=nil)
5601
5626
  @TaskId = taskid
5602
5627
  @StartTime = starttime
5603
5628
  @EndTime = endtime
@@ -5605,6 +5630,7 @@ module TencentCloud
5605
5630
  @Context = context
5606
5631
  @Asc = asc
5607
5632
  @Filters = filters
5633
+ @BatchId = batchid
5608
5634
  end
5609
5635
 
5610
5636
  def deserialize(params)
@@ -5622,6 +5648,7 @@ module TencentCloud
5622
5648
  @Filters << filter_tmp
5623
5649
  end
5624
5650
  end
5651
+ @BatchId = params['BatchId']
5625
5652
  end
5626
5653
  end
5627
5654
 
@@ -5636,15 +5663,19 @@ module TencentCloud
5636
5663
  # @param Results: 日志详情
5637
5664
  # 注意:此字段可能返回 null,表示取不到有效值。
5638
5665
  # @type Results: Array
5666
+ # @param LogUrl: 日志url
5667
+ # 注意:此字段可能返回 null,表示取不到有效值。
5668
+ # @type LogUrl: String
5639
5669
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5640
5670
  # @type RequestId: String
5641
5671
 
5642
- attr_accessor :Context, :ListOver, :Results, :RequestId
5672
+ attr_accessor :Context, :ListOver, :Results, :LogUrl, :RequestId
5643
5673
 
5644
- def initialize(context=nil, listover=nil, results=nil, requestid=nil)
5674
+ def initialize(context=nil, listover=nil, results=nil, logurl=nil, requestid=nil)
5645
5675
  @Context = context
5646
5676
  @ListOver = listover
5647
5677
  @Results = results
5678
+ @LogUrl = logurl
5648
5679
  @RequestId = requestid
5649
5680
  end
5650
5681
 
@@ -5659,6 +5690,7 @@ module TencentCloud
5659
5690
  @Results << joblogresult_tmp
5660
5691
  end
5661
5692
  end
5693
+ @LogUrl = params['LogUrl']
5662
5694
  @RequestId = params['RequestId']
5663
5695
  end
5664
5696
  end
@@ -5853,10 +5885,12 @@ module TencentCloud
5853
5885
  # @type SparkImageVersion: String
5854
5886
  # @param AppExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于AppExecutorNums
5855
5887
  # @type AppExecutorMaxNumbers: Integer
5888
+ # @param SessionId: 关联dlc查询脚本
5889
+ # @type SessionId: String
5856
5890
 
5857
- attr_accessor :AppName, :AppType, :DataEngine, :AppFile, :RoleArn, :AppDriverSize, :AppExecutorSize, :AppExecutorNums, :SparkAppId, :Eni, :IsLocal, :MainClass, :AppConf, :IsLocalJars, :AppJars, :IsLocalFiles, :AppFiles, :IsLocalPythonFiles, :AppPythonFiles, :CmdArgs, :MaxRetries, :DataSource, :IsLocalArchives, :AppArchives, :SparkImage, :SparkImageVersion, :AppExecutorMaxNumbers
5891
+ attr_accessor :AppName, :AppType, :DataEngine, :AppFile, :RoleArn, :AppDriverSize, :AppExecutorSize, :AppExecutorNums, :SparkAppId, :Eni, :IsLocal, :MainClass, :AppConf, :IsLocalJars, :AppJars, :IsLocalFiles, :AppFiles, :IsLocalPythonFiles, :AppPythonFiles, :CmdArgs, :MaxRetries, :DataSource, :IsLocalArchives, :AppArchives, :SparkImage, :SparkImageVersion, :AppExecutorMaxNumbers, :SessionId
5858
5892
 
5859
- def initialize(appname=nil, apptype=nil, dataengine=nil, appfile=nil, rolearn=nil, appdriversize=nil, appexecutorsize=nil, appexecutornums=nil, sparkappid=nil, eni=nil, islocal=nil, mainclass=nil, appconf=nil, islocaljars=nil, appjars=nil, islocalfiles=nil, appfiles=nil, islocalpythonfiles=nil, apppythonfiles=nil, cmdargs=nil, maxretries=nil, datasource=nil, islocalarchives=nil, apparchives=nil, sparkimage=nil, sparkimageversion=nil, appexecutormaxnumbers=nil)
5893
+ def initialize(appname=nil, apptype=nil, dataengine=nil, appfile=nil, rolearn=nil, appdriversize=nil, appexecutorsize=nil, appexecutornums=nil, sparkappid=nil, eni=nil, islocal=nil, mainclass=nil, appconf=nil, islocaljars=nil, appjars=nil, islocalfiles=nil, appfiles=nil, islocalpythonfiles=nil, apppythonfiles=nil, cmdargs=nil, maxretries=nil, datasource=nil, islocalarchives=nil, apparchives=nil, sparkimage=nil, sparkimageversion=nil, appexecutormaxnumbers=nil, sessionid=nil)
5860
5894
  @AppName = appname
5861
5895
  @AppType = apptype
5862
5896
  @DataEngine = dataengine
@@ -5884,6 +5918,7 @@ module TencentCloud
5884
5918
  @SparkImage = sparkimage
5885
5919
  @SparkImageVersion = sparkimageversion
5886
5920
  @AppExecutorMaxNumbers = appexecutormaxnumbers
5921
+ @SessionId = sessionid
5887
5922
  end
5888
5923
 
5889
5924
  def deserialize(params)
@@ -5914,6 +5949,7 @@ module TencentCloud
5914
5949
  @SparkImage = params['SparkImage']
5915
5950
  @SparkImageVersion = params['SparkImageVersion']
5916
5951
  @AppExecutorMaxNumbers = params['AppExecutorMaxNumbers']
5952
+ @SessionId = params['SessionId']
5917
5953
  end
5918
5954
  end
5919
5955
 
@@ -6746,10 +6782,13 @@ module TencentCloud
6746
6782
  # @param SparkImageVersion: 镜像版本
6747
6783
  # 注意:此字段可能返回 null,表示取不到有效值。
6748
6784
  # @type SparkImageVersion: String
6785
+ # @param SessionId: 查询脚本关联id
6786
+ # 注意:此字段可能返回 null,表示取不到有效值。
6787
+ # @type SessionId: String
6749
6788
 
6750
- attr_accessor :JobId, :JobName, :JobType, :DataEngine, :Eni, :IsLocal, :JobFile, :RoleArn, :MainClass, :CmdArgs, :JobConf, :IsLocalJars, :JobJars, :IsLocalFiles, :JobFiles, :JobDriverSize, :JobExecutorSize, :JobExecutorNums, :JobMaxAttempts, :JobCreator, :JobCreateTime, :JobUpdateTime, :CurrentTaskId, :JobStatus, :StreamingStat, :DataSource, :IsLocalPythonFiles, :AppPythonFiles, :IsLocalArchives, :JobArchives, :SparkImage, :JobPythonFiles, :TaskNum, :DataEngineStatus, :JobExecutorMaxNumbers, :SparkImageVersion
6789
+ attr_accessor :JobId, :JobName, :JobType, :DataEngine, :Eni, :IsLocal, :JobFile, :RoleArn, :MainClass, :CmdArgs, :JobConf, :IsLocalJars, :JobJars, :IsLocalFiles, :JobFiles, :JobDriverSize, :JobExecutorSize, :JobExecutorNums, :JobMaxAttempts, :JobCreator, :JobCreateTime, :JobUpdateTime, :CurrentTaskId, :JobStatus, :StreamingStat, :DataSource, :IsLocalPythonFiles, :AppPythonFiles, :IsLocalArchives, :JobArchives, :SparkImage, :JobPythonFiles, :TaskNum, :DataEngineStatus, :JobExecutorMaxNumbers, :SparkImageVersion, :SessionId
6751
6790
 
6752
- def initialize(jobid=nil, jobname=nil, jobtype=nil, dataengine=nil, eni=nil, islocal=nil, jobfile=nil, rolearn=nil, mainclass=nil, cmdargs=nil, jobconf=nil, islocaljars=nil, jobjars=nil, islocalfiles=nil, jobfiles=nil, jobdriversize=nil, jobexecutorsize=nil, jobexecutornums=nil, jobmaxattempts=nil, jobcreator=nil, jobcreatetime=nil, jobupdatetime=nil, currenttaskid=nil, jobstatus=nil, streamingstat=nil, datasource=nil, islocalpythonfiles=nil, apppythonfiles=nil, islocalarchives=nil, jobarchives=nil, sparkimage=nil, jobpythonfiles=nil, tasknum=nil, dataenginestatus=nil, jobexecutormaxnumbers=nil, sparkimageversion=nil)
6791
+ def initialize(jobid=nil, jobname=nil, jobtype=nil, dataengine=nil, eni=nil, islocal=nil, jobfile=nil, rolearn=nil, mainclass=nil, cmdargs=nil, jobconf=nil, islocaljars=nil, jobjars=nil, islocalfiles=nil, jobfiles=nil, jobdriversize=nil, jobexecutorsize=nil, jobexecutornums=nil, jobmaxattempts=nil, jobcreator=nil, jobcreatetime=nil, jobupdatetime=nil, currenttaskid=nil, jobstatus=nil, streamingstat=nil, datasource=nil, islocalpythonfiles=nil, apppythonfiles=nil, islocalarchives=nil, jobarchives=nil, sparkimage=nil, jobpythonfiles=nil, tasknum=nil, dataenginestatus=nil, jobexecutormaxnumbers=nil, sparkimageversion=nil, sessionid=nil)
6753
6792
  @JobId = jobid
6754
6793
  @JobName = jobname
6755
6794
  @JobType = jobtype
@@ -6786,6 +6825,7 @@ module TencentCloud
6786
6825
  @DataEngineStatus = dataenginestatus
6787
6826
  @JobExecutorMaxNumbers = jobexecutormaxnumbers
6788
6827
  @SparkImageVersion = sparkimageversion
6828
+ @SessionId = sessionid
6789
6829
  end
6790
6830
 
6791
6831
  def deserialize(params)
@@ -6828,6 +6868,7 @@ module TencentCloud
6828
6868
  @DataEngineStatus = params['DataEngineStatus']
6829
6869
  @JobExecutorMaxNumbers = params['JobExecutorMaxNumbers']
6830
6870
  @SparkImageVersion = params['SparkImageVersion']
6871
+ @SessionId = params['SessionId']
6831
6872
  end
6832
6873
  end
6833
6874
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.553
4
+ version: 3.0.554
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-04-18 00:00:00.000000000 Z
11
+ date: 2023-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common