tencentcloud-sdk-nodejs 4.0.985 → 4.0.986

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 (58) hide show
  1. package/CHANGELOG.md +318 -0
  2. package/SERVICE_CHANGELOG.md +462 -77
  3. package/package.json +1 -1
  4. package/products.md +15 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +74 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +8 -0
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +34 -10
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +107 -41
  11. package/src/services/emr/v20190103/emr_models.ts +9 -4
  12. package/src/services/ess/v20201111/ess_models.ts +10 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -1
  14. package/src/services/index.ts +1 -0
  15. package/src/services/lke/v20231130/lke_client.ts +126 -39
  16. package/src/services/lke/v20231130/lke_models.ts +464 -78
  17. package/src/services/privatedns/v20201028/privatedns_models.ts +26 -13
  18. package/src/services/tmt/v20180321/tmt_client.ts +1 -1
  19. package/src/services/trocket/v20230308/trocket_models.ts +12 -12
  20. package/src/services/vcube/index.ts +5 -0
  21. package/src/services/vcube/v20220410/index.ts +6 -0
  22. package/src/services/vcube/v20220410/vcube_client.ts +455 -0
  23. package/src/services/vcube/v20220410/vcube_models.ts +2125 -0
  24. package/src/services/vod/v20180717/vod_models.ts +17 -1
  25. package/src/services/vpc/v20170312/vpc_models.ts +12 -5
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  29. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +73 -1
  30. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
  33. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +102 -40
  34. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -4
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -1
  37. package/tencentcloud/services/index.d.ts +1 -0
  38. package/tencentcloud/services/index.js +2 -0
  39. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +41 -13
  40. package/tencentcloud/services/lke/v20231130/lke_client.js +60 -18
  41. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +447 -78
  42. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +26 -13
  43. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
  44. package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
  45. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +12 -12
  46. package/tencentcloud/services/vcube/index.d.ts +6 -0
  47. package/tencentcloud/services/vcube/index.js +7 -0
  48. package/tencentcloud/services/vcube/v20220410/index.d.ts +6 -0
  49. package/tencentcloud/services/vcube/v20220410/index.js +9 -0
  50. package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +146 -0
  51. package/tencentcloud/services/vcube/v20220410/vcube_client.js +235 -0
  52. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +2025 -0
  53. package/tencentcloud/services/vcube/v20220410/vcube_models.js +18 -0
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
  55. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -5
  56. package/test/cynosdb.v20190107.test.js +22 -2
  57. package/test/lke.v20231130.test.js +88 -18
  58. package/test/vcube.v20220410.test.js +361 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.985",
3
+ "version": "4.0.986",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -42,7 +42,7 @@
42
42
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-11-15 01:13:36 |
43
43
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-12-02 01:09:38 |
44
44
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-11-21 01:09:52 |
45
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-12-03 01:11:07 |
45
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-12-05 01:06:32 |
46
46
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-11-15 01:15:46 |
47
47
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-11-26 01:10:29 |
48
48
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-11-08 01:17:02 |
@@ -51,14 +51,14 @@
51
51
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
52
52
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-11-14 01:17:55 |
53
53
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-11-26 01:11:04 |
54
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-11-27 01:11:05 |
54
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-12-05 01:07:44 |
55
55
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-11-06 01:18:58 |
56
56
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
57
57
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-10-28 01:19:38 |
58
58
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
59
59
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
60
60
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
61
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-12-04 16:18:31 |
61
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-12-05 01:08:17 |
62
62
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-11-22 11:32:35 |
63
63
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-12-04 01:13:45 |
64
64
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-11-08 01:21:05 |
@@ -76,7 +76,7 @@
76
76
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-12-02 01:13:45 |
77
77
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-12-02 01:14:03 |
78
78
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
79
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-12-02 01:15:10 |
79
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-12-05 01:11:26 |
80
80
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-11-19 01:26:13 |
81
81
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
82
82
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -98,12 +98,12 @@
98
98
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-11-05 01:39:00 |
99
99
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
100
100
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
101
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-11-21 01:30:48 |
101
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-12-05 01:14:08 |
102
102
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-11-15 01:34:50 |
103
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-12-02 01:18:08 |
104
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-12-02 01:18:29 |
103
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-12-05 01:14:35 |
104
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-12-05 01:14:56 |
105
105
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-11-21 01:33:53 |
106
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-12-03 01:19:15 |
106
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-12-05 01:15:16 |
107
107
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-11-15 01:37:24 |
108
108
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-11-21 01:34:23 |
109
109
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-10-30 01:36:27 |
@@ -142,7 +142,7 @@
142
142
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-12-04 01:22:49 |
143
143
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-11-28 01:21:14 |
144
144
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-12-03 01:22:35 |
145
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-12-04 01:23:42 |
145
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-12-05 01:19:03 |
146
146
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
147
147
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
148
148
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -154,7 +154,7 @@
154
154
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
155
155
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-11-05 01:57:16 |
156
156
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-11-21 01:46:37 |
157
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-12-04 01:24:58 |
157
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-12-05 01:20:23 |
158
158
  | mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-11-01 01:51:29 |
159
159
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-11-29 11:42:29 |
160
160
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-11-14 01:54:52 |
@@ -169,7 +169,7 @@
169
169
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-11-22 12:03:22 |
170
170
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
171
171
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
172
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-11-28 01:25:24 |
172
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-12-05 01:22:30 |
173
173
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-11-22 12:04:22 |
174
174
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-12-04 01:27:22 |
175
175
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-12-04 01:27:25 |
@@ -227,10 +227,10 @@
227
227
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-12-04 01:31:35 |
228
228
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
229
229
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-10-30 02:12:39 |
230
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-12-04 01:31:43 |
230
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-12-05 01:26:59 |
231
231
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
232
232
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
233
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-10-22 12:32:33 |
233
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-12-05 01:27:01 |
234
234
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-11-08 02:10:59 |
235
235
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-11-14 02:13:50 |
236
236
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-12-04 01:32:06 |
@@ -242,11 +242,12 @@
242
242
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
243
243
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-11-22 12:20:45 |
244
244
  | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-12-02 18:08:43 |
245
+ | vcube | [音视频终端引擎](https://cloud.tencent.com/document/product/1449) | 2024-12-05 01:28:35 |
245
246
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-12-04 01:33:14 |
246
247
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
247
248
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
248
249
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-11-18 02:09:13 |
249
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-12-04 01:34:00 |
250
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-12-05 01:29:33 |
250
251
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
251
252
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-10-16 01:32:39 |
252
253
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-11-19 02:12:25 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.985"
1
+ export const sdkVersion = "4.0.986"
@@ -408,6 +408,7 @@ import {
408
408
  DescribeDBFeaturesRequest,
409
409
  DescribeBackupSummariesResponse,
410
410
  DescribeBinlogBackupOverviewRequest,
411
+ InstEventInfo,
411
412
  ReloadBalanceProxyNodeRequest,
412
413
  ModifyDBInstanceSecurityGroupsRequest,
413
414
  CloseAuditServiceRequest,
@@ -2167,7 +2168,7 @@ export class Client extends AbstractClient {
2167
2168
  * 本接口(DescribeInstanceAlarmEvents)用于查询实例发生的事件信息。
2168
2169
  */
2169
2170
  async DescribeInstanceAlarmEvents(
2170
- req?: DescribeInstanceAlarmEventsRequest,
2171
+ req: DescribeInstanceAlarmEventsRequest,
2171
2172
  cb?: (error: string, rep: DescribeInstanceAlarmEventsResponse) => void
2172
2173
  ): Promise<DescribeInstanceAlarmEventsResponse> {
2173
2174
  return this.request("DescribeInstanceAlarmEvents", req, cb)
@@ -2432,7 +2432,44 @@ export interface AuditRule {
2432
2432
  /**
2433
2433
  * DescribeInstanceAlarmEvents请求参数结构体
2434
2434
  */
2435
- export type DescribeInstanceAlarmEventsRequest = null
2435
+ export interface DescribeInstanceAlarmEventsRequest {
2436
+ /**
2437
+ * 实例 ID。
2438
+ */
2439
+ InstanceId: string
2440
+ /**
2441
+ * 事件查询范围开始时间,闭区间。
2442
+ */
2443
+ StartTime: string
2444
+ /**
2445
+ * 事件查询范围截止时间,闭区间。
2446
+ */
2447
+ EndTime: string
2448
+ /**
2449
+ * 事件名称。 Outofmemory - 内存OOM(有状态事件); Switch - 主从切换(有状态事件); Roremove - 只读实例剔除(有状态事件); MemoryUsedHigh - 内存使用率过高(有状态事件); CPUExpansion - CPU性能扩容(无状态事件); CPUExpansionFailed - CPU性能扩容失败(无状态事件); CPUContraction - CPU性能回缩(无状态事件); Restart - 实例重启(有状态事件); ServerFailureNodeMigration - ServerFailureNodeMigration(有状态事件); PlannedSwitch - 计划内主备切换(无状态事件); OverusedReadonlySet - 实例将被锁定(无状态事件); OverusedReadWriteSet - 实例解除锁定(无状态事件)。
2450
+ */
2451
+ EventName?: Array<string>
2452
+ /**
2453
+ * 事件状态。"1" - 发生事件;"0" - 恢复事件;"-" - 无状态事件。
2454
+ */
2455
+ EventStatus?: string
2456
+ /**
2457
+ * 排序方式。按事件发生事件进行排序,"DESC"-倒排;”ASC“-正序,默认倒排。
2458
+ */
2459
+ Order?: string
2460
+ /**
2461
+ * 事件展示数量。
2462
+ */
2463
+ Limit?: string
2464
+ /**
2465
+ * 偏移量。
2466
+ */
2467
+ Offset?: string
2468
+ /**
2469
+ * 节点 ID。
2470
+ */
2471
+ NodeId?: string
2472
+ }
2436
2473
 
2437
2474
  /**
2438
2475
  * DescribeBinlogs请求参数结构体
@@ -8223,6 +8260,15 @@ export interface DeviceDiskInfo {
8223
8260
  * DescribeInstanceAlarmEvents返回参数结构体
8224
8261
  */
8225
8262
  export interface DescribeInstanceAlarmEventsResponse {
8263
+ /**
8264
+ * 事件数。
8265
+ */
8266
+ TotalCount?: number
8267
+ /**
8268
+ * 事件信息。查询不到信息时,Items为null。
8269
+ 注意:此字段可能返回 null,表示取不到有效值。
8270
+ */
8271
+ Items?: Array<InstEventInfo>
8226
8272
  /**
8227
8273
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8228
8274
  */
@@ -9448,6 +9494,33 @@ export interface DescribeBinlogBackupOverviewRequest {
9448
9494
  Product: string
9449
9495
  }
9450
9496
 
9497
+ /**
9498
+ * 实例事件信息
9499
+ */
9500
+ export interface InstEventInfo {
9501
+ /**
9502
+ * 事件名称。
9503
+ */
9504
+ EventName?: string
9505
+ /**
9506
+ * 事件状态。
9507
+ */
9508
+ EventStatus?: string
9509
+ /**
9510
+ * 事件发生时间。
9511
+ */
9512
+ OccurTime?: string
9513
+ /**
9514
+ * 实例ID。
9515
+ */
9516
+ InstanceId?: string
9517
+ /**
9518
+ * 节点ID
9519
+ 注意:此字段可能返回 null,表示取不到有效值。
9520
+ */
9521
+ NodeId?: string
9522
+ }
9523
+
9451
9524
  /**
9452
9525
  * ReloadBalanceProxyNode请求参数结构体
9453
9526
  */
@@ -79,6 +79,10 @@ export interface CreateMigrationTaskRequest {
79
79
  * 源桶路径,默认为/
80
80
  */
81
81
  BucketPath?: string
82
+ /**
83
+ * 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
84
+ */
85
+ Direction?: number
82
86
  }
83
87
 
84
88
  /**
@@ -287,6 +291,10 @@ export interface MigrationTaskInfo {
287
291
  注意:此字段可能返回 null,表示取不到有效值。
288
292
  */
289
293
  BucketPath?: string
294
+ /**
295
+ * 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
296
+ */
297
+ Direction?: number
290
298
  }
291
299
 
292
300
  /**
@@ -47,7 +47,6 @@ import {
47
47
  OpenReadOnlyInstanceExclusiveAccessResponse,
48
48
  SearchClusterDatabasesResponse,
49
49
  CreateParamTemplateRequest,
50
- SearchClusterTablesResponse,
51
50
  DescribeClusterDetailRequest,
52
51
  ModifyResourcePackageNameRequest,
53
52
  UpgradeProxy,
@@ -80,7 +79,7 @@ import {
80
79
  DescribeProxyNodesResponse,
81
80
  ProxyNodeInfo,
82
81
  DescribeZonesResponse,
83
- GrantAccountPrivilegesRequest,
82
+ SearchClusterTablesResponse,
84
83
  ModifyParamTemplateRequest,
85
84
  OpenAuditServiceResponse,
86
85
  DescribeChangedParamsAfterUpgradeResponse,
@@ -129,6 +128,7 @@ import {
129
128
  BindClusterResourcePackagesRequest,
130
129
  IsolateInstanceResponse,
131
130
  CopyClusterPasswordComplexityResponse,
131
+ DescribeClusterTransparentEncryptInfoRequest,
132
132
  DeleteParamTemplateRequest,
133
133
  RevokeAccountPrivilegesResponse,
134
134
  DescribeClusterDetailDatabasesResponse,
@@ -191,6 +191,7 @@ import {
191
191
  SwitchProxyVpcRequest,
192
192
  RestartInstanceResponse,
193
193
  DescribeBinlogSaveDaysRequest,
194
+ DescribeClusterTransparentEncryptInfoResponse,
194
195
  ActivateInstanceResponse,
195
196
  IsolateClusterRequest,
196
197
  AddInstancesRequest,
@@ -200,6 +201,7 @@ import {
200
201
  DescribeInstanceDetailRequest,
201
202
  Package,
202
203
  DeleteAccountsRequest,
204
+ OpenClusterTransparentEncryptRequest,
203
205
  ReloadBalanceProxyNodeRequest,
204
206
  DescribeAccountsResponse,
205
207
  RollbackTimeRange,
@@ -210,9 +212,11 @@ import {
210
212
  BizTaskModifyParamsData,
211
213
  RollBackClusterRequest,
212
214
  Module,
215
+ OpenClusterTransparentEncryptResponse,
213
216
  ProxyVersionInfo,
214
217
  DisassociateSecurityGroupsResponse,
215
218
  DescribeClusterDatabasesRequest,
219
+ RemoveClusterSlaveZoneRequest,
216
220
  BizTaskInfo,
217
221
  DescribeRollbackTimeRangeRequest,
218
222
  InquirePriceRenewRequest,
@@ -367,7 +371,7 @@ import {
367
371
  SwitchClusterLogBin,
368
372
  ExportInstanceErrorLogsResponse,
369
373
  ParamItemDetail,
370
- DescribeBinlogSaveDaysResponse,
374
+ GrantAccountPrivilegesRequest,
371
375
  IsolateClusterResponse,
372
376
  RenewClustersResponse,
373
377
  RollbackTableInfo,
@@ -416,7 +420,7 @@ import {
416
420
  TaskMaintainInfo,
417
421
  DescribeServerlessStrategyRequest,
418
422
  TablePrivileges,
419
- RemoveClusterSlaveZoneRequest,
423
+ DescribeBinlogSaveDaysResponse,
420
424
  DeleteBackupRequest,
421
425
  ErrorLogItemExport,
422
426
  DescribeParamTemplateDetailResponse,
@@ -718,6 +722,16 @@ export class Client extends AbstractClient {
718
722
  return this.request("DisassociateSecurityGroups", req, cb)
719
723
  }
720
724
 
725
+ /**
726
+ * 查询集群透明加密信息
727
+ */
728
+ async DescribeClusterTransparentEncryptInfo(
729
+ req: DescribeClusterTransparentEncryptInfoRequest,
730
+ cb?: (error: string, rep: DescribeClusterTransparentEncryptInfoResponse) => void
731
+ ): Promise<DescribeClusterTransparentEncryptInfoResponse> {
732
+ return this.request("DescribeClusterTransparentEncryptInfo", req, cb)
733
+ }
734
+
721
735
  /**
722
736
  * 本接口(ExportInstanceSlowQueries)用于导出实例慢日志。
723
737
  */
@@ -788,6 +802,16 @@ export class Client extends AbstractClient {
788
802
  return this.request("DescribeBinlogSaveDays", req, cb)
789
803
  }
790
804
 
805
+ /**
806
+ * 本接口(SearchClusterTables)用于搜索集群数据表列表。
807
+ */
808
+ async SearchClusterTables(
809
+ req: SearchClusterTablesRequest,
810
+ cb?: (error: string, rep: SearchClusterTablesResponse) => void
811
+ ): Promise<SearchClusterTablesResponse> {
812
+ return this.request("SearchClusterTables", req, cb)
813
+ }
814
+
791
815
  /**
792
816
  * 本接口(DescribeClusterInstanceGrps)用于查询实例组信息。 该接口已废弃,推荐使用DescribeClusterInstanceGroups
793
817
  */
@@ -1189,13 +1213,13 @@ export class Client extends AbstractClient {
1189
1213
  }
1190
1214
 
1191
1215
  /**
1192
- * 本接口(SearchClusterTables)用于搜索集群数据表列表。
1216
+ * 开通集群透明加密
1193
1217
  */
1194
- async SearchClusterTables(
1195
- req: SearchClusterTablesRequest,
1196
- cb?: (error: string, rep: SearchClusterTablesResponse) => void
1197
- ): Promise<SearchClusterTablesResponse> {
1198
- return this.request("SearchClusterTables", req, cb)
1218
+ async OpenClusterTransparentEncrypt(
1219
+ req: OpenClusterTransparentEncryptRequest,
1220
+ cb?: (error: string, rep: OpenClusterTransparentEncryptResponse) => void
1221
+ ): Promise<OpenClusterTransparentEncryptResponse> {
1222
+ return this.request("OpenClusterTransparentEncrypt", req, cb)
1199
1223
  }
1200
1224
 
1201
1225
  /**
@@ -697,21 +697,6 @@ export interface CreateParamTemplateRequest {
697
697
  ParamList?: Array<ParamItem>
698
698
  }
699
699
 
700
- /**
701
- * SearchClusterTables返回参数结构体
702
- */
703
- export interface SearchClusterTablesResponse {
704
- /**
705
- * 数据表列表
706
- 注意:此字段可能返回 null,表示取不到有效值。
707
- */
708
- Tables?: Array<DatabaseTables>
709
- /**
710
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
711
- */
712
- RequestId?: string
713
- }
714
-
715
700
  /**
716
701
  * DescribeClusterDetail请求参数结构体
717
702
  */
@@ -1868,25 +1853,18 @@ export interface DescribeZonesResponse {
1868
1853
  }
1869
1854
 
1870
1855
  /**
1871
- * GrantAccountPrivileges请求参数结构体
1856
+ * SearchClusterTables返回参数结构体
1872
1857
  */
1873
- export interface GrantAccountPrivilegesRequest {
1874
- /**
1875
- * 集群id
1876
- */
1877
- ClusterId: string
1878
- /**
1879
- * 账号信息
1880
- */
1881
- Account: InputAccount
1858
+ export interface SearchClusterTablesResponse {
1882
1859
  /**
1883
- * 数据库表权限码数组
1860
+ * 数据表列表
1861
+ 注意:此字段可能返回 null,表示取不到有效值。
1884
1862
  */
1885
- DbTablePrivileges: Array<string>
1863
+ Tables?: Array<DatabaseTables>
1886
1864
  /**
1887
- * 数据库表信息
1865
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1888
1866
  */
1889
- DbTables: Array<DbTable>
1867
+ RequestId?: string
1890
1868
  }
1891
1869
 
1892
1870
  /**
@@ -3140,6 +3118,16 @@ export interface CopyClusterPasswordComplexityResponse {
3140
3118
  RequestId?: string
3141
3119
  }
3142
3120
 
3121
+ /**
3122
+ * DescribeClusterTransparentEncryptInfo请求参数结构体
3123
+ */
3124
+ export interface DescribeClusterTransparentEncryptInfoRequest {
3125
+ /**
3126
+ * 集群id
3127
+ */
3128
+ ClusterId: string
3129
+ }
3130
+
3143
3131
  /**
3144
3132
  * DeleteParamTemplate请求参数结构体
3145
3133
  */
@@ -4551,6 +4539,25 @@ export interface DescribeBinlogSaveDaysRequest {
4551
4539
  ClusterId: string
4552
4540
  }
4553
4541
 
4542
+ /**
4543
+ * DescribeClusterTransparentEncryptInfo返回参数结构体
4544
+ */
4545
+ export interface DescribeClusterTransparentEncryptInfoResponse {
4546
+ /**
4547
+ * 加密秘钥id
4548
+ */
4549
+ KeyId?: string
4550
+ /**
4551
+ * 加密秘钥地域
4552
+
4553
+ */
4554
+ KeyRegion?: string
4555
+ /**
4556
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4557
+ */
4558
+ RequestId?: string
4559
+ }
4560
+
4554
4561
  /**
4555
4562
  * ActivateInstance返回参数结构体
4556
4563
  */
@@ -4975,6 +4982,28 @@ export interface DeleteAccountsRequest {
4975
4982
  Accounts?: Array<InputAccount>
4976
4983
  }
4977
4984
 
4985
+ /**
4986
+ * OpenClusterTransparentEncrypt请求参数结构体
4987
+ */
4988
+ export interface OpenClusterTransparentEncryptRequest {
4989
+ /**
4990
+ * 集群id
4991
+ */
4992
+ ClusterId: string
4993
+ /**
4994
+ * 秘钥类型(cloud,custom)
4995
+ */
4996
+ KeyType: string
4997
+ /**
4998
+ * 秘钥Id
4999
+ */
5000
+ KeyId?: string
5001
+ /**
5002
+ * 秘钥地域
5003
+ */
5004
+ KeyRegion?: string
5005
+ }
5006
+
4978
5007
  /**
4979
5008
  * ReloadBalanceProxyNode请求参数结构体
4980
5009
  */
@@ -5264,6 +5293,21 @@ export interface Module {
5264
5293
  ModuleName: string
5265
5294
  }
5266
5295
 
5296
+ /**
5297
+ * OpenClusterTransparentEncrypt返回参数结构体
5298
+ */
5299
+ export interface OpenClusterTransparentEncryptResponse {
5300
+ /**
5301
+ * 异步任务id
5302
+
5303
+ */
5304
+ TaskId?: number
5305
+ /**
5306
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5307
+ */
5308
+ RequestId?: string
5309
+ }
5310
+
5267
5311
  /**
5268
5312
  * TDSQL-C MySQL支持的proxy版本信息
5269
5313
  */
@@ -5308,6 +5352,20 @@ export interface DescribeClusterDatabasesRequest {
5308
5352
  Limit?: number
5309
5353
  }
5310
5354
 
5355
+ /**
5356
+ * RemoveClusterSlaveZone请求参数结构体
5357
+ */
5358
+ export interface RemoveClusterSlaveZoneRequest {
5359
+ /**
5360
+ * 集群ID
5361
+ */
5362
+ ClusterId: string
5363
+ /**
5364
+ * 从可用区
5365
+ */
5366
+ SlaveZone: string
5367
+ }
5368
+
5311
5369
  /**
5312
5370
  * 任务信息
5313
5371
  */
@@ -9451,17 +9509,25 @@ export interface ParamItemDetail {
9451
9509
  }
9452
9510
 
9453
9511
  /**
9454
- * DescribeBinlogSaveDays返回参数结构体
9512
+ * GrantAccountPrivileges请求参数结构体
9455
9513
  */
9456
- export interface DescribeBinlogSaveDaysResponse {
9514
+ export interface GrantAccountPrivilegesRequest {
9457
9515
  /**
9458
- * Binlog保留天数
9516
+ * 集群id
9459
9517
  */
9460
- BinlogSaveDays: number
9518
+ ClusterId: string
9461
9519
  /**
9462
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9520
+ * 账号信息
9463
9521
  */
9464
- RequestId?: string
9522
+ Account: InputAccount
9523
+ /**
9524
+ * 数据库表权限码数组
9525
+ */
9526
+ DbTablePrivileges: Array<string>
9527
+ /**
9528
+ * 数据库表信息
9529
+ */
9530
+ DbTables: Array<DbTable>
9465
9531
  }
9466
9532
 
9467
9533
  /**
@@ -10636,17 +10702,17 @@ export interface TablePrivileges {
10636
10702
  }
10637
10703
 
10638
10704
  /**
10639
- * RemoveClusterSlaveZone请求参数结构体
10705
+ * DescribeBinlogSaveDays返回参数结构体
10640
10706
  */
10641
- export interface RemoveClusterSlaveZoneRequest {
10707
+ export interface DescribeBinlogSaveDaysResponse {
10642
10708
  /**
10643
- * 集群ID
10709
+ * Binlog保留天数
10644
10710
  */
10645
- ClusterId: string
10711
+ BinlogSaveDays: number
10646
10712
  /**
10647
- * 从可用区
10713
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10648
10714
  */
10649
- SlaveZone: string
10715
+ RequestId?: string
10650
10716
  }
10651
10717
 
10652
10718
  /**
@@ -1804,6 +1804,11 @@ export interface ClusterInstancesInfo {
1804
1804
  注意:此字段可能返回 null,表示取不到有效值。
1805
1805
  */
1806
1806
  ConfigDetail?: EmrProductConfigDetail
1807
+ /**
1808
+ * 集群绑定的文件系统数
1809
+ 注意:此字段可能返回 null,表示取不到有效值。
1810
+ */
1811
+ BindFileSystemNum?: number
1807
1812
  }
1808
1813
 
1809
1814
  /**
@@ -7872,10 +7877,6 @@ export interface ExternalService {
7872
7877
  * 共用组件类型,EMR/CUSTOM
7873
7878
  */
7874
7879
  ShareType: string
7875
- /**
7876
- * 自定义参数集合
7877
- */
7878
- CustomServiceDefineList: Array<CustomServiceDefine>
7879
7880
  /**
7880
7881
  * 共用组件名
7881
7882
  */
@@ -7884,6 +7885,10 @@ export interface ExternalService {
7884
7885
  * 共用组件集群
7885
7886
  */
7886
7887
  InstanceId: string
7888
+ /**
7889
+ * 自定义参数集合
7890
+ */
7891
+ CustomServiceDefineList: Array<CustomServiceDefine>
7887
7892
  }
7888
7893
 
7889
7894
  /**
@@ -5290,6 +5290,11 @@ export interface FlowCreateApprover {
5290
5290
  3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/companyApis/queryFlows/DescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
5291
5291
  */
5292
5292
  Intention?: Intention
5293
+ /**
5294
+ * 进入签署流程的限制,目前支持以下选项:
5295
+ <ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
5296
+ */
5297
+ SignEndpoints?: Array<string>
5293
5298
  }
5294
5299
 
5295
5300
  /**
@@ -6858,6 +6863,11 @@ export interface ApproverInfo {
6858
6863
  注:`此参数仅在通过文件发起合同或者合同组时生效`
6859
6864
  */
6860
6865
  Components?: Array<Component>
6866
+ /**
6867
+ * 进入签署流程的限制,目前支持以下选项:
6868
+ <ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
6869
+ */
6870
+ SignEndpoints?: Array<string>
6861
6871
  }
6862
6872
 
6863
6873
  /**