tencentcloud-sdk-nodejs-thpc 4.1.175 → 4.1.186

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-thpc",
3
- "version": "4.1.175",
3
+ "version": "4.1.186",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -486,19 +486,19 @@ export interface DeleteClusterResponse {
486
486
  */
487
487
  export interface DescribeAutoScalingConfigurationResponse {
488
488
  /**
489
- * 集群ID
489
+ * <p>集群ID。</p>
490
490
  */
491
491
  ClusterId?: string;
492
492
  /**
493
- * 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。
493
+ * <p>任务连续等待时间,队列的任务处于连续等待的时间。单位秒。</p>
494
494
  */
495
495
  ExpansionBusyTime?: number;
496
496
  /**
497
- * 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。
497
+ * <p>节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。</p>
498
498
  */
499
499
  ShrinkIdleTime?: number;
500
500
  /**
501
- * 扩容队列配置概览列表。
501
+ * <p>扩容队列配置概览列表。</p>
502
502
  */
503
503
  QueueConfigs?: Array<QueueConfigOverview>;
504
504
  /**
@@ -2419,9 +2419,13 @@ export interface VirtualPrivateCloud {
2419
2419
  */
2420
2420
  export interface DescribeAutoScalingConfigurationRequest {
2421
2421
  /**
2422
- * 集群ID
2422
+ * <p>集群ID。</p>
2423
2423
  */
2424
2424
  ClusterId: string;
2425
+ /**
2426
+ * <p>队列名称</p>
2427
+ */
2428
+ QueueName?: string;
2425
2429
  }
2426
2430
  /**
2427
2431
  * 存储目录挂载配置。