tencentcloud-sdk-dlc 3.0.680 → 3.0.682

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 044f7a7a09f861b29fcab522f9846a9a62944e82
4
- data.tar.gz: 69889a834bbf83be8e3802891de0a955b3dc2163
3
+ metadata.gz: ff160d7f6a505371239bb7a5a590af3ca25df01e
4
+ data.tar.gz: 132e066317e343a7ef122402c6909200e309c3e2
5
5
  SHA512:
6
- metadata.gz: 78d7f860b8d0a2a96efda0dd2d126e950cf17f332e715e9d43cf0ee1e7f1a96b4cf80daaf7b884929135790ca0584a4e8750bb9ba8e75452667d14c87ced3e88
7
- data.tar.gz: d75b0fbe3f6d64aa41d392c6ba9098433303f26798f7e1a6187cdeca5ee6c05eaff926d2152c2de3c76ea86b9b3ff2e2cb98adb60dae2960f7dc5a19fb931caf
6
+ metadata.gz: 2760a82689062f3b9f7ed876df83d20d9ced4acb6863c82dc6d384adf99f7b5fcaf92652e73110896276a9ab7c1dc51204a2ccf0ae5ac4cf88ba2dc26c305eb0
7
+ data.tar.gz: df3107e58ece2616b8d6ceb411a68dfb8ac5aa6557fc318b10b68e561b04c76869a806137adefe2e54768900a02be3bbaf7ef3b62638cce98750a73f4d7e5b77
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
1
+ 3.0.682
@@ -1109,6 +1109,30 @@ module TencentCloud
1109
1109
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1110
1110
  end
1111
1111
 
1112
+ # 查询sql查询界面高级设置
1113
+
1114
+ # @param request: Request instance for DescribeAdvancedStoreLocation.
1115
+ # @type request: :class:`Tencentcloud::dlc::V20210125::DescribeAdvancedStoreLocationRequest`
1116
+ # @rtype: :class:`Tencentcloud::dlc::V20210125::DescribeAdvancedStoreLocationResponse`
1117
+ def DescribeAdvancedStoreLocation(request)
1118
+ body = send_request('DescribeAdvancedStoreLocation', request.serialize)
1119
+ response = JSON.parse(body)
1120
+ if response['Response'].key?('Error') == false
1121
+ model = DescribeAdvancedStoreLocationResponse.new
1122
+ model.deserialize(response['Response'])
1123
+ model
1124
+ else
1125
+ code = response['Response']['Error']['Code']
1126
+ message = response['Response']['Error']['Message']
1127
+ reqid = response['Response']['RequestId']
1128
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1129
+ end
1130
+ rescue TencentCloud::Common::TencentCloudSDKException => e
1131
+ raise e
1132
+ rescue StandardError => e
1133
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1134
+ end
1135
+
1112
1136
  # DMS元数据获取库
1113
1137
 
1114
1138
  # @param request: Request instance for DescribeDMSDatabase.
@@ -2309,6 +2333,30 @@ module TencentCloud
2309
2333
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2310
2334
  end
2311
2335
 
2336
+ # 修改sql查询界面高级设置。
2337
+
2338
+ # @param request: Request instance for ModifyAdvancedStoreLocation.
2339
+ # @type request: :class:`Tencentcloud::dlc::V20210125::ModifyAdvancedStoreLocationRequest`
2340
+ # @rtype: :class:`Tencentcloud::dlc::V20210125::ModifyAdvancedStoreLocationResponse`
2341
+ def ModifyAdvancedStoreLocation(request)
2342
+ body = send_request('ModifyAdvancedStoreLocation', request.serialize)
2343
+ response = JSON.parse(body)
2344
+ if response['Response'].key?('Error') == false
2345
+ model = ModifyAdvancedStoreLocationResponse.new
2346
+ model.deserialize(response['Response'])
2347
+ model
2348
+ else
2349
+ code = response['Response']['Error']['Code']
2350
+ message = response['Response']['Error']['Message']
2351
+ reqid = response['Response']['RequestId']
2352
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2353
+ end
2354
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2355
+ raise e
2356
+ rescue StandardError => e
2357
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2358
+ end
2359
+
2312
2360
  # 修改引擎描述信息
2313
2361
 
2314
2362
  # @param request: Request instance for ModifyDataEngineDescription.
@@ -4101,6 +4101,50 @@ module TencentCloud
4101
4101
  end
4102
4102
  end
4103
4103
 
4104
+ # DescribeAdvancedStoreLocation请求参数结构体
4105
+ class DescribeAdvancedStoreLocationRequest < TencentCloud::Common::AbstractModel
4106
+
4107
+
4108
+ def initialize()
4109
+ end
4110
+
4111
+ def deserialize(params)
4112
+ end
4113
+ end
4114
+
4115
+ # DescribeAdvancedStoreLocation返回参数结构体
4116
+ class DescribeAdvancedStoreLocationResponse < TencentCloud::Common::AbstractModel
4117
+ # @param Enable: 是否启用高级设置:0-否,1-是
4118
+ # @type Enable: Integer
4119
+ # @param StoreLocation: 查询结果保存cos路径
4120
+ # @type StoreLocation: String
4121
+ # @param HasLakeFs: 是否有托管存储权限
4122
+ # @type HasLakeFs: Boolean
4123
+ # @param LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
4124
+ # 注意:此字段可能返回 null,表示取不到有效值。
4125
+ # @type LakeFsStatus: String
4126
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4127
+ # @type RequestId: String
4128
+
4129
+ attr_accessor :Enable, :StoreLocation, :HasLakeFs, :LakeFsStatus, :RequestId
4130
+
4131
+ def initialize(enable=nil, storelocation=nil, haslakefs=nil, lakefsstatus=nil, requestid=nil)
4132
+ @Enable = enable
4133
+ @StoreLocation = storelocation
4134
+ @HasLakeFs = haslakefs
4135
+ @LakeFsStatus = lakefsstatus
4136
+ @RequestId = requestid
4137
+ end
4138
+
4139
+ def deserialize(params)
4140
+ @Enable = params['Enable']
4141
+ @StoreLocation = params['StoreLocation']
4142
+ @HasLakeFs = params['HasLakeFs']
4143
+ @LakeFsStatus = params['LakeFsStatus']
4144
+ @RequestId = params['RequestId']
4145
+ end
4146
+ end
4147
+
4104
4148
  # DescribeDMSDatabase请求参数结构体
4105
4149
  class DescribeDMSDatabaseRequest < TencentCloud::Common::AbstractModel
4106
4150
  # @param Name: 数据库名称
@@ -5035,27 +5079,39 @@ module TencentCloud
5035
5079
 
5036
5080
  # DescribeLakeFsTaskResult请求参数结构体
5037
5081
  class DescribeLakeFsTaskResultRequest < TencentCloud::Common::AbstractModel
5082
+ # @param FsPath: 需要访问的任务结果路径
5083
+ # @type FsPath: String
5038
5084
 
5085
+ attr_accessor :FsPath
5039
5086
 
5040
- def initialize()
5087
+ def initialize(fspath=nil)
5088
+ @FsPath = fspath
5041
5089
  end
5042
5090
 
5043
5091
  def deserialize(params)
5092
+ @FsPath = params['FsPath']
5044
5093
  end
5045
5094
  end
5046
5095
 
5047
5096
  # DescribeLakeFsTaskResult返回参数结构体
5048
5097
  class DescribeLakeFsTaskResultResponse < TencentCloud::Common::AbstractModel
5098
+ # @param AccessToken: 路径的访问实例
5099
+ # @type AccessToken: :class:`Tencentcloud::Dlc.v20210125.models.LakeFileSystemToken`
5049
5100
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5050
5101
  # @type RequestId: String
5051
5102
 
5052
- attr_accessor :RequestId
5103
+ attr_accessor :AccessToken, :RequestId
5053
5104
 
5054
- def initialize(requestid=nil)
5105
+ def initialize(accesstoken=nil, requestid=nil)
5106
+ @AccessToken = accesstoken
5055
5107
  @RequestId = requestid
5056
5108
  end
5057
5109
 
5058
5110
  def deserialize(params)
5111
+ unless params['AccessToken'].nil?
5112
+ @AccessToken = LakeFileSystemToken.new
5113
+ @AccessToken.deserialize(params['AccessToken'])
5114
+ end
5059
5115
  @RequestId = params['RequestId']
5060
5116
  end
5061
5117
  end
@@ -7435,6 +7491,38 @@ module TencentCloud
7435
7491
  end
7436
7492
  end
7437
7493
 
7494
+ # LakeFileSystem使用的临时token
7495
+ class LakeFileSystemToken < TencentCloud::Common::AbstractModel
7496
+ # @param SecretId: Token使用的临时秘钥的ID
7497
+ # @type SecretId: String
7498
+ # @param SecretKey: Token使用的临时秘钥
7499
+ # @type SecretKey: String
7500
+ # @param Token: Token信息
7501
+ # @type Token: String
7502
+ # @param ExpiredTime: 过期时间
7503
+ # @type ExpiredTime: Integer
7504
+ # @param IssueTime: 颁布时间
7505
+ # @type IssueTime: Integer
7506
+
7507
+ attr_accessor :SecretId, :SecretKey, :Token, :ExpiredTime, :IssueTime
7508
+
7509
+ def initialize(secretid=nil, secretkey=nil, token=nil, expiredtime=nil, issuetime=nil)
7510
+ @SecretId = secretid
7511
+ @SecretKey = secretkey
7512
+ @Token = token
7513
+ @ExpiredTime = expiredtime
7514
+ @IssueTime = issuetime
7515
+ end
7516
+
7517
+ def deserialize(params)
7518
+ @SecretId = params['SecretId']
7519
+ @SecretKey = params['SecretKey']
7520
+ @Token = params['Token']
7521
+ @ExpiredTime = params['ExpiredTime']
7522
+ @IssueTime = params['IssueTime']
7523
+ end
7524
+ end
7525
+
7438
7526
  # ListTaskJobLogDetail请求参数结构体
7439
7527
  class ListTaskJobLogDetailRequest < TencentCloud::Common::AbstractModel
7440
7528
  # @param TaskId: 列表返回的Id
@@ -7636,6 +7724,42 @@ module TencentCloud
7636
7724
  end
7637
7725
  end
7638
7726
 
7727
+ # ModifyAdvancedStoreLocation请求参数结构体
7728
+ class ModifyAdvancedStoreLocationRequest < TencentCloud::Common::AbstractModel
7729
+ # @param StoreLocation: 查询结果保存cos路径
7730
+ # @type StoreLocation: String
7731
+ # @param Enable: 是否启用高级设置:0-否,1-是
7732
+ # @type Enable: Integer
7733
+
7734
+ attr_accessor :StoreLocation, :Enable
7735
+
7736
+ def initialize(storelocation=nil, enable=nil)
7737
+ @StoreLocation = storelocation
7738
+ @Enable = enable
7739
+ end
7740
+
7741
+ def deserialize(params)
7742
+ @StoreLocation = params['StoreLocation']
7743
+ @Enable = params['Enable']
7744
+ end
7745
+ end
7746
+
7747
+ # ModifyAdvancedStoreLocation返回参数结构体
7748
+ class ModifyAdvancedStoreLocationResponse < TencentCloud::Common::AbstractModel
7749
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7750
+ # @type RequestId: String
7751
+
7752
+ attr_accessor :RequestId
7753
+
7754
+ def initialize(requestid=nil)
7755
+ @RequestId = requestid
7756
+ end
7757
+
7758
+ def deserialize(params)
7759
+ @RequestId = params['RequestId']
7760
+ end
7761
+ end
7762
+
7639
7763
  # ModifyDataEngineDescription请求参数结构体
7640
7764
  class ModifyDataEngineDescriptionRequest < TencentCloud::Common::AbstractModel
7641
7765
  # @param DataEngineName: 要修改的引擎的名称
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.680
4
+ version: 3.0.682
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-10-19 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common