tencentcloud-sdk-nodejs-dlc 4.1.125 → 4.1.136

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.125",
3
+ "version": "4.1.136",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5858,6 +5858,14 @@ export interface DescribeNativeSparkSessionsResponse {
5858
5858
  * spark session列表
5859
5859
  */
5860
5860
  SparkSessionsList?: Array<SparkSessionInfo>;
5861
+ /**
5862
+ * 资源组总规格
5863
+ */
5864
+ TotalSpec?: number;
5865
+ /**
5866
+ * 资源组当前可用规格
5867
+ */
5868
+ TotalAvailable?: number;
5861
5869
  /**
5862
5870
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5863
5871
  */
@@ -9256,6 +9264,10 @@ export interface SparkSessionInfo {
9256
9264
  * 总规格最大
9257
9265
  */
9258
9266
  TotalSpecMax?: number;
9267
+ /**
9268
+ * 状态,STARTING、RUNNING、TERMINATED
9269
+ */
9270
+ State?: string;
9259
9271
  }
9260
9272
  /**
9261
9273
  * DeleteSparkApp请求参数结构体