tencentcloud-sdk-nodejs-dlc 4.1.92 → 4.1.94

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-dlc",
3
- "version": "4.1.92",
3
+ "version": "4.1.94",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2103,6 +2103,10 @@ export interface DescribeEngineUsageInfoResponse {
2103
2103
  * 剩余集群规格
2104
2104
  */
2105
2105
  Available?: number;
2106
+ /**
2107
+ * 剩余集群规格百分比
2108
+ */
2109
+ AvailPercent?: number;
2106
2110
  /**
2107
2111
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2108
2112
  */
@@ -6695,6 +6699,22 @@ export interface StandardEngineResourceGroupInfo {
6695
6699
  注意:此字段可能返回 null,表示取不到有效值。
6696
6700
  */
6697
6701
  SparkMinSize?: number;
6702
+ /**
6703
+ * 自定义镜像容器镜像服务domain 名称
6704
+ */
6705
+ PublicDomain?: string;
6706
+ /**
6707
+ * 自定义镜像容器镜像服务tcr实例id
6708
+ */
6709
+ RegistryId?: string;
6710
+ /**
6711
+ * 容器镜像服务tcr所在地域
6712
+ */
6713
+ RegionName?: string;
6714
+ /**
6715
+ * 资源组启动耗时
6716
+ */
6717
+ LaunchTime?: string;
6698
6718
  }
6699
6719
  /**
6700
6720
  * CreateStandardEngineResourceGroup返回参数结构体
@@ -9462,10 +9482,6 @@ export interface CreateSparkAppTaskResponse {
9462
9482
  * ListTaskJobLogDetail请求参数结构体
9463
9483
  */
9464
9484
  export interface ListTaskJobLogDetailRequest {
9465
- /**
9466
- * 列表返回的Id
9467
- */
9468
- TaskId: string;
9469
9485
  /**
9470
9486
  * 开始运行时间,unix时间戳(毫秒)
9471
9487
  */
@@ -9482,6 +9498,10 @@ export interface ListTaskJobLogDetailRequest {
9482
9498
  * 下一次分页参数,第一次传空
9483
9499
  */
9484
9500
  Context: string;
9501
+ /**
9502
+ * 列表返回的Id
9503
+ */
9504
+ TaskId?: string;
9485
9505
  /**
9486
9506
  * 最近1000条日志是否升序排列,true:升序排序,false:倒序,默认false,倒序排列
9487
9507
  */
@@ -9494,6 +9514,14 @@ export interface ListTaskJobLogDetailRequest {
9494
9514
  * SparkSQL任务唯一ID
9495
9515
  */
9496
9516
  BatchId?: string;
9517
+ /**
9518
+ * 引擎id
9519
+ */
9520
+ DataEngineId?: string;
9521
+ /**
9522
+ * 资源组id
9523
+ */
9524
+ ResourceGroupId?: string;
9497
9525
  }
9498
9526
  /**
9499
9527
  * DescribeNativeSparkSessions请求参数结构体