tencentcloud-sdk-nodejs 4.1.204 → 4.1.206
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/es/common/sdk_version.js +1 -1
- package/es/services/cls/v20201016/cls_client.js +3 -0
- package/es/services/ga2/v20250115/ga2_client.js +3 -0
- package/es/services/tcb/v20180608/tcb_client.js +5 -2
- package/es/services/teo/v20220901/teo_client.js +6 -0
- package/es/services/tke/v20220501/tke_client.js +36 -33
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +21 -21
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +111 -84
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +16 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +7 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +323 -146
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -4
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +8 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -13
- package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +5 -1
- package/tencentcloud/services/ga2/v20250115/ga2_client.js +6 -0
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +59 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -38
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +0 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +0 -5
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +22 -30
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +16 -6
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +18 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +180 -56
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +10 -10
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +33 -25
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +12 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +184 -15
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +56 -52
- package/tencentcloud/services/tke/v20220501/tke_client.js +77 -71
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +26 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +11 -49
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +5 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +143 -97
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +41 -4
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -14
|
@@ -308,6 +308,14 @@ export interface ResetTrafficMirrorFilterRequest {
|
|
|
308
308
|
* 流量镜像需要过滤的五元组规则
|
|
309
309
|
*/
|
|
310
310
|
CollectorNormalFilters?: Array<TrafficMirrorFilter>;
|
|
311
|
+
/**
|
|
312
|
+
* 流量镜像入站过滤规则。
|
|
313
|
+
*/
|
|
314
|
+
IngressFilterRules?: Array<TrafficMirrorFilter>;
|
|
315
|
+
/**
|
|
316
|
+
* 流量镜像出站过滤规则。
|
|
317
|
+
*/
|
|
318
|
+
EgressFilterRules?: Array<TrafficMirrorFilter>;
|
|
311
319
|
}
|
|
312
320
|
/**
|
|
313
321
|
* DescribeBandwidthPackageResources请求参数结构体
|
|
@@ -15921,7 +15929,8 @@ export interface CCN {
|
|
|
15921
15929
|
*/
|
|
15922
15930
|
export interface RemoveBandwidthPackageResourcesRequest {
|
|
15923
15931
|
/**
|
|
15924
|
-
* 资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'
|
|
15932
|
+
* 资源唯一ID,当前支持EIP资源和LB资源,形如'eip-xxxx', 'lb-xxxx'。<li>EIP资源列表:可通过[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取。高防EIP、Anycast EIP、精品BGP EIP默认不支持从共享带宽包中移除,其中高防EIP和精品BGP IP可以迁移到其他同线路类型的共享带宽包中。</li><li>LB资源列表:可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/api/214/30685)接口获取。</li>
|
|
15933
|
+
|
|
15925
15934
|
*/
|
|
15926
15935
|
ResourceIds?: Array<string>;
|
|
15927
15936
|
/**
|
|
@@ -16121,7 +16130,7 @@ export interface UpdateTrafficMirrorAllFilterRequest {
|
|
|
16121
16130
|
/**
|
|
16122
16131
|
* 流量镜像采集方向
|
|
16123
16132
|
*/
|
|
16124
|
-
Direction
|
|
16133
|
+
Direction?: string;
|
|
16125
16134
|
/**
|
|
16126
16135
|
* 流量镜像采集对象
|
|
16127
16136
|
*/
|
|
@@ -16134,6 +16143,14 @@ export interface UpdateTrafficMirrorAllFilterRequest {
|
|
|
16134
16143
|
* 流量镜像需要过滤的五元组规则
|
|
16135
16144
|
*/
|
|
16136
16145
|
CollectorNormalFilters?: Array<TrafficMirrorFilter>;
|
|
16146
|
+
/**
|
|
16147
|
+
* 流量镜像入站过滤规则。
|
|
16148
|
+
*/
|
|
16149
|
+
IngressFilterRules?: Array<TrafficMirrorFilter>;
|
|
16150
|
+
/**
|
|
16151
|
+
* 流量镜像出站过滤规则。
|
|
16152
|
+
*/
|
|
16153
|
+
EgressFilterRules?: Array<TrafficMirrorFilter>;
|
|
16137
16154
|
}
|
|
16138
16155
|
/**
|
|
16139
16156
|
* DescribeTrafficMirrors返回参数结构体
|
|
@@ -16143,6 +16160,10 @@ export interface DescribeTrafficMirrorsResponse {
|
|
|
16143
16160
|
* 流量镜像实例信息
|
|
16144
16161
|
*/
|
|
16145
16162
|
TrafficMirrorSet?: Array<TrafficMirror>;
|
|
16163
|
+
/**
|
|
16164
|
+
* 符合条件的对象数
|
|
16165
|
+
*/
|
|
16166
|
+
TotalCount?: number;
|
|
16146
16167
|
/**
|
|
16147
16168
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16148
16169
|
*/
|
|
@@ -17482,7 +17503,15 @@ export interface UpdateTrafficMirrorDirectionRequest {
|
|
|
17482
17503
|
*/
|
|
17483
17504
|
TrafficMirrorId: string;
|
|
17484
17505
|
/**
|
|
17485
|
-
*
|
|
17506
|
+
* 流量镜像采集方向。取值范围:
|
|
17507
|
+
|
|
17508
|
+
- EGRESS - 出方向采集
|
|
17509
|
+
|
|
17510
|
+
- INGRESS - 入方向采集
|
|
17511
|
+
|
|
17512
|
+
- ALL - 出入双向采集
|
|
17513
|
+
|
|
17514
|
+
- NO-DIRECTION - 不区分采集方向(新模式)。切换为该模式后将不再支持按方向采集,需通过 CreateTrafficMirrorFilterRules 接口创建带方向的过滤规则,过滤规则支持设置优先级和单独编辑。
|
|
17486
17515
|
*/
|
|
17487
17516
|
Direction: string;
|
|
17488
17517
|
}
|
|
@@ -19010,7 +19039,7 @@ export interface CreateTrafficMirrorRequest {
|
|
|
19010
19039
|
*/
|
|
19011
19040
|
Direction?: string;
|
|
19012
19041
|
/**
|
|
19013
|
-
*
|
|
19042
|
+
* 流量镜像的采集对象 (最多支持20个采集对象)。
|
|
19014
19043
|
*/
|
|
19015
19044
|
CollectorSrcs?: Array<string>;
|
|
19016
19045
|
/**
|
|
@@ -19037,6 +19066,14 @@ export interface CreateTrafficMirrorRequest {
|
|
|
19037
19066
|
* 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
|
19038
19067
|
*/
|
|
19039
19068
|
Tags?: Array<Tag>;
|
|
19069
|
+
/**
|
|
19070
|
+
* 流量镜像入站过滤规则。
|
|
19071
|
+
*/
|
|
19072
|
+
IngressFilterRules?: Array<TrafficMirrorFilter>;
|
|
19073
|
+
/**
|
|
19074
|
+
* 流量镜像出站过滤规则。
|
|
19075
|
+
*/
|
|
19076
|
+
EgressFilterRules?: Array<TrafficMirrorFilter>;
|
|
19040
19077
|
}
|
|
19041
19078
|
/**
|
|
19042
19079
|
* CheckTrafficMirror请求参数结构体
|
|
@@ -622,35 +622,35 @@ export interface UpdateProtectionModesResponse {
|
|
|
622
622
|
*/
|
|
623
623
|
export interface LLMDetectResult {
|
|
624
624
|
/**
|
|
625
|
-
*
|
|
625
|
+
* <p>仅输出侧:涉敏信息</p>
|
|
626
626
|
*/
|
|
627
627
|
SensitiveResult?: Array<LLMSensitiveValueLevel>;
|
|
628
628
|
/**
|
|
629
|
-
*
|
|
629
|
+
* <p>输入输出均检测:关键词库命中信息</p>
|
|
630
630
|
*/
|
|
631
631
|
KeyWordsResult?: Array<KeyWordInfo>;
|
|
632
632
|
/**
|
|
633
|
-
*
|
|
633
|
+
* <p>输入输出均检测:数据分类分级结果</p>
|
|
634
634
|
*/
|
|
635
635
|
DataCategoryResult?: Array<string>;
|
|
636
636
|
/**
|
|
637
|
-
*
|
|
637
|
+
* <p>仅输入侧检出:prompt检测的结果</p>
|
|
638
638
|
*/
|
|
639
639
|
PromptInjectionResult?: PromptDetectResult;
|
|
640
640
|
/**
|
|
641
|
-
*
|
|
641
|
+
* <p>命中的规则ID</p>
|
|
642
642
|
*/
|
|
643
643
|
RuleId?: string;
|
|
644
644
|
/**
|
|
645
|
-
*
|
|
645
|
+
* <p>命中的规则名称</p>
|
|
646
646
|
*/
|
|
647
647
|
RuleName?: string;
|
|
648
648
|
/**
|
|
649
|
-
*
|
|
649
|
+
* <p>规则动作</p>
|
|
650
650
|
*/
|
|
651
651
|
Action?: string;
|
|
652
652
|
/**
|
|
653
|
-
*
|
|
653
|
+
* <p>攻击payload</p>
|
|
654
654
|
*/
|
|
655
655
|
Payload?: string;
|
|
656
656
|
}
|
|
@@ -7949,21 +7949,29 @@ export interface DescribeFlowTrendResponse {
|
|
|
7949
7949
|
*/
|
|
7950
7950
|
export interface DescribeQClawContentSecCheckRequest {
|
|
7951
7951
|
/**
|
|
7952
|
-
*
|
|
7952
|
+
* <p>服务id,使用哪一套防护策略,就需要传哪一套服务id,模型会检测该服务id下的所有规则</p>
|
|
7953
7953
|
*/
|
|
7954
7954
|
ServiceId: string;
|
|
7955
7955
|
/**
|
|
7956
|
-
*
|
|
7956
|
+
* <p>要审核的内容</p>
|
|
7957
7957
|
*/
|
|
7958
|
-
Content
|
|
7958
|
+
Content?: ApiGuardContent;
|
|
7959
7959
|
/**
|
|
7960
|
-
*
|
|
7960
|
+
* <p>标识用户的id,限速使用,不填,则限速会不生效</p>
|
|
7961
7961
|
*/
|
|
7962
7962
|
UserId?: string;
|
|
7963
7963
|
/**
|
|
7964
|
-
*
|
|
7964
|
+
* <p>会话id</p>
|
|
7965
7965
|
*/
|
|
7966
7966
|
SessionId?: string;
|
|
7967
|
+
/**
|
|
7968
|
+
* <p>工具名称</p>
|
|
7969
|
+
*/
|
|
7970
|
+
ToolName?: string;
|
|
7971
|
+
/**
|
|
7972
|
+
* <p>工具执行的参数</p>
|
|
7973
|
+
*/
|
|
7974
|
+
ToolArgs?: string;
|
|
7967
7975
|
}
|
|
7968
7976
|
/**
|
|
7969
7977
|
* CreateIpAccessControl返回参数结构体
|
|
@@ -15326,7 +15334,7 @@ export interface DescribeAttackWhiteRuleResponse {
|
|
|
15326
15334
|
*/
|
|
15327
15335
|
export interface DescribeQClawContentSecCheckResponse {
|
|
15328
15336
|
/**
|
|
15329
|
-
*
|
|
15337
|
+
* <p>检测结果</p>
|
|
15330
15338
|
*/
|
|
15331
15339
|
Data?: LLMRisks;
|
|
15332
15340
|
/**
|