tencentcloud-sdk-nodejs-teo 4.1.214 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-teo",
3
- "version": "4.1.214",
3
+ "version": "4.1.215",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8326,59 +8326,7 @@ export interface CreateL4ProxyResponse {
8326
8326
  RequestId?: string;
8327
8327
  }
8328
8328
  /**
8329
- * 自定义 Cache Key 配置参数。该配置参数的 FullURLCache 和 QueryString 采用组合表达,具体示例可以参考:
8330
- - 查询字符串全部保留。开启忽略大小写。
8331
- ```
8332
- {
8333
- "CacheKey": {
8334
- "FullURLCache": "on",
8335
- "QueryString": {
8336
- "Switch": "off"
8337
- },
8338
- "IgnoreCase": "on"
8339
- }
8340
- }
8341
- ```
8342
- - 查询字符串全部忽略。开启忽略大小写。
8343
- ```
8344
- {
8345
- "CacheKey": {
8346
- "FullURLCache": "off",
8347
- "QueryString": {
8348
- "Switch": "off"
8349
- },
8350
- "IgnoreCase": "on"
8351
- }
8352
- }
8353
- ```
8354
- - 查询字符串保留指定参数。关闭忽略大小写。
8355
- ```
8356
- {
8357
- "CacheKey": {
8358
- "FullURLCache": "off",
8359
- "QueryString": {
8360
- "Switch": "on",
8361
- "Action": "includeCustom",
8362
- "Values": ["name1","name2","name3"]
8363
- },
8364
- "IgnoreCase": "off"
8365
- }
8366
- }
8367
- ```
8368
- - 查询字符串忽略指定参数。关闭忽略大小写。
8369
- ```
8370
- {
8371
- "CacheKey": {
8372
- "FullURLCache": "off",
8373
- "QueryString": {
8374
- "Switch": "on",
8375
- "Action": "excludeCustom",
8376
- "Values": ["name1","name2","name3"]
8377
- },
8378
- "IgnoreCase": "off"
8379
- }
8380
- }
8381
- ```
8329
+ * 自定义 Cache Key 配置参数。
8382
8330
  */
8383
8331
  export interface CacheKeyParameters {
8384
8332
  /**