tencentcloud-sdk-nodejs-wedata 4.1.134 → 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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.1.134",
3
+ "version": "4.1.145",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1964,32 +1964,32 @@ export interface TaskConfiguration {
1964
1964
  */
1965
1965
  YarnQueue?: string;
1966
1966
  /**
1967
- * 来源数据源ID, 使用 ; 分隔, 需要通过 DescribeDataSourceWithoutInfo 获取
1967
+ * 来源数据源ID, 需要通过 DescribeDataSourceWithoutInfo 获取
1968
1968
  注意:此字段可能返回 null,表示取不到有效值。
1969
1969
  */
1970
1970
  SourceServiceId?: string;
1971
1971
  /**
1972
- * 来源数据源类型, 使用 ; 分隔, 需要通过 DescribeDataSourceWithoutInfo 获取
1972
+ * 来源数据源类型, 需要通过 DescribeDataSourceWithoutInfo 获取
1973
1973
  注意:此字段可能返回 null,表示取不到有效值。
1974
1974
  */
1975
1975
  SourceServiceType?: string;
1976
1976
  /**
1977
- * 来源数据源名称, 使用 ; 分隔, 需要通过 DescribeDataSourceWithoutInfo 获取
1977
+ * 来源数据源名称, 需要通过 DescribeDataSourceWithoutInfo 获取
1978
1978
  注意:此字段可能返回 null,表示取不到有效值。
1979
1979
  */
1980
1980
  SourceServiceName?: string;
1981
1981
  /**
1982
- * 目标数据源ID, 使用 ; 分隔, 需要通过 DescribeDataSourceWithoutInfo 获取
1982
+ * 目标数据源ID, 需要通过 DescribeDataSourceWithoutInfo 获取
1983
1983
  注意:此字段可能返回 null,表示取不到有效值。
1984
1984
  */
1985
1985
  TargetServiceId?: string;
1986
1986
  /**
1987
- * 目标数据源类型, 使用 ; 分隔, 需要通过 DescribeDataSourceWithoutInfo 获取
1987
+ * 目标数据源类型, 需要通过 DescribeDataSourceWithoutInfo 获取
1988
1988
  注意:此字段可能返回 null,表示取不到有效值。
1989
1989
  */
1990
1990
  TargetServiceType?: string;
1991
1991
  /**
1992
- * 目标数据源名称, 使用 ; 分隔, 需要通过 DescribeDataSourceWithoutInfo 获取
1992
+ * 目标数据源名称, 需要通过 DescribeDataSourceWithoutInfo 获取
1993
1993
  注意:此字段可能返回 null,表示取不到有效值。
1994
1994
  */
1995
1995
  TargetServiceName?: string;