tencentcloud-sdk-nodejs 4.1.107 → 4.1.109

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.
@@ -1308,6 +1308,10 @@ export interface QuestionSplitOCRRequest {
1308
1308
  * 是否只返回检测框,默认false
1309
1309
  */
1310
1310
  EnableOnlyDetectBorder?: boolean;
1311
+ /**
1312
+ * false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中
1313
+ */
1314
+ UseNewModel?: boolean;
1311
1315
  }
1312
1316
  /**
1313
1317
  * FlightInvoiceOCR请求参数结构体
@@ -10929,6 +10933,10 @@ export interface BizLicenseOCRResponse {
10929
10933
  * 非营业执照的营业类证件识别结果,将以结构化形式呈现。
10930
10934
  */
10931
10935
  BusinessCertificate?: Array<BusinessCertificateInfo>;
10936
+ /**
10937
+ * 重要提示字段
10938
+ */
10939
+ Important?: string;
10932
10940
  /**
10933
10941
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10934
10942
  */
@@ -7714,7 +7714,7 @@ export interface ClientAttester {
7714
7714
  Type?: string;
7715
7715
  /**
7716
7716
  * 认证方法。取值有:
7717
- <li>TC-RCE: 使用全栈式风控引擎进行认证;</li>
7717
+ <li>TC-RCE: 使用风险识别 RCE 进行认证;</li>
7718
7718
  <li>TC-CAPTCHA: 使用天御验证码进行认证。</li>
7719
7719
  */
7720
7720
  AttesterSource?: string;
@@ -11189,8 +11189,8 @@ export interface Resource {
11189
11189
  PlanId?: string;
11190
11190
  /**
11191
11191
  * 地域,取值有:
11192
- <li>mainland:国内;</li>
11193
- <li>overseas:海外。</li>
11192
+ <li>mainland:中国大陆境内;</li>
11193
+ <li>overseas:中国大陆境外。</li>
11194
11194
  <li>global:全球。</li>
11195
11195
  */
11196
11196
  Area?: string;
@@ -744,12 +744,12 @@ export interface CFSOption {
744
744
  /**
745
745
  * 文件系统远程挂载ip及路径。
746
746
  */
747
- RemotePath: string;
747
+ RemotePath?: string;
748
748
  /**
749
- * 文件系统协议类型,默认值NFS 3.0。
750
- <li>NFS 3.0
751
- <li>NFS 4.0
752
- <li>TURBO
749
+ * 文件系统协议类型。
750
+ <li>NFS 3.0</li>
751
+ <li>NFS 4.0</li>
752
+ <li>TURBO</li>
753
753
  */
754
754
  Protocol?: string;
755
755
  /**
@@ -758,12 +758,15 @@ export interface CFSOption {
758
758
  StorageType?: string;
759
759
  /**
760
760
  * 文件系统挂载挂载命令参数选项。
761
-
762
761
  - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
763
762
  - NFS 4.0默认值:vers=4.0,noresvport
764
763
  - TURBO默认值:user_xattr
765
764
  */
766
765
  MountOption?: string;
766
+ /**
767
+ * 文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。
768
+ */
769
+ FileSystemId?: string;
767
770
  }
768
771
  /**
769
772
  * DeleteClusterStorageOption请求参数结构体
@@ -4517,7 +4517,7 @@ export interface UpdateStreamIngestRequest {
4517
4517
  */
4518
4518
  Volume?: number;
4519
4519
  /**
4520
- * 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。
4520
+ * 是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。
4521
4521
  */
4522
4522
  IsPause?: boolean;
4523
4523
  }
@@ -435,7 +435,7 @@ export interface ClusterV2 {
435
435
  */
436
436
  KuberneteNativeType?: string;
437
437
  /**
438
- * native secret
438
+ * Kubernetes 密钥
439
439
  注意:此字段可能返回 null,表示取不到有效值。
440
440
  */
441
441
  KuberneteNativeSecret?: string;
@@ -923,7 +923,7 @@ export interface DescribeClustersRequest {
923
923
  */
924
924
  SearchWord?: string;
925
925
  /**
926
- * 排序字段,例如创建时间
926
+ * 排序字段,目前仅支持使用“创建时间”
927
927
  */
928
928
  OrderBy?: string;
929
929
  /**
@@ -3754,7 +3754,7 @@ export interface CreateUnitRuleWithDetailRespRequest {
3754
3754
  */
3755
3755
  export interface DescribeContainerGroupAttributeRequest {
3756
3756
  /**
3757
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
3757
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
3758
3758
  */
3759
3759
  GroupId: string;
3760
3760
  }
@@ -4506,7 +4506,7 @@ export interface ContainerAdditionalResourceRequirement {
4506
4506
  */
4507
4507
  export interface DeleteClusterRequest {
4508
4508
  /**
4509
- * 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。
4509
+ * 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
4510
4510
  */
4511
4511
  ClusterId: string;
4512
4512
  /**
@@ -4893,7 +4893,7 @@ export interface DescribeContainerEventsRequest {
4893
4893
  */
4894
4894
  ResourceType: string;
4895
4895
  /**
4896
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
4896
+ * 部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
4897
4897
  */
4898
4898
  ResourceId: string;
4899
4899
  /**
@@ -4905,7 +4905,7 @@ export interface DescribeContainerEventsRequest {
4905
4905
  */
4906
4906
  Limit?: number;
4907
4907
  /**
4908
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
4908
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
4909
4909
  */
4910
4910
  GroupId?: string;
4911
4911
  /**
@@ -5035,7 +5035,7 @@ export interface Env {
5035
5035
  */
5036
5036
  export interface ModifyClusterRequest {
5037
5037
  /**
5038
- * 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。
5038
+ * 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
5039
5039
  */
5040
5040
  ClusterId: string;
5041
5041
  /**
@@ -7910,11 +7910,11 @@ export interface DescribeInvocationMetricDataDimensionRequest {
7910
7910
  */
7911
7911
  EndTime: string;
7912
7912
  /**
7913
- * 开始index
7913
+ * 开始index,取值范围大于等于0,默认值为0
7914
7914
  */
7915
7915
  Offset: number;
7916
7916
  /**
7917
- * 分页大小
7917
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
7918
7918
  */
7919
7919
  Limit: number;
7920
7920
  /**
@@ -8757,7 +8757,7 @@ export interface ContainerEvent {
8757
8757
  */
8758
8758
  Type?: string;
8759
8759
  /**
8760
- * 资源类型
8760
+ * Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源) 等
8761
8761
  */
8762
8762
  Kind?: string;
8763
8763
  /**
@@ -9933,7 +9933,7 @@ export interface ExclusiveInstance {
9933
9933
  */
9934
9934
  CenterType?: string;
9935
9935
  /**
9936
- * 实例id,通过北极星控制台获取
9936
+ * 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9937
9937
  */
9938
9938
  InstanceId?: string;
9939
9939
  /**
@@ -9945,11 +9945,11 @@ export interface ExclusiveInstance {
9945
9945
  */
9946
9946
  InstanceName?: string;
9947
9947
  /**
9948
- * 实例地域id,通过北极星控制台获取
9948
+ * 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9949
9949
  */
9950
9950
  RegionId?: string;
9951
9951
  /**
9952
- * 实例命名空间ID,通过北极星控制台获取
9952
+ * 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9953
9953
  */
9954
9954
  InstanceNamespaceId?: string;
9955
9955
  }
@@ -10118,7 +10118,7 @@ export interface DescribeBusinessLogConfigsRequest {
10118
10118
  */
10119
10119
  Limit?: number;
10120
10120
  /**
10121
- * 模糊匹配关键词
10121
+ * 模糊匹配关键词,可搜索配置项ID或配置项名称
10122
10122
  */
10123
10123
  SearchWord?: string;
10124
10124
  /**
@@ -10507,7 +10507,12 @@ export interface UpdateGatewayApiRequest {
10507
10507
  */
10508
10508
  export interface DescribeInstancesRequest {
10509
10509
  /**
10510
- * 过滤条件,name表示过滤字段,value表示过滤字段值。
10510
+ * 过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
10511
+ 参考:[{"Name":"ip","Values":["172.16.16.139"]}]
10512
+ filter name 取值范围:
10513
+ - `id`:实例ID
10514
+ - ` name `:实例名
10515
+ - ` ip `:内网IP(可填wan_ip或lan_ip)
10511
10516
  */
10512
10517
  Filters?: Array<Filter>;
10513
10518
  /**
@@ -11636,7 +11641,7 @@ export interface DescribeGroupInstancesResponse {
11636
11641
  */
11637
11642
  export interface DescribeContainerGroupDeployInfoRequest {
11638
11643
  /**
11639
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
11644
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
11640
11645
  */
11641
11646
  GroupId: string;
11642
11647
  }
@@ -11645,15 +11650,15 @@ export interface DescribeContainerGroupDeployInfoRequest {
11645
11650
  */
11646
11651
  export interface DescribeDeliveryConfigsRequest {
11647
11652
  /**
11648
- * 关键字
11653
+ * 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
11649
11654
  */
11650
11655
  SearchWord?: string;
11651
11656
  /**
11652
- * 偏移
11657
+ * 偏移量,取值范围大于等于0,默认值为0
11653
11658
  */
11654
11659
  Offset?: number;
11655
11660
  /**
11656
- * 搜索条数
11661
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
11657
11662
  */
11658
11663
  Limit?: number;
11659
11664
  /**
@@ -11865,7 +11870,7 @@ export interface DescribeMicroservicesByGroupIdsResponse {
11865
11870
  */
11866
11871
  export interface DescribeGroupAttributeRequest {
11867
11872
  /**
11868
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
11873
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
11869
11874
  */
11870
11875
  GroupId: string;
11871
11876
  }
@@ -11976,15 +11981,29 @@ export interface GroupPod {
11976
11981
  */
11977
11982
  Runtime?: string;
11978
11983
  /**
11979
- * 实例启动时的时间戳
11984
+ * 实例启动时的时间戳,单位秒
11980
11985
  */
11981
11986
  CreatedAt?: string;
11982
11987
  /**
11983
- * 服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
11988
+ * 服务实例状态,枚举值为:
11989
+ - `Starting`:启动中
11990
+ - `Running`:运行中
11991
+ - `Stopping`:停止中
11992
+ - `Stopped`: 已停止
11993
+ - `StopFailed`: 停止失败
11994
+ - `Abnormal`: 异常
11995
+ - `Unknown`: 未知
11984
11996
  */
11985
11997
  ServiceInstanceStatus?: string;
11986
11998
  /**
11987
- * 机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
11999
+ * 机器实例可使用状态,枚举值为:
12000
+ - `Starting`:启动中
12001
+ - `Running`:运行中
12002
+ - `Stopping`:停止中
12003
+ - `Stopped`: 已停止
12004
+ - `StopFailed`: 停止失败
12005
+ - `Abnormal`: 异常
12006
+ - `Unknown`: 未知
11988
12007
  */
11989
12008
  InstanceAvailableStatus?: string;
11990
12009
  /**
@@ -13059,7 +13078,7 @@ export interface DescribeLogCapacityResponse {
13059
13078
  */
13060
13079
  export interface DescribePodInstancesRequest {
13061
13080
  /**
13062
- * 实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。
13081
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
13063
13082
  */
13064
13083
  GroupId: string;
13065
13084
  /**
@@ -13301,7 +13320,16 @@ export interface InstanceEnrichedInfo {
13301
13320
  */
13302
13321
  VpcId?: string;
13303
13322
  /**
13304
- * 机器运行状态 Pending Running Stopped Rebooting Starting Stopping Abnormal Unknown
13323
+ * 机器运行状态,枚举值为:
13324
+ - `Pending`: 准备中
13325
+ - `Running`: 运行中
13326
+ - `Stopped`: 已停止
13327
+ - `Rebooting`: 重启中
13328
+ - `Starting`: 启动中
13329
+ - `Stopping`: 停止中
13330
+ - `Abnormal`: 异常
13331
+ - `Unknown`: 未知
13332
+ - `Offline`: 离线
13305
13333
  */
13306
13334
  InstanceStatus?: string;
13307
13335
  /**
@@ -14397,7 +14425,7 @@ export interface DisableUnitRuleResponse {
14397
14425
  */
14398
14426
  export interface ModifyApplicationRequest {
14399
14427
  /**
14400
- * 应用ID
14428
+ * 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
14401
14429
  */
14402
14430
  ApplicationId: string;
14403
14431
  /**
@@ -15181,7 +15209,7 @@ export interface LaneRuleTag {
15181
15209
  */
15182
15210
  export interface ModifyNamespaceRequest {
15183
15211
  /**
15184
- * 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。
15212
+ * 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
15185
15213
  */
15186
15214
  NamespaceId: string;
15187
15215
  /**
@@ -15513,7 +15541,7 @@ export interface DescribeResourceConfigResultV2 {
15513
15541
  */
15514
15542
  export interface ModifyGroupRequest {
15515
15543
  /**
15516
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
15544
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
15517
15545
  */
15518
15546
  GroupId: string;
15519
15547
  /**
@@ -15696,7 +15724,7 @@ export interface CreateContainGroupRequest {
15696
15724
  */
15697
15725
  GroupResourceType?: string;
15698
15726
  /**
15699
- * 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
15727
+ * 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
15700
15728
  */
15701
15729
  SubnetId?: string;
15702
15730
  /**