tencentcloud-sdk-nodejs 4.1.96 → 4.1.98

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 (48) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/lighthouse/v20200324/lighthouse_client.js +6 -0
  3. package/es/services/lke/v20231130/lke_client.js +0 -3
  4. package/es/services/trtc/v20190722/trtc_client.js +9 -0
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +23 -33
  9. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
  10. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  11. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
  12. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
  13. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +495 -127
  14. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -3
  15. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -1
  16. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
  17. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
  18. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
  19. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -2
  20. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  22. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -1
  23. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -2
  24. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +6 -0
  25. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +16 -1
  26. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +19 -0
  27. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +197 -42
  28. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -5
  29. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -5
  30. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -6
  31. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +8 -38
  32. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  33. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -0
  34. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +19 -20
  35. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  36. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -7
  37. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +13 -1
  38. package/tencentcloud/services/trtc/v20190722/trtc_client.js +18 -0
  39. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +128 -0
  40. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  41. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +18 -18
  42. package/tencentcloud/services/tsf/v20180326/tsf_client.js +18 -18
  43. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +488 -389
  44. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  45. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  46. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  47. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -1
  48. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +14 -3
@@ -632,6 +632,20 @@ export interface DescribeBundlesResponse {
632
632
  */
633
633
  RequestId?: string;
634
634
  }
635
+ /**
636
+ * ModifyImageSharePermission返回参数结构体
637
+ */
638
+ export interface ModifyImageSharePermissionResponse {
639
+ /**
640
+ * CVM自定义镜像共享到轻量应用服务器后的镜像ID。
641
+ 注意:此字段可能返回 null,表示取不到有效值。
642
+ */
643
+ BlueprintId: string;
644
+ /**
645
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
646
+ */
647
+ RequestId?: string;
648
+ }
635
649
  /**
636
650
  * DeleteFirewallTemplateRules返回参数结构体
637
651
  */
@@ -1510,17 +1524,17 @@ export interface InstanceTrafficPackage {
1510
1524
  TrafficPackageSet?: Array<TrafficPackage>;
1511
1525
  }
1512
1526
  /**
1513
- * 快照操作限制列表。
1527
+ * ModifyImageSharePermission请求参数结构体
1514
1528
  */
1515
- export interface SnapshotDeniedActions {
1529
+ export interface ModifyImageSharePermissionRequest {
1516
1530
  /**
1517
- * 快照 ID
1531
+ * 镜像 ID。可通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回值中的ImageId获取。
1518
1532
  */
1519
- SnapshotId?: string;
1533
+ ImageId: string;
1520
1534
  /**
1521
- * 操作限制列表。
1535
+ * 共享属性,包括 SHARE,CANCEL。其中SHARE代表共享,CANCEL代表取消共享。
1522
1536
  */
1523
- DeniedActions?: Array<DeniedAction>;
1537
+ Permission: string;
1524
1538
  }
1525
1539
  /**
1526
1540
  * TerminateInstances返回参数结构体
@@ -2221,17 +2235,76 @@ export interface ModifyBlueprintAttributeResponse {
2221
2235
  RequestId?: string;
2222
2236
  }
2223
2237
  /**
2224
- * ModifyFirewallTemplate请求参数结构体
2238
+ * CVM镜像信息。
2225
2239
  */
2226
- export interface ModifyFirewallTemplateRequest {
2240
+ export interface Image {
2227
2241
  /**
2228
- * 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
2242
+ * CVM镜像 ID ,是Image的唯一标识。
2229
2243
  */
2230
- TemplateId: string;
2244
+ ImageId: string;
2231
2245
  /**
2232
- * 防火墙模板名称。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
2246
+ * 镜像名称。
2233
2247
  */
2234
- TemplateName?: string;
2248
+ ImageName: string;
2249
+ /**
2250
+ * 镜像描述。
2251
+ */
2252
+ ImageDescription: string;
2253
+ /**
2254
+ * 镜像大小。单位GB。
2255
+ */
2256
+ ImageSize: number;
2257
+ /**
2258
+ * 镜像来源。
2259
+ <li>CREATE_IMAGE:自定义镜像</li>
2260
+ <li>EXTERNAL_IMPORT:外部导入镜像</li>
2261
+ */
2262
+ ImageSource: string;
2263
+ /**
2264
+ * 镜像分类
2265
+ <li>SystemImage:系统盘镜像</li>
2266
+ <li>InstanceImage:整机镜像</li>
2267
+ */
2268
+ ImageClass: string;
2269
+ /**
2270
+ * 镜像状态
2271
+ CREATING:创建中
2272
+ NORMAL:正常
2273
+ CREATEFAILED:创建失败
2274
+ USING:使用中
2275
+ SYNCING:同步中
2276
+ IMPORTING:导入中
2277
+ IMPORTFAILED:导入失败
2278
+ */
2279
+ ImageState: string;
2280
+ /**
2281
+ * 镜像是否支持Cloudinit。
2282
+ */
2283
+ IsSupportCloudinit: boolean;
2284
+ /**
2285
+ * 镜像架构。
2286
+ */
2287
+ Architecture: string;
2288
+ /**
2289
+ * 镜像操作系统。
2290
+ */
2291
+ OsName: string;
2292
+ /**
2293
+ * 镜像来源平台。
2294
+ */
2295
+ Platform: string;
2296
+ /**
2297
+ * 镜像创建时间。
2298
+ */
2299
+ CreatedTime: string;
2300
+ /**
2301
+ * 镜像是否可共享到轻量应用服务器。
2302
+ */
2303
+ IsShareable: boolean;
2304
+ /**
2305
+ * 不可共享的原因。
2306
+ */
2307
+ UnshareableReason: string;
2235
2308
  }
2236
2309
  /**
2237
2310
  * StopDockerContainers请求参数结构体
@@ -3435,13 +3508,17 @@ export interface DetachCcnRequest {
3435
3508
  CcnId: string;
3436
3509
  }
3437
3510
  /**
3438
- * RenameDockerContainer返回参数结构体
3511
+ * DescribeImagesToShare返回参数结构体
3439
3512
  */
3440
- export interface RenameDockerContainerResponse {
3513
+ export interface DescribeImagesToShareResponse {
3441
3514
  /**
3442
- * Docker活动ID。
3515
+ * 符合条件的镜像数量。
3443
3516
  */
3444
- DockerActivityId?: string;
3517
+ TotalCount: number;
3518
+ /**
3519
+ * CVM镜像详细信息列表。
3520
+ */
3521
+ ImageSet: Array<Image>;
3445
3522
  /**
3446
3523
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3447
3524
  */
@@ -3779,42 +3856,43 @@ export interface ContainerEnv {
3779
3856
  Value: string;
3780
3857
  }
3781
3858
  /**
3782
- * 描述防火墙规则信息。
3859
+ * DescribeImagesToShare请求参数结构体
3783
3860
  */
3784
- export interface FirewallRule {
3861
+ export interface DescribeImagesToShareRequest {
3785
3862
  /**
3786
- * 协议,取值:TCP,UDP,ICMP,ALL,ICMPv6。
3787
-
3788
- - 使用ICMP协议时,只支持CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
3789
- - 使用ICMPv6协议时,只支持Ipv6CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
3863
+ * CVM镜像 ID 列表。可通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回值中的ImageId获取。
3790
3864
  */
3791
- Protocol: string;
3865
+ ImageIds?: Array<string>;
3792
3866
  /**
3793
- * 端口,取值:ALL,单独的端口,逗号分隔的离散端口,减号分隔的端口范围。注意:单独的端口与离散端口不能同时存在。
3867
+ * 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
3794
3868
  */
3795
- Port?: string;
3869
+ Offset?: number;
3796
3870
  /**
3797
- * IPv4网段或 IPv4地址(互斥)
3798
- 示例值:0.0.0.0/0。
3799
-
3800
- 和Ipv6CidrBlock互斥,两者都不指定时,如果Protocol不是ICMPv6,则取默认值0.0.0.0/0。
3871
+ * 返回数量,默认为 20,最大值为 100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
3801
3872
  */
3802
- CidrBlock?: string;
3873
+ Limit?: number;
3803
3874
  /**
3804
- * IPv6网段或IPv6地址(互斥)。
3805
- 示例值:::/0。
3875
+ * 过滤器列表。
3876
+ <li>image-id</li>按照【CVM镜像ID】进行过滤。
3877
+ 类型:String
3878
+ 必选:否
3806
3879
 
3807
- 和CidrBlock互斥,两者都不指定时,如果Protocol是ICMPv6,则取默认值::/0。
3808
- */
3809
- Ipv6CidrBlock?: string;
3810
- /**
3811
- * 取值:ACCEPT(允许),DROP(拒绝)。默认为 ACCEPT。
3812
- */
3813
- Action?: string;
3814
- /**
3815
- * 防火墙规则描述。
3880
+ <li>image-name</li>按照【CVM镜像名称】进行过滤。
3881
+ 类型:String
3882
+ 必选:否
3883
+
3884
+ <li>image-type</li>按照【CVM镜像类型】进行过滤。
3885
+ 类型:String
3886
+ 必选:否
3887
+ 取值范围:
3888
+ PRIVATE_IMAGE: 私有镜像 (本账户创建的镜像)
3889
+ PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)
3890
+ SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像) 。
3891
+
3892
+ 每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。
3893
+ 参数不可以同时指定ImageIds和Filters。
3816
3894
  */
3817
- FirewallRuleDescription?: string;
3895
+ Filters?: Array<Filter>;
3818
3896
  }
3819
3897
  /**
3820
3898
  * DeleteBlueprints请求参数结构体
@@ -3825,6 +3903,19 @@ export interface DeleteBlueprintsRequest {
3825
3903
  */
3826
3904
  BlueprintIds: Array<string>;
3827
3905
  }
3906
+ /**
3907
+ * RenameDockerContainer返回参数结构体
3908
+ */
3909
+ export interface RenameDockerContainerResponse {
3910
+ /**
3911
+ * Docker活动ID。
3912
+ */
3913
+ DockerActivityId?: string;
3914
+ /**
3915
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3916
+ */
3917
+ RequestId?: string;
3918
+ }
3828
3919
  /**
3829
3920
  * 描述防火墙规则详细信息。
3830
3921
  */
@@ -4202,6 +4293,19 @@ export interface TerminateInstancesRequest {
4202
4293
  */
4203
4294
  InstanceIds: Array<string>;
4204
4295
  }
4296
+ /**
4297
+ * ModifyFirewallTemplate请求参数结构体
4298
+ */
4299
+ export interface ModifyFirewallTemplateRequest {
4300
+ /**
4301
+ * 防火墙模板ID。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
4302
+ */
4303
+ TemplateId: string;
4304
+ /**
4305
+ * 防火墙模板名称。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。
4306
+ */
4307
+ TemplateName?: string;
4308
+ }
4205
4309
  /**
4206
4310
  * 续费云硬盘包年包月相关参数设置。
4207
4311
  */
@@ -4942,6 +5046,19 @@ export interface FirewallTemplateRule {
4942
5046
  */
4943
5047
  FirewallRule?: FirewallRule;
4944
5048
  }
5049
+ /**
5050
+ * 快照操作限制列表。
5051
+ */
5052
+ export interface SnapshotDeniedActions {
5053
+ /**
5054
+ * 快照 ID。
5055
+ */
5056
+ SnapshotId?: string;
5057
+ /**
5058
+ * 操作限制列表。
5059
+ */
5060
+ DeniedActions?: Array<DeniedAction>;
5061
+ }
4945
5062
  /**
4946
5063
  * 磁盘操作限制列表详细信息
4947
5064
  */
@@ -5161,6 +5278,44 @@ export interface Price {
5161
5278
  */
5162
5279
  InstancePrice?: InstancePrice;
5163
5280
  }
5281
+ /**
5282
+ * 描述防火墙规则信息。
5283
+ */
5284
+ export interface FirewallRule {
5285
+ /**
5286
+ * 协议,取值:TCP,UDP,ICMP,ALL,ICMPv6。
5287
+
5288
+ - 使用ICMP协议时,只支持CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
5289
+ - 使用ICMPv6协议时,只支持Ipv6CidrBlock,不支持使用Port、Ipv6CidrBlock参数;
5290
+ */
5291
+ Protocol: string;
5292
+ /**
5293
+ * 端口,取值:ALL,单独的端口,逗号分隔的离散端口,减号分隔的端口范围。注意:单独的端口与离散端口不能同时存在。
5294
+ */
5295
+ Port?: string;
5296
+ /**
5297
+ * IPv4网段或 IPv4地址(互斥)。
5298
+ 示例值:0.0.0.0/0。
5299
+
5300
+ 和Ipv6CidrBlock互斥,两者都不指定时,如果Protocol不是ICMPv6,则取默认值0.0.0.0/0。
5301
+ */
5302
+ CidrBlock?: string;
5303
+ /**
5304
+ * IPv6网段或IPv6地址(互斥)。
5305
+ 示例值:::/0。
5306
+
5307
+ 和CidrBlock互斥,两者都不指定时,如果Protocol是ICMPv6,则取默认值::/0。
5308
+ */
5309
+ Ipv6CidrBlock?: string;
5310
+ /**
5311
+ * 取值:ACCEPT(允许),DROP(拒绝)。默认为 ACCEPT。
5312
+ */
5313
+ Action?: string;
5314
+ /**
5315
+ * 防火墙规则描述。
5316
+ */
5317
+ FirewallRuleDescription?: string;
5318
+ }
5164
5319
  /**
5165
5320
  * DeleteFirewallTemplateRules请求参数结构体
5166
5321
  */
@@ -5896,11 +5896,7 @@ export interface DescribeBillBandwidthAndFluxListRequest {
5896
5896
  */
5897
5897
  PlayDomains?: Array<string>;
5898
5898
  /**
5899
- * 可选值:
5900
- Mainland:查询国内数据,
5901
- Oversea:则查询国外数据,
5902
- 默认:查询国内+国外的数据。
5903
- 注:LEB(快直播)只支持国内+国外数据查询。
5899
+ * 可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。
5904
5900
  */
5905
5901
  MainlandOrOversea?: string;
5906
5902
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyQAAttrRangeResponse, DeleteAgentRequest, GetWsTokenResponse, ListUsageCallDetailRequest, CheckAttributeLabelExistRequest, DescribeAppAgentListResponse, DescribeQAResponse, GetAppKnowledgeCountRequest, StopDocParseResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, CreateWorkflowRunResponse, GetAnswerTypeDataCountRequest, DescribeAppResponse, UploadAttributeLabelResponse, CreateDocCateResponse, DeleteDocCateResponse, ExportAttributeLabelResponse, ModifyAppResponse, ExportQAListResponse, GetAppSecretResponse, CreateWorkflowRunRequest, CreateQACateResponse, ModifyDocAttrRangeResponse, CreateSharedKnowledgeRequest, DescribeQARequest, DescribeWorkflowRunRequest, DescribeUnsatisfiedReplyContextRequest, ListAppRequest, UpdateSharedKnowledgeRequest, ModifyQAAttrRangeRequest, ListQARequest, DescribeKnowledgeUsageResponse, DeleteSharedKnowledgeResponse, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, IsTransferIntentResponse, CreateDocCateRequest, ListReferShareKnowledgeResponse, ListDocResponse, ModifyQARequest, GetDocPreviewRequest, ListDocCateResponse, ListRejectedQuestionPreviewResponse, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, ListSharedKnowledgeRequest, ListQAResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, RenameDocResponse, DescribeNodeRunRequest, ListDocCateRequest, DescribeDocResponse, CreateReleaseRequest, GroupDocRequest, CheckAttributeLabelReferRequest, CreateSharedKnowledgeResponse, CreateAgentRequest, UpdateVarResponse, ModifyAttributeLabelRequest, ListWorkflowRunsRequest, ListUnsatisfiedReplyResponse, GetAppSecretRequest, DeleteQACateResponse, ListReleaseDocPreviewResponse, StopWorkflowRunRequest, RenameDocRequest, StopWorkflowRunResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeConcurrencyUsageGraphRequest, DescribeTokenUsageGraphRequest, VerifyQAResponse, RetryDocAuditRequest, SaveDocRequest, RetryDocParseRequest, ListAppKnowledgeDetailResponse, ModifyQACateResponse, DescribeAttributeLabelResponse, DescribeSharedKnowledgeRequest, ListQACateResponse, GetVarListRequest, RetryDocParseResponse, DeleteAgentResponse, CreateRejectedQuestionResponse, ListReleaseQAPreviewResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, CreateAppRequest, DescribeReleaseRequest, DescribeDocRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, CreateRejectedQuestionRequest, DescribeKnowledgeUsagePieGraphRequest, DescribeReferResponse, ListDocRequest, GetAnswerTypeDataCountResponse, GroupQARequest, RateMsgRecordRequest, DescribeCallStatsGraphRequest, GetMsgRecordResponse, DescribeAppRequest, DescribeKnowledgeUsageRequest, DeleteSharedKnowledgeRequest, DescribeReleaseResponse, DescribeConcurrencyUsageGraphResponse, ModifyAgentRequest, ModifyRejectedQuestionRequest, DescribeKnowledgeUsagePieGraphResponse, ListRejectedQuestionResponse, DescribeTokenUsageGraphResponse, ModifyAttributeLabelResponse, RetryDocAuditResponse, ModifyDocCateRequest, ReferShareKnowledgeResponse, RetryReleaseResponse, ModifyDocRequest, GetLikeDataCountRequest, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, DescribeSharedKnowledgeResponse, DeleteVarRequest, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, DescribeConcurrencyUsageResponse, ListUsageCallDetailResponse, CreateReleaseResponse, ModifyAppRequest, DeleteAttributeLabelResponse, RetryReleaseRequest, UpdateVarRequest, VerifyQARequest, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, DeleteVarResponse, ListReferShareKnowledgeRequest, DescribeTokenUsageResponse, DeleteAppResponse, ListWorkflowRunsResponse, ListAttributeLabelRequest, DeleteDocCateRequest, DeleteDocResponse, ListSharedKnowledgeResponse, DescribeSegmentsResponse, DescribeConcurrencyUsageRequest, GroupDocResponse, UploadAttributeLabelRequest, IgnoreUnsatisfiedReplyRequest, ExportAttributeLabelRequest, DescribeTokenUsageRequest, GetAppKnowledgeCountResponse, CreateAttributeLabelResponse, DescribeAppAgentListRequest, ListAppKnowledgeDetailRequest, CreateQAResponse, CreateAgentResponse, ModifyQACateRequest, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeWorkflowRunResponse, DeleteAppRequest, ModifyRejectedQuestionResponse, GetVarListResponse, ListRejectedQuestionRequest, UpdateSharedKnowledgeResponse, DescribeSearchStatsGraphResponse, DescribeStorageCredentialRequest, ModifyDocCateResponse, SaveDocResponse, ListReleaseResponse, ListModelResponse, DescribeNodeRunResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, DescribeCallStatsGraphResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, RateMsgRecordResponse, CreateVarResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateVarRequest, ExportUnsatisfiedReplyResponse, StopDocParseRequest, ModifyDocResponse, DescribeSegmentsRequest, DescribeSearchStatsGraphRequest, DescribeReferRequest, IgnoreUnsatisfiedReplyResponse, ListReleaseRequest, ModifyAgentResponse, ListModelRequest, ReferShareKnowledgeRequest, ListSelectDocRequest } from "./lke_models";
3
+ import { ModifyQAAttrRangeResponse, DeleteAgentRequest, GetWsTokenResponse, ListUsageCallDetailRequest, CheckAttributeLabelExistRequest, DescribeAppAgentListResponse, DescribeQAResponse, GetAppKnowledgeCountRequest, StopDocParseResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, CreateWorkflowRunResponse, GetAnswerTypeDataCountRequest, DescribeAppResponse, UploadAttributeLabelResponse, CreateDocCateResponse, DeleteDocCateResponse, ExportAttributeLabelResponse, ModifyAppResponse, ExportQAListResponse, GetAppSecretResponse, CreateWorkflowRunRequest, CreateQACateResponse, ModifyDocAttrRangeResponse, CreateSharedKnowledgeRequest, DescribeQARequest, DescribeWorkflowRunRequest, DescribeUnsatisfiedReplyContextRequest, ListAppRequest, UpdateSharedKnowledgeRequest, ModifyQAAttrRangeRequest, ListQARequest, DescribeKnowledgeUsageResponse, DeleteSharedKnowledgeResponse, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, IsTransferIntentResponse, CreateDocCateRequest, ListReferShareKnowledgeResponse, ListDocResponse, ModifyQARequest, GetDocPreviewRequest, ListDocCateResponse, ListRejectedQuestionPreviewResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, ListSharedKnowledgeRequest, ListQAResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, RenameDocResponse, DescribeNodeRunRequest, ListDocCateRequest, DescribeDocResponse, CreateReleaseRequest, GroupDocRequest, CheckAttributeLabelReferRequest, CreateSharedKnowledgeResponse, CreateAgentRequest, UpdateVarResponse, ModifyAttributeLabelRequest, ListWorkflowRunsRequest, ListUnsatisfiedReplyResponse, GetAppSecretRequest, DeleteQACateResponse, ListReleaseDocPreviewResponse, StopWorkflowRunRequest, RenameDocRequest, StopWorkflowRunResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeConcurrencyUsageGraphRequest, DescribeTokenUsageGraphRequest, VerifyQAResponse, RetryDocAuditRequest, SaveDocRequest, RetryDocParseRequest, ListAppKnowledgeDetailResponse, ModifyQACateResponse, DescribeAttributeLabelResponse, DescribeSharedKnowledgeRequest, ListQACateResponse, GetVarListRequest, RetryDocParseResponse, DeleteAgentResponse, CreateRejectedQuestionResponse, ListReleaseQAPreviewResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, CreateAppRequest, DescribeReleaseRequest, DescribeDocRequest, ListReleaseConfigPreviewRequest, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, CreateRejectedQuestionRequest, DescribeKnowledgeUsagePieGraphRequest, DescribeReferResponse, ListDocRequest, GetAnswerTypeDataCountResponse, GroupQARequest, RateMsgRecordRequest, DescribeCallStatsGraphRequest, GetMsgRecordResponse, DescribeAppRequest, DescribeKnowledgeUsageRequest, DeleteSharedKnowledgeRequest, DescribeReleaseResponse, DescribeConcurrencyUsageGraphResponse, ModifyAgentRequest, ModifyRejectedQuestionRequest, DescribeKnowledgeUsagePieGraphResponse, ListRejectedQuestionResponse, DescribeTokenUsageGraphResponse, ModifyAttributeLabelResponse, RetryDocAuditResponse, ModifyDocCateRequest, ReferShareKnowledgeResponse, RetryReleaseResponse, ModifyDocRequest, GetLikeDataCountRequest, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, DescribeSharedKnowledgeResponse, DeleteVarRequest, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, DescribeConcurrencyUsageResponse, ListUsageCallDetailResponse, CreateReleaseResponse, ModifyAppRequest, DeleteAttributeLabelResponse, RetryReleaseRequest, UpdateVarRequest, VerifyQARequest, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, DeleteVarResponse, ListReferShareKnowledgeRequest, DescribeTokenUsageResponse, DeleteAppResponse, ListWorkflowRunsResponse, ListAttributeLabelRequest, DeleteDocCateRequest, DeleteDocResponse, ListSharedKnowledgeResponse, DescribeSegmentsResponse, DescribeConcurrencyUsageRequest, GroupDocResponse, UploadAttributeLabelRequest, IgnoreUnsatisfiedReplyRequest, ExportAttributeLabelRequest, DescribeTokenUsageRequest, GetAppKnowledgeCountResponse, CreateAttributeLabelResponse, DescribeAppAgentListRequest, ListAppKnowledgeDetailRequest, CreateQAResponse, CreateAgentResponse, ModifyQACateRequest, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeWorkflowRunResponse, DeleteAppRequest, ModifyRejectedQuestionResponse, GetVarListResponse, ListRejectedQuestionRequest, UpdateSharedKnowledgeResponse, DescribeSearchStatsGraphResponse, DescribeStorageCredentialRequest, ModifyDocCateResponse, SaveDocResponse, ListReleaseResponse, ListModelResponse, DescribeNodeRunResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, DescribeCallStatsGraphResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, RateMsgRecordResponse, CreateVarResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateVarRequest, ExportUnsatisfiedReplyResponse, StopDocParseRequest, ModifyDocResponse, DescribeSegmentsRequest, DescribeSearchStatsGraphRequest, DescribeReferRequest, IgnoreUnsatisfiedReplyResponse, ListReleaseRequest, ModifyAgentResponse, ListModelRequest, ReferShareKnowledgeRequest, ListSelectDocRequest } from "./lke_models";
4
4
  /**
5
5
  * lke client
6
6
  * @class
@@ -199,10 +199,6 @@ export declare class Client extends AbstractClient {
199
199
  * 获取QA分类
200
200
  */
201
201
  ListQACate(req: ListQACateRequest, cb?: (error: string, rep: ListQACateResponse) => void): Promise<ListQACateResponse>;
202
- /**
203
- * 应用类型列表
204
- */
205
- ListAppCategory(req?: ListAppCategoryRequest, cb?: (error: string, rep: ListAppCategoryResponse) => void): Promise<ListAppCategoryResponse>;
206
202
  /**
207
203
  * 问答详情
208
204
  */
@@ -315,12 +315,6 @@ class Client extends abstract_client_1.AbstractClient {
315
315
  async ListQACate(req, cb) {
316
316
  return this.request("ListQACate", req, cb);
317
317
  }
318
- /**
319
- * 应用类型列表
320
- */
321
- async ListAppCategory(req, cb) {
322
- return this.request("ListAppCategory", req, cb);
323
- }
324
318
  /**
325
319
  * 问答详情
326
320
  */
@@ -2034,20 +2034,6 @@ export interface ListRejectedQuestionPreviewResponse {
2034
2034
  */
2035
2035
  RequestId?: string;
2036
2036
  }
2037
- /**
2038
- * ListAppCategory返回参数结构体
2039
- */
2040
- export interface ListAppCategoryResponse {
2041
- /**
2042
- * 应用类型列表
2043
- 注意:此字段可能返回 null,表示取不到有效值。
2044
- */
2045
- List?: Array<ListAppCategoryRspOption>;
2046
- /**
2047
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2048
- */
2049
- RequestId?: string;
2050
- }
2051
2037
  /**
2052
2038
  * CreateApp返回参数结构体
2053
2039
  */
@@ -3890,10 +3876,6 @@ export interface KnowledgeBaseInfo {
3890
3876
  */
3891
3877
  UpdateTime?: string;
3892
3878
  }
3893
- /**
3894
- * ListAppCategory请求参数结构体
3895
- */
3896
- export declare type ListAppCategoryRequest = null;
3897
3879
  /**
3898
3880
  * ListReleaseConfigPreview请求参数结构体
3899
3881
  */
@@ -5274,6 +5256,10 @@ export interface ModifyAttributeLabelResponse {
5274
5256
  * 任务ID
5275
5257
  */
5276
5258
  TaskId?: string;
5259
+ /**
5260
+ * 标签ID与名称
5261
+ */
5262
+ Labels?: Array<AttributeLabel>;
5277
5263
  /**
5278
5264
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5279
5265
  */
@@ -7285,6 +7271,10 @@ export interface CreateAttributeLabelResponse {
7285
7271
  * 标签ID
7286
7272
  */
7287
7273
  AttrBizId?: string;
7274
+ /**
7275
+ * 标签值ID与名称
7276
+ */
7277
+ Labels?: Array<AttributeLabel>;
7288
7278
  /**
7289
7279
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7290
7280
  */
@@ -7622,26 +7612,6 @@ export interface ListRejectedQuestionRequest {
7622
7612
  */
7623
7613
  Query?: string;
7624
7614
  }
7625
- /**
7626
- * 应用类型详情
7627
- */
7628
- export interface ListAppCategoryRspOption {
7629
- /**
7630
- * 类型名称
7631
- 注意:此字段可能返回 null,表示取不到有效值。
7632
- */
7633
- Text?: string;
7634
- /**
7635
- * 类型值
7636
- 注意:此字段可能返回 null,表示取不到有效值。
7637
- */
7638
- Value?: string;
7639
- /**
7640
- * 类型log
7641
- 注意:此字段可能返回 null,表示取不到有效值。
7642
- */
7643
- Logo?: string;
7644
- }
7645
7615
  /**
7646
7616
  * 应用配置MCP插件header信息
7647
7617
  */
@@ -2355,7 +2355,7 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
2355
2355
  */
2356
2356
  InstanceId: string;
2357
2357
  /**
2358
- * 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。<br>注意:改入参会全量替换存量已有安全组集合,并非增量更新。修改需传入全量的预期集合。
2358
+ * 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。<br>注意:该入参会全量替换存量已有安全组集合,并非增量更新。修改需传入全量的预期集合。
2359
2359
  */
2360
2360
  SecurityGroupIds: Array<string>;
2361
2361
  }
@@ -3462,6 +3462,10 @@ export interface RecognizeValidIDCardOCRRequest {
3462
3462
  * 默认值为false,打开返回证件是否模糊。
3463
3463
  */
3464
3464
  EnableQualityCheck?: boolean;
3465
+ /**
3466
+ * 默认值为false,打开返回是否存在电子身份证判断。
3467
+ */
3468
+ EnableElectronCheck?: boolean;
3465
3469
  }
3466
3470
  /**
3467
3471
  * MixedInvoiceOCR返回参数结构体
@@ -5466,6 +5470,12 @@ export interface CardWarnInfo {
5466
5470
  * 模糊分数, 范围:0.0-1.0,分数越高越模糊,建议阈值为0.5
5467
5471
  */
5468
5472
  BlurScore?: number;
5473
+ /**
5474
+ * 是否电子身份证
5475
+ 0:否
5476
+ 1:是电子身份证
5477
+ */
5478
+ ElectronCheck?: number;
5469
5479
  }
5470
5480
  /**
5471
5481
  * 完税凭证
@@ -3407,23 +3407,23 @@ export interface AddOrganizationMemberEmailResponse {
3407
3407
  */
3408
3408
  export interface DescribeResourceToShareMemberRequest {
3409
3409
  /**
3410
- * 地域
3410
+ * 共享地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
3411
3411
  */
3412
3412
  Area: string;
3413
3413
  /**
3414
- * 偏移量
3414
+ * 偏移量。取值是limit的整数倍。默认值 : 0。
3415
3415
  */
3416
3416
  Offset: number;
3417
3417
  /**
3418
- * 每页条数
3418
+ * 限制数目。取值范围:1~50。
3419
3419
  */
3420
3420
  Limit: number;
3421
3421
  /**
3422
- * 搜索关键字,支持业务资源ID搜索
3422
+ * 搜索关键字,支持业务资源ID搜索。
3423
3423
  */
3424
3424
  SearchKey?: string;
3425
3425
  /**
3426
- * 资源类型
3426
+ * 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
3427
3427
  */
3428
3428
  Type?: string;
3429
3429
  /**
@@ -5179,34 +5179,33 @@ export interface UpdateCustomPolicyForRoleConfigurationRequest {
5179
5179
  */
5180
5180
  export interface ShareResourceToMember {
5181
5181
  /**
5182
- * 资源ID
5182
+ * 共享单元资源ID
5183
5183
  */
5184
- ResourceId: string;
5184
+ ResourceId?: string;
5185
5185
  /**
5186
- * 资源类型
5186
+ * 资源类型。
5187
5187
  */
5188
- Type: string;
5188
+ Type?: string;
5189
5189
  /**
5190
- * 共享单元ID
5190
+ * 共享单元ID
5191
5191
  */
5192
- UnitId: string;
5192
+ UnitId?: string;
5193
5193
  /**
5194
- * 共享单元名
5194
+ * 共享单元名称。
5195
5195
  */
5196
- UnitName: string;
5196
+ UnitName?: string;
5197
5197
  /**
5198
- * 创建时间
5198
+ * 创建时间。
5199
5199
  */
5200
- CreateTime: string;
5200
+ CreateTime?: string;
5201
5201
  /**
5202
- * 业务资源ID
5202
+ * 业务资源ID
5203
5203
  */
5204
- ProductResourceId: string;
5204
+ ProductResourceId?: string;
5205
5205
  /**
5206
- * 共享管理员uin
5207
- 注意:此字段可能返回 null,表示取不到有效值。
5206
+ * 共享账号Uin。
5208
5207
  */
5209
- ShareManagerUin: number;
5208
+ ShareManagerUin?: number;
5210
5209
  }
5211
5210
  /**
5212
5211
  * InviteOrganizationMember返回参数结构体
@@ -4582,7 +4582,7 @@ export interface DescribeDownloadCertificateUrlRequest {
4582
4582
  */
4583
4583
  CertificateId: string;
4584
4584
  /**
4585
- * 必填选项,下载的服务类型: nginx tomcat apache iis jks other root
4585
+ * 下载的服务类型: nginx tomcat apache iis jks other root, 不传则默认下载nginx格式
4586
4586
  */
4587
4587
  ServiceType?: string;
4588
4588
  }
@@ -3286,6 +3286,10 @@ export interface CreateOriginGroupRequest {
3286
3286
  * 站点 ID
3287
3287
  */
3288
3288
  ZoneId: string;
3289
+ /**
3290
+ * 源站记录信息,此参数必填。
3291
+ */
3292
+ Records: Array<OriginRecord>;
3289
3293
  /**
3290
3294
  * 源站组名称,可输入1 - 200个字符,允许的字符为 a - z, A - Z, 0 - 9, _, - 。
3291
3295
  */
@@ -3296,10 +3300,6 @@ export interface CreateOriginGroupRequest {
3296
3300
  <li>HTTP: HTTP 专用型源站组,支持添加 IP/域名、对象存储源站作为源站,无法被四层代理引用,仅支持被添加加速域名、规则引擎-修改源站、HTTP 专用型负载均衡引用。</li>
3297
3301
  */
3298
3302
  Type?: string;
3299
- /**
3300
- * 源站记录信息,此参数必填。
3301
- */
3302
- Records?: Array<OriginRecord>;
3303
3303
  /**
3304
3304
  * 回源 Host Header,仅 Type = HTTP 时传入生效,规则引擎修改 Host Header 配置优先级高于源站组的 Host Header。
3305
3305
  */
@@ -3456,7 +3456,7 @@ export interface OriginRecord {
3456
3456
  */
3457
3457
  RecordId?: string;
3458
3458
  /**
3459
- * 源站权重,取值为0-100, 不填表示不设置权重,由系统自由调度,填0表示权重为0, 流量将不会调度到此源站。
3459
+ * 【源站权重】:用于控制流量分配优先级的参数,取值范围:0-100(整数):<li>空值:不设置权重,系统按默认策略调度;</li><li>0 值:明确设置权重为0,流量将不会分配到该源站,注意事项:必须确保至少有一个源站的权重值大于0;</li><li>正常值:数值越大分配流量越多 ;</li>
3460
3460
  注意:此字段可能返回 null,表示取不到有效值。
3461
3461
  */
3462
3462
  Weight?: number;
@@ -4779,7 +4779,7 @@ export interface DeleteOriginGroupRequest {
4779
4779
  /**
4780
4780
  * 源站组 ID,此参数必填。
4781
4781
  */
4782
- GroupId?: string;
4782
+ GroupId: string;
4783
4783
  }
4784
4784
  /**
4785
4785
  * DescribeDDoSProtection请求参数结构体
@@ -8303,7 +8303,7 @@ export interface ModifyOriginGroupRequest {
8303
8303
  /**
8304
8304
  * 源站组 ID,此参数必填。
8305
8305
  */
8306
- GroupId?: string;
8306
+ GroupId: string;
8307
8307
  /**
8308
8308
  * 源站组名称,不填保持原有配置,可输入1 - 200个字符,允许的字符为 a - z, A - Z, 0 - 9, _, - 。
8309
8309
  */