tencentcloud-sdk-nodejs 4.0.946 → 4.0.948

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 (65) hide show
  1. package/CHANGELOG.md +244 -0
  2. package/SERVICE_CHANGELOG.md +227 -164
  3. package/package.json +1 -1
  4. package/products.md +20 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ca/index.ts +5 -0
  7. package/src/services/ca/v20230228/ca_client.ts +68 -0
  8. package/src/services/ca/v20230228/ca_models.ts +142 -0
  9. package/src/services/ca/v20230228/index.ts +6 -0
  10. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  11. package/src/services/cdn/v20180606/cdn_models.ts +16 -0
  12. package/src/services/cvm/v20170312/cvm_models.ts +4 -0
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  15. package/src/services/dts/v20211206/dts_models.ts +12 -12
  16. package/src/services/emr/v20190103/emr_models.ts +4 -0
  17. package/src/services/ess/v20201111/ess_client.ts +1 -2
  18. package/src/services/ess/v20201111/ess_models.ts +21 -17
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  20. package/src/services/index.ts +1 -0
  21. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  22. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  23. package/src/services/ocr/v20181119/ocr_models.ts +11 -0
  24. package/src/services/ses/v20201002/ses_models.ts +25 -0
  25. package/src/services/teo/v20220901/teo_client.ts +167 -30
  26. package/src/services/teo/v20220901/teo_models.ts +658 -199
  27. package/src/services/vpc/v20170312/vpc_client.ts +338 -70
  28. package/src/services/vpc/v20170312/vpc_models.ts +983 -302
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/ca/index.d.ts +6 -0
  32. package/tencentcloud/services/ca/index.js +7 -0
  33. package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
  34. package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
  35. package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
  36. package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
  37. package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
  38. package/tencentcloud/services/ca/v20230228/index.js +9 -0
  39. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  40. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
  41. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  45. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +12 -12
  46. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -2
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -2
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +21 -17
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  51. package/tencentcloud/services/index.d.ts +1 -0
  52. package/tencentcloud/services/index.js +2 -0
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
  56. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
  57. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +52 -7
  58. package/tencentcloud/services/teo/v20220901/teo_client.js +76 -9
  59. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +631 -198
  60. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
  62. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +915 -282
  63. package/test/ca.v20230228.test.js +51 -0
  64. package/test/teo.v20220901.test.js +116 -6
  65. package/test/vpc.v20170312.test.js +234 -14
@@ -0,0 +1,68 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ CreateVerifyReportRequest,
22
+ CreateVerifyReportResponse,
23
+ DescribeVerifyReportRequest,
24
+ UploadFileRequest,
25
+ UploadFileResponse,
26
+ DescribeVerifyReportResponse,
27
+ FileInfo,
28
+ } from "./ca_models"
29
+
30
+ /**
31
+ * ca client
32
+ * @class
33
+ */
34
+ export class Client extends AbstractClient {
35
+ constructor(clientConfig: ClientConfig) {
36
+ super("ca.tencentcloudapi.com", "2023-02-28", clientConfig)
37
+ }
38
+
39
+ /**
40
+ * 下载验签报告url,url有效期默认12小时
41
+ */
42
+ async DescribeVerifyReport(
43
+ req: DescribeVerifyReportRequest,
44
+ cb?: (error: string, rep: DescribeVerifyReportResponse) => void
45
+ ): Promise<DescribeVerifyReportResponse> {
46
+ return this.request("DescribeVerifyReport", req, cb)
47
+ }
48
+
49
+ /**
50
+ * 文件上传接口
51
+ */
52
+ async UploadFile(
53
+ req: UploadFileRequest,
54
+ cb?: (error: string, rep: UploadFileResponse) => void
55
+ ): Promise<UploadFileResponse> {
56
+ return this.request("UploadFile", req, cb)
57
+ }
58
+
59
+ /**
60
+ * 创建签名验证报告任务,此接口为异步盖章接口,盖章时效24小时。
61
+ */
62
+ async CreateVerifyReport(
63
+ req: CreateVerifyReportRequest,
64
+ cb?: (error: string, rep: CreateVerifyReportResponse) => void
65
+ ): Promise<CreateVerifyReportResponse> {
66
+ return this.request("CreateVerifyReport", req, cb)
67
+ }
68
+ }
@@ -0,0 +1,142 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * CreateVerifyReport请求参数结构体
20
+ */
21
+ export interface CreateVerifyReportRequest {
22
+ /**
23
+ * 客户类型 1:个人,2:企业
24
+ */
25
+ ApplyCustomerType: string
26
+ /**
27
+ * 申请企业 or 自然人名称
28
+ */
29
+ ApplyCustomerName: string
30
+ /**
31
+ * 验签申请人姓名
32
+ */
33
+ ApplyName: string
34
+ /**
35
+ * 验签申请人电弧
36
+ */
37
+ ApplyMobile: string
38
+ /**
39
+ * 验签文件id
40
+ */
41
+ FileId: string
42
+ /**
43
+ * 验签申请人邮箱
44
+ */
45
+ ApplyEmail?: string
46
+ }
47
+
48
+ /**
49
+ * CreateVerifyReport返回参数结构体
50
+ */
51
+ export interface CreateVerifyReportResponse {
52
+ /**
53
+ * 签名id
54
+ */
55
+ SignatureId?: string
56
+ /**
57
+ * code
58
+ */
59
+ Code?: string
60
+ /**
61
+ * message
62
+ */
63
+ Message?: string
64
+ /**
65
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
66
+ */
67
+ RequestId?: string
68
+ }
69
+
70
+ /**
71
+ * DescribeVerifyReport请求参数结构体
72
+ */
73
+ export interface DescribeVerifyReportRequest {
74
+ /**
75
+ * 签名id
76
+ */
77
+ SignatureId: string
78
+ }
79
+
80
+ /**
81
+ * UploadFile请求参数结构体
82
+ */
83
+ export interface UploadFileRequest {
84
+ /**
85
+ * 验签源文件信息列表
86
+ */
87
+ FileInfos: Array<FileInfo>
88
+ }
89
+
90
+ /**
91
+ * UploadFile返回参数结构体
92
+ */
93
+ export interface UploadFileResponse {
94
+ /**
95
+ * 文件id列表
96
+ */
97
+ FileIds?: Array<string>
98
+ /**
99
+ * 文件id总数
100
+ */
101
+ TotalCount?: number
102
+ /**
103
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
104
+ */
105
+ RequestId?: string
106
+ }
107
+
108
+ /**
109
+ * DescribeVerifyReport返回参数结构体
110
+ */
111
+ export interface DescribeVerifyReportResponse {
112
+ /**
113
+ * 下载url
114
+ */
115
+ ReportUrl?: string
116
+ /**
117
+ * code
118
+ */
119
+ Code?: string
120
+ /**
121
+ * message
122
+ */
123
+ Message?: string
124
+ /**
125
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
126
+ */
127
+ RequestId?: string
128
+ }
129
+
130
+ /**
131
+ * 文件列表信息
132
+ */
133
+ export interface FileInfo {
134
+ /**
135
+ * BASE64编码后的文件内容
136
+ */
137
+ FileBody?: string
138
+ /**
139
+ * 文件名,最大长度不超过200字符
140
+ */
141
+ FileName?: string
142
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./ca_models"
2
+ import { Client } from "./ca_client"
3
+ export const v20230228 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -3699,6 +3699,10 @@ export interface IMCdrInfo {
3699
3699
  注意:此字段可能返回 null,表示取不到有效值。
3700
3700
  */
3701
3701
  Satisfaction?: IMSatisfaction
3702
+ /**
3703
+ * 用户ID
3704
+ */
3705
+ ClientUserId?: string
3702
3706
  }
3703
3707
 
3704
3708
  /**
@@ -3228,6 +3228,14 @@ off:关闭,遵循用户自定义的节点缓存规则
3228
3228
  注意:此字段可能返回 null,表示取不到有效值。
3229
3229
  */
3230
3230
  IgnoreSetCookie: string
3231
+ /**
3232
+ * 当缓存过期后,是否开启源站 mtime 校验,配置值为equal、since、none 和 null。默认配置值为equal,会校验源站文件的mtime与长度。2024-09-12 18:00 之前创建的域名默认值 null,行为保持不变。
3233
+ equal:源站响应mtime必须和缓存mtime一致,若mtime值不一致,清除缓存。
3234
+ since:若源站响应mtime大于缓存mtime,清除缓存。
3235
+ none: 缓存过期回源重新获取文件mtime和长度后,不会校验源站响应mtime,若源站响应携带Content-Length头部,只有文件大小改变时才会更新缓存;若源站响应不携带Content-Length头部,会更新缓存。
3236
+ 注意:此字段可能返回 null,表示取不到有效值。
3237
+ */
3238
+ OriginMtimeCheckType?: string
3231
3239
  }
3232
3240
 
3233
3241
  /**
@@ -3678,6 +3686,14 @@ off:关闭
3678
3686
  注意:此字段可能返回 null,表示取不到有效值。
3679
3687
  */
3680
3688
  HeuristicCache?: HeuristicCache
3689
+ /**
3690
+ * 当缓存过期后,是否开启源站 mtime 校验,配置值为equal、since、none 和 null。默认配置值为equal,会校验源站文件的mtime与长度。2024-09-12 18:00 之前创建的域名默认值 null,行为保持不变。
3691
+ equal:源站响应mtime必须和缓存mtime一致,若mtime值不一致,清除缓存。
3692
+ since:若源站响应mtime大于缓存mtime,清除缓存。
3693
+ none: 缓存过期回源重新获取文件mtime和长度后,不会校验源站响应mtime,若源站响应携带Content-Length头部,只有文件大小改变时才会更新缓存;若源站响应不携带Content-Length头部,会更新缓存。
3694
+ 注意:此字段可能返回 null,表示取不到有效值。
3695
+ */
3696
+ OriginMtimeCheckType?: string
3681
3697
  }
3682
3698
 
3683
3699
  /**
@@ -2441,6 +2441,10 @@ export interface InquiryPriceRunInstancesRequest {
2441
2441
  * 高性能计算集群ID。
2442
2442
  */
2443
2443
  HpcClusterId?: string
2444
+ /**
2445
+ * 描述了实例CPU拓扑结构的相关信息。若不指定该参数,则按系统资源情况决定。
2446
+ */
2447
+ CpuTopology?: CpuTopology
2444
2448
  /**
2445
2449
  * 实例启动模板。
2446
2450
  */
@@ -1134,7 +1134,7 @@ export class Client extends AbstractClient {
1134
1134
  }
1135
1135
 
1136
1136
  /**
1137
- * 修改实例小版本升级限制时间
1137
+ * 本接口(ModifyInstanceUpgradeLimitDays)用于修改实例内核小版本的升级限制时间。
1138
1138
  */
1139
1139
  async ModifyInstanceUpgradeLimitDays(
1140
1140
  req: ModifyInstanceUpgradeLimitDaysRequest,
@@ -1474,7 +1474,7 @@ export class Client extends AbstractClient {
1474
1474
  }
1475
1475
 
1476
1476
  /**
1477
- * 开启日志投递
1477
+ * 本接口(StartCLSDelivery)用于开启日志投递功能。
1478
1478
  */
1479
1479
  async StartCLSDelivery(
1480
1480
  req: StartCLSDeliveryRequest,
@@ -1494,7 +1494,7 @@ export class Client extends AbstractClient {
1494
1494
  }
1495
1495
 
1496
1496
  /**
1497
- * 销毁集群
1497
+ * 本接口(OfflineCluster)用于销毁集群。
1498
1498
  */
1499
1499
  async OfflineCluster(
1500
1500
  req: OfflineClusterRequest,
@@ -1514,7 +1514,7 @@ export class Client extends AbstractClient {
1514
1514
  }
1515
1515
 
1516
1516
  /**
1517
- * 停止日志投递
1517
+ * 本接口(StopCLSDelivery)用于停止日志投递功能。
1518
1518
  */
1519
1519
  async StopCLSDelivery(
1520
1520
  req: StopCLSDeliveryRequest,
@@ -1624,7 +1624,7 @@ export class Client extends AbstractClient {
1624
1624
  }
1625
1625
 
1626
1626
  /**
1627
- * 更新内核小版本
1627
+ * 本接口(UpgradeClusterVersion)用于更新内核小版本。
1628
1628
  */
1629
1629
  async UpgradeClusterVersion(
1630
1630
  req: UpgradeClusterVersionRequest,
@@ -1824,7 +1824,7 @@ export class Client extends AbstractClient {
1824
1824
  }
1825
1825
 
1826
1826
  /**
1827
- * 实例变配
1827
+ * 本接口(UpgradeInstance)用于实例变配。
1828
1828
  */
1829
1829
  async UpgradeInstance(
1830
1830
  req: UpgradeInstanceRequest,
@@ -9480,7 +9480,7 @@ export interface ModifyVipVportResponse {
9480
9480
  */
9481
9481
  export interface ModifyDBInstanceSecurityGroupsRequest {
9482
9482
  /**
9483
- * 实例组ID
9483
+ * 网络组id(cynosdbmysql-grp-前缀开头)或集群id
9484
9484
  */
9485
9485
  InstanceId: string
9486
9486
  /**
@@ -1861,7 +1861,7 @@ export interface MigrateOption {
1861
1861
  */
1862
1862
  DatabaseTable: DatabaseTableObject
1863
1863
  /**
1864
- * 迁移类型,full(全量迁移),structure(结构迁移),fullAndIncrement(全量加增量迁移), 默认为fullAndIncrement
1864
+ * 迁移类型,full(全量迁移),structure(结构迁移),fullAndIncrement(全量加增量迁移), 默认为fullAndIncrement;注意redis,keewidb产品只支持fullAndIncrement类型。
1865
1865
  注意:此字段可能返回 null,表示取不到有效值。
1866
1866
  */
1867
1867
  MigrateType?: string
@@ -1871,7 +1871,7 @@ export interface MigrateOption {
1871
1871
  */
1872
1872
  Consistency?: ConsistencyOption
1873
1873
  /**
1874
- * 是否迁移账号,yes(迁移账号),no(不迁移账号)
1874
+ * 是否迁移账号,true(迁移账号),false(不迁移账号)
1875
1875
  注意:此字段可能返回 null,表示取不到有效值。
1876
1876
  */
1877
1877
  IsMigrateAccount?: boolean
@@ -1887,7 +1887,7 @@ export interface MigrateOption {
1887
1887
  IsDstReadOnly?: boolean
1888
1888
  /**
1889
1889
  * 其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数:
1890
- ["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒)]
1890
+ ["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒) "IsExpireKey":"true",过期key自动淘汰]
1891
1891
  注意:此字段可能返回 null,表示取不到有效值。
1892
1892
  */
1893
1893
  ExtraAttr?: Array<KeyValuePairOption>
@@ -2474,17 +2474,17 @@ export interface DBInfo {
2474
2474
  */
2475
2475
  AccountMode?: string
2476
2476
  /**
2477
- * 临时密钥Id,可通过 获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195
2477
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
2478
2478
  注意:此字段可能返回 null,表示取不到有效值。
2479
2479
  */
2480
2480
  TmpSecretId?: string
2481
2481
  /**
2482
- * 临时密钥Key,可通过 获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195
2482
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
2483
2483
  注意:此字段可能返回 null,表示取不到有效值。
2484
2484
  */
2485
2485
  TmpSecretKey?: string
2486
2486
  /**
2487
- * 临时Token,可通过 获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195
2487
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
2488
2488
  注意:此字段可能返回 null,表示取不到有效值。
2489
2489
  */
2490
2490
  TmpToken?: string
@@ -2902,15 +2902,15 @@ export interface DescribeMigrateDBInstancesRequest {
2902
2902
  */
2903
2903
  AccountMode?: string
2904
2904
  /**
2905
- * 临时密钥Id,若为跨账号资源此项必填
2905
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
2906
2906
  */
2907
2907
  TmpSecretId?: string
2908
2908
  /**
2909
- * 临时密钥Key,若为跨账号资源此项必填
2909
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
2910
2910
  */
2911
2911
  TmpSecretKey?: string
2912
2912
  /**
2913
- * 临时密钥Token,若为跨账号资源此项必填
2913
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
2914
2914
  */
2915
2915
  TmpToken?: string
2916
2916
  }
@@ -4721,17 +4721,17 @@ export interface Endpoint {
4721
4721
  */
4722
4722
  RoleExternalId?: string
4723
4723
  /**
4724
- * 临时密钥Id,可通过获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195,如果为跨账号实例此项必填
4724
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
4725
4725
  注意:此字段可能返回 null,表示取不到有效值。
4726
4726
  */
4727
4727
  TmpSecretId?: string
4728
4728
  /**
4729
- * 临时密钥Key,可通过获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195,,如果为跨账号实例此项必填
4729
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
4730
4730
  注意:此字段可能返回 null,表示取不到有效值。
4731
4731
  */
4732
4732
  TmpSecretKey?: string
4733
4733
  /**
4734
- * 临时Token,可通过获取联合身份临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48195,,如果为跨账号实例此项必填
4734
+ * 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号同步文档(https://cloud.tencent.com/document/product/571/68729)第4节中关于角色的定义。
4735
4735
  注意:此字段可能返回 null,表示取不到有效值。
4736
4736
  */
4737
4737
  TmpToken?: string
@@ -3790,6 +3790,10 @@ export interface DescribeInsightListRequest {
3790
3790
  * 分页查询时的页号,从1开始
3791
3791
  */
3792
3792
  Page: number
3793
+ /**
3794
+ * 查询类型,支持HIVE,SPARK,MAPREDUCE,TRINO等类型,默认查询全部
3795
+ */
3796
+ Type?: string
3793
3797
  }
3794
3798
 
3795
3799
  /**
@@ -1075,8 +1075,7 @@ export class Client extends AbstractClient {
1075
1075
  }
1076
1076
 
1077
1077
  /**
1078
- * 查询流程基础信息
1079
- 适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
1078
+ * 查询流程基础信息,主要用于<font color="red">查询合同的状态</font>信息。可以配合回调通知使用。
1080
1079
 
1081
1080
  注: `每个企业限制日调用量限制:100W,当日超过此限制后再调用接口返回错误`
1082
1081
  */
@@ -5087,7 +5087,7 @@ export interface FlowCreateApprover {
5087
5087
 
5088
5088
  注意:
5089
5089
  1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。
5090
- 2. 使用视频认证时,<b>合同发起的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
5090
+ 2. 使用视频认证时,<b>生成H5签署链接必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
5091
5091
  3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/companyApis/queryFlows/DescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
5092
5092
  */
5093
5093
  Intention?: Intention
@@ -5974,9 +5974,10 @@ export interface DeleteIntegrationRoleUsersRequest {
5974
5974
  */
5975
5975
  export interface CreateFlowSignUrlRequest {
5976
5976
  /**
5977
- * 合同流程ID,为32位字符串。
5978
- 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
5979
- 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
5977
+ * 合同流程ID32位字符串。
5978
+
5979
+ 您可以登录腾讯电子签控制台,在 "合同" -> "合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。[点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)。
5980
+
5980
5981
  */
5981
5982
  FlowId: string
5982
5983
  /**
@@ -5990,11 +5991,13 @@ export interface CreateFlowSignUrlRequest {
5990
5991
  */
5991
5992
  Agent?: Agent
5992
5993
  /**
5993
- * 流程签署人列表,其中结构体的ApproverNameApproverMobile和ApproverType必传,企业签署人则需传OrganizationName,其他可不传。
5994
+ * 流程签署人列表中,结构体的ApproverNameApproverMobile和ApproverType为必传字段。如果是企业签署人,还需传递OrganizationName
5995
+
5996
+ 注:
5997
+ 1. 签署人<b>只能使用手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件</b>,其他类型的签署控件暂时不支持。
5998
+ 2. 生成发起方预览链接时,该字段(FlowApproverInfos)可以传空或者不传。
5999
+
5994
6000
 
5995
- 注:
5996
- `1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
5997
- `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
5998
6001
  */
5999
6002
  FlowApproverInfos?: Array<FlowCreateApprover>
6000
6003
  /**
@@ -6008,12 +6011,14 @@ export interface CreateFlowSignUrlRequest {
6008
6011
  */
6009
6012
  JumpUrl?: string
6010
6013
  /**
6011
- * 链接类型,支持指定以下类型
6012
- <ul><li>0 : 签署链接 (默认值)</li>
6013
- <li>1 : 预览链接</li></ul>
6014
- 注:
6015
- `1. 当指定链接类型为1时,链接为预览链接,打开链接无法签署仅支持预览以及查看当前合同状态。`
6016
- `2. 如需生成发起方预览链接,则签署方信息传空,即FlowApproverInfos传空或者不传。`
6014
+ * 链接类型支持以下指定类型:
6015
+
6016
+ <ul><li><b>0</b>: 签署链接(默认值),进入后可以填写或签署合同。</li><li><b>1 </b>: 预览链接,进入后可以预览合同当前的样子。</li></ul>
6017
+
6018
+ 注:
6019
+
6020
+ 1. 当指定链接类型为1时,链接为预览链接,打开链接后无法进行签署操作,仅支持预览和查看当前合同状态。
6021
+ 2. 如需生成发起方预览链接,则签署方信息应传空,即FlowApproverInfos传空或者不传。
6017
6022
  */
6018
6023
  UrlType?: number
6019
6024
  }
@@ -8362,11 +8367,10 @@ export interface DescribeFlowBriefsRequest {
8362
8367
  Operator: UserInfo
8363
8368
  /**
8364
8369
  * 查询的合同流程ID列表最多支持100个流程ID。
8365
- 如果某个合同流程ID不存在,系统会跳过此ID的查询,继续查询剩余存在的合同流程。
8366
8370
 
8367
- 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
8371
+ 如果某个合同流程ID不存在,系统会跳过此ID的查询,继续查询剩余存在的合同流程。
8368
8372
 
8369
- [点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
8373
+ 可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。[点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)
8370
8374
  */
8371
8375
  FlowIds: Array<string>
8372
8376
  /**
@@ -5199,7 +5199,7 @@ export interface FlowApproverInfo {
5199
5199
 
5200
5200
  注意:
5201
5201
  1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。
5202
- 2. 使用视频认证时,<b>合同发起的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
5202
+ 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
5203
5203
  3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
5204
5204
  */
5205
5205
  Intention?: Intention
@@ -32,6 +32,7 @@ export { bpaas } from "./bpaas"
32
32
  export { bri } from "./bri"
33
33
  export { bsca } from "./bsca"
34
34
  export { btoe } from "./btoe"
35
+ export { ca } from "./ca"
35
36
  export { cam } from "./cam"
36
37
  export { captcha } from "./captcha"
37
38
  export { car } from "./car"
@@ -43,7 +43,7 @@ export interface CreateRoomRequest {
43
43
  */
44
44
  Resolution: number
45
45
  /**
46
- * 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
46
+ * 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
47
47
  */
48
48
  MaxMicNumber: number
49
49
  /**
@@ -219,7 +219,7 @@ export interface DescribeFirewallTemplateRulesRequest {
219
219
  */
220
220
  export interface AttachCcnRequest {
221
221
  /**
222
- * 云联网实例ID。可通过[DescribeCcnAttachedInstances](https://cloud.tencent.com/document/product/1207/58797)接口返回值中的CcnId获取。
222
+ * 云联网实例ID。可通过[DescribeCcns](https://cloud.tencent.com/document/product/215/19199)接口返回值中的CcnId获取。
223
223
  */
224
224
  CcnId: string
225
225
  }
@@ -927,7 +927,7 @@ export interface RebootInstancesRequest {
927
927
  */
928
928
  export interface ResetAttachCcnRequest {
929
929
  /**
930
- * 云联网实例ID。可通过[DescribeCcnAttachedInstances](https://cloud.tencent.com/document/product/1207/58797)接口返回值中的CcnId获取。
930
+ * 云联网实例ID。可通过[DescribeCcns](https://cloud.tencent.com/document/product/215/19199)接口返回值中的CcnId获取。
931
931
  */
932
932
  CcnId: string
933
933
  }
@@ -8832,6 +8832,17 @@ export interface MLIDPassportOCRResponse {
8832
8832
  * 信息区证件内容
8833
8833
  */
8834
8834
  PassportRecognizeInfos?: PassportRecognizeInfos
8835
+ /**
8836
+ * 告警码
8837
+ -9101 证件边框不完整告警
8838
+ -9102 证件复印件告警
8839
+ -9103 证件翻拍告警
8840
+ -9104 证件PS告警
8841
+ -9107 证件反光告警
8842
+ -9108 证件模糊告警
8843
+ -9109 告警能力未开通
8844
+ */
8845
+ WarnCardInfos?: Array<number | bigint>
8835
8846
  /**
8836
8847
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8837
8848
  */
@@ -522,6 +522,31 @@ export interface GetStatisticsReportRequest {
522
522
  * CreateCustomBlacklist返回参数结构体
523
523
  */
524
524
  export interface CreateCustomBlacklistResponse {
525
+ /**
526
+ * 收件人总数
527
+ 注意:此字段可能返回 null,表示取不到有效值。
528
+ */
529
+ TotalCount?: number
530
+ /**
531
+ * 实际上传数量
532
+ 注意:此字段可能返回 null,表示取不到有效值。
533
+ */
534
+ ValidCount?: number
535
+ /**
536
+ * 数据过长数量
537
+ 注意:此字段可能返回 null,表示取不到有效值。
538
+ */
539
+ TooLongCount?: number
540
+ /**
541
+ * 重复数量
542
+ 注意:此字段可能返回 null,表示取不到有效值。
543
+ */
544
+ RepeatCount?: number
545
+ /**
546
+ * 格式不正确数量
547
+ 注意:此字段可能返回 null,表示取不到有效值。
548
+ */
549
+ InvalidCount?: number
525
550
  /**
526
551
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
527
552
  */