tencentcloud-sdk-nodejs-teo 4.1.213 → 4.1.215
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
|
@@ -2834,9 +2834,7 @@ export interface ConfigGroupVersionInfo {
|
|
|
2834
2834
|
*/
|
|
2835
2835
|
GroupId?: string;
|
|
2836
2836
|
/**
|
|
2837
|
-
*
|
|
2838
|
-
<li>l7_acceleration :七层加速配置组。</li>
|
|
2839
|
-
<li>edge_functions :边缘函数配置组。</li>
|
|
2837
|
+
* 配置组类型,可选项如下:<li>l7_acceleration: 七层加速配置组;</li><li>edge_functions: 边缘函数配置组;</li><li>web_security: Web 防护配置组。</li>
|
|
2840
2838
|
*/
|
|
2841
2839
|
GroupType?: string;
|
|
2842
2840
|
/**
|
|
@@ -8328,59 +8326,7 @@ export interface CreateL4ProxyResponse {
|
|
|
8328
8326
|
RequestId?: string;
|
|
8329
8327
|
}
|
|
8330
8328
|
/**
|
|
8331
|
-
* 自定义 Cache Key
|
|
8332
|
-
- 查询字符串全部保留。开启忽略大小写。
|
|
8333
|
-
```
|
|
8334
|
-
{
|
|
8335
|
-
"CacheKey": {
|
|
8336
|
-
"FullURLCache": "on",
|
|
8337
|
-
"QueryString": {
|
|
8338
|
-
"Switch": "off"
|
|
8339
|
-
},
|
|
8340
|
-
"IgnoreCase": "on"
|
|
8341
|
-
}
|
|
8342
|
-
}
|
|
8343
|
-
```
|
|
8344
|
-
- 查询字符串全部忽略。开启忽略大小写。
|
|
8345
|
-
```
|
|
8346
|
-
{
|
|
8347
|
-
"CacheKey": {
|
|
8348
|
-
"FullURLCache": "off",
|
|
8349
|
-
"QueryString": {
|
|
8350
|
-
"Switch": "off"
|
|
8351
|
-
},
|
|
8352
|
-
"IgnoreCase": "on"
|
|
8353
|
-
}
|
|
8354
|
-
}
|
|
8355
|
-
```
|
|
8356
|
-
- 查询字符串保留指定参数。关闭忽略大小写。
|
|
8357
|
-
```
|
|
8358
|
-
{
|
|
8359
|
-
"CacheKey": {
|
|
8360
|
-
"FullURLCache": "off",
|
|
8361
|
-
"QueryString": {
|
|
8362
|
-
"Switch": "on",
|
|
8363
|
-
"Action": "includeCustom",
|
|
8364
|
-
"Values": ["name1","name2","name3"]
|
|
8365
|
-
},
|
|
8366
|
-
"IgnoreCase": "off"
|
|
8367
|
-
}
|
|
8368
|
-
}
|
|
8369
|
-
```
|
|
8370
|
-
- 查询字符串忽略指定参数。关闭忽略大小写。
|
|
8371
|
-
```
|
|
8372
|
-
{
|
|
8373
|
-
"CacheKey": {
|
|
8374
|
-
"FullURLCache": "off",
|
|
8375
|
-
"QueryString": {
|
|
8376
|
-
"Switch": "on",
|
|
8377
|
-
"Action": "excludeCustom",
|
|
8378
|
-
"Values": ["name1","name2","name3"]
|
|
8379
|
-
},
|
|
8380
|
-
"IgnoreCase": "off"
|
|
8381
|
-
}
|
|
8382
|
-
}
|
|
8383
|
-
```
|
|
8329
|
+
* 自定义 Cache Key 配置参数。
|
|
8384
8330
|
*/
|
|
8385
8331
|
export interface CacheKeyParameters {
|
|
8386
8332
|
/**
|