tencentcloud-sdk-nodejs 4.0.645 → 4.0.646

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 (63) hide show
  1. package/CHANGELOG.md +384 -0
  2. package/SERVICE_CHANGELOG.md +603 -171
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +10 -8
  8. package/src/services/cdb/v20170320/cdb_client.ts +0 -14
  9. package/src/services/cdb/v20170320/cdb_models.ts +1 -29
  10. package/src/services/cdwch/v20200915/cdwch_models.ts +66 -41
  11. package/src/services/cloudstudio/v20230508/cloudstudio_client.ts +1 -1
  12. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
  13. package/src/services/cls/v20201016/cls_models.ts +11 -11
  14. package/src/services/dlc/v20210125/dlc_models.ts +39 -34
  15. package/src/services/iai/v20200303/iai_models.ts +32 -32
  16. package/src/services/mps/v20190612/mps_models.ts +3 -1
  17. package/src/services/omics/v20221128/omics_models.ts +4 -0
  18. package/src/services/scf/v20180416/scf_client.ts +6 -2
  19. package/src/services/scf/v20180416/scf_models.ts +114 -16
  20. package/src/services/tbaas/v20180416/tbaas_client.ts +103 -220
  21. package/src/services/tbaas/v20180416/tbaas_models.ts +117 -615
  22. package/src/services/tcb/v20180608/tcb_models.ts +5 -5
  23. package/src/services/trtc/v20190722/trtc_client.ts +96 -22
  24. package/src/services/vod/v20180717/vod_models.ts +17 -17
  25. package/src/services/vpc/v20170312/vpc_client.ts +2 -3
  26. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  27. package/src/services/wedata/v20210820/wedata_client.ts +1516 -385
  28. package/src/services/wedata/v20210820/wedata_models.ts +15224 -7440
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  32. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  33. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +10 -8
  34. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
  35. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
  36. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -27
  37. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +66 -41
  38. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.d.ts +1 -1
  39. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.js +1 -1
  40. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -11
  42. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +39 -34
  43. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +32 -32
  44. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -1
  45. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +4 -0
  46. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  47. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +110 -16
  48. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +35 -83
  49. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +51 -115
  50. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +107 -584
  51. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -5
  52. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +94 -20
  53. package/tencentcloud/services/trtc/v20190722/trtc_client.js +94 -20
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -17
  55. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
  56. package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
  57. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  58. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +452 -100
  59. package/tencentcloud/services/wedata/v20210820/wedata_client.js +670 -142
  60. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13937 -6404
  61. package/test/cdb.v20170320.test.js +0 -10
  62. package/test/tbaas.v20180416.test.js +34 -114
  63. package/test/wedata.v20210820.test.js +1220 -340
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.645",
3
+ "version": "4.0.646",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,11 +10,11 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-06-27 01:01:43 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-07-20 01:06:15 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-14 01:02:00 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-20 01:09:29 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-19 01:07:14 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-18 01:07:49 |
@@ -41,11 +41,11 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-03 01:06:30 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-17 01:06:15 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-20 01:13:27 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-18 01:16:15 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-30 01:12:59 |
48
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-07-20 01:14:55 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-29 01:09:00 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-07-14 01:07:56 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-14 01:08:16 |
@@ -58,8 +58,8 @@
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-04 01:15:49 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-19 01:14:47 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-07-20 01:17:13 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-20 01:17:22 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-13 01:10:23 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
@@ -70,7 +70,7 @@
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-19 01:16:55 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-07-18 01:22:32 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-17 01:13:54 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-20 01:21:05 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -78,7 +78,7 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-18 01:26:15 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-20 01:23:15 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-10 01:22:33 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-18 01:27:10 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
@@ -93,10 +93,10 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-17 01:18:45 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-19 01:24:04 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-20 01:26:17 |
97
97
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-19 01:24:28 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
99
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
99
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-20 01:26:59 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-07 01:35:13 |
@@ -108,7 +108,7 @@
108
108
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
109
109
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
110
110
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-05-18 01:29:58 |
111
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-06-30 01:28:26 |
111
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-07-20 01:29:01 |
112
112
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
113
113
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
114
114
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-05-30 01:20:30 |
@@ -139,7 +139,7 @@
139
139
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
140
140
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
141
141
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-19 01:32:20 |
142
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-07-19 01:33:11 |
142
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-07-20 01:35:35 |
143
143
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
144
144
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
145
145
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
@@ -148,7 +148,7 @@
148
148
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
149
149
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-07-17 01:29:44 |
150
150
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-19 01:34:27 |
151
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
152
152
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
153
153
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
154
154
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
@@ -161,7 +161,7 @@
161
161
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
162
162
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
163
163
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-03 01:41:14 |
164
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-20 01:39:23 |
165
165
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
166
166
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
167
167
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -180,11 +180,11 @@
180
180
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
181
181
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
182
182
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
183
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-27 01:39:58 |
183
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-07-20 01:41:44 |
184
184
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
185
185
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
186
186
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
187
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-14 01:35:07 |
187
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-20 01:42:16 |
188
188
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
189
189
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
190
190
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-07-10 10:40:45 |
@@ -205,7 +205,7 @@
205
205
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
206
206
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
207
207
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
208
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-17 01:40:19 |
208
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-20 01:46:59 |
209
209
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
210
210
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-14 01:40:32 |
211
211
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -215,7 +215,7 @@
215
215
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
216
216
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
217
217
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-18 01:53:34 |
218
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-20 01:49:03 |
219
219
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-19 01:46:53 |
220
220
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
221
221
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -223,12 +223,12 @@
223
223
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
224
224
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
225
225
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
226
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-13 01:44:34 |
227
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-12 01:51:01 |
226
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-20 01:50:53 |
227
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-20 01:52:08 |
228
228
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
229
229
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
230
230
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
231
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-19 01:51:22 |
231
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-20 01:54:12 |
232
232
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
233
233
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
234
234
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.645"
1
+ export const sdkVersion = "4.0.646"
@@ -538,7 +538,7 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
538
538
  }
539
539
 
540
540
  /**
541
- * 本接口(DescribeApiApp)用于根据应用ID搜索应用。
541
+ * 本接口(DescribeApiApp)用于根据应用ID搜索应用。此接口已下线,如需使用功能请使用DescribeApiAppsStatus接口。
542
542
  */
543
543
  async DescribeApiApp(
544
544
  req: DescribeApiAppRequest,
@@ -4702,7 +4702,7 @@ export interface DescribeApiAppResponse {
4702
4702
  * 应用详情。
4703
4703
  注意:此字段可能返回 null,表示取不到有效值。
4704
4704
  */
4705
- Result: ApiAppInfos
4705
+ Result?: ApiAppInfos
4706
4706
  /**
4707
4707
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4708
4708
  */
@@ -5833,36 +5833,38 @@ export interface ApiAppInfo {
5833
5833
  * 应用名称
5834
5834
  注意:此字段可能返回 null,表示取不到有效值。
5835
5835
  */
5836
- ApiAppName: string
5836
+ ApiAppName?: string
5837
5837
  /**
5838
5838
  * 应用ID
5839
5839
  */
5840
- ApiAppId: string
5840
+ ApiAppId?: string
5841
5841
  /**
5842
5842
  * 应用SECRET
5843
+ 注意:此字段可能返回null,表示取不到有效值
5843
5844
  注意:此字段可能返回 null,表示取不到有效值。
5844
5845
  */
5845
- ApiAppSecret: string
5846
+ ApiAppSecret?: string
5846
5847
  /**
5847
5848
  * 应用描述
5848
5849
  注意:此字段可能返回 null,表示取不到有效值。
5849
5850
  */
5850
- ApiAppDesc: string
5851
+ ApiAppDesc?: string
5851
5852
  /**
5852
5853
  * 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
5853
5854
  注意:此字段可能返回 null,表示取不到有效值。
5854
5855
  */
5855
- CreatedTime: string
5856
+ CreatedTime?: string
5856
5857
  /**
5857
5858
  * 修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
5858
5859
  注意:此字段可能返回 null,表示取不到有效值。
5859
5860
  */
5860
- ModifiedTime: string
5861
+ ModifiedTime?: string
5861
5862
  /**
5862
5863
  * 应用KEY
5864
+ 注意:此字段可能返回null,表示取不到有效值
5863
5865
  注意:此字段可能返回 null,表示取不到有效值。
5864
5866
  */
5865
- ApiAppKey: string
5867
+ ApiAppKey?: string
5866
5868
  }
5867
5869
 
5868
5870
  /**
@@ -74,7 +74,6 @@ import {
74
74
  ErrlogItem,
75
75
  ProxyGroupInfo,
76
76
  AssociateSecurityGroupsResponse,
77
- ModifyCDBProxyDescRequest,
78
77
  BackupConfig,
79
78
  DescribeCDBProxyResponse,
80
79
  Rule,
@@ -302,7 +301,6 @@ import {
302
301
  CreateBackupRequest,
303
302
  AccountInfo,
304
303
  DescribeRemoteBackupConfigResponse,
305
- ModifyCDBProxyDescResponse,
306
304
  AdjustCdbProxyAddressResponse,
307
305
  ModifyDBInstanceVipVportRequest,
308
306
  DescribeDBImportRecordsRequest,
@@ -630,18 +628,6 @@ export class Client extends AbstractClient {
630
628
  return this.request("OpenDBInstanceGTID", req, cb)
631
629
  }
632
630
 
633
- /**
634
- * 当前接口已经废弃,请使用+ModifyCdbProxyAddressDesc+进行替代。
635
-
636
- 修改数据库代理描述
637
- */
638
- async ModifyCDBProxyDesc(
639
- req: ModifyCDBProxyDescRequest,
640
- cb?: (error: string, rep: ModifyCDBProxyDescResponse) => void
641
- ): Promise<ModifyCDBProxyDescResponse> {
642
- return this.request("ModifyCDBProxyDesc", req, cb)
643
- }
644
-
645
631
  /**
646
632
  * 本接口(VerifyRootAccount)用于校验云数据库实例的 ROOT 账号是否有足够的权限进行授权操作。
647
633
  */
@@ -1402,24 +1402,6 @@ export interface AssociateSecurityGroupsResponse {
1402
1402
  RequestId?: string
1403
1403
  }
1404
1404
 
1405
- /**
1406
- * ModifyCDBProxyDesc请求参数结构体
1407
- */
1408
- export interface ModifyCDBProxyDescRequest {
1409
- /**
1410
- * 实例ID
1411
- */
1412
- InstanceId: string
1413
- /**
1414
- * 数据库代理ID
1415
- */
1416
- ProxyGroupId: string
1417
- /**
1418
- * 数据库代理描述
1419
- */
1420
- Desc: string
1421
- }
1422
-
1423
1405
  /**
1424
1406
  * ECDB第二个从库的配置信息,只有ECDB实例才有这个字段
1425
1407
  */
@@ -1681,7 +1663,7 @@ export interface UpgradeDBInstanceRequest {
1681
1663
  */
1682
1664
  DeviceType?: string
1683
1665
  /**
1684
- * 升级后的实例cpu核数,如果不传将根据 Memory 指定的内存值自动填充对应的cpu值。
1666
+ * 升级后的实例cpu核数,如果不传将根据 Memory 指定的内存值自动填充最小允许规格的cpu值。
1685
1667
  */
1686
1668
  Cpu?: number
1687
1669
  /**
@@ -6937,16 +6919,6 @@ export interface DescribeRemoteBackupConfigResponse {
6937
6919
  RequestId?: string
6938
6920
  }
6939
6921
 
6940
- /**
6941
- * ModifyCDBProxyDesc返回参数结构体
6942
- */
6943
- export interface ModifyCDBProxyDescResponse {
6944
- /**
6945
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6946
- */
6947
- RequestId?: string
6948
- }
6949
-
6950
6922
  /**
6951
6923
  * AdjustCdbProxyAddress返回参数结构体
6952
6924
  */
@@ -458,42 +458,47 @@ export interface InstanceStateInfo {
458
458
  * 集群状态,例如:Serving
459
459
  注意:此字段可能返回 null,表示取不到有效值。
460
460
  */
461
- InstanceState: string
461
+ InstanceState?: string
462
462
  /**
463
463
  * 集群操作创建时间
464
464
  注意:此字段可能返回 null,表示取不到有效值。
465
465
  */
466
- FlowCreateTime: string
466
+ FlowCreateTime?: string
467
467
  /**
468
468
  * 集群操作名称
469
469
  注意:此字段可能返回 null,表示取不到有效值。
470
470
  */
471
- FlowName: string
471
+ FlowName?: string
472
472
  /**
473
473
  * 集群操作进度
474
474
  注意:此字段可能返回 null,表示取不到有效值。
475
475
  */
476
- FlowProgress: number
476
+ FlowProgress?: number
477
477
  /**
478
478
  * 集群状态描述,例如:运行中
479
479
  注意:此字段可能返回 null,表示取不到有效值。
480
480
  */
481
- InstanceStateDesc: string
481
+ InstanceStateDesc?: string
482
482
  /**
483
483
  * 集群流程错误信息,例如:“创建失败,资源不足”
484
484
  注意:此字段可能返回 null,表示取不到有效值。
485
485
  */
486
- FlowMsg: string
486
+ FlowMsg?: string
487
487
  /**
488
488
  * 当前步骤的名称,例如:”购买资源中“
489
489
  注意:此字段可能返回 null,表示取不到有效值。
490
490
  */
491
- ProcessName: string
491
+ ProcessName?: string
492
492
  /**
493
493
  * 请求id
494
494
  注意:此字段可能返回 null,表示取不到有效值。
495
495
  */
496
496
  RequestId?: string
497
+ /**
498
+ * 流程的二级名称
499
+ 注意:此字段可能返回 null,表示取不到有效值。
500
+ */
501
+ ProcessSubName?: string
497
502
  }
498
503
 
499
504
  /**
@@ -580,12 +585,12 @@ export interface InstanceInfo {
580
585
  * 集群实例ID, "cdw-xxxx" 字符串类型
581
586
  注意:此字段可能返回 null,表示取不到有效值。
582
587
  */
583
- InstanceId: string
588
+ InstanceId?: string
584
589
  /**
585
590
  * 集群实例名称
586
591
  注意:此字段可能返回 null,表示取不到有效值。
587
592
  */
588
- InstanceName: string
593
+ InstanceName?: string
589
594
  /**
590
595
  * 状态,
591
596
  Init 创建中; Serving 运行中;
@@ -593,162 +598,162 @@ Deleted已销毁;Deleting 销毁中;
593
598
  Modify 集群变更中;
594
599
  注意:此字段可能返回 null,表示取不到有效值。
595
600
  */
596
- Status: string
601
+ Status?: string
597
602
  /**
598
603
  * 版本
599
604
  注意:此字段可能返回 null,表示取不到有效值。
600
605
  */
601
- Version: string
606
+ Version?: string
602
607
  /**
603
608
  * 地域, ap-guangzhou
604
609
  注意:此字段可能返回 null,表示取不到有效值。
605
610
  */
606
- Region: string
611
+ Region?: string
607
612
  /**
608
613
  * 可用区, ap-guangzhou-3
609
614
  注意:此字段可能返回 null,表示取不到有效值。
610
615
  */
611
- Zone: string
616
+ Zone?: string
612
617
  /**
613
618
  * 私有网络名称
614
619
  注意:此字段可能返回 null,表示取不到有效值。
615
620
  */
616
- VpcId: string
621
+ VpcId?: string
617
622
  /**
618
623
  * 子网名称
619
624
  注意:此字段可能返回 null,表示取不到有效值。
620
625
  */
621
- SubnetId: string
626
+ SubnetId?: string
622
627
  /**
623
628
  * 付费类型,"hour", "prepay"
624
629
  注意:此字段可能返回 null,表示取不到有效值。
625
630
  */
626
- PayMode: string
631
+ PayMode?: string
627
632
  /**
628
633
  * 创建时间
629
634
  注意:此字段可能返回 null,表示取不到有效值。
630
635
  */
631
- CreateTime: string
636
+ CreateTime?: string
632
637
  /**
633
638
  * 过期时间
634
639
  注意:此字段可能返回 null,表示取不到有效值。
635
640
  */
636
- ExpireTime: string
641
+ ExpireTime?: string
637
642
  /**
638
643
  * 数据节点描述信息
639
644
  注意:此字段可能返回 null,表示取不到有效值。
640
645
  */
641
- MasterSummary: NodesSummary
646
+ MasterSummary?: NodesSummary
642
647
  /**
643
648
  * zookeeper节点描述信息
644
649
  注意:此字段可能返回 null,表示取不到有效值。
645
650
  */
646
- CommonSummary: NodesSummary
651
+ CommonSummary?: NodesSummary
647
652
  /**
648
653
  * 高可用,“true" "false"
649
654
  注意:此字段可能返回 null,表示取不到有效值。
650
655
  */
651
- HA: string
656
+ HA?: string
652
657
  /**
653
658
  * 访问地址,例如 "10.0.0.1:9000"
654
659
  注意:此字段可能返回 null,表示取不到有效值。
655
660
  */
656
- AccessInfo: string
661
+ AccessInfo?: string
657
662
  /**
658
663
  * 记录ID,数值型
659
664
  注意:此字段可能返回 null,表示取不到有效值。
660
665
  */
661
- Id: number
666
+ Id?: number
662
667
  /**
663
668
  * regionId, 表示地域
664
669
  注意:此字段可能返回 null,表示取不到有效值。
665
670
  */
666
- RegionId: number
671
+ RegionId?: number
667
672
  /**
668
673
  * 可用区说明,例如 "广州二区"
669
674
  注意:此字段可能返回 null,表示取不到有效值。
670
675
  */
671
- ZoneDesc: string
676
+ ZoneDesc?: string
672
677
  /**
673
678
  * 错误流程说明信息
674
679
  注意:此字段可能返回 null,表示取不到有效值。
675
680
  */
676
- FlowMsg: string
681
+ FlowMsg?: string
677
682
  /**
678
683
  * 状态描述,例如“运行中”等
679
684
  注意:此字段可能返回 null,表示取不到有效值。
680
685
  */
681
- StatusDesc: string
686
+ StatusDesc?: string
682
687
  /**
683
688
  * 自动续费标记
684
689
  注意:此字段可能返回 null,表示取不到有效值。
685
690
  */
686
- RenewFlag: boolean
691
+ RenewFlag?: boolean
687
692
  /**
688
693
  * 标签列表
689
694
  注意:此字段可能返回 null,表示取不到有效值。
690
695
  */
691
- Tags: Array<Tag>
696
+ Tags?: Array<Tag>
692
697
  /**
693
698
  * 监控信息
694
699
  注意:此字段可能返回 null,表示取不到有效值。
695
700
  */
696
- Monitor: string
701
+ Monitor?: string
697
702
  /**
698
703
  * 是否开通日志
699
704
  注意:此字段可能返回 null,表示取不到有效值。
700
705
  */
701
- HasClsTopic: boolean
706
+ HasClsTopic?: boolean
702
707
  /**
703
708
  * 日志主题ID
704
709
  注意:此字段可能返回 null,表示取不到有效值。
705
710
  */
706
- ClsTopicId: string
711
+ ClsTopicId?: string
707
712
  /**
708
713
  * 日志集ID
709
714
  注意:此字段可能返回 null,表示取不到有效值。
710
715
  */
711
- ClsLogSetId: string
716
+ ClsLogSetId?: string
712
717
  /**
713
718
  * 是否支持xml配置管理
714
719
  注意:此字段可能返回 null,表示取不到有效值。
715
720
  */
716
- EnableXMLConfig: number
721
+ EnableXMLConfig?: number
717
722
  /**
718
723
  * 区域
719
724
  注意:此字段可能返回 null,表示取不到有效值。
720
725
  */
721
- RegionDesc: string
726
+ RegionDesc?: string
722
727
  /**
723
728
  * 弹性网卡地址
724
729
  注意:此字段可能返回 null,表示取不到有效值。
725
730
  */
726
- Eip: string
731
+ Eip?: string
727
732
  /**
728
733
  * 冷热分层系数
729
734
  注意:此字段可能返回 null,表示取不到有效值。
730
735
  */
731
- CosMoveFactor: number
736
+ CosMoveFactor?: number
732
737
  /**
733
738
  * external/local/yunti
734
739
  注意:此字段可能返回 null,表示取不到有效值。
735
740
  */
736
- Kind: string
741
+ Kind?: string
737
742
  /**
738
743
  * 是否弹性ck
739
744
  注意:此字段可能返回 null,表示取不到有效值。
740
745
  */
741
- IsElastic: boolean
746
+ IsElastic?: boolean
742
747
  /**
743
748
  * 集群详细状态
744
749
  注意:此字段可能返回 null,表示取不到有效值。
745
750
  */
746
- InstanceStateInfo: InstanceStateInfo
751
+ InstanceStateInfo?: InstanceStateInfo
747
752
  /**
748
753
  * ZK高可用
749
754
  注意:此字段可能返回 null,表示取不到有效值。
750
755
  */
751
- HAZk: boolean
756
+ HAZk?: boolean
752
757
  /**
753
758
  * 挂载盘,默认0:没有类型;1:裸盘;2:lvm
754
759
  注意:此字段可能返回 null,表示取不到有效值。
@@ -789,6 +794,26 @@ Modify 集群变更中;
789
794
  注意:此字段可能返回 null,表示取不到有效值。
790
795
  */
791
796
  UpgradeVersions?: string
797
+ /**
798
+ * ex-index
799
+ 注意:此字段可能返回 null,表示取不到有效值。
800
+ */
801
+ EsIndexId?: string
802
+ /**
803
+ * username
804
+ 注意:此字段可能返回 null,表示取不到有效值。
805
+ */
806
+ EsIndexUsername?: string
807
+ /**
808
+ * password
809
+ 注意:此字段可能返回 null,表示取不到有效值。
810
+ */
811
+ EsIndexPassword?: string
812
+ /**
813
+ * true
814
+ 注意:此字段可能返回 null,表示取不到有效值。
815
+ */
816
+ HasEsIndex?: boolean
792
817
  }
793
818
 
794
819
  /**
@@ -104,7 +104,7 @@ export class Client extends AbstractClient {
104
104
  }
105
105
 
106
106
  /**
107
- * 为工作空间创建临时访问凭证,重复调用会创建新的 Token,旧的 Token 将会自动失效
107
+ * 创建工作空间临时访问凭证,重复调用会创建新的 Token,旧的 Token 将会自动失效
108
108
  */
109
109
  async CreateWorkspaceToken(
110
110
  req: CreateWorkspaceTokenRequest,
@@ -98,7 +98,7 @@ export interface CreateWorkspaceTokenRequest {
98
98
  /**
99
99
  * 工作空间 SpaceKey
100
100
  */
101
- SpaceKey?: string
101
+ SpaceKey: string
102
102
  /**
103
103
  * token过期时间,单位是秒,默认 3600
104
104
  */