tencentcloud-sdk-nodejs-waf 4.1.54 → 4.1.65

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-waf",
3
- "version": "4.1.54",
3
+ "version": "4.1.65",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2268,7 +2268,8 @@ export interface ModifySpartaProtectionRequest {
2268
2268
  */
2269
2269
  LoadBalance?: number;
2270
2270
  /**
2271
- * 待废弃,可不填。是否开启灰度,0表示不开启灰度。
2271
+ * 是否开启灰度,0表示不开启灰度。
2272
+ * @deprecated
2272
2273
  */
2273
2274
  IsGray?: number;
2274
2275
  /**
@@ -2284,7 +2285,8 @@ export interface ModifySpartaProtectionRequest {
2284
2285
  */
2285
2286
  IsKeepAlive?: string;
2286
2287
  /**
2287
- * 待废弃。目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP
2288
+ * 目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP
2289
+ * @deprecated
2288
2290
  */
2289
2291
  Anycast?: number;
2290
2292
  /**
@@ -2387,6 +2389,10 @@ export interface ModifySpartaProtectionRequest {
2387
2389
  * 分流回源时生效,分流回源的规则。
2388
2390
  */
2389
2391
  UpstreamRules?: Array<UpstreamRule>;
2392
+ /**
2393
+ * 业务场景。0:默认值,表示常规业务场景 1:大模型业务场景
2394
+ */
2395
+ UseCase?: number;
2390
2396
  }
2391
2397
  /**
2392
2398
  * DeleteAttackDownloadRecord请求参数结构体
@@ -3188,7 +3194,7 @@ export interface DomainInfo {
3188
3194
  */
3189
3195
  SgID?: string;
3190
3196
  /**
3191
- * clbwaf接入状态
3197
+ * clbwaf接入状态,0代表“尚无流量接入”,1代表“流量接入”,2代表“CLB监听器已注销”,3代表“配置生效中”,4代表“配置下发失败中”
3192
3198
  */
3193
3199
  AccessStatus?: number;
3194
3200
  /**
@@ -9615,7 +9621,8 @@ export interface DomainsPartInfo {
9615
9621
  */
9616
9622
  IsCdn?: number;
9617
9623
  /**
9618
- * 是否开启灰度,已废弃。
9624
+ * 是否开启灰度。
9625
+ * @deprecated
9619
9626
  */
9620
9627
  IsGray?: number;
9621
9628
  /**
@@ -9816,6 +9823,10 @@ export interface DomainsPartInfo {
9816
9823
  * 分流回源策略
9817
9824
  */
9818
9825
  UpstreamRules?: Array<UpstreamRule>;
9826
+ /**
9827
+ * 业务场景。0:默认值,表示常规业务场景 1:大模型业务场景
9828
+ */
9829
+ UseCase?: number;
9819
9830
  }
9820
9831
  /**
9821
9832
  * DescribeAutoDenyIP请求参数结构体
@@ -9944,7 +9955,8 @@ export interface AddSpartaProtectionRequest {
9944
9955
  */
9945
9956
  SSLId?: string;
9946
9957
  /**
9947
- * 待废弃,可不填。Waf的资源ID。
9958
+ * Waf的资源ID。
9959
+ * @deprecated
9948
9960
  */
9949
9961
  ResourceId?: string;
9950
9962
  /**
@@ -9962,11 +9974,13 @@ export interface AddSpartaProtectionRequest {
9962
9974
  */
9963
9975
  HttpsUpstreamPort?: string;
9964
9976
  /**
9965
- * 待废弃,可不填。是否开启灰度,0表示不开启灰度。
9977
+ * 是否开启灰度,0表示不开启灰度。
9978
+ * @deprecated
9966
9979
  */
9967
9980
  IsGray?: number;
9968
9981
  /**
9969
- * 待废弃,可不填。灰度的地区
9982
+ * 灰度的地区
9983
+ * @deprecated
9970
9984
  */
9971
9985
  GrayAreas?: Array<string>;
9972
9986
  /**
@@ -9990,14 +10004,16 @@ export interface AddSpartaProtectionRequest {
9990
10004
  */
9991
10005
  IsHttp2?: number;
9992
10006
  /**
9993
- * 待废弃,可不填。WAF实例类型。
10007
+ * WAF实例类型。
9994
10008
  sparta-waf:SAAS型WAF
9995
10009
  clb-waf:负载均衡型WAF
9996
10010
  cdn-waf:CDN上的Web防护能力
10011
+ * @deprecated
9997
10012
  */
9998
10013
  Edition?: string;
9999
10014
  /**
10000
- * 待废弃,目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP
10015
+ * 目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP
10016
+ * @deprecated
10001
10017
  */
10002
10018
  Anycast?: number;
10003
10019
  /**
@@ -10102,6 +10118,10 @@ export interface AddSpartaProtectionRequest {
10102
10118
  * 分流回源时生效,分流回源的规则。
10103
10119
  */
10104
10120
  UpstreamRules?: Array<UpstreamRule>;
10121
+ /**
10122
+ * 业务场景。0:默认值,表示常规业务场景 1:大模型业务场景
10123
+ */
10124
+ UseCase?: number;
10105
10125
  }
10106
10126
  /**
10107
10127
  * PostAttackDownloadTask请求参数结构体
@@ -11400,6 +11420,10 @@ export interface ClbDomainsInfo {
11400
11420
  * 域名标签
11401
11421
  */
11402
11422
  Labels?: Array<string>;
11423
+ /**
11424
+ * clbwaf接入状态,0代表“尚无流量接入”,1代表“流量接入”,2代表“CLB监听器已注销”,3代表“配置生效中”,4代表“配置下发失败中”
11425
+ */
11426
+ AccessStatus?: number;
11403
11427
  }
11404
11428
  /**
11405
11429
  * DescribeObjects返回参数结构体