tencentcloud-sdk-nodejs-wedata 4.1.143 → 4.1.145
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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const wedata: {
|
|
2
|
-
v20210820: {
|
|
3
|
-
Client: typeof import("./v20210820/wedata_client").Client;
|
|
4
|
-
Models: typeof import("./v20210820/wedata_models");
|
|
5
|
-
};
|
|
6
2
|
v20250806: {
|
|
7
3
|
Client: typeof import("./v20250806/wedata_client").Client;
|
|
8
4
|
Models: typeof import("./v20250806/wedata_models");
|
|
9
5
|
};
|
|
6
|
+
v20210820: {
|
|
7
|
+
Client: typeof import("./v20210820/wedata_client").Client;
|
|
8
|
+
Models: typeof import("./v20210820/wedata_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.wedata = void 0;
|
|
4
|
-
const v20210820_1 = require("./v20210820");
|
|
5
4
|
const v20250806_1 = require("./v20250806");
|
|
5
|
+
const v20210820_1 = require("./v20210820");
|
|
6
6
|
exports.wedata = {
|
|
7
|
-
v20210820: v20210820_1.v20210820,
|
|
8
7
|
v20250806: v20250806_1.v20250806,
|
|
8
|
+
v20210820: v20210820_1.v20210820,
|
|
9
9
|
};
|
|
@@ -1964,32 +1964,32 @@ export interface TaskConfiguration {
|
|
|
1964
1964
|
*/
|
|
1965
1965
|
YarnQueue?: string;
|
|
1966
1966
|
/**
|
|
1967
|
-
* 来源数据源ID,
|
|
1967
|
+
* 来源数据源ID, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
1968
1968
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1969
1969
|
*/
|
|
1970
1970
|
SourceServiceId?: string;
|
|
1971
1971
|
/**
|
|
1972
|
-
* 来源数据源类型,
|
|
1972
|
+
* 来源数据源类型, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
1973
1973
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1974
1974
|
*/
|
|
1975
1975
|
SourceServiceType?: string;
|
|
1976
1976
|
/**
|
|
1977
|
-
* 来源数据源名称,
|
|
1977
|
+
* 来源数据源名称, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
1978
1978
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1979
1979
|
*/
|
|
1980
1980
|
SourceServiceName?: string;
|
|
1981
1981
|
/**
|
|
1982
|
-
* 目标数据源ID,
|
|
1982
|
+
* 目标数据源ID, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
1983
1983
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1984
1984
|
*/
|
|
1985
1985
|
TargetServiceId?: string;
|
|
1986
1986
|
/**
|
|
1987
|
-
* 目标数据源类型,
|
|
1987
|
+
* 目标数据源类型, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
1988
1988
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1989
1989
|
*/
|
|
1990
1990
|
TargetServiceType?: string;
|
|
1991
1991
|
/**
|
|
1992
|
-
* 目标数据源名称,
|
|
1992
|
+
* 目标数据源名称, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
1993
1993
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1994
1994
|
*/
|
|
1995
1995
|
TargetServiceName?: string;
|