tencentcloud-sdk-nodejs 4.0.535 → 4.0.536

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 (68) hide show
  1. package/CHANGELOG.md +181 -0
  2. package/SERVICE_CHANGELOG.md +260 -164
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
  7. package/src/services/cbs/v20170312/cbs_models.ts +4 -4
  8. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  9. package/src/services/cdn/v20180606/cdn_models.ts +2 -0
  10. package/src/services/clb/v20180317/clb_models.ts +2 -2
  11. package/src/services/cls/v20201016/cls_models.ts +1 -1
  12. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  13. package/src/services/dlc/v20210125/dlc_client.ts +1 -1
  14. package/src/services/dlc/v20210125/dlc_models.ts +26 -1
  15. package/src/services/dts/v20211206/dts_models.ts +23 -5
  16. package/src/services/ess/v20201111/ess_client.ts +1 -1
  17. package/src/services/ess/v20201111/ess_models.ts +1 -1
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  20. package/src/services/iai/v20180301/iai_client.ts +12 -4
  21. package/src/services/iai/v20200303/iai_client.ts +13 -5
  22. package/src/services/rum/v20210622/rum_client.ts +36 -0
  23. package/src/services/rum/v20210622/rum_models.ts +105 -0
  24. package/src/services/tdmq/v20200217/tdmq_models.ts +22 -10
  25. package/src/services/tse/v20201207/tse_models.ts +25 -6
  26. package/src/services/tsf/v20180326/tsf_client.ts +13 -1
  27. package/src/services/tsf/v20180326/tsf_models.ts +70 -20
  28. package/src/services/tts/v20190823/tts_models.ts +1 -1
  29. package/src/services/vod/v20180717/vod_models.ts +3 -2
  30. package/src/services/vpc/v20170312/vpc_client.ts +6 -7
  31. package/src/services/vpc/v20170312/vpc_models.ts +24 -18
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
  35. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  36. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  37. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -0
  38. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  40. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  41. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  42. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -1
  43. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -5
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  50. package/tencentcloud/services/iai/v20180301/iai_client.d.ts +12 -4
  51. package/tencentcloud/services/iai/v20180301/iai_client.js +12 -4
  52. package/tencentcloud/services/iai/v20200303/iai_client.d.ts +12 -4
  53. package/tencentcloud/services/iai/v20200303/iai_client.js +12 -4
  54. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +13 -1
  55. package/tencentcloud/services/rum/v20210622/rum_client.js +18 -0
  56. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +90 -0
  57. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -10
  58. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +21 -4
  59. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  60. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  61. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -17
  62. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  63. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -2
  64. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -3
  65. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -3
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +23 -18
  67. package/test/rum.v20210622.test.js +30 -0
  68. package/test/tsf.v20180326.test.js +10 -0
package/products.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-02 01:01:44 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:02:31 |
12
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-10 01:02:06 |
13
13
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
14
14
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
15
15
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
@@ -38,11 +38,11 @@
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-09 01:08:40 |
41
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-10 01:08:35 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-09 01:09:37 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-10 01:09:32 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-09 01:11:01 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
@@ -53,18 +53,18 @@
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-02 01:10:38 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-08 01:22:37 |
56
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-10 01:13:21 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-10 01:14:07 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
61
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-01-18 01:12:02 |
61
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-10 01:19:47 |
62
62
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-09 01:18:12 |
67
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-06 01:16:27 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
70
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-07 01:22:36 |
@@ -75,13 +75,13 @@
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-09 01:30:43 |
78
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-10 01:28:27 |
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-09 01:32:08 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-08 01:32:53 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-10 01:29:46 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-12 01:17:34 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-10 01:32:00 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -90,8 +90,8 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-07 11:30:44 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-08 01:37:10 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-10 01:34:55 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-10 01:35:16 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -105,7 +105,7 @@
105
105
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
106
106
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
107
107
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
108
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-11-21 06:30:35 |
108
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
109
109
  | ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
110
110
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
111
111
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
@@ -155,7 +155,7 @@
155
155
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
156
156
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
157
157
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
158
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-31 01:49:13 |
158
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-10 01:54:01 |
159
159
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-08 01:56:26 |
160
160
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
161
161
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
@@ -178,7 +178,7 @@
178
178
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
179
179
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
180
180
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
181
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-09 02:02:20 |
181
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-10 01:58:55 |
182
182
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
183
183
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
184
184
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -187,7 +187,7 @@
187
187
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
188
188
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
189
189
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
190
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-09 02:10:16 |
190
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
191
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
192
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-09 02:12:10 |
193
193
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-09 02:15:06 |
@@ -207,15 +207,15 @@
207
207
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
208
208
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
209
209
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
210
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-01 02:06:28 |
211
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-17 01:58:04 |
210
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
211
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-10 02:13:06 |
212
212
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
213
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
213
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-10 02:14:51 |
214
214
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
215
215
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
216
216
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
217
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-08 02:15:14 |
218
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-08 02:24:44 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-10 02:15:24 |
218
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-10 02:17:00 |
219
219
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
220
220
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
221
221
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.535"
1
+ export const sdkVersion = "4.0.536"
@@ -1759,6 +1759,11 @@ export interface SourceServer {
1759
1759
  * 源站的回源权重,取值1~100
1760
1760
  */
1761
1761
  Weight: number
1762
+
1763
+ /**
1764
+ * 端口号:0~65535
1765
+ */
1766
+ Port?: number
1762
1767
  }
1763
1768
 
1764
1769
  /**
@@ -2350,6 +2355,16 @@ export interface Layer7Rule {
2350
2355
  * 规则所属的资源实例
2351
2356
  */
2352
2357
  InstanceDetailRule?: Array<RuleInstanceRelation>
2358
+
2359
+ /**
2360
+ * 协议
2361
+ */
2362
+ Protocol?: string
2363
+
2364
+ /**
2365
+ * 端口号
2366
+ */
2367
+ Vport?: number
2353
2368
  }
2354
2369
 
2355
2370
  /**
@@ -1475,14 +1475,14 @@ export interface ModifySnapshotAttributeRequest {
1475
1475
  SnapshotId: string
1476
1476
 
1477
1477
  /**
1478
- * 新的快照名称。最长为60个字符。
1478
+ * 快照的保留方式,FALSE表示非永久保留,TRUE表示永久保留。
1479
1479
  */
1480
- SnapshotName?: string
1480
+ IsPermanent?: boolean
1481
1481
 
1482
1482
  /**
1483
- * 快照的保留方式,FALSE表示非永久保留,TRUE表示永久保留。
1483
+ * 新的快照名称。最长为60个字符。
1484
1484
  */
1485
- IsPermanent?: boolean
1485
+ SnapshotName?: string
1486
1486
 
1487
1487
  /**
1488
1488
  * 快照的到期时间;设置好快照将会被同时设置为非永久保留方式;超过到期时间后快照将会被自动删除。
@@ -6891,7 +6891,7 @@ export interface CreateBackupRequest {
6891
6891
  InstanceId: string
6892
6892
 
6893
6893
  /**
6894
- * 目标备份方法,可选的值:logical - 逻辑冷备,physical - 物理冷备。
6894
+ * 目标备份方法,可选的值:logical - 逻辑冷备,physical - 物理冷备,snapshot - 快照备份。基础版实例仅支持快照备份。
6895
6895
  */
6896
6896
  BackupMethod: string
6897
6897
 
@@ -941,6 +941,7 @@ export interface BriefDomain {
941
941
  * 加速服务状态
942
942
  rejected:域名审核未通过,域名备案过期/被注销导致
943
943
  processing:部署中
944
+ closing:关闭中
944
945
  online:已启动
945
946
  offline:已关闭
946
947
  */
@@ -6670,6 +6671,7 @@ export interface DetailDomain {
6670
6671
  * 加速服务状态
6671
6672
  rejected:域名审核未通过,域名备案过期/被注销导致
6672
6673
  processing:部署中
6674
+ closing:关闭中
6673
6675
  online:已启动
6674
6676
  offline:已关闭
6675
6677
  */
@@ -3215,7 +3215,7 @@ export interface CreateListenerResponse {
3215
3215
  /**
3216
3216
  * 创建的监听器的唯一标识数组。
3217
3217
  */
3218
- ListenerIds: Array<string>
3218
+ ListenerIds?: Array<string>
3219
3219
 
3220
3220
  /**
3221
3221
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3755,7 +3755,7 @@ export interface CreateListenerRequest {
3755
3755
  Ports: Array<number>
3756
3756
 
3757
3757
  /**
3758
- * 监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL(TCP_SSL 正在内测中,如需使用请通过工单申请)。
3758
+ * 监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL | QUIC。
3759
3759
  */
3760
3760
  Protocol: string
3761
3761
 
@@ -2849,7 +2849,7 @@ export interface CreateShipperResponse {
2849
2849
  /**
2850
2850
  * 投递规则ID
2851
2851
  */
2852
- ShipperId: string
2852
+ ShipperId?: string
2853
2853
 
2854
2854
  /**
2855
2855
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1478,7 +1478,7 @@ export interface RunInstancesResponse {
1478
1478
  /**
1479
1479
  * 当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“PENDING(创建中)”变为“RUNNING(运行中)”,则为创建成功。
1480
1480
  */
1481
- InstanceIdSet: Array<string>
1481
+ InstanceIdSet?: Array<string>
1482
1482
 
1483
1483
  /**
1484
1484
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3587,7 +3587,7 @@ export interface ActionTimer {
3587
3587
  TimerAction?: string
3588
3588
 
3589
3589
  /**
3590
- * 执行时间,格式形如:2018-5-29 11:26:40,执行时间必须大于当前时间5分钟。
3590
+ * 执行时间,按照ISO8601标准表示,并且使用UTC时间。格式为 YYYY-MM-DDThh:mm:ssZ。例如 2018-05-29T11:26:40Z,执行时间必须大于当前时间5分钟。
3591
3591
  */
3592
3592
  ActionTime?: string
3593
3593
 
@@ -586,7 +586,7 @@ export class Client extends AbstractClient {
586
586
  * 生成创建托管表语句
587
587
  */
588
588
  async GenerateCreateMangedTableSql(
589
- req?: GenerateCreateMangedTableSqlRequest,
589
+ req: GenerateCreateMangedTableSqlRequest,
590
590
  cb?: (error: string, rep: GenerateCreateMangedTableSqlResponse) => void
591
591
  ): Promise<GenerateCreateMangedTableSqlResponse> {
592
592
  return this.request("GenerateCreateMangedTableSql", req, cb)
@@ -1153,7 +1153,27 @@ export interface DetachWorkGroupPolicyResponse {
1153
1153
  /**
1154
1154
  * GenerateCreateMangedTableSql请求参数结构体
1155
1155
  */
1156
- export type GenerateCreateMangedTableSqlRequest = null
1156
+ export interface GenerateCreateMangedTableSqlRequest {
1157
+ /**
1158
+ * 表基本信息
1159
+ */
1160
+ TableBaseInfo: TableBaseInfo
1161
+
1162
+ /**
1163
+ * 表字段信息
1164
+ */
1165
+ Columns: Array<TColumn>
1166
+
1167
+ /**
1168
+ * 表分区信息
1169
+ */
1170
+ Partitions?: Array<TPartition>
1171
+
1172
+ /**
1173
+ * 表属性信息
1174
+ */
1175
+ Properties?: Array<Property>
1176
+ }
1157
1177
 
1158
1178
  /**
1159
1179
  * CSV序列化及反序列化数据结构
@@ -1394,6 +1414,11 @@ export interface CreateDatabaseRequest {
1394
1414
  * GenerateCreateMangedTableSql返回参数结构体
1395
1415
  */
1396
1416
  export interface GenerateCreateMangedTableSqlResponse {
1417
+ /**
1418
+ * 创建托管存储内表sql语句描述
1419
+ */
1420
+ Execution: Execution
1421
+
1397
1422
  /**
1398
1423
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1399
1424
  */
@@ -331,13 +331,13 @@ export interface TableItem {
331
331
  TableName?: string
332
332
 
333
333
  /**
334
- * 迁移后的表名,当TableEditMode为rename时此项必填
334
+ * 迁移后的表名,当TableEditMode为rename时此项必填,注意此配置与TmpTables互斥,只能使用其中一种
335
335
  注意:此字段可能返回 null,表示取不到有效值。
336
336
  */
337
337
  NewTableName?: string
338
338
 
339
339
  /**
340
- * 迁移临时表,针对pt-osc等工具在迁移过程中产生的临时表同步,需要提前将可能的临时表配置在这里,当TableEditMode为pt时此项必填
340
+ * 迁移临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在迁移过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["_t1_new","_t1_old"];如要对t1进行gh-ost操作,此项配置应该为["_t1_ghc","_t1_gho","_t1_del"],pt-osc与gh-ost产生的临时表可同时配置。
341
341
  注意:此字段可能返回 null,表示取不到有效值。
342
342
  */
343
343
  TmpTables?: Array<string>
@@ -2349,7 +2349,7 @@ export interface ResumeMigrateJobRequest {
2349
2349
  JobId: string
2350
2350
 
2351
2351
  /**
2352
- * 恢复任务的模式,目前的取值有:clearData 清空目标实例数据,overwrite 以覆盖写的方式执行任务,normal 跟正常流程一样,不做额外动作
2352
+ * 恢复任务的模式,目前的取值有:clearData 清空目标实例数据,overwrite 以覆盖写的方式执行任务,normal 跟正常流程一样,不做额外动作;注意,clearData、overwrite仅对redis生效,normal仅针对非redis链路生效
2353
2353
  */
2354
2354
  ResumeOption: string
2355
2355
  }
@@ -3087,7 +3087,7 @@ export interface Objects {
3087
3087
  AdvancedObjects?: Array<string>
3088
3088
 
3089
3089
  /**
3090
- * OnlineDDL类型
3090
+ * OnlineDDL类型,冗余字段不做配置用途
3091
3091
  注意:此字段可能返回 null,表示取不到有效值。
3092
3092
  */
3093
3093
  OnlineDDL?: OnlineDDL
@@ -3781,7 +3781,13 @@ export interface RecoverMigrateJobRequest {
3781
3781
  /**
3782
3782
  * OnlineDDL类型
3783
3783
  */
3784
- export type OnlineDDL = null
3784
+ export interface OnlineDDL {
3785
+ /**
3786
+ * 状态
3787
+ 注意:此字段可能返回 null,表示取不到有效值。
3788
+ */
3789
+ Status: string
3790
+ }
3785
3791
 
3786
3792
  /**
3787
3793
  * 迁移对象选项,需要告知迁移服务迁移哪些库表对象
@@ -3837,6 +3843,18 @@ export interface Table {
3837
3843
  注意:此字段可能返回 null,表示取不到有效值。
3838
3844
  */
3839
3845
  FilterCondition?: string
3846
+
3847
+ /**
3848
+ * 同步临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在同步过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["_t1_new","_t1_old"];如要对t1进行gh-ost操作,此项配置应该为["_t1_ghc","_t1_gho","_t1_del"],pt-osc与gh-ost产生的临时表可同时配置。
3849
+ 注意:此字段可能返回 null,表示取不到有效值。
3850
+ */
3851
+ TmpTables?: Array<string>
3852
+
3853
+ /**
3854
+ * 编辑表类型,rename(表映射),pt(同步附加表)
3855
+ 注意:此字段可能返回 null,表示取不到有效值。
3856
+ */
3857
+ TableEditMode?: string
3840
3858
  }
3841
3859
 
3842
3860
  /**
@@ -430,7 +430,7 @@ export class Client extends AbstractClient {
430
430
  /**
431
431
  * 指定需要批量催办的签署流程Id,批量催办合同,最多100个; 接口失败后返回错误信息
432
432
  注意:
433
- 该接口需要开白后使用
433
+ 该接口不可直接调用,需要联系运营开通后方可调用。
434
434
  */
435
435
  async CreateFlowReminds(
436
436
  req: CreateFlowRemindsRequest,
@@ -417,7 +417,7 @@ export interface CreateFlowRemindsResponse {
417
417
  /**
418
418
  * 签署连接过期时间字符串:年月日-时分秒
419
419
  */
420
- RemindFlowRecords: Array<RemindFlowRecords>
420
+ RemindFlowRecords?: Array<RemindFlowRecords>
421
421
 
422
422
  /**
423
423
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -494,7 +494,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
494
494
  /**
495
495
  * 指定需要批量催办的签署流程Id,批量催办合同,最多100个;接口失败后返回错误信息
496
496
  注意:
497
- 该接口需要开白后使用
497
+ 该接口不可直接调用,请联系电子签运营开通后方可调用。
498
498
  */
499
499
  async ChannelCreateFlowReminds(
500
500
  req: ChannelCreateFlowRemindsRequest,
@@ -47,7 +47,7 @@ export interface ChannelCreateFlowRemindsResponse {
47
47
  /**
48
48
  * 合同催办详情信息
49
49
  */
50
- RemindFlowRecords: Array<RemindFlowRecords>
50
+ RemindFlowRecords?: Array<RemindFlowRecords>
51
51
 
52
52
  /**
53
53
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -361,7 +361,9 @@ export class Client extends AbstractClient {
361
361
  }
362
362
 
363
363
  /**
364
- * 升级人员库。升级过程中,人员库仍然为原算法版本,人员库相关操作仍然支持。升级完成后,人员库为新算法版本。
364
+ * 接口已经不使用了,需要下线掉,以免留在官网产生歧义
365
+
366
+ 升级人员库。升级过程中,人员库仍然为原算法版本,人员库相关操作仍然支持。升级完成后,人员库为新算法版本。
365
367
  单个人员库有且仅支持一次回滚操作。
366
368
  注:此处QPS限制为10。
367
369
  */
@@ -373,7 +375,9 @@ export class Client extends AbstractClient {
373
375
  }
374
376
 
375
377
  /**
376
- * 本接口用于回滚人员库的人脸识别算法模型版本。单个人员库有且仅有一次回滚机会。
378
+ * 此接口文档早已废弃,为了避免官网18版本存留歧义,需要下线
379
+
380
+ 本接口用于回滚人员库的人脸识别算法模型版本。单个人员库有且仅有一次回滚机会。
377
381
 
378
382
  回滚操作会在10s内生效,回滚操作中,您对人员库的操作可能会失效。
379
383
  */
@@ -398,7 +402,9 @@ export class Client extends AbstractClient {
398
402
  }
399
403
 
400
404
  /**
401
- * 获取人员库升级任务列表
405
+ * 避免官网歧义
406
+
407
+ 获取人员库升级任务列表
402
408
 
403
409
  */
404
410
  async GetUpgradeGroupFaceModelVersionJobList(
@@ -505,7 +511,9 @@ export class Client extends AbstractClient {
505
511
  }
506
512
 
507
513
  /**
508
- * 人员库升级结果查询
514
+ * 避免官网歧义
515
+
516
+ 人员库升级结果查询
509
517
 
510
518
  */
511
519
  async GetUpgradeGroupFaceModelVersionResult(
@@ -360,7 +360,9 @@ export class Client extends AbstractClient {
360
360
  }
361
361
 
362
362
  /**
363
- * 升级人员库。升级过程中,人员库仍然为原算法版本,人员库相关操作仍然支持。升级完成后,人员库为新算法版本。
363
+ * 避免官网歧义
364
+
365
+ 升级人员库。升级过程中,人员库仍然为原算法版本,人员库相关操作仍然支持。升级完成后,人员库为新算法版本。
364
366
  单个人员库有且仅支持一次回滚操作。
365
367
 
366
368
  升级是一个耗时的操作,执行时间与人员库的人脸数相关,升级的人员库中的人脸数越多,升级的耗时越长。升级接口是个异步任务,调用成功后返回JobId,通过GetUpgradeGroupFaceModelVersionResult查询升级进度和结果。如果升级成功,人员库版本将切换到新版本。如果想回滚到旧版本,可以调用RevertGroupFaceModelVersion进行回滚。
@@ -375,7 +377,9 @@ export class Client extends AbstractClient {
375
377
  }
376
378
 
377
379
  /**
378
- * 本接口用于回滚人员库的人脸识别算法模型版本。单个人员库有且仅有一次回滚机会。
380
+ * 同理
381
+
382
+ 本接口用于回滚人员库的人脸识别算法模型版本。单个人员库有且仅有一次回滚机会。
379
383
 
380
384
  回滚操作会在10s内生效,回滚操作中,您对人员库的操作可能会失效。
381
385
  */
@@ -414,7 +418,9 @@ export class Client extends AbstractClient {
414
418
  }
415
419
 
416
420
  /**
417
- * 获取人员库升级任务列表
421
+ * 避免官网歧义
422
+
423
+ 获取人员库升级任务列表
418
424
 
419
425
  */
420
426
  async GetUpgradeGroupFaceModelVersionJobList(
@@ -533,8 +539,10 @@ export class Client extends AbstractClient {
533
539
  }
534
540
 
535
541
  /**
536
- * 人员库升级结果查询
537
- */
542
+ * 避免官网歧义
543
+
544
+ 人员库升级结果查询
545
+ */
538
546
  async GetUpgradeGroupFaceModelVersionResult(
539
547
  req: GetUpgradeGroupFaceModelVersionResultRequest,
540
548
  cb?: (error: string, rep: GetUpgradeGroupFaceModelVersionResultResponse) => void
@@ -26,6 +26,7 @@ import {
26
26
  DescribeProjectLimitsResponse,
27
27
  DescribeTawInstancesRequest,
28
28
  DeleteOfflineLogConfigResponse,
29
+ ResumeProjectResponse,
29
30
  DescribeRumLogListResponse,
30
31
  DescribeDataPvUrlInfoResponse,
31
32
  StopProjectResponse,
@@ -67,6 +68,7 @@ import {
67
68
  DeleteReleaseFileRequest,
68
69
  ResumeInstanceRequest,
69
70
  DescribeDataFetchUrlRequest,
71
+ DescribeRumLogExportRequest,
70
72
  DescribeDataLogUrlStatisticsResponse,
71
73
  CreateProjectResponse,
72
74
  StopInstanceResponse,
@@ -77,8 +79,10 @@ import {
77
79
  DescribeDataPvUrlStatisticsRequest,
78
80
  ReleaseFile,
79
81
  ModifyProjectLimitResponse,
82
+ DescribeRumLogExportsResponse,
80
83
  DescribeDataStaticProjectRequest,
81
84
  DescribeRumStatsLogListRequest,
85
+ ResumeProjectRequest,
82
86
  ProjectLimit,
83
87
  DeleteLogExportRequest,
84
88
  DescribeRumGroupLogResponse,
@@ -133,6 +137,8 @@ import {
133
137
  DescribeLogExportsRequest,
134
138
  DescribeDataReportCountResponse,
135
139
  DescribeDataPerformanceProjectRequest,
140
+ DescribeRumLogExportResponse,
141
+ DescribeRumLogExportsRequest,
136
142
  ModifyProjectRequest,
137
143
  DescribeRumLogListRequest,
138
144
  DescribeDataStaticResourceRequest,
@@ -257,6 +263,26 @@ export class Client extends AbstractClient {
257
263
  return this.request("DeleteInstance", req, cb)
258
264
  }
259
265
 
266
+ /**
267
+ * 获取项目下的日志列表(实例创建的项目下的日志列表)
268
+ */
269
+ async DescribeRumLogExport(
270
+ req: DescribeRumLogExportRequest,
271
+ cb?: (error: string, rep: DescribeRumLogExportResponse) => void
272
+ ): Promise<DescribeRumLogExportResponse> {
273
+ return this.request("DescribeRumLogExport", req, cb)
274
+ }
275
+
276
+ /**
277
+ * 获取项目下的日志导出列表
278
+ */
279
+ async DescribeRumLogExports(
280
+ req: DescribeRumLogExportsRequest,
281
+ cb?: (error: string, rep: DescribeRumLogExportsResponse) => void
282
+ ): Promise<DescribeRumLogExportsResponse> {
283
+ return this.request("DescribeRumLogExports", req, cb)
284
+ }
285
+
260
286
  /**
261
287
  * 删除用户名下的星标项目
262
288
  */
@@ -496,6 +522,16 @@ export class Client extends AbstractClient {
496
522
  return this.request("DescribeProjects", req, cb)
497
523
  }
498
524
 
525
+ /**
526
+ * 恢复应用使用与上报数据
527
+ */
528
+ async ResumeProject(
529
+ req: ResumeProjectRequest,
530
+ cb?: (error: string, rep: ResumeProjectResponse) => void
531
+ ): Promise<ResumeProjectResponse> {
532
+ return this.request("ResumeProject", req, cb)
533
+ }
534
+
499
535
  /**
500
536
  * 停止项目使用与上报数据
501
537
  */