tencentcloud-sdk-nodejs-teo 4.1.38 → 4.1.40

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-teo",
3
- "version": "4.1.38",
3
+ "version": "4.1.40",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9567,6 +9567,18 @@ export interface ModifySecurityIPGroupRequest {
9567
9567
  */
9568
9568
  Mode: string;
9569
9569
  }
9570
+ /**
9571
+ * [Vary 特性](https://cloud.tencent.com/document/product/1552/89301) 配置参数。
9572
+ 该功能灰度中,如需使用,请联系腾讯云客服。
9573
+ */
9574
+ export interface VaryParameters {
9575
+ /**
9576
+ * Vary 特性配置开关,取值有:
9577
+ <li>on:开启;</li>
9578
+ <li>off:关闭。</li>
9579
+ */
9580
+ Switch: string;
9581
+ }
9570
9582
  /**
9571
9583
  * 四层代理实例。
9572
9584
  */
@@ -10950,9 +10962,9 @@ export interface RuleEngineAction {
10950
10962
  <li>ErrorPage:自定义错误页面;</li>
10951
10963
  <li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>
10952
10964
  <li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>
10953
- <li>ResponseSpeedLimit:单连接下载限速。</li>
10954
- <li>SetContentIdentifierParameters:设置内容标识符。</li>
10955
- 注意:此字段可能返回 null,表示取不到有效值。
10965
+ <li>ResponseSpeedLimit:单连接下载限速;</li>
10966
+ <li>SetContentIdentifier:设置内容标识符;</li>
10967
+ <li>Vary:Vary 特性配置。该功能灰度中,如需使用,请联系腾讯云客服。</li>
10956
10968
  */
10957
10969
  Name: string;
10958
10970
  /**
@@ -11121,11 +11133,16 @@ export interface RuleEngineAction {
11121
11133
  */
11122
11134
  ResponseSpeedLimitParameters?: ResponseSpeedLimitParameters;
11123
11135
  /**
11124
- * 内容标识配置参数,当 Name 取值为 HttpResponse 时,该参数必填。
11136
+ * 内容标识配置参数,当 Name 取值为 SetContentIdentifier 时,该参数必填。
11125
11137
 
11126
11138
  注意:此字段可能返回 null,表示取不到有效值。
11127
11139
  */
11128
11140
  SetContentIdentifierParameters?: SetContentIdentifierParameters;
11141
+ /**
11142
+ * Vary 特性配置参数,当 Name 取值为 Vary 时,该参数必填。
11143
+ 该功能灰度中,如需使用,请联系腾讯云客服。
11144
+ */
11145
+ VaryParameters?: VaryParameters;
11129
11146
  }
11130
11147
  /**
11131
11148
  * 状态码缓存 TTL 配置参数。