tencentcloud-sdk-nodejs-clb 4.1.137 → 4.1.139

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.137",
3
+ "version": "4.1.139",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -550,6 +550,10 @@ export interface ModifyRuleRequest {
550
550
  * OAuth配置信息。
551
551
  */
552
552
  OAuth?: OAuth;
553
+ /**
554
+ * 自定义cookie名
555
+ */
556
+ CookieName?: string;
553
557
  }
554
558
  /**
555
559
  * DescribeCustomizedConfigList返回参数结构体
@@ -1568,6 +1572,10 @@ export interface RuleOutput {
1568
1572
  * OAuth配置状态信息。
1569
1573
  */
1570
1574
  OAuth?: OAuth;
1575
+ /**
1576
+ * 自定义cookie名。
1577
+ */
1578
+ CookieName?: string;
1571
1579
  }
1572
1580
  /**
1573
1581
  * InquiryPriceRenewLoadBalancer返回参数结构体
@@ -5061,6 +5069,10 @@ export interface RuleInput {
5061
5069
  * 证书信息,支持同时传入不同算法类型的多本服务端证书;此参数和Certificate不能同时传入。
5062
5070
  */
5063
5071
  MultiCertInfo?: MultiCertInfo;
5072
+ /**
5073
+ * 自定义cookie名
5074
+ */
5075
+ CookieName?: string;
5064
5076
  }
5065
5077
  /**
5066
5078
  * 负载均衡的标签信息