tencentcloud-sdk-dlc 3.0.807 → 3.0.809

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/v20210125/models.rb +23 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92a20fd3c788f759f0d0db0f0a5258f0b3672bf2
4
- data.tar.gz: f6dd16bad9a7cb617087e1669de7d657829dfd99
3
+ metadata.gz: af452cbf5715453f2e451aaab1902f8fe1a5f4b9
4
+ data.tar.gz: 4e8a8533d79232e64fe991654fe6a48fafcc3894
5
5
  SHA512:
6
- metadata.gz: 579b11df01566563e05fefef60e43a80f1609acfda4c96a85884d0a55357924159179adda51c476838e96e0df0d1c2de7fa61f318ab5d722a4f60cb481183c70
7
- data.tar.gz: 9cf4b89d7746d53345b86570de02bd2b287b3b455f310c99cadb83e52d5829e54ed6ca2f3937edf4ae3559365ce79a8707f09751202df7907ff9282bf80e389e
6
+ metadata.gz: f9d623baffa1afc58826859312d3b4152d9c10125b094d4e49e99b9773bb0b5fb75a8df6b1ee352417537b6e29ca9a9c95291613ffc0d716df58cc9cb601a6d8
7
+ data.tar.gz: 24b8b7b6ff4ea023d6500aa2cf53d63d1e3a91471bdf5b7d77e7ba1241a3ed833520705b863d2f83dd9c2cbf9e66d674f2e7130000dd072da27f5706b1ed2193
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.807
1
+ 3.0.809
@@ -1414,8 +1414,8 @@ module TencentCloud
1414
1414
 
1415
1415
  attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
1416
1416
  extend Gem::Deprecate
1417
- deprecate :DefaultDataEngine, :none, 2024, 3
1418
- deprecate :DefaultDataEngine=, :none, 2024, 3
1417
+ deprecate :DefaultDataEngine, :none, 2024, 4
1418
+ deprecate :DefaultDataEngine=, :none, 2024, 4
1419
1419
 
1420
1420
  def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
1421
1421
  @EngineType = enginetype
@@ -5543,17 +5543,29 @@ module TencentCloud
5543
5543
  # @param OutputPath: 存储结果地址
5544
5544
  # 注意:此字段可能返回 null,表示取不到有效值。
5545
5545
  # @type OutputPath: String
5546
+ # @param UseTime: 引擎计算耗时
5547
+ # 注意:此字段可能返回 null,表示取不到有效值。
5548
+ # @type UseTime: Integer
5549
+ # @param AffectRows: 结果条数
5550
+ # 注意:此字段可能返回 null,表示取不到有效值。
5551
+ # @type AffectRows: Integer
5552
+ # @param DataAmount: 数据扫描量
5553
+ # 注意:此字段可能返回 null,表示取不到有效值。
5554
+ # @type DataAmount: Integer
5546
5555
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5547
5556
  # @type RequestId: String
5548
5557
 
5549
- attr_accessor :TaskId, :ResultSet, :ResultSchema, :NextToken, :OutputPath, :RequestId
5558
+ attr_accessor :TaskId, :ResultSet, :ResultSchema, :NextToken, :OutputPath, :UseTime, :AffectRows, :DataAmount, :RequestId
5550
5559
 
5551
- def initialize(taskid=nil, resultset=nil, resultschema=nil, nexttoken=nil, outputpath=nil, requestid=nil)
5560
+ def initialize(taskid=nil, resultset=nil, resultschema=nil, nexttoken=nil, outputpath=nil, usetime=nil, affectrows=nil, dataamount=nil, requestid=nil)
5552
5561
  @TaskId = taskid
5553
5562
  @ResultSet = resultset
5554
5563
  @ResultSchema = resultschema
5555
5564
  @NextToken = nexttoken
5556
5565
  @OutputPath = outputpath
5566
+ @UseTime = usetime
5567
+ @AffectRows = affectrows
5568
+ @DataAmount = dataamount
5557
5569
  @RequestId = requestid
5558
5570
  end
5559
5571
 
@@ -5570,6 +5582,9 @@ module TencentCloud
5570
5582
  end
5571
5583
  @NextToken = params['NextToken']
5572
5584
  @OutputPath = params['OutputPath']
5585
+ @UseTime = params['UseTime']
5586
+ @AffectRows = params['AffectRows']
5587
+ @DataAmount = params['DataAmount']
5573
5588
  @RequestId = params['RequestId']
5574
5589
  end
5575
5590
  end
@@ -10540,10 +10555,10 @@ module TencentCloud
10540
10555
 
10541
10556
  attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy
10542
10557
  extend Gem::Deprecate
10543
- deprecate :GovernPolicy, :none, 2024, 3
10544
- deprecate :GovernPolicy=, :none, 2024, 3
10545
- deprecate :DbGovernPolicyIsDisable, :none, 2024, 3
10546
- deprecate :DbGovernPolicyIsDisable=, :none, 2024, 3
10558
+ deprecate :GovernPolicy, :none, 2024, 4
10559
+ deprecate :GovernPolicy=, :none, 2024, 4
10560
+ deprecate :DbGovernPolicyIsDisable, :none, 2024, 4
10561
+ deprecate :DbGovernPolicyIsDisable=, :none, 2024, 4
10547
10562
 
10548
10563
  def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil)
10549
10564
  @DatabaseName = databasename
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.807
4
+ version: 3.0.809
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-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common