tencentcloud-sdk-nodejs 4.1.206 → 4.1.207

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.
Files changed (36) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cvm/v20170312/cvm_client.js +3 -0
  3. package/es/services/ga2/v20250115/ga2_client.js +62 -2
  4. package/es/services/mps/v20190612/mps_client.js +3 -0
  5. package/es/services/omics/v20221128/omics_client.js +38 -29
  6. package/es/services/smh/v20210712/smh_client.js +2 -17
  7. package/es/services/teo/v20220901/teo_client.js +36 -6
  8. package/es/services/waf/v20180125/waf_client.js +0 -3
  9. package/package.json +1 -1
  10. package/tencentcloud/common/sdk_version.d.ts +1 -1
  11. package/tencentcloud/common/sdk_version.js +1 -1
  12. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  13. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  14. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +28 -6
  15. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
  16. package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +83 -3
  17. package/tencentcloud/services/ga2/v20250115/ga2_client.js +123 -3
  18. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +1453 -11
  19. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +26 -40
  20. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
  21. package/tencentcloud/services/mps/v20190612/mps_client.js +6 -0
  22. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +104 -28
  23. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +45 -33
  24. package/tencentcloud/services/omics/v20221128/omics_client.js +66 -48
  25. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1255 -898
  26. package/tencentcloud/services/smh/v20210712/smh_client.d.ts +3 -23
  27. package/tencentcloud/services/smh/v20210712/smh_client.js +3 -33
  28. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +54 -420
  29. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +47 -7
  30. package/tencentcloud/services/teo/v20220901/teo_client.js +69 -9
  31. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +771 -283
  32. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +8 -9
  33. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +15 -3
  34. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  35. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  36. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +58 -139
@@ -12932,36 +12932,35 @@ export interface DescribeProgramsResponse {
12932
12932
  */
12933
12933
  export interface ProgramItem {
12934
12934
  /**
12935
- * 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
12936
-
12935
+ * <p>数据项ID,调用<a href="https://console.cloud.tencent.com/tsf/privilege?rid=1&amp;tab=program">DescribePrograms</a>接口查询已创建的数据集或登录控制台进行查看;也可以通过调用<a href="https://cloud.tencent.com/document/api/649/108544">CreateProgram</a>创建新的数据集。</p>
12937
12936
  */
12938
12937
  ProgramItemId?: string;
12939
12938
  /**
12940
- * 资源
12939
+ * <p>资源</p>
12941
12940
  */
12942
12941
  Resource?: Resource;
12943
12942
  /**
12944
- * 数据值列表
12943
+ * <p>数据值列表</p>
12945
12944
  */
12946
12945
  ValueList?: Array<string>;
12947
12946
  /**
12948
- * 全选标识,true: 全选;false: 非全选
12947
+ * <p>全选标识,true: 全选;false: 非全选</p>
12949
12948
  */
12950
12949
  IsAll?: boolean;
12951
12950
  /**
12952
- * 创建时间,时间戳格式【Long
12951
+ * <p>创建时间,时间戳格式【Long】</p>
12953
12952
  */
12954
12953
  CreationTime?: number;
12955
12954
  /**
12956
- * 最后更新时间,时间戳格式【Long】,单位毫秒
12955
+ * <p>最后更新时间,时间戳格式【Long】,单位毫秒</p>
12957
12956
  */
12958
12957
  LastUpdateTime?: number;
12959
12958
  /**
12960
- * 删除标识,true: 可删除;false: 不可删除
12959
+ * <p>删除标识,true: 可删除;false: 不可删除</p>
12961
12960
  */
12962
12961
  DeleteFlag?: boolean;
12963
12962
  /**
12964
- * 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取
12963
+ * <p>数据集ID,调用<a href="https://console.cloud.tencent.com/tsf/privilege?rid=1&amp;tab=program">DescribePrograms</a>查询接口获取</p>
12965
12964
  */
12966
12965
  ProgramId?: string;
12967
12966
  }
@@ -62,7 +62,7 @@ export interface AigcVideoOutputConfig {
62
62
  */
63
63
  AspectRatio?: string;
64
64
  /**
65
- * <p>是否生成音频。支持的模型包括 GV、OS、Vidu。取值有: <li>Enabled:开启;</li> <li>Disabled:关闭;</li><br>默认值:Disabled</p>
65
+ * <p>是否生成音频。支持的模型包括 GV、OS、Vidu、Jimeng、Kling。</p><p>枚举值:</p><ul><li>Enabled 开启</li><li>Disabled: 关闭</li></ul><p>默认值:Disabled</p>
66
66
  */
67
67
  AudioGeneration?: string;
68
68
  /**
@@ -15769,9 +15769,21 @@ export interface AigcVideoTaskInputSubjectInfo {
15769
15769
  */
15770
15770
  Id?: string;
15771
15771
  /**
15772
- * <p>固定名称。</p><ul><li>Vidu主体<strong>必选</strong>;</li><li>Kling主体可选。</li></ul>
15772
+ * <p>固定名称。</p><ul><li>Vidu主体<strong>必选</strong>,可在 prompt 中加入 [@name] 使用。如 name 为小明时,prompt 中描述为 [@小明] 。</li><li>Kling主体可选。</li></ul>
15773
15773
  */
15774
15774
  Name?: string;
15775
+ /**
15776
+ * <p><strong>仅Vidu有效。</strong>音色ID用来决定视频中的声音音色,为空时系统会自动推荐。</p>
15777
+ */
15778
+ VoiceId?: string;
15779
+ /**
15780
+ * <p><strong>仅Vidu有效。</strong>临时主体图片,最多3张图片<br>注1:支持传入图片URL(确保可访问);<br>注2:图片支持 png、jpeg、jpg、webp格式;<br>注3:图片像素不能小于 128*128,且比例需要小于1:4或者4:1。</p>
15781
+ */
15782
+ ImageUrls?: Array<string>;
15783
+ /**
15784
+ * <p><strong>仅Vidu有效。</strong>临时主体视频,最多1个5秒视频注1:仅参考生viduq2-pro模型支持使用视频主体;注2:最多支持上传 1个5秒 的视频;注3:视频支持 mp4、avi、mov格式;注4:视频像素不能小于 128*128,且比例需要小于1:4或者4:1;</p>
15785
+ */
15786
+ VideoUrls?: Array<string>;
15775
15787
  }
15776
15788
  /**
15777
15789
  * 智能分类任务结果类型
@@ -20961,7 +20973,7 @@ export interface CreateAigcImageTaskRequest {
20961
20973
  */
20962
20974
  ModelVersion: string;
20963
20975
  /**
20964
- * <p>AIGC 生图任务的输入图片的文件信息。各模型支持最大参考图数量:</p><ul><li>GG 2.5: 3张;</li><li>GG 3.0:14张;</li><li>GG 3.1:14张;</li><li>Kling 2.1:4张;</li><li>Kling 3.0:1张;</li><li>Kling 3.0-Omni:1张;</li><li>SI 4.0:14张;</li><li>SI 4.5:14张;</li><li>SI 5.0-lite:14张;</li><li>Vidu q2:7张;</li><li>Hunyuan 3.0:3张;</li><li>Qwen 0925:1张;</li><li>Qwen 2.0:3张;</li><li>MJ v7:3张。</li></ul>
20976
+ * <p>AIGC 生图任务的输入图片的文件信息。各模型支持最大参考图数量:</p><ul><li>GG 2.5: 3张;</li><li>GG 3.0:14张;</li><li>GG 3.1:14张;</li><li>Kling 2.1:4张;</li><li>Kling 3.0:1张;</li><li>Kling 3.0-Omni:10张;</li><li>SI 4.0:14张;</li><li>SI 4.5:14张;</li><li>SI 5.0-lite:14张;</li><li>Vidu q2:7张;</li><li>Hunyuan 3.0:3张;</li><li>Qwen 0925:1张;</li><li>Qwen 2.0:3张;</li><li>MJ v7:3张。</li></ul>
20965
20977
  */
20966
20978
  FileInfos?: Array<AigcImageTaskInputFileInfo>;
20967
20979
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DeleteOwaspWhiteRuleRequest, ModifyUserLevelResponse, DescribeLogHistogramRequest, CreateBatchIpAccessControlResponse, ModifyWebshellStatusRequest, DescribeUserClbWafRegionsResponse, AddAntiFakeUrlRequest, DescribeOwaspWhiteRulesResponse, DeleteRateLimitsV2Request, DescribePeakValueResponse, DescribeOwaspWhiteRulesRequest, SearchLogResponse, ModifyUserSignatureClassResponse, UpdateProtectionModesResponse, ModifyApiSecSensitiveRuleResponse, DescribeCertificateVerifyResultResponse, ModifyUserSignatureRuleResponse, ModifyInstanceNameResponse, DescribeWafAutoDenyRulesRequest, GenerateDealsAndPayNewRequest, DeleteCustomWhiteRuleResponse, ModifyHostModeResponse, ModifyBotSceneStatusResponse, DescribeAreaBanAreasResponse, DescribeDomainRulesRequest, DescribeScanIpRequest, DeleteAccessExportResponse, DescribeModuleStatusResponse, AddAntiInfoLeakRulesRequest, UpdateRateLimitV2Request, DeleteAttackWhiteRuleResponse, DescribeWebshellStatusRequest, GetAttackHistogramResponse, DeleteExportResponse, DeleteHostResponse, ModifyApiAnalyzeStatusResponse, RemoveBypassAllRuleResponse, ModifyAttackWhiteRuleRequest, ModifyObjectsRequest, FreshAntiFakeUrlRequest, ModifyAreaBanStatusRequest, ModifyOwaspWhiteRuleRequest, DescribeSessionRequest, DescribePolicyStatusRequest, DescribeAccessFastAnalysisRequest, DeleteIpAccessControlRequest, DescribeApiListVersionTwoResponse, DescribeDomainCountInfoResponse, ModifyHostModeRequest, ModifyAntiInfoLeakRuleStatusRequest, DescribeCiphersDetailResponse, DescribeCustomRuleListRequest, DeleteIpAccessControlV2Response, PostAttackDownloadTaskResponse, DescribeOwaspRulesResponse, AddSpartaProtectionResponse, DescribeUserDomainInfoRequest, PostAttackDownloadTaskRequest, DescribeHostResponse, AddBypassAllRuleResponse, ModifyWafAutoDenyRulesResponse, DescribeUserSignatureRuleResponse, DescribePostCKafkaFlowsResponse, RemoveBypassAllRuleRequest, ModifyInstanceAttackLogPostResponse, UpsertCCRuleResponse, DescribeHostRequest, GenerateDealsAndPayNewResponse, DeleteCustomRuleRequest, DescribeUserSignatureRuleV2Request, ModifyApiSecEventChangeRequest, DescribePostCLSFlowsRequest, DescribeHostsRequest, ModifyCustomWhiteRuleStatusRequest, ModifyAreaBanRuleRequest, UpdateRateLimitV2Response, DescribeFindDomainListRequest, ModifyInstanceElasticModeResponse, DescribePostCLSFlowsResponse, DescribeBotSceneUCBRuleRequest, ModifyApiSecSensitiveRuleRequest, DescribeCustomWhiteRuleResponse, ModifySpartaProtectionRequest, DeleteAttackDownloadRecordRequest, DescribeAntiFakeRulesRequest, DescribeVipInfoRequest, DescribeExportsResponse, ImportIpAccessControlRequest, DescribeFindDomainListResponse, DeleteSessionResponse, DescribeAccessIndexResponse, ModifyUserSignatureRuleRequest, CreatePostCKafkaFlowResponse, ModifyWafThreatenIntelligenceResponse, DescribeUserDomainInfoResponse, QueryBypassAllStatusResponse, ModifyOwaspRuleTypeActionResponse, ModifyAntiInfoLeakRulesResponse, DeleteBotSceneUCBRuleRequest, DeleteHostRequest, ModifyIpAccessControlRequest, AddCustomWhiteRuleResponse, ModifyUserSignatureClassRequest, DescribeModuleStatusRequest, DeleteRateLimitsV2Response, DeleteAttackWhiteRuleRequest, CreateRateLimitV2Request, CreatePostCLSFlowResponse, DescribeHostsResponse, DescribeAccessIndexRequest, GetAttackDownloadRecordsRequest, DescribeDomainsResponse, AddAntiFakeUrlResponse, SearchAttackLogResponse, ModifySpartaProtectionModeResponse, ModifySpartaProtectionResponse, DescribeUserCdcClbWafRegionsResponse, SwitchElasticModeResponse, DescribeAreaBanRuleResponse, BatchOperateUserSignatureRulesResponse, ModifyAreaBanAreasResponse, ModifyAntiFakeUrlStatusRequest, QueryBypassAllStatusRequest, DescribeOwaspRulesRequest, DescribeCCRuleListRequest, ModifyAttackWhiteRuleResponse, SearchAccessLogResponse, DescribeAntiInfoLeakageRulesRequest, CreateHostResponse, EnableRateLimitsV2Request, ModifyBotStatusRequest, ModifyHostFlowModeRequest, GetOrganizationRoleResponse, DescribeLogHistogramResponse, CreateHostRequest, ModifyInstanceAttackLogPostRequest, GetInstanceQpsLimitResponse, CreateDealsRequest, DescribeApiSecSensitiveRuleListRequest, ModifyCustomWhiteRuleResponse, ModifyBotSceneStatusRequest, DescribeAreaBanSupportAreasResponse, DeleteBotSceneUCBRuleResponse, DescribeUserSignatureClassResponse, DescribePortsRequest, DescribeWafAutoDenyStatusResponse, DescribeTlsVersionRequest, DescribeDomainDetailsSaasRequest, ModifyObjectRequest, DescribeDomainCountInfoRequest, DescribeDomainWhiteRulesRequest, DescribePeakPointsResponse, ModifyInstanceRenewFlagRequest, DescribeBotSceneUCBRuleResponse, DescribeAreaBanSupportAreasRequest, DeleteIpAccessControlResponse, AddAttackWhiteRuleRequest, ModifyProtectionLevelResponse, DescribeDomainDetailsClbResponse, AddBypassAllRuleRequest, DescribeIpAccessControlRequest, CreateRateLimitV2Response, ModifyOwaspRuleTypeActionRequest, ModifyWafThreatenIntelligenceRequest, DescribeApiListVersionTwoRequest, ModifyInstanceQpsLimitResponse, DescribeIpHitItemsRequest, ModifyBotSceneUCBRuleRequest, DescribeUserSignatureRuleRequest, DeleteOwaspRuleStatusResponse, ModifyProtectionStatusResponse, CreateExportResponse, DescribeUserClbWafRegionsRequest, DescribePostCKafkaFlowsRequest, CreatePostCKafkaFlowRequest, DescribeBotSceneListResponse, AddAntiInfoLeakRulesResponse, DescribeWafThreatenIntelligenceResponse, AddDomainWhiteRuleRequest, DeleteAntiInfoLeakRuleResponse, DescribeRuleLimitResponse, CreateAccessExportResponse, ModifyOwaspRuleTypeLevelRequest, GetInstanceQpsLimitRequest, ModifyHostRequest, DestroyPostCKafkaFlowRequest, DescribeHistogramResponse, DeleteSpartaProtectionResponse, CreateOwaspWhiteRuleRequest, CreateAccessExportRequest, ModifyBotSceneUCBRuleResponse, DescribeIpHitItemsResponse, ModifyHostResponse, DescribeCertificateVerifyResultRequest, DescribeUserCdcClbWafRegionsRequest, DeleteAttackDownloadRecordResponse, CreateIpAccessControlRequest, DescribeFlowTrendRequest, DescribeWafAutoDenyStatusRequest, DescribeAreaBanAreasRequest, AddDomainWhiteRuleResponse, DescribeIpAccessControlResponse, ModifyProtectionStatusRequest, DescribeInstancesResponse, ModifyInstanceQpsLimitRequest, DestroyPostCLSFlowResponse, UpsertCCAutoStatusResponse, ModifyOwaspRuleStatusResponse, ModifyGenerateDealsResponse, UpsertSessionResponse, SwitchDomainRulesRequest, DeleteSessionRequest, SearchAttackLogRequest, AddCustomRuleResponse, DescribeFlowTrendResponse, DescribeQClawContentSecCheckRequest, CreateIpAccessControlResponse, UpsertIpAccessControlRequest, ModifyBatchIpAccessControlResponse, DescribeAccessExportsRequest, DescribeCustomWhiteRuleRequest, DeleteAntiFakeUrlResponse, DescribeBotIdRuleResponse, CreateAreaBanRuleRequest, DescribeUserLevelResponse, DescribeBotIdRuleRequest, DescribeCustomRuleListResponse, DescribeAutoDenyIPResponse, SwitchDomainRulesResponse, ModifyCustomRuleResponse, FreshAntiFakeUrlResponse, DeleteSpartaProtectionRequest, DescribeAntiFakeRulesResponse, DescribeApiAggregateTopNRequest, GetOrganizationRoleRequest, DescribeTopicsRequest, CreateAreaBanRuleResponse, ModifyProtectionLevelRequest, GetAttackTotalCountRequest, DeleteDomainWhiteRulesResponse, DescribeAttackOverviewResponse, AddAreaBanAreasRequest, DescribeCCRuleListResponse, EnableRateLimitsV2Response, DescribeCCAutoStatusRequest, ModifyAntiFakeUrlRequest, DescribeDomainDetailsClbRequest, SwitchElasticModeRequest, ModifyDomainsCLSStatusResponse, ModifyBotStatusResponse, ModifyCustomRuleStatusResponse, CreateExportRequest, DescribeProtectionModesRequest, ModifyBatchIpAccessControlRequest, DescribeOwaspRuleTypesRequest, DescribeCCAutoStatusResponse, ModifyCustomRuleStatusRequest, ModifySpartaProtectionModeRequest, DescribeAttackOverviewRequest, DescribeUserLevelRequest, DescribeUserSignatureRuleV2Response, ModifyAntiFakeUrlResponse, DescribeBatchIpAccessControlRequest, DescribeInstancesRequest, ModifyBotIdRuleRequest, ModifyAntiInfoLeakRulesRequest, DescribeUserSignatureClassRequest, DescribeBatchIpAccessControlResponse, DescribeDomainDetailsSaasResponse, DeleteExportRequest, ModifyApiAnalyzeStatusRequest, ModifyAntiInfoLeakRuleStatusResponse, ModifyAreaBanStatusResponse, ModifyOwaspRuleStatusRequest, DeleteIpAccessControlV2Request, DeleteBatchIpAccessControlResponse, DescribeTopAttackDomainRequest, DescribeAccessFastAnalysisResponse, ModifyDomainIpv6StatusResponse, DescribeHostLimitResponse, DeleteAntiFakeUrlRequest, DescribeSpartaProtectionInfoRequest, ModifyUserSignatureRuleV2Request, ModifyWebshellStatusResponse, ModifyUserLevelRequest, DescribeCCRuleRequest, BatchOperateUserSignatureRulesRequest, GetAttackDownloadRecordsResponse, DescribeAreaBanRuleRequest, ModifyIpAccessControlResponse, DescribeAccessHistogramResponse, DeleteOwaspRuleStatusRequest, ModifyHostFlowModeResponse, DescribeBotSceneListRequest, UpsertIpAccessControlResponse, DescribeAccessHistogramRequest, DescribeWafThreatenIntelligenceRequest, DescribeAccessExportsResponse, DeleteCustomRuleResponse, DescribeHistogramRequest, DeleteCCRuleResponse, UpsertCCRuleRequest, ModifyAreaBanRuleResponse, DescribeDomainsRequest, ModifyDomainPostActionRequest, UpsertCCAutoStatusRequest, DescribeProtectionModesResponse, DescribeWafAutoDenyRulesResponse, ModifyDomainPostActionResponse, RefreshAccessCheckResultRequest, DescribeSpartaProtectionInfoResponse, DescribeRateLimitsV2Response, ModifyModuleStatusRequest, ModifyUserSignatureRuleV2Response, ModifyInstanceNameRequest, DescribePortsResponse, ModifyCustomRuleRequest, ModifyOwaspRuleTypeLevelResponse, ModifyDomainWhiteRuleRequest, DescribeLLMContentSecCheckResponse, DescribePeakPointsRequest, DescribeTopAttackDomainResponse, CreatePostCLSFlowRequest, ModifyDomainIpv6StatusRequest, DescribeAttackWhiteRuleRequest, DescribeAntiInfoLeakageRulesResponse, AddAreaBanAreasResponse, DescribeScanIpResponse, GetAttackHistogramRequest, DescribeAttackTypeRequest, ModifyCustomWhiteRuleRequest, DeleteCustomWhiteRuleRequest, ModifyInstanceRenewFlagResponse, ModifyOwaspRuleTypeStatusResponse, AddAttackWhiteRuleResponse, DescribeApiAggregateTopNResponse, ImportIpAccessControlResponse, AddCustomWhiteRuleRequest, DescribeTopicsResponse, DeleteOwaspWhiteRuleResponse, DescribeAutoDenyIPRequest, AddSpartaProtectionRequest, DescribeExportsRequest, ModifyAreaBanAreasRequest, ModifyModuleStatusResponse, ModifyHostStatusResponse, DescribeApiSecSensitiveRuleListResponse, ModifyOwaspRuleTypeStatusRequest, DeleteDomainWhiteRulesRequest, DescribeDomainVerifyResultRequest, ModifyOwaspWhiteRuleResponse, ModifyBotIdRuleResponse, ModifyApiSecEventChangeResponse, ModifyCustomWhiteRuleStatusResponse, DescribePeakValueRequest, DestroyPostCLSFlowRequest, DescribeApiDetailRequest, DescribePolicyStatusResponse, GetAttackTotalCountResponse, DescribeDomainRulesResponse, CreateDealsResponse, DestroyPostCKafkaFlowResponse, DescribeCiphersDetailRequest, DescribeDomainVerifyResultResponse, AddCustomRuleRequest, DeleteCCRuleRequest, DescribeAttackTypeResponse, CreateBatchIpAccessControlRequest, DescribeCCRuleResponse, ModifyGenerateDealsRequest, ModifyDomainWhiteRuleResponse, ModifyObjectResponse, ModifyObjectsResponse, ModifyAntiFakeUrlStatusResponse, DescribeOwaspRuleTypesResponse, ModifyInstanceElasticModeRequest, DeleteBatchIpAccessControlRequest, DescribeWebshellStatusResponse, UpdateProtectionModesRequest, DeleteAntiInfoLeakRuleRequest, DescribeBotSceneOverviewResponse, DescribeVipInfoResponse, DescribeApiDetailResponse, DescribeRuleLimitRequest, ModifyDomainsCLSStatusRequest, DeleteAccessExportRequest, DescribeTlsVersionResponse, DescribeDomainWhiteRulesResponse, DescribeLLMContentSecCheckRequest, ModifyWafAutoDenyRulesRequest, DescribeSessionResponse, SearchLogRequest, DescribeBotSceneOverviewRequest, DescribeRateLimitsV2Request, UpsertSessionRequest, DescribeHostLimitRequest, DescribeObjectsResponse, SearchAccessLogRequest, CreateOwaspWhiteRuleResponse, DescribeAttackWhiteRuleResponse, DescribeQClawContentSecCheckResponse, DescribeObjectsRequest, ModifyHostStatusRequest, RefreshAccessCheckResultResponse } from "./waf_models";
3
+ import { DeleteOwaspWhiteRuleRequest, ModifyUserLevelResponse, DescribeLogHistogramRequest, CreateBatchIpAccessControlResponse, ModifyWebshellStatusRequest, DescribeUserClbWafRegionsResponse, AddAntiFakeUrlRequest, DescribeOwaspWhiteRulesResponse, DeleteRateLimitsV2Request, DescribePeakValueResponse, DescribeOwaspWhiteRulesRequest, SearchLogResponse, ModifyUserSignatureClassResponse, UpdateProtectionModesResponse, ModifyApiSecSensitiveRuleResponse, DescribeCertificateVerifyResultResponse, ModifyUserSignatureRuleResponse, ModifyInstanceNameResponse, DescribeWafAutoDenyRulesRequest, GenerateDealsAndPayNewRequest, DeleteCustomWhiteRuleResponse, ModifyHostModeResponse, ModifyBotSceneStatusResponse, GetAttackDownloadRecordsRequest, DescribeDomainRulesRequest, DescribeScanIpRequest, DeleteAccessExportResponse, DescribeModuleStatusResponse, AddAntiInfoLeakRulesRequest, UpdateRateLimitV2Request, DeleteAttackWhiteRuleResponse, DescribeWebshellStatusRequest, GetAttackHistogramResponse, DeleteExportResponse, DeleteHostResponse, ModifyApiAnalyzeStatusResponse, RemoveBypassAllRuleResponse, ModifyAttackWhiteRuleRequest, ModifyObjectsRequest, FreshAntiFakeUrlRequest, ModifyAreaBanStatusRequest, ModifyOwaspWhiteRuleRequest, DescribeSessionRequest, DescribePolicyStatusRequest, DescribeAccessFastAnalysisRequest, DeleteIpAccessControlRequest, DescribeApiListVersionTwoResponse, DescribeDomainCountInfoResponse, ModifyHostModeRequest, ModifyAntiInfoLeakRuleStatusRequest, DescribeCiphersDetailResponse, DescribeCustomRuleListRequest, DeleteIpAccessControlV2Response, PostAttackDownloadTaskResponse, DescribeAttackWhiteRuleRequest, DescribeOwaspRulesResponse, AddSpartaProtectionResponse, DescribeUserDomainInfoRequest, PostAttackDownloadTaskRequest, DescribeHostResponse, AddBypassAllRuleResponse, ModifyWafAutoDenyRulesResponse, DescribeUserSignatureRuleResponse, DescribePostCKafkaFlowsResponse, RemoveBypassAllRuleRequest, ModifyInstanceAttackLogPostResponse, UpsertCCRuleResponse, DescribeHostRequest, DeleteCustomRuleRequest, DescribeUserSignatureRuleV2Request, ModifyApiSecEventChangeRequest, DescribePostCLSFlowsRequest, DescribeHostsRequest, ModifyCustomWhiteRuleStatusRequest, ModifyAreaBanRuleRequest, UpdateRateLimitV2Response, DescribeFindDomainListRequest, ModifyInstanceElasticModeResponse, DescribePostCLSFlowsResponse, DescribeBotSceneUCBRuleRequest, ModifyApiSecSensitiveRuleRequest, DescribeCustomWhiteRuleResponse, ModifySpartaProtectionRequest, DeleteAttackDownloadRecordRequest, DescribeAntiFakeRulesRequest, DescribeVipInfoRequest, DescribeExportsResponse, ImportIpAccessControlRequest, DescribeFindDomainListResponse, DeleteSessionResponse, DescribeAccessIndexResponse, ModifyUserSignatureRuleRequest, CreatePostCKafkaFlowResponse, ModifyWafThreatenIntelligenceResponse, DescribeUserDomainInfoResponse, QueryBypassAllStatusResponse, ModifyOwaspRuleTypeActionResponse, ModifyAntiInfoLeakRulesResponse, DeleteBotSceneUCBRuleRequest, DeleteHostRequest, ModifyIpAccessControlRequest, AddCustomWhiteRuleResponse, ModifyUserSignatureClassRequest, DescribeModuleStatusRequest, DeleteRateLimitsV2Response, DeleteAttackWhiteRuleRequest, CreateRateLimitV2Request, CreatePostCLSFlowResponse, DescribeHostsResponse, DescribeAccessIndexRequest, DescribeAreaBanAreasResponse, DescribeDomainsResponse, AddAntiFakeUrlResponse, SearchAttackLogResponse, ModifySpartaProtectionModeResponse, ModifySpartaProtectionResponse, DescribeUserCdcClbWafRegionsResponse, SwitchElasticModeResponse, DescribeAreaBanRuleResponse, BatchOperateUserSignatureRulesResponse, ModifyAreaBanAreasResponse, ModifyAntiFakeUrlStatusRequest, DescribeOwaspRulesRequest, DescribeCCRuleListRequest, ModifyAttackWhiteRuleResponse, SearchAccessLogResponse, DescribeAntiInfoLeakageRulesRequest, CreateHostResponse, EnableRateLimitsV2Request, ModifyBotStatusRequest, ModifyHostFlowModeRequest, GetOrganizationRoleResponse, DescribeLogHistogramResponse, CreateHostRequest, ModifyInstanceAttackLogPostRequest, GetInstanceQpsLimitResponse, CreateDealsRequest, DescribeApiSecSensitiveRuleListRequest, ModifyCustomWhiteRuleResponse, ModifyBotSceneStatusRequest, DescribeAreaBanSupportAreasResponse, DeleteBotSceneUCBRuleResponse, DescribeUserSignatureClassResponse, DescribePortsRequest, DescribeWafAutoDenyStatusResponse, DescribeTlsVersionRequest, DescribeDomainDetailsSaasRequest, ModifyObjectRequest, DescribeDomainCountInfoRequest, DescribeDomainWhiteRulesRequest, DescribePeakPointsResponse, ModifyInstanceRenewFlagRequest, DescribeBotSceneUCBRuleResponse, DescribeAreaBanSupportAreasRequest, DeleteIpAccessControlResponse, AddAttackWhiteRuleRequest, ModifyProtectionLevelResponse, DescribeDomainDetailsClbResponse, AddBypassAllRuleRequest, DescribeIpAccessControlRequest, CreateRateLimitV2Response, ModifyOwaspRuleTypeActionRequest, ModifyWafThreatenIntelligenceRequest, DescribeApiListVersionTwoRequest, ModifyInstanceQpsLimitResponse, DescribeIpHitItemsRequest, ModifyBotSceneUCBRuleRequest, DescribeUserSignatureRuleRequest, DeleteOwaspRuleStatusResponse, ModifyProtectionStatusResponse, CreateExportResponse, DescribeUserClbWafRegionsRequest, DescribePostCKafkaFlowsRequest, CreatePostCKafkaFlowRequest, DescribeBotSceneListResponse, AddAntiInfoLeakRulesResponse, DescribeWafThreatenIntelligenceResponse, AddDomainWhiteRuleRequest, DeleteAntiInfoLeakRuleResponse, DescribeRuleLimitResponse, CreateAccessExportResponse, ModifyOwaspRuleTypeLevelRequest, GetInstanceQpsLimitRequest, ModifyHostRequest, DestroyPostCKafkaFlowRequest, DescribeHistogramResponse, DeleteSpartaProtectionResponse, CreateOwaspWhiteRuleRequest, CreateAccessExportRequest, ModifyBotSceneUCBRuleResponse, DescribeIpHitItemsResponse, ModifyHostResponse, DescribeCertificateVerifyResultRequest, DescribeUserCdcClbWafRegionsRequest, DeleteAttackDownloadRecordResponse, CreateIpAccessControlRequest, DescribeFlowTrendRequest, DescribeWafAutoDenyStatusRequest, DescribeAreaBanAreasRequest, AddDomainWhiteRuleResponse, DescribeIpAccessControlResponse, ModifyProtectionStatusRequest, DescribeInstancesResponse, ModifyInstanceQpsLimitRequest, DestroyPostCLSFlowResponse, UpsertCCAutoStatusResponse, ModifyOwaspRuleStatusResponse, ModifyGenerateDealsResponse, UpsertSessionResponse, SwitchDomainRulesRequest, DeleteSessionRequest, SearchAttackLogRequest, AddCustomRuleResponse, DescribeFlowTrendResponse, CreateIpAccessControlResponse, UpsertIpAccessControlRequest, ModifyBatchIpAccessControlResponse, DescribeAccessExportsRequest, DescribeCustomWhiteRuleRequest, DeleteAntiFakeUrlResponse, DescribeBotIdRuleResponse, CreateAreaBanRuleRequest, DescribeUserLevelResponse, DescribeBotIdRuleRequest, DescribeCustomRuleListResponse, DescribeAutoDenyIPResponse, SwitchDomainRulesResponse, ModifyCustomRuleResponse, FreshAntiFakeUrlResponse, DeleteSpartaProtectionRequest, DescribeAntiFakeRulesResponse, DescribeApiAggregateTopNRequest, GetOrganizationRoleRequest, DescribeTopicsRequest, CreateAreaBanRuleResponse, ModifyProtectionLevelRequest, GetAttackTotalCountRequest, DeleteDomainWhiteRulesResponse, DescribeAttackOverviewResponse, AddAreaBanAreasRequest, DescribeCCRuleListResponse, EnableRateLimitsV2Response, DescribeCCAutoStatusRequest, ModifyAntiFakeUrlRequest, DescribeDomainDetailsClbRequest, SwitchElasticModeRequest, ModifyDomainsCLSStatusResponse, ModifyBotStatusResponse, ModifyCustomRuleStatusResponse, CreateExportRequest, DescribeProtectionModesRequest, ModifyBatchIpAccessControlRequest, DescribeOwaspRuleTypesRequest, DescribeCCAutoStatusResponse, ModifyCustomRuleStatusRequest, ModifySpartaProtectionModeRequest, DescribeAttackOverviewRequest, DescribeUserLevelRequest, DescribeUserSignatureRuleV2Response, ModifyAntiFakeUrlResponse, DescribeBatchIpAccessControlRequest, DescribeInstancesRequest, ModifyBotIdRuleRequest, ModifyAntiInfoLeakRulesRequest, DescribeUserSignatureClassRequest, DescribeBatchIpAccessControlResponse, DescribeDomainDetailsSaasResponse, DeleteExportRequest, ModifyApiAnalyzeStatusRequest, ModifyAntiInfoLeakRuleStatusResponse, ModifyAreaBanStatusResponse, ModifyOwaspRuleStatusRequest, DeleteIpAccessControlV2Request, DeleteBatchIpAccessControlResponse, DescribeTopAttackDomainRequest, DescribeAccessFastAnalysisResponse, ModifyDomainIpv6StatusResponse, DescribeHostLimitResponse, DeleteAntiFakeUrlRequest, DescribeSpartaProtectionInfoRequest, ModifyUserSignatureRuleV2Request, ModifyWebshellStatusResponse, GenerateDealsAndPayNewResponse, ModifyUserLevelRequest, DescribeCCRuleRequest, BatchOperateUserSignatureRulesRequest, GetAttackDownloadRecordsResponse, DescribeAreaBanRuleRequest, ModifyIpAccessControlResponse, DescribeAccessHistogramResponse, DeleteOwaspRuleStatusRequest, ModifyHostFlowModeResponse, DescribeBotSceneListRequest, UpsertIpAccessControlResponse, DescribeAccessHistogramRequest, DescribeWafThreatenIntelligenceRequest, DescribeAccessExportsResponse, DeleteCustomRuleResponse, DescribeHistogramRequest, DeleteCCRuleResponse, UpsertCCRuleRequest, ModifyAreaBanRuleResponse, DescribeDomainsRequest, ModifyDomainPostActionRequest, UpsertCCAutoStatusRequest, DescribeProtectionModesResponse, DescribeWafAutoDenyRulesResponse, ModifyDomainPostActionResponse, RefreshAccessCheckResultRequest, DescribeSpartaProtectionInfoResponse, DescribeRateLimitsV2Response, ModifyModuleStatusRequest, ModifyUserSignatureRuleV2Response, ModifyInstanceNameRequest, DescribePortsResponse, ModifyCustomRuleRequest, ModifyOwaspRuleTypeLevelResponse, ModifyDomainWhiteRuleRequest, DescribeLLMContentSecCheckResponse, DescribePeakPointsRequest, DescribeTopAttackDomainResponse, CreatePostCLSFlowRequest, ModifyDomainIpv6StatusRequest, QueryBypassAllStatusRequest, DescribeAntiInfoLeakageRulesResponse, AddAreaBanAreasResponse, DescribeScanIpResponse, GetAttackHistogramRequest, DescribeAttackTypeRequest, ModifyCustomWhiteRuleRequest, DeleteCustomWhiteRuleRequest, ModifyInstanceRenewFlagResponse, ModifyOwaspRuleTypeStatusResponse, AddAttackWhiteRuleResponse, DescribeApiAggregateTopNResponse, ImportIpAccessControlResponse, AddCustomWhiteRuleRequest, DescribeTopicsResponse, DeleteOwaspWhiteRuleResponse, DescribeAutoDenyIPRequest, AddSpartaProtectionRequest, DescribeExportsRequest, ModifyAreaBanAreasRequest, ModifyModuleStatusResponse, ModifyHostStatusResponse, DescribeApiSecSensitiveRuleListResponse, ModifyOwaspRuleTypeStatusRequest, DeleteDomainWhiteRulesRequest, DescribeDomainVerifyResultRequest, ModifyOwaspWhiteRuleResponse, ModifyBotIdRuleResponse, ModifyApiSecEventChangeResponse, ModifyCustomWhiteRuleStatusResponse, DescribePeakValueRequest, DestroyPostCLSFlowRequest, DescribeApiDetailRequest, DescribePolicyStatusResponse, GetAttackTotalCountResponse, DescribeDomainRulesResponse, CreateDealsResponse, DestroyPostCKafkaFlowResponse, DescribeCiphersDetailRequest, DescribeDomainVerifyResultResponse, AddCustomRuleRequest, DeleteCCRuleRequest, DescribeAttackTypeResponse, CreateBatchIpAccessControlRequest, DescribeCCRuleResponse, ModifyGenerateDealsRequest, ModifyDomainWhiteRuleResponse, ModifyObjectResponse, ModifyObjectsResponse, ModifyAntiFakeUrlStatusResponse, DescribeOwaspRuleTypesResponse, ModifyInstanceElasticModeRequest, DeleteBatchIpAccessControlRequest, DescribeWebshellStatusResponse, UpdateProtectionModesRequest, DeleteAntiInfoLeakRuleRequest, DescribeBotSceneOverviewResponse, DescribeVipInfoResponse, DescribeApiDetailResponse, DescribeRuleLimitRequest, ModifyDomainsCLSStatusRequest, DeleteAccessExportRequest, DescribeTlsVersionResponse, DescribeDomainWhiteRulesResponse, DescribeLLMContentSecCheckRequest, ModifyWafAutoDenyRulesRequest, DescribeSessionResponse, SearchLogRequest, DescribeBotSceneOverviewRequest, DescribeRateLimitsV2Request, UpsertSessionRequest, DescribeHostLimitRequest, DescribeObjectsResponse, SearchAccessLogRequest, CreateOwaspWhiteRuleResponse, DescribeAttackWhiteRuleResponse, DescribeObjectsRequest, ModifyHostStatusRequest, RefreshAccessCheckResultResponse } from "./waf_models";
4
4
  /**
5
5
  * waf client
6
6
  * @class
@@ -484,10 +484,6 @@ export declare class Client extends AbstractClient {
484
484
  * 查询Tiga引擎大类规则及其防护模式
485
485
  */
486
486
  DescribeProtectionModes(req: DescribeProtectionModesRequest, cb?: (error: string, rep: DescribeProtectionModesResponse) => void): Promise<DescribeProtectionModesResponse>;
487
- /**
488
- * 大模型请求内容和响应内容审核接口
489
- */
490
- DescribeQClawContentSecCheck(req: DescribeQClawContentSecCheckRequest, cb?: (error: string, rep: DescribeQClawContentSecCheckResponse) => void): Promise<DescribeQClawContentSecCheckResponse>;
491
487
  /**
492
488
  * 创建限流规则
493
489
  */
@@ -742,12 +742,6 @@ class Client extends abstract_client_1.AbstractClient {
742
742
  async DescribeProtectionModes(req, cb) {
743
743
  return this.request("DescribeProtectionModes", req, cb);
744
744
  }
745
- /**
746
- * 大模型请求内容和响应内容审核接口
747
- */
748
- async DescribeQClawContentSecCheck(req, cb) {
749
- return this.request("DescribeQClawContentSecCheck", req, cb);
750
- }
751
745
  /**
752
746
  * 创建限流规则
753
747
  */
@@ -888,18 +888,9 @@ export interface ModifyBotSceneStatusResponse {
888
888
  RequestId?: string;
889
889
  }
890
890
  /**
891
- * DescribeAreaBanAreas返回参数结构体
891
+ * GetAttackDownloadRecords请求参数结构体
892
892
  */
893
- export interface DescribeAreaBanAreasResponse {
894
- /**
895
- * 回包内容
896
- */
897
- Data?: DescribeAreaBanAreasRsp;
898
- /**
899
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
900
- */
901
- RequestId?: string;
902
- }
893
+ export type GetAttackDownloadRecordsRequest = null;
903
894
  /**
904
895
  * 免鉴权条件信息
905
896
  */
@@ -1257,15 +1248,6 @@ export interface DeleteAttackWhiteRuleResponse {
1257
1248
  */
1258
1249
  RequestId?: string;
1259
1250
  }
1260
- /**
1261
- * LLMRisks
1262
- */
1263
- export interface LLMRisks {
1264
- /**
1265
- * 分数
1266
- */
1267
- Risks?: Array<ClawRiskItem>;
1268
- }
1269
1251
  /**
1270
1252
  * DescribeWebshellStatus请求参数结构体
1271
1253
  */
@@ -2030,25 +2012,33 @@ export interface PostAttackDownloadTaskResponse {
2030
2012
  RequestId?: string;
2031
2013
  }
2032
2014
  /**
2033
- * ClawRiskItem
2015
+ * DescribeAttackWhiteRule请求参数结构体
2034
2016
  */
2035
- export interface ClawRiskItem {
2017
+ export interface DescribeAttackWhiteRuleRequest {
2018
+ /**
2019
+ * 需要查询的域名
2020
+ */
2021
+ Domain: string;
2036
2022
  /**
2037
- * 风险类别
2023
+ * 分页
2038
2024
  */
2039
- RiskType?: string;
2025
+ Offset: number;
2040
2026
  /**
2041
- * 规则id
2027
+ * 每页容量
2042
2028
  */
2043
- RuleId?: string;
2029
+ Limit: number;
2044
2030
  /**
2045
- * 规则名称
2031
+ * 排序的字段,支持user_id, signature_id, modify_time
2046
2032
  */
2047
- RuleName?: string;
2033
+ By?: string;
2034
+ /**
2035
+ * 排序方式
2036
+ */
2037
+ Order?: string;
2048
2038
  /**
2049
- * 分数
2039
+ * 筛选条件,支持SignatureId, MatchContent
2050
2040
  */
2051
- Score?: number;
2041
+ Filters?: Array<FiltersItemNew>;
2052
2042
  }
2053
2043
  /**
2054
2044
  * DescribeOwaspRules返回参数结构体
@@ -2462,29 +2452,22 @@ export interface DescribeHostRequest {
2462
2452
  InstanceID?: string;
2463
2453
  }
2464
2454
  /**
2465
- * GenerateDealsAndPayNew返回参数结构体
2455
+ * DescribeAccessIndex
2466
2456
  */
2467
- export interface GenerateDealsAndPayNewResponse {
2468
- /**
2469
- * 计费下单响应结构体
2470
- */
2471
- Data?: DealData;
2472
- /**
2473
- * 1:成功,0:失败
2474
- */
2475
- Status?: number;
2457
+ export interface AccessFullTextInfo {
2476
2458
  /**
2477
- * 返回message
2459
+ * 是否大小写敏感
2478
2460
  */
2479
- ReturnMessage?: string;
2461
+ CaseSensitive?: boolean;
2480
2462
  /**
2481
- * 购买的实例ID
2463
+ * 全文索引的分词符,字符串中每个字符代表一个分词符
2482
2464
  */
2483
- InstanceId?: string;
2465
+ Tokenizer?: string;
2484
2466
  /**
2485
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2467
+ * 是否包含中文
2468
+ 注意:此字段可能返回 null,表示取不到有效值。
2486
2469
  */
2487
- RequestId?: string;
2470
+ ContainZH?: boolean;
2488
2471
  }
2489
2472
  /**
2490
2473
  * DeleteCustomRule请求参数结构体
@@ -4304,9 +4287,18 @@ export interface DomainInfo {
4304
4287
  PrivateVipStatus?: number;
4305
4288
  }
4306
4289
  /**
4307
- * GetAttackDownloadRecords请求参数结构体
4290
+ * DescribeAreaBanAreas返回参数结构体
4308
4291
  */
4309
- export type GetAttackDownloadRecordsRequest = null;
4292
+ export interface DescribeAreaBanAreasResponse {
4293
+ /**
4294
+ * 回包内容
4295
+ */
4296
+ Data?: DescribeAreaBanAreasRsp;
4297
+ /**
4298
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4299
+ */
4300
+ RequestId?: string;
4301
+ }
4310
4302
  /**
4311
4303
  * DescribeDomains返回参数结构体
4312
4304
  */
@@ -4712,10 +4704,6 @@ export interface ApiAsset {
4712
4704
  */
4713
4705
  HostList?: Array<string>;
4714
4706
  }
4715
- /**
4716
- * QueryBypassAllStatus请求参数结构体
4717
- */
4718
- export type QueryBypassAllStatusRequest = null;
4719
4707
  /**
4720
4708
  * DescribeOwaspRules请求参数结构体
4721
4709
  */
@@ -7944,35 +7932,6 @@ export interface DescribeFlowTrendResponse {
7944
7932
  */
7945
7933
  RequestId?: string;
7946
7934
  }
7947
- /**
7948
- * DescribeQClawContentSecCheck请求参数结构体
7949
- */
7950
- export interface DescribeQClawContentSecCheckRequest {
7951
- /**
7952
- * <p>服务id,使用哪一套防护策略,就需要传哪一套服务id,模型会检测该服务id下的所有规则</p>
7953
- */
7954
- ServiceId: string;
7955
- /**
7956
- * <p>要审核的内容</p>
7957
- */
7958
- Content?: ApiGuardContent;
7959
- /**
7960
- * <p>标识用户的id,限速使用,不填,则限速会不生效</p>
7961
- */
7962
- UserId?: string;
7963
- /**
7964
- * <p>会话id</p>
7965
- */
7966
- SessionId?: string;
7967
- /**
7968
- * <p>工具名称</p>
7969
- */
7970
- ToolName?: string;
7971
- /**
7972
- * <p>工具执行的参数</p>
7973
- */
7974
- ToolArgs?: string;
7975
- }
7976
7935
  /**
7977
7936
  * CreateIpAccessControl返回参数结构体
7978
7937
  */
@@ -10739,22 +10698,29 @@ export interface ModifyWebshellStatusResponse {
10739
10698
  RequestId?: string;
10740
10699
  }
10741
10700
  /**
10742
- * DescribeAccessIndex
10701
+ * GenerateDealsAndPayNew返回参数结构体
10743
10702
  */
10744
- export interface AccessFullTextInfo {
10703
+ export interface GenerateDealsAndPayNewResponse {
10745
10704
  /**
10746
- * 是否大小写敏感
10705
+ * 计费下单响应结构体
10747
10706
  */
10748
- CaseSensitive?: boolean;
10707
+ Data?: DealData;
10749
10708
  /**
10750
- * 全文索引的分词符,字符串中每个字符代表一个分词符
10709
+ * 1:成功,0:失败
10751
10710
  */
10752
- Tokenizer?: string;
10711
+ Status?: number;
10753
10712
  /**
10754
- * 是否包含中文
10755
- 注意:此字段可能返回 null,表示取不到有效值。
10713
+ * 返回message
10756
10714
  */
10757
- ContainZH?: boolean;
10715
+ ReturnMessage?: string;
10716
+ /**
10717
+ * 购买的实例ID
10718
+ */
10719
+ InstanceId?: string;
10720
+ /**
10721
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10722
+ */
10723
+ RequestId?: string;
10758
10724
  }
10759
10725
  /**
10760
10726
  * ModifyUserLevel请求参数结构体
@@ -11610,15 +11576,6 @@ export interface IpHitItemsData {
11610
11576
  */
11611
11577
  TotalCount?: number;
11612
11578
  }
11613
- /**
11614
- * guard content
11615
- */
11616
- export interface ApiGuardContent {
11617
- /**
11618
- * prompt
11619
- */
11620
- Prompt: string;
11621
- }
11622
11579
  /**
11623
11580
  * 域名的webshell开启状态
11624
11581
  */
@@ -12330,34 +12287,9 @@ export interface ModifyDomainIpv6StatusRequest {
12330
12287
  Status: number;
12331
12288
  }
12332
12289
  /**
12333
- * DescribeAttackWhiteRule请求参数结构体
12290
+ * QueryBypassAllStatus请求参数结构体
12334
12291
  */
12335
- export interface DescribeAttackWhiteRuleRequest {
12336
- /**
12337
- * 需要查询的域名
12338
- */
12339
- Domain: string;
12340
- /**
12341
- * 分页
12342
- */
12343
- Offset: number;
12344
- /**
12345
- * 每页容量
12346
- */
12347
- Limit: number;
12348
- /**
12349
- * 排序的字段,支持user_id, signature_id, modify_time
12350
- */
12351
- By?: string;
12352
- /**
12353
- * 排序方式
12354
- */
12355
- Order?: string;
12356
- /**
12357
- * 筛选条件,支持SignatureId, MatchContent
12358
- */
12359
- Filters?: Array<FiltersItemNew>;
12360
- }
12292
+ export type QueryBypassAllStatusRequest = null;
12361
12293
  /**
12362
12294
  * DescribeAntiInfoLeakageRules返回参数结构体
12363
12295
  */
@@ -15329,19 +15261,6 @@ export interface DescribeAttackWhiteRuleResponse {
15329
15261
  */
15330
15262
  RequestId?: string;
15331
15263
  }
15332
- /**
15333
- * DescribeQClawContentSecCheck返回参数结构体
15334
- */
15335
- export interface DescribeQClawContentSecCheckResponse {
15336
- /**
15337
- * <p>检测结果</p>
15338
- */
15339
- Data?: LLMRisks;
15340
- /**
15341
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15342
- */
15343
- RequestId?: string;
15344
- }
15345
15264
  /**
15346
15265
  * DescribeAccessIndex接口的出参
15347
15266
  */