tencentcloud-sdk-wedata 3.0.1087 → 3.0.1089

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ece84718bbb2b7923c99b684abd296571386aa7
4
- data.tar.gz: 0eabbba0ead72b5838a9bc4351a65bf3f6b946f4
3
+ metadata.gz: 6105cdd6ee288da617674f876091bb4f57442871
4
+ data.tar.gz: 2c5377ff2510bb31543bf58cf33e5ed79031349d
5
5
  SHA512:
6
- metadata.gz: 831e60820b849a3ce5d149c42c5906ff792382efe00df8d28a2aa811118018bcf253abdc68f148abbeb0b8009382043ce31ef2d21b40c598232cf15f2b8e7b6d
7
- data.tar.gz: f9abf2e693e630f2cd336d4b9c922fc04d0ff50b4ce978e75297499fce8b5e611a8e0bfe4885aa40930385f7f8ccc1815a1b43b8739a969d23097a1281a46790
6
+ metadata.gz: 0d4d9c263bf7d17693f6677fdeaab229f1893b6904b98797090a582a38c0695dd54b4bf86e3eebdf4e3be612f8d53a7e95c8b1913344e530bee1b534d9b669df
7
+ data.tar.gz: a5fd1b2e4cb2a551083daafb0a60c09ab5287bb4688c376b703509dec716e77c0ba30839fd55bb78beb6109576ead1103fcf0feeebee48deaed660d9c1dffcd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1087
1
+ 3.0.1089
@@ -2215,6 +2215,54 @@ module TencentCloud
2215
2215
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2216
2216
  end
2217
2217
 
2218
+ # 查看任务版本详细信息
2219
+
2220
+ # @param request: Request instance for DescribeDsTaskVersionInfo.
2221
+ # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionInfoRequest`
2222
+ # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionInfoResponse`
2223
+ def DescribeDsTaskVersionInfo(request)
2224
+ body = send_request('DescribeDsTaskVersionInfo', request.serialize)
2225
+ response = JSON.parse(body)
2226
+ if response['Response'].key?('Error') == false
2227
+ model = DescribeDsTaskVersionInfoResponse.new
2228
+ model.deserialize(response['Response'])
2229
+ model
2230
+ else
2231
+ code = response['Response']['Error']['Code']
2232
+ message = response['Response']['Error']['Message']
2233
+ reqid = response['Response']['RequestId']
2234
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2235
+ end
2236
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2237
+ raise e
2238
+ rescue StandardError => e
2239
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2240
+ end
2241
+
2242
+ # 拉取任务版本列表
2243
+
2244
+ # @param request: Request instance for DescribeDsTaskVersionList.
2245
+ # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionListRequest`
2246
+ # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionListResponse`
2247
+ def DescribeDsTaskVersionList(request)
2248
+ body = send_request('DescribeDsTaskVersionList', request.serialize)
2249
+ response = JSON.parse(body)
2250
+ if response['Response'].key?('Error') == false
2251
+ model = DescribeDsTaskVersionListResponse.new
2252
+ model.deserialize(response['Response'])
2253
+ model
2254
+ else
2255
+ code = response['Response']['Error']['Code']
2256
+ message = response['Response']['Error']['Message']
2257
+ reqid = response['Response']['RequestId']
2258
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2259
+ end
2260
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2261
+ raise e
2262
+ rescue StandardError => e
2263
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2264
+ end
2265
+
2218
2266
  # 获取值班日历
2219
2267
 
2220
2268
  # @param request: Request instance for DescribeDutyScheduleDetails.
@@ -4502,7 +4550,7 @@ module TencentCloud
4502
4550
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4503
4551
  end
4504
4552
 
4505
- # 查询任务脚本
4553
+ # 查询任务脚本。本接口已废弃,请使用接口GetPaginationTaskScript。
4506
4554
 
4507
4555
  # @param request: Request instance for DescribeTaskScript.
4508
4556
  # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskScriptRequest`
@@ -5801,7 +5849,7 @@ module TencentCloud
5801
5849
  end
5802
5850
 
5803
5851
  # <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
5804
- # 修改任务脚本
5852
+ # 修改任务脚本。本接口已废弃,请使用接口ModifyTaskInfoDs。
5805
5853
 
5806
5854
  # @param request: Request instance for ModifyTaskScript.
5807
5855
  # @type request: :class:`Tencentcloud::wedata::V20210820::ModifyTaskScriptRequest`
@@ -9858,6 +9858,106 @@ module TencentCloud
9858
9858
  end
9859
9859
  end
9860
9860
 
9861
+ # DescribeDsTaskVersionInfo请求参数结构体
9862
+ class DescribeDsTaskVersionInfoRequest < TencentCloud::Common::AbstractModel
9863
+ # @param TaskId: 任务ID
9864
+ # @type TaskId: String
9865
+ # @param TaskVersion: 版本
9866
+ # @type TaskVersion: String
9867
+ # @param ProjectId: 项目id
9868
+ # @type ProjectId: String
9869
+
9870
+ attr_accessor :TaskId, :TaskVersion, :ProjectId
9871
+
9872
+ def initialize(taskid=nil, taskversion=nil, projectid=nil)
9873
+ @TaskId = taskid
9874
+ @TaskVersion = taskversion
9875
+ @ProjectId = projectid
9876
+ end
9877
+
9878
+ def deserialize(params)
9879
+ @TaskId = params['TaskId']
9880
+ @TaskVersion = params['TaskVersion']
9881
+ @ProjectId = params['ProjectId']
9882
+ end
9883
+ end
9884
+
9885
+ # DescribeDsTaskVersionInfo返回参数结构体
9886
+ class DescribeDsTaskVersionInfoResponse < TencentCloud::Common::AbstractModel
9887
+ # @param Data: 任务版本详情信息
9888
+ # 注意:此字段可能返回 null,表示取不到有效值。
9889
+ # @type Data: :class:`Tencentcloud::Wedata.v20210820.models.TaskVersionDsDTO`
9890
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9891
+ # @type RequestId: String
9892
+
9893
+ attr_accessor :Data, :RequestId
9894
+
9895
+ def initialize(data=nil, requestid=nil)
9896
+ @Data = data
9897
+ @RequestId = requestid
9898
+ end
9899
+
9900
+ def deserialize(params)
9901
+ unless params['Data'].nil?
9902
+ @Data = TaskVersionDsDTO.new
9903
+ @Data.deserialize(params['Data'])
9904
+ end
9905
+ @RequestId = params['RequestId']
9906
+ end
9907
+ end
9908
+
9909
+ # DescribeDsTaskVersionList请求参数结构体
9910
+ class DescribeDsTaskVersionListRequest < TencentCloud::Common::AbstractModel
9911
+ # @param TaskId: 任务ID
9912
+ # @type TaskId: String
9913
+ # @param ProjectId: 项目ID
9914
+ # @type ProjectId: String
9915
+ # @param IsOnlyCurrentEditingVersion: 是否仅返回当前编辑版本
9916
+ # @type IsOnlyCurrentEditingVersion: Boolean
9917
+
9918
+ attr_accessor :TaskId, :ProjectId, :IsOnlyCurrentEditingVersion
9919
+
9920
+ def initialize(taskid=nil, projectid=nil, isonlycurrenteditingversion=nil)
9921
+ @TaskId = taskid
9922
+ @ProjectId = projectid
9923
+ @IsOnlyCurrentEditingVersion = isonlycurrenteditingversion
9924
+ end
9925
+
9926
+ def deserialize(params)
9927
+ @TaskId = params['TaskId']
9928
+ @ProjectId = params['ProjectId']
9929
+ @IsOnlyCurrentEditingVersion = params['IsOnlyCurrentEditingVersion']
9930
+ end
9931
+ end
9932
+
9933
+ # DescribeDsTaskVersionList返回参数结构体
9934
+ class DescribeDsTaskVersionListResponse < TencentCloud::Common::AbstractModel
9935
+ # @param Data: 版本列表
9936
+ # 注意:此字段可能返回 null,表示取不到有效值。
9937
+ # @type Data: Array
9938
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9939
+ # @type RequestId: String
9940
+
9941
+ attr_accessor :Data, :RequestId
9942
+
9943
+ def initialize(data=nil, requestid=nil)
9944
+ @Data = data
9945
+ @RequestId = requestid
9946
+ end
9947
+
9948
+ def deserialize(params)
9949
+ unless params['Data'].nil?
9950
+ @Data = []
9951
+ params['Data'].each do |i|
9952
+ taskversiondsdto_tmp = TaskVersionDsDTO.new
9953
+ taskversiondsdto_tmp.deserialize(i)
9954
+ @Data << taskversiondsdto_tmp
9955
+ end
9956
+ end
9957
+ @RequestId = params['RequestId']
9958
+ end
9959
+ end
9960
+
9861
9961
  # DescribeDutyScheduleDetails请求参数结构体
9862
9962
  class DescribeDutyScheduleDetailsRequest < TencentCloud::Common::AbstractModel
9863
9963
  # @param Id: 值班表id
@@ -16441,7 +16541,7 @@ module TencentCloud
16441
16541
 
16442
16542
  # DescribeTaskScript返回参数结构体
16443
16543
  class DescribeTaskScriptResponse < TencentCloud::Common::AbstractModel
16444
- # @param Data: 任务脚本内容
16544
+ # @param Data: 任务脚本内容,BASE64编码
16445
16545
  # 注意:此字段可能返回 null,表示取不到有效值。
16446
16546
  # @type Data: :class:`Tencentcloud::Wedata.v20210820.models.TaskScriptContent`
16447
16547
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -19017,6 +19117,50 @@ module TencentCloud
19017
19117
  end
19018
19118
  end
19019
19119
 
19120
+ # 事件发布者信息
19121
+ class EventPublisherDTO < TencentCloud::Common::AbstractModel
19122
+ # @param Key: 关键字,一般为任务id
19123
+ # 注意:此字段可能返回 null,表示取不到有效值。
19124
+ # @type Key: String
19125
+ # @param Type: REST_API、KAFKA
19126
+ # 注意:此字段可能返回 null,表示取不到有效值。
19127
+ # @type Type: String
19128
+ # @param CreationTs: 创建时间
19129
+ # 注意:此字段可能返回 null,表示取不到有效值。
19130
+ # @type CreationTs: String
19131
+ # @param PropertiesList: 配置信息
19132
+ # 注意:此字段可能返回 null,表示取不到有效值。
19133
+ # @type PropertiesList: Array
19134
+ # @param Description: 描述信息
19135
+ # 注意:此字段可能返回 null,表示取不到有效值。
19136
+ # @type Description: String
19137
+
19138
+ attr_accessor :Key, :Type, :CreationTs, :PropertiesList, :Description
19139
+
19140
+ def initialize(key=nil, type=nil, creationts=nil, propertieslist=nil, description=nil)
19141
+ @Key = key
19142
+ @Type = type
19143
+ @CreationTs = creationts
19144
+ @PropertiesList = propertieslist
19145
+ @Description = description
19146
+ end
19147
+
19148
+ def deserialize(params)
19149
+ @Key = params['Key']
19150
+ @Type = params['Type']
19151
+ @CreationTs = params['CreationTs']
19152
+ unless params['PropertiesList'].nil?
19153
+ @PropertiesList = []
19154
+ params['PropertiesList'].each do |i|
19155
+ paraminfods_tmp = ParamInfoDs.new
19156
+ paraminfods_tmp.deserialize(i)
19157
+ @PropertiesList << paraminfods_tmp
19158
+ end
19159
+ end
19160
+ @Description = params['Description']
19161
+ end
19162
+ end
19163
+
19020
19164
  # 资源组详情
19021
19165
  class ExecutorResourceGroupInfo < TencentCloud::Common::AbstractModel
19022
19166
  # @param ExecutorGroupId: 执行组id, 仅更新资源时需要传
@@ -26222,7 +26366,7 @@ module TencentCloud
26222
26366
  # @type ProjectId: String
26223
26367
  # @param TaskId: 任务ID
26224
26368
  # @type TaskId: String
26225
- # @param ScriptContent: 脚本内容 base64编码
26369
+ # @param ScriptContent: 必填,脚本内容 base64编码
26226
26370
  # @type ScriptContent: String
26227
26371
  # @param IntegrationNodeDetails: 集成任务脚本配置
26228
26372
  # @type IntegrationNodeDetails: Array
@@ -37437,6 +37581,182 @@ module TencentCloud
37437
37581
  end
37438
37582
  end
37439
37583
 
37584
+ # TaskVersionVO
37585
+ class TaskVersionDsDTO < TencentCloud::Common::AbstractModel
37586
+ # @param VersionId: 版本ID
37587
+ # 注意:此字段可能返回 null,表示取不到有效值。
37588
+ # @type VersionId: String
37589
+ # @param TaskId: 任务id
37590
+ # 注意:此字段可能返回 null,表示取不到有效值。
37591
+ # @type TaskId: String
37592
+ # @param VersionNum: 版本号
37593
+ # 注意:此字段可能返回 null,表示取不到有效值。
37594
+ # @type VersionNum: String
37595
+ # @param VersionRemark: 版本备注
37596
+ # 注意:此字段可能返回 null,表示取不到有效值。
37597
+ # @type VersionRemark: String
37598
+ # @param Creator: 版本创建人
37599
+ # 注意:此字段可能返回 null,表示取不到有效值。
37600
+ # @type Creator: String
37601
+ # @param CreateTime: 版本创建时间
37602
+ # 注意:此字段可能返回 null,表示取不到有效值。
37603
+ # @type CreateTime: String
37604
+ # @param UpdateTime: 版本更新时间
37605
+ # 注意:此字段可能返回 null,表示取不到有效值。
37606
+ # @type UpdateTime: String
37607
+ # @param LastSchedulerCommitTime: 最新调度计划变更时间 生产态存储
37608
+ # 注意:此字段可能返回 null,表示取不到有效值。
37609
+ # @type LastSchedulerCommitTime: String
37610
+ # @param UsedVersion: 版本是否正在使用
37611
+ # 注意:此字段可能返回 null,表示取不到有效值。
37612
+ # @type UsedVersion: Integer
37613
+ # @param TaskInfo: 任务信息
37614
+ # 注意:此字段可能返回 null,表示取不到有效值。
37615
+ # @type TaskInfo: :class:`Tencentcloud::Wedata.v20210820.models.TaskDsDTO`
37616
+ # @param TaskParaInfo: 任务参数信息
37617
+ # 注意:此字段可能返回 null,表示取不到有效值。
37618
+ # @type TaskParaInfo: Array
37619
+ # @param TaskInputParam: TaskInputParam输入参数
37620
+ # 注意:此字段可能返回 null,表示取不到有效值。
37621
+ # @type TaskInputParam: Array
37622
+ # @param TaskOutputParam: TaskOutputParam输出参数
37623
+ # 注意:此字段可能返回 null,表示取不到有效值。
37624
+ # @type TaskOutputParam: Array
37625
+ # @param TaskLinkInfo: 任务上游依赖信息
37626
+ # 注意:此字段可能返回 null,表示取不到有效值。
37627
+ # @type TaskLinkInfo: Array
37628
+ # @param ApproveStatus: 审批状态
37629
+ # 注意:此字段可能返回 null,表示取不到有效值。
37630
+ # @type ApproveStatus: String
37631
+ # @param ApproveName: 审批人名称
37632
+ # 注意:此字段可能返回 null,表示取不到有效值。
37633
+ # @type ApproveName: String
37634
+ # @param TaskEventPublisher: 任务事件绑定
37635
+ # 注意:此字段可能返回 null,表示取不到有效值。
37636
+ # @type TaskEventPublisher: Array
37637
+ # @param TaskRegisterOutputTable: 任务产出登记信息
37638
+ # 注意:此字段可能返回 null,表示取不到有效值。
37639
+ # @type TaskRegisterOutputTable: Array
37640
+ # @param TaskCycleLinkInfo: 循环依赖信息
37641
+ # 注意:此字段可能返回 null,表示取不到有效值。
37642
+ # @type TaskCycleLinkInfo: Array
37643
+ # @param TaskEventListener: 事件监听信息
37644
+ # 注意:此字段可能返回 null,表示取不到有效值。
37645
+ # @type TaskEventListener: Array
37646
+ # @param ApproveTime: 审批时间
37647
+ # 注意:此字段可能返回 null,表示取不到有效值。
37648
+ # @type ApproveTime: String
37649
+
37650
+ attr_accessor :VersionId, :TaskId, :VersionNum, :VersionRemark, :Creator, :CreateTime, :UpdateTime, :LastSchedulerCommitTime, :UsedVersion, :TaskInfo, :TaskParaInfo, :TaskInputParam, :TaskOutputParam, :TaskLinkInfo, :ApproveStatus, :ApproveName, :TaskEventPublisher, :TaskRegisterOutputTable, :TaskCycleLinkInfo, :TaskEventListener, :ApproveTime
37651
+
37652
+ def initialize(versionid=nil, taskid=nil, versionnum=nil, versionremark=nil, creator=nil, createtime=nil, updatetime=nil, lastschedulercommittime=nil, usedversion=nil, taskinfo=nil, taskparainfo=nil, taskinputparam=nil, taskoutputparam=nil, tasklinkinfo=nil, approvestatus=nil, approvename=nil, taskeventpublisher=nil, taskregisteroutputtable=nil, taskcyclelinkinfo=nil, taskeventlistener=nil, approvetime=nil)
37653
+ @VersionId = versionid
37654
+ @TaskId = taskid
37655
+ @VersionNum = versionnum
37656
+ @VersionRemark = versionremark
37657
+ @Creator = creator
37658
+ @CreateTime = createtime
37659
+ @UpdateTime = updatetime
37660
+ @LastSchedulerCommitTime = lastschedulercommittime
37661
+ @UsedVersion = usedversion
37662
+ @TaskInfo = taskinfo
37663
+ @TaskParaInfo = taskparainfo
37664
+ @TaskInputParam = taskinputparam
37665
+ @TaskOutputParam = taskoutputparam
37666
+ @TaskLinkInfo = tasklinkinfo
37667
+ @ApproveStatus = approvestatus
37668
+ @ApproveName = approvename
37669
+ @TaskEventPublisher = taskeventpublisher
37670
+ @TaskRegisterOutputTable = taskregisteroutputtable
37671
+ @TaskCycleLinkInfo = taskcyclelinkinfo
37672
+ @TaskEventListener = taskeventlistener
37673
+ @ApproveTime = approvetime
37674
+ end
37675
+
37676
+ def deserialize(params)
37677
+ @VersionId = params['VersionId']
37678
+ @TaskId = params['TaskId']
37679
+ @VersionNum = params['VersionNum']
37680
+ @VersionRemark = params['VersionRemark']
37681
+ @Creator = params['Creator']
37682
+ @CreateTime = params['CreateTime']
37683
+ @UpdateTime = params['UpdateTime']
37684
+ @LastSchedulerCommitTime = params['LastSchedulerCommitTime']
37685
+ @UsedVersion = params['UsedVersion']
37686
+ unless params['TaskInfo'].nil?
37687
+ @TaskInfo = TaskDsDTO.new
37688
+ @TaskInfo.deserialize(params['TaskInfo'])
37689
+ end
37690
+ unless params['TaskParaInfo'].nil?
37691
+ @TaskParaInfo = []
37692
+ params['TaskParaInfo'].each do |i|
37693
+ parametertaskdsdto_tmp = ParameterTaskDsDto.new
37694
+ parametertaskdsdto_tmp.deserialize(i)
37695
+ @TaskParaInfo << parametertaskdsdto_tmp
37696
+ end
37697
+ end
37698
+ unless params['TaskInputParam'].nil?
37699
+ @TaskInputParam = []
37700
+ params['TaskInputParam'].each do |i|
37701
+ parametertaskindsdto_tmp = ParameterTaskInDsDto.new
37702
+ parametertaskindsdto_tmp.deserialize(i)
37703
+ @TaskInputParam << parametertaskindsdto_tmp
37704
+ end
37705
+ end
37706
+ unless params['TaskOutputParam'].nil?
37707
+ @TaskOutputParam = []
37708
+ params['TaskOutputParam'].each do |i|
37709
+ parametertaskoutdsdto_tmp = ParameterTaskOutDsDto.new
37710
+ parametertaskoutdsdto_tmp.deserialize(i)
37711
+ @TaskOutputParam << parametertaskoutdsdto_tmp
37712
+ end
37713
+ end
37714
+ unless params['TaskLinkInfo'].nil?
37715
+ @TaskLinkInfo = []
37716
+ params['TaskLinkInfo'].each do |i|
37717
+ tasklinkdsdto_tmp = TaskLinkDsDTO.new
37718
+ tasklinkdsdto_tmp.deserialize(i)
37719
+ @TaskLinkInfo << tasklinkdsdto_tmp
37720
+ end
37721
+ end
37722
+ @ApproveStatus = params['ApproveStatus']
37723
+ @ApproveName = params['ApproveName']
37724
+ unless params['TaskEventPublisher'].nil?
37725
+ @TaskEventPublisher = []
37726
+ params['TaskEventPublisher'].each do |i|
37727
+ eventpublisherdto_tmp = EventPublisherDTO.new
37728
+ eventpublisherdto_tmp.deserialize(i)
37729
+ @TaskEventPublisher << eventpublisherdto_tmp
37730
+ end
37731
+ end
37732
+ unless params['TaskRegisterOutputTable'].nil?
37733
+ @TaskRegisterOutputTable = []
37734
+ params['TaskRegisterOutputTable'].each do |i|
37735
+ taskdataregistrydto_tmp = TaskDataRegistryDTO.new
37736
+ taskdataregistrydto_tmp.deserialize(i)
37737
+ @TaskRegisterOutputTable << taskdataregistrydto_tmp
37738
+ end
37739
+ end
37740
+ unless params['TaskCycleLinkInfo'].nil?
37741
+ @TaskCycleLinkInfo = []
37742
+ params['TaskCycleLinkInfo'].each do |i|
37743
+ taskcyclelinkdto_tmp = TaskCycleLinkDTO.new
37744
+ taskcyclelinkdto_tmp.deserialize(i)
37745
+ @TaskCycleLinkInfo << taskcyclelinkdto_tmp
37746
+ end
37747
+ end
37748
+ unless params['TaskEventListener'].nil?
37749
+ @TaskEventListener = []
37750
+ params['TaskEventListener'].each do |i|
37751
+ eventlistenerdto_tmp = EventListenerDTO.new
37752
+ eventlistenerdto_tmp.deserialize(i)
37753
+ @TaskEventListener << eventlistenerdto_tmp
37754
+ end
37755
+ end
37756
+ @ApproveTime = params['ApproveTime']
37757
+ end
37758
+ end
37759
+
37440
37760
  # 任务实例基本信息
37441
37761
  class TaskVersionInstance < TencentCloud::Common::AbstractModel
37442
37762
  # @param InstanceVersion: 实例版本号
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.1087
4
+ version: 3.0.1089
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-23 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common