tencentcloud-sdk-nodejs-clb 4.1.316 → 4.1.317

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-clb",
3
- "version": "4.1.316",
3
+ "version": "4.1.317",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -570,23 +570,23 @@ export interface DescribeListenersResponse {
570
570
  */
571
571
  export interface AutoRewriteRequest {
572
572
  /**
573
- * 负载均衡实例ID。
573
+ * <p>负载均衡实例ID。</p>
574
574
  */
575
575
  LoadBalancerId: string;
576
576
  /**
577
- * HTTPS:443监听器的ID。
577
+ * <p>HTTPS:443监听器的ID。</p>
578
578
  */
579
579
  ListenerId: string;
580
580
  /**
581
- * HTTPS:443监听器下需要重定向的域名,若不填,则对HTTPS:443监听器下的所有域名都设置重定向。
581
+ * <p>HTTPS:443监听器下需要重定向的域名,若不填,则对HTTPS:443监听器下的所有域名都设置重定向。</p>
582
582
  */
583
583
  Domains?: Array<string>;
584
584
  /**
585
- * 重定向状态码,可取值301,302,307。
585
+ * <p>重定向状态码,可取值301,302,307。</p><p>默认值:302</p>
586
586
  */
587
587
  RewriteCodes?: Array<number | bigint>;
588
588
  /**
589
- * 重定向是否携带匹配的URL。
589
+ * <p>重定向是否携带匹配的URL。</p>
590
590
  */
591
591
  TakeUrls?: Array<boolean>;
592
592
  }
@@ -3434,6 +3434,7 @@ export interface ServiceProviderHealthCheckConfigItemOutput {
3434
3434
  HealthCheckUnhealthyThreshold?: number;
3435
3435
  /**
3436
3436
  * <p>健康检查使用的最大Token数量。部分模型如gpt系列可能仅支持大于等于16。</p><p>默认值:1</p>
3437
+ 注意:此字段可能返回 null,表示取不到有效值。
3437
3438
  */
3438
3439
  HealthCheckMaxTokens?: number;
3439
3440
  /**
@@ -3441,6 +3442,14 @@ export interface ServiceProviderHealthCheckConfigItemOutput {
3441
3442
  注意:此字段可能返回 null,表示取不到有效值。
3442
3443
  */
3443
3444
  HealthCheckProtocol?: string;
3445
+ /**
3446
+ * <p>健康检查路径。仅HealthCheckMethod为Service时生效。</p>
3447
+ */
3448
+ HealthCheckPath?: string;
3449
+ /**
3450
+ * <p>健康检查方式。</p>
3451
+ */
3452
+ HealthCheckMethod?: string;
3444
3453
  }
3445
3454
  /**
3446
3455
  * DescribeModelAliases请求参数结构体
@@ -10372,6 +10381,14 @@ export interface ServiceProviderHealthCheckConfigItemInput {
10372
10381
  * <p>健康检查协议</p><p>枚举值:</p><ul><li>chat: 表示/chat/completion协议</li><li>messages: 表示/v1/messages协议</li><li>responses: 表示/v1/messages协议</li></ul>
10373
10382
  */
10374
10383
  HealthCheckProtocol?: string;
10384
+ /**
10385
+ * <p>健康检查路径。仅HealthCheckMethod为Service时生效。</p>
10386
+ */
10387
+ HealthCheckPath?: string;
10388
+ /**
10389
+ * <p>健康检查方式。</p><p>枚举值:</p><ul><li>Service: 探测服务可用性</li><li>Model: 探测模型可用性</li></ul>
10390
+ */
10391
+ HealthCheckMethod?: string;
10375
10392
  }
10376
10393
  /**
10377
10394
  * SnatIp的信息结构