tencentcloud-sdk-nodejs-dlc 4.1.19 → 4.1.21
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.
package/package.json
CHANGED
@@ -8,7 +8,6 @@ export interface CheckDataEngineConfigPairsValidityResponse {
|
|
8
8
|
IsAvailable?: boolean;
|
9
9
|
/**
|
10
10
|
* 无效参数集合
|
11
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12
11
|
*/
|
13
12
|
UnavailableConfig?: Array<string>;
|
14
13
|
/**
|
@@ -22,7 +21,6 @@ export interface CheckDataEngineConfigPairsValidityResponse {
|
|
22
21
|
export interface DescribeResultDownloadResponse {
|
23
22
|
/**
|
24
23
|
* 下载文件路径
|
25
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26
24
|
*/
|
27
25
|
Path?: string;
|
28
26
|
/**
|
@@ -650,7 +648,6 @@ export interface DescribeAdvancedStoreLocationResponse {
|
|
650
648
|
LakeFsStatus?: string;
|
651
649
|
/**
|
652
650
|
* 托管存储桶类型
|
653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
654
651
|
*/
|
655
652
|
BucketType?: string;
|
656
653
|
/**
|
@@ -1033,7 +1030,6 @@ export interface NotebookSessionStatementInfo {
|
|
1033
1030
|
OutPut?: StatementOutput;
|
1034
1031
|
/**
|
1035
1032
|
* 批任务id
|
1036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1037
1033
|
*/
|
1038
1034
|
BatchId?: string;
|
1039
1035
|
/**
|
@@ -3411,22 +3407,18 @@ export interface DescribeLakeFsTaskResultRequest {
|
|
3411
3407
|
export interface OtherCHDFSBinding {
|
3412
3408
|
/**
|
3413
3409
|
* 产品名称
|
3414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3415
3410
|
*/
|
3416
3411
|
ProductName?: string;
|
3417
3412
|
/**
|
3418
3413
|
* 用户名称(该字段已废弃)
|
3419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3420
3414
|
*/
|
3421
3415
|
SuperUser?: Array<string>;
|
3422
3416
|
/**
|
3423
3417
|
* vpc配置信息
|
3424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3425
3418
|
*/
|
3426
3419
|
VpcInfo?: Array<CHDFSProductVpcInfo>;
|
3427
3420
|
/**
|
3428
3421
|
* 是否与该桶绑定(该字段已废弃)
|
3429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3430
3422
|
*/
|
3431
3423
|
IsBind?: boolean;
|
3432
3424
|
}
|
@@ -8895,7 +8887,6 @@ export interface TaskResponseInfo {
|
|
8895
8887
|
OperateUin?: string;
|
8896
8888
|
/**
|
8897
8889
|
* 计算资源名字
|
8898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8899
8890
|
*/
|
8900
8891
|
DataEngineName?: string;
|
8901
8892
|
/**
|