tencentcloud-sdk-nodejs 4.0.667 → 4.0.669

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 (88) hide show
  1. package/CHANGELOG.md +339 -0
  2. package/SERVICE_CHANGELOG.md +329 -66
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +11 -11
  7. package/src/services/cdb/v20170320/cdb_client.ts +13 -30
  8. package/src/services/cdb/v20170320/cdb_models.ts +0 -54
  9. package/src/services/cdn/v20180606/cdn_models.ts +4 -0
  10. package/src/services/cls/v20201016/cls_client.ts +4 -2
  11. package/src/services/cls/v20201016/cls_models.ts +1 -1
  12. package/src/services/cwp/v20180228/cwp_models.ts +5 -3
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +17 -13
  15. package/src/services/dts/v20211206/dts_client.ts +30 -6
  16. package/src/services/dts/v20211206/dts_models.ts +80 -0
  17. package/src/services/ecm/v20190719/ecm_models.ts +4 -0
  18. package/src/services/ess/v20201111/ess_client.ts +2 -3
  19. package/src/services/ess/v20201111/ess_models.ts +135 -143
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +16 -7
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +108 -34
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +42 -0
  24. package/src/services/lcic/v20220817/lcic_client.ts +15 -3
  25. package/src/services/lcic/v20220817/lcic_models.ts +32 -12
  26. package/src/services/mps/v20190612/mps_client.ts +1 -0
  27. package/src/services/mps/v20190612/mps_models.ts +45 -13
  28. package/src/services/nlp/v20190408/nlp_client.ts +15 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +117 -0
  30. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  31. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  32. package/src/services/tcb/v20180608/tcb_models.ts +19 -14
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  34. package/src/services/tse/v20201207/tse_client.ts +152 -33
  35. package/src/services/tse/v20201207/tse_models.ts +792 -121
  36. package/src/services/tts/v20190823/tts_client.ts +0 -1
  37. package/src/services/vpc/v20170312/vpc_models.ts +5 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
  41. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
  43. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
  44. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
  45. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -13
  52. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
  53. package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
  54. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
  55. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  56. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
  57. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +135 -143
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -6
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -34
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
  64. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +40 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
  68. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
  69. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
  70. package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
  71. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  75. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
  76. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  77. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
  78. package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
  79. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
  80. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
  81. package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
  83. package/test/cdb.v20170320.test.js +4 -14
  84. package/test/dts.v20211206.test.js +22 -2
  85. package/test/iotvideo.v20211125.test.js +14 -4
  86. package/test/lcic.v20220817.test.js +10 -0
  87. package/test/nlp.v20190408.test.js +10 -0
  88. package/test/tse.v20201207.test.js +98 -8
package/products.md CHANGED
@@ -34,16 +34,16 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-17 01:22:57 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-18 01:06:57 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-17 01:26:03 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-08-15 01:05:14 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
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-08-17 01:26:50 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-08-17 01:28:19 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-17 01:29:37 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-18 01:07:18 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-08-17 01:37:50 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-17 01:38:19 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-21 01:07:44 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
48
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-08-07 01:07:52 |
@@ -59,7 +59,7 @@
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-08-17 01:57:08 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-17 01:58:23 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-21 01:08:36 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-17 02:01:58 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-17 02:03:45 |
@@ -68,9 +68,9 @@
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-09 01:17:49 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-17 02:14:05 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-17 02:20:29 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-18 01:09:28 |
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-08-17 02:39:21 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-21 01:09:59 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-17 02:45:26 |
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 |
@@ -79,22 +79,22 @@
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-08-17 02:51:02 |
81
81
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-14 01:19:53 |
82
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-14 01:20:21 |
82
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-21 01:10:48 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-08-17 02:58:55 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
86
86
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
87
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-08-09 01:23:41 |
87
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-08-18 16:50:40 |
88
88
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
89
89
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-08-17 03:03:01 |
90
90
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
91
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-08-17 03:03:39 |
91
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-08-18 01:11:07 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-08-17 03:09:11 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-17 03:10:14 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-17 03:11:06 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-21 01:12:45 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-21 01:13:02 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-17 03:11:54 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -119,14 +119,14 @@
119
119
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
120
120
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-08-17 03:26:39 |
121
121
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
122
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-17 03:37:09 |
122
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-18 01:13:17 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
124
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-06-13 01:25:28 |
124
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-08-21 01:14:26 |
125
125
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-08-07 15:48:42 |
126
126
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
127
127
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
128
128
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
129
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-11 01:27:55 |
129
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-17 20:45:43 |
130
130
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-17 03:53:36 |
131
131
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-17 03:57:19 |
132
132
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -140,21 +140,21 @@
140
140
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-07 01:14:24 |
141
141
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-08-17 04:08:29 |
142
142
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-17 04:10:02 |
143
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-17 04:13:52 |
143
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-18 01:14:58 |
144
144
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
145
145
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-17 04:17:58 |
146
146
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
147
147
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
148
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
148
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-21 01:15:52 |
149
149
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
150
150
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-17 04:18:36 |
151
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-17 04:19:25 |
151
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-21 01:15:58 |
152
152
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
153
153
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-10 01:32:28 |
154
154
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
155
155
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
156
156
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-08-17 04:24:17 |
157
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-08-17 04:27:53 |
157
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-08-18 01:15:59 |
158
158
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-26 01:31:49 |
159
159
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-08-17 04:29:35 |
160
160
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-08-17 04:29:40 |
@@ -185,7 +185,7 @@
185
185
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
186
186
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
187
187
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-08-17 04:48:58 |
188
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-21 01:39:45 |
188
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-08-18 11:40:41 |
189
189
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
190
190
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
191
191
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
@@ -195,7 +195,7 @@
195
195
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-17 04:54:42 |
196
196
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
197
197
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
198
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-17 05:17:55 |
198
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-21 01:18:28 |
199
199
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
200
200
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
201
201
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-16 01:45:46 |
@@ -218,17 +218,17 @@
218
218
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-08-15 01:44:16 |
219
219
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
220
220
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-17 05:42:31 |
221
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-17 05:43:39 |
221
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-21 01:19:32 |
222
222
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-17 05:44:43 |
223
223
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
224
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
224
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-21 01:20:14 |
225
225
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
226
226
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
227
227
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
228
228
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-17 05:51:03 |
229
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-17 05:58:34 |
229
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-18 01:20:12 |
230
230
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
231
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-17 06:32:15 |
231
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-18 01:21:04 |
232
232
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
233
233
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-17 06:34:07 |
234
234
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.667"
1
+ export const sdkVersion = "4.0.669"
@@ -1138,51 +1138,51 @@ export interface RoleInfo {
1138
1138
  /**
1139
1139
  * 角色ID
1140
1140
  */
1141
- RoleId: string
1141
+ RoleId?: string
1142
1142
  /**
1143
1143
  * 角色名称
1144
1144
  */
1145
- RoleName: string
1145
+ RoleName?: string
1146
1146
  /**
1147
1147
  * 角色的策略文档
1148
1148
  */
1149
- PolicyDocument: string
1149
+ PolicyDocument?: string
1150
1150
  /**
1151
1151
  * 角色描述
1152
1152
  */
1153
- Description: string
1153
+ Description?: string
1154
1154
  /**
1155
1155
  * 角色的创建时间
1156
1156
  */
1157
- AddTime: string
1157
+ AddTime?: string
1158
1158
  /**
1159
1159
  * 角色的最近一次时间
1160
1160
  */
1161
- UpdateTime: string
1161
+ UpdateTime?: string
1162
1162
  /**
1163
1163
  * 角色是否允许登录
1164
1164
  */
1165
- ConsoleLogin: number
1165
+ ConsoleLogin?: number
1166
1166
  /**
1167
1167
  * 角色类型,取user、system或service_linked
1168
1168
  注意:此字段可能返回 null,表示取不到有效值。
1169
1169
  */
1170
- RoleType: string
1170
+ RoleType?: string
1171
1171
  /**
1172
1172
  * 有效时间
1173
1173
  注意:此字段可能返回 null,表示取不到有效值。
1174
1174
  */
1175
- SessionDuration: number
1175
+ SessionDuration?: number
1176
1176
  /**
1177
1177
  * 服务相关角色删除TaskId
1178
1178
  注意:此字段可能返回 null,表示取不到有效值。
1179
1179
  */
1180
- DeletionTaskId: string
1180
+ DeletionTaskId?: string
1181
1181
  /**
1182
1182
  * 标签
1183
1183
  注意:此字段可能返回 null,表示取不到有效值。
1184
1184
  */
1185
- Tags: Array<RoleTags>
1185
+ Tags?: Array<RoleTags>
1186
1186
  }
1187
1187
 
1188
1188
  /**
@@ -59,7 +59,6 @@ import {
59
59
  CreateCdbProxyAddressRequest,
60
60
  AnalyzeAuditLogsRequest,
61
61
  ModifyBackupEncryptionStatusResponse,
62
- DatabaseName,
63
62
  DescribeInstanceParamsRequest,
64
63
  DescribeRoMinScaleResponse,
65
64
  StopDBImportJobResponse,
@@ -257,7 +256,6 @@ import {
257
256
  ReloadBalanceProxyNodeResponse,
258
257
  DescribeTimeWindowRequest,
259
258
  DescribeDBImportRecordsResponse,
260
- DescribeBackupDatabasesResponse,
261
259
  BackupItem,
262
260
  AuditFilter,
263
261
  DescribeProxySupportParamResponse,
@@ -390,7 +388,6 @@ import {
390
388
  AuditLogFile,
391
389
  CloseCdbProxyAddressResponse,
392
390
  RollbackTables,
393
- DescribeBackupDatabasesRequest,
394
391
  LocalBinlogConfigDefault,
395
392
  DescribeSlowLogDataRequest,
396
393
  ReleaseIsolatedDBInstancesResponse,
@@ -570,16 +567,6 @@ export class Client extends AbstractClient {
570
567
  return this.request("DescribeCdbZoneConfig", req, cb)
571
568
  }
572
569
 
573
- /**
574
- * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
575
- */
576
- async ModifyDBInstanceSecurityGroups(
577
- req: ModifyDBInstanceSecurityGroupsRequest,
578
- cb?: (error: string, rep: ModifyDBInstanceSecurityGroupsResponse) => void
579
- ): Promise<ModifyDBInstanceSecurityGroupsResponse> {
580
- return this.request("ModifyDBInstanceSecurityGroups", req, cb)
581
- }
582
-
583
570
  /**
584
571
  * 本接口(StopRollback) 用于撤销实例正在进行的回档任务,该接口返回一个异步任务id。 撤销结果可以通过 DescribeAsyncRequestInfo 查询任务的执行情况。
585
572
  */
@@ -1691,17 +1678,13 @@ export class Client extends AbstractClient {
1691
1678
  }
1692
1679
 
1693
1680
  /**
1694
- * 接口已废弃,需要下线
1695
-
1696
- 本接口(DescribeBackupDatabases)用于查询备份文件包含的库 (已废弃)。
1697
- 旧版本支持全量备份后,用户如果分库表下载逻辑备份文件,需要用到此接口。
1698
- 新版本支持(CreateBackup)创建逻辑备份的时候,直接发起指定库表备份,用户直接下载该备份文件即可。
1699
- */
1700
- async DescribeBackupDatabases(
1701
- req: DescribeBackupDatabasesRequest,
1702
- cb?: (error: string, rep: DescribeBackupDatabasesResponse) => void
1703
- ): Promise<DescribeBackupDatabasesResponse> {
1704
- return this.request("DescribeBackupDatabases", req, cb)
1681
+ * 修改数据库代理地址VPC信息
1682
+ */
1683
+ async ModifyCdbProxyAddressVipAndVPort(
1684
+ req: ModifyCdbProxyAddressVipAndVPortRequest,
1685
+ cb?: (error: string, rep: ModifyCdbProxyAddressVipAndVPortResponse) => void
1686
+ ): Promise<ModifyCdbProxyAddressVipAndVPortResponse> {
1687
+ return this.request("ModifyCdbProxyAddressVipAndVPort", req, cb)
1705
1688
  }
1706
1689
 
1707
1690
  /**
@@ -1809,13 +1792,13 @@ export class Client extends AbstractClient {
1809
1792
  }
1810
1793
 
1811
1794
  /**
1812
- * 修改数据库代理地址VPC信息
1795
+ * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
1813
1796
  */
1814
- async ModifyCdbProxyAddressVipAndVPort(
1815
- req: ModifyCdbProxyAddressVipAndVPortRequest,
1816
- cb?: (error: string, rep: ModifyCdbProxyAddressVipAndVPortResponse) => void
1817
- ): Promise<ModifyCdbProxyAddressVipAndVPortResponse> {
1818
- return this.request("ModifyCdbProxyAddressVipAndVPort", req, cb)
1797
+ async ModifyDBInstanceSecurityGroups(
1798
+ req: ModifyDBInstanceSecurityGroupsRequest,
1799
+ cb?: (error: string, rep: ModifyDBInstanceSecurityGroupsResponse) => void
1800
+ ): Promise<ModifyDBInstanceSecurityGroupsResponse> {
1801
+ return this.request("ModifyDBInstanceSecurityGroups", req, cb)
1819
1802
  }
1820
1803
 
1821
1804
  /**
@@ -1129,16 +1129,6 @@ export interface ModifyBackupEncryptionStatusResponse {
1129
1129
  RequestId?: string
1130
1130
  }
1131
1131
 
1132
- /**
1133
- * 数据库表名
1134
- */
1135
- export interface DatabaseName {
1136
- /**
1137
- * 数据库表名
1138
- */
1139
- DatabaseName: string
1140
- }
1141
-
1142
1132
  /**
1143
1133
  * DescribeInstanceParams请求参数结构体
1144
1134
  */
@@ -5607,24 +5597,6 @@ export interface DescribeDBImportRecordsResponse {
5607
5597
  RequestId?: string
5608
5598
  }
5609
5599
 
5610
- /**
5611
- * DescribeBackupDatabases返回参数结构体
5612
- */
5613
- export interface DescribeBackupDatabasesResponse {
5614
- /**
5615
- * 返回的数据个数。
5616
- */
5617
- TotalCount: number
5618
- /**
5619
- * 符合查询条件的数据库数组。
5620
- */
5621
- Items: Array<DatabaseName>
5622
- /**
5623
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5624
- */
5625
- RequestId?: string
5626
- }
5627
-
5628
5600
  /**
5629
5601
  * 创建备份时,指定需要备份的库表信息
5630
5602
  */
@@ -8780,32 +8752,6 @@ export interface RollbackTables {
8780
8752
  Table: Array<RollbackTableName>
8781
8753
  }
8782
8754
 
8783
- /**
8784
- * DescribeBackupDatabases请求参数结构体
8785
- */
8786
- export interface DescribeBackupDatabasesRequest {
8787
- /**
8788
- * 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
8789
- */
8790
- InstanceId: string
8791
- /**
8792
- * 开始时间,格式为:2017-07-12 10:29:20。
8793
- */
8794
- StartTime: string
8795
- /**
8796
- * 要查询的数据库名前缀。
8797
- */
8798
- SearchDatabase?: string
8799
- /**
8800
- * 分页偏移量。
8801
- */
8802
- Offset?: number
8803
- /**
8804
- * 分页大小,最小值为1,最大值为2000。
8805
- */
8806
- Limit?: number
8807
- }
8808
-
8809
8755
  /**
8810
8756
  * 本地binlog保留策略默认配置。
8811
8757
  */
@@ -1494,10 +1494,12 @@ export interface HeuristicCache {
1494
1494
  * 启发式缓存配置开关,取值有:
1495
1495
  on:开启
1496
1496
  off:关闭
1497
+ 注意:此字段可能返回 null,表示取不到有效值。
1497
1498
  */
1498
1499
  Switch: string
1499
1500
  /**
1500
1501
  * 自定义启发式缓存时间配置
1502
+ 注意:此字段可能返回 null,表示取不到有效值。
1501
1503
  */
1502
1504
  CacheConfig?: CacheConfig
1503
1505
  }
@@ -4675,10 +4677,12 @@ export interface CacheConfig {
4675
4677
  * 启发式自定义时间缓存配置开关,取值有:
4676
4678
  on:开启
4677
4679
  off:关闭
4680
+ 注意:此字段可能返回 null,表示取不到有效值。
4678
4681
  */
4679
4682
  HeuristicCacheTimeSwitch: string
4680
4683
  /**
4681
4684
  * 单位 秒.
4685
+ 注意:此字段可能返回 null,表示取不到有效值。
4682
4686
  */
4683
4687
  HeuristicCacheTime: number
4684
4688
  }
@@ -897,8 +897,10 @@ cls.pb.cc cls.pb.h cls.proto
897
897
  }
898
898
 
899
899
  /**
900
- * 本接口用于检索分析日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
901
- */
900
+ * 本接口用于检索分析日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
901
+
902
+ API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
903
+ */
902
904
  async SearchLog(
903
905
  req: SearchLogRequest,
904
906
  cb?: (error: string, rep: SearchLogResponse) => void
@@ -5216,7 +5216,7 @@ export interface SearchLogRequest {
5216
5216
  */
5217
5217
  TopicId?: string
5218
5218
  /**
5219
- * 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
5219
+ * 表示单次查询返回的原始日志条数,默认为100,最大值为1000,获取后续日志需使用Context参数
5220
5220
  注意:
5221
5221
  * 仅当检索分析语句(Query)不包含SQL时有效
5222
5222
  * SQL结果条数指定方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
@@ -11849,11 +11849,11 @@ export interface DescribeLicenseBindListResponse {
11849
11849
  /**
11850
11850
  * 总条数
11851
11851
  */
11852
- TotalCount: number
11852
+ TotalCount?: number
11853
11853
  /**
11854
11854
  * 绑定机器列表信息
11855
11855
  */
11856
- List: Array<LicenseBindDetail>
11856
+ List?: Array<LicenseBindDetail>
11857
11857
  /**
11858
11858
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11859
11859
  */
@@ -16716,7 +16716,9 @@ export interface DescribeLicenseBindListRequest {
16716
16716
  */
16717
16717
  ResourceId: string
16718
16718
  /**
16719
- * <li>Keywords 机器别名/公私IP 模糊查询</li>
16719
+ * <li>InstanceID、IP
16720
+
16721
+ MachineName 模糊查询</li>
16720
16722
  */
16721
16723
  Filters?: Array<Filters>
16722
16724
  /**
@@ -583,7 +583,7 @@ export class Client extends AbstractClient {
583
583
  }
584
584
 
585
585
  /**
586
- * 本接口(DescribeProxyNodes)用于查询代理接口列表。
586
+ * 本接口(DescribeProxyNodes)用于查询代理节点列表。
587
587
  */
588
588
  async DescribeProxyNodes(
589
589
  req: DescribeProxyNodesRequest,
@@ -2173,7 +2173,7 @@ export interface DescribeResourcesByDealNameResponse {
2173
2173
  /**
2174
2174
  * 计费资源id信息数组
2175
2175
  */
2176
- BillingResourceInfos: Array<BillingResourceInfo>
2176
+ BillingResourceInfos?: Array<BillingResourceInfo>
2177
2177
  /**
2178
2178
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2179
2179
  */
@@ -5548,11 +5548,11 @@ export interface DescribeProxyNodesResponse {
5548
5548
  /**
5549
5549
  * 数据库代理节点总数
5550
5550
  */
5551
- TotalCount: number
5551
+ TotalCount?: number
5552
5552
  /**
5553
5553
  * 数据库代理节点列表
5554
5554
  */
5555
- ProxyNodeInfos: Array<ProxyNodeInfo>
5555
+ ProxyNodeInfos?: Array<ProxyNodeInfo>
5556
5556
  /**
5557
5557
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5558
5558
  */
@@ -6015,43 +6015,47 @@ export interface ProxyNodeInfo {
6015
6015
  /**
6016
6016
  * 数据库代理节点ID
6017
6017
  */
6018
- ProxyNodeId: string
6018
+ ProxyNodeId?: string
6019
6019
  /**
6020
6020
  * 节点当前连接数, DescribeProxyNodes接口此字段值不返回
6021
6021
  */
6022
- ProxyNodeConnections: number
6022
+ ProxyNodeConnections?: number
6023
6023
  /**
6024
6024
  * 数据库代理节点cpu
6025
6025
  */
6026
- Cpu: number
6026
+ Cpu?: number
6027
6027
  /**
6028
6028
  * 数据库代理节点内存
6029
6029
  */
6030
- Mem: number
6030
+ Mem?: number
6031
6031
  /**
6032
6032
  * 数据库代理节点状态
6033
6033
  */
6034
- Status: string
6034
+ Status?: string
6035
6035
  /**
6036
6036
  * 数据库代理组ID
6037
6037
  */
6038
- ProxyGroupId: string
6038
+ ProxyGroupId?: string
6039
6039
  /**
6040
6040
  * 集群ID
6041
6041
  */
6042
- ClusterId: string
6042
+ ClusterId?: string
6043
6043
  /**
6044
6044
  * 用户AppID
6045
6045
  */
6046
- AppId: number
6046
+ AppId?: number
6047
6047
  /**
6048
6048
  * 地域
6049
6049
  */
6050
- Region: string
6050
+ Region?: string
6051
6051
  /**
6052
6052
  * 可用区
6053
6053
  */
6054
- Zone: string
6054
+ Zone?: string
6055
+ /**
6056
+ * 数据库代理节点名字
6057
+ */
6058
+ OssProxyNodeName?: string
6055
6059
  }
6056
6060
 
6057
6061
  /**
@@ -21,9 +21,11 @@ import {
21
21
  ModifyCompareTaskResponse,
22
22
  DescribeSyncJobsResponse,
23
23
  ModifyMigrationJobResponse,
24
+ ModifyMigrateRateLimitResponse,
24
25
  ModifyMigrateJobSpecRequest,
25
26
  StartMigrateJobRequest,
26
27
  StepTip,
28
+ ModifySyncRateLimitResponse,
27
29
  DestroyMigrateJobRequest,
28
30
  SkipCheckItemResponse,
29
31
  IsolateMigrateJobRequest,
@@ -34,6 +36,7 @@ import {
34
36
  IsolateSyncJobRequest,
35
37
  PauseMigrateJobRequest,
36
38
  ContinueMigrateJobRequest,
39
+ ModifySyncRateLimitRequest,
37
40
  DescribeCheckSyncJobResultRequest,
38
41
  DestroySyncJobResponse,
39
42
  DescribeCompareReportResponse,
@@ -114,6 +117,7 @@ import {
114
117
  DescribeSyncJobsRequest,
115
118
  SyncDetailInfo,
116
119
  ResumeSyncJobRequest,
120
+ ModifyMigrateRateLimitRequest,
117
121
  CompareTableItem,
118
122
  ConfigureSyncJobResponse,
119
123
  CompareViewItem,
@@ -217,6 +221,16 @@ export class Client extends AbstractClient {
217
221
  return this.request("CreateMigrationService", req, cb)
218
222
  }
219
223
 
224
+ /**
225
+ * 用户在发现迁移任务对用户的数据库的负载影响较大时、可通过该接口限制任务的传输速率
226
+ */
227
+ async ModifyMigrateRateLimit(
228
+ req: ModifyMigrateRateLimitRequest,
229
+ cb?: (error: string, rep: ModifyMigrateRateLimitResponse) => void
230
+ ): Promise<ModifyMigrateRateLimitResponse> {
231
+ return this.request("ModifyMigrateRateLimit", req, cb)
232
+ }
233
+
220
234
  /**
221
235
  * 隔离同步任务,隔离后可通过查询同步任务信息接口DescribeSyncJobs获取隔离后状态。在任务隔离后可进行解除隔离(RecoverSyncJob)操作或直接进行下线操作。对于不计费任务,调用此接口后会直接删除任务,无法进行恢复操作。
222
236
  */
@@ -337,6 +351,16 @@ export class Client extends AbstractClient {
337
351
  return this.request("ConfigureSyncJob", req, cb)
338
352
  }
339
353
 
354
+ /**
355
+ * 在查询修改对象的校验任务的结果中的status为success后、通过该接口开始修改配置流程
356
+ */
357
+ async StartModifySyncJob(
358
+ req: StartModifySyncJobRequest,
359
+ cb?: (error: string, rep: StartModifySyncJobResponse) => void
360
+ ): Promise<StartModifySyncJobResponse> {
361
+ return this.request("StartModifySyncJob", req, cb)
362
+ }
363
+
340
364
  /**
341
365
  * 调整同步任务规格,此接口只支持按量计费任务的调整,调用此接口后不会立即生效,后台调整时间大概为3~5分钟。调用此接口后可通过查询同步任务信息接口DescribeSyncJobs,获取变配后的状态。
342
366
  */
@@ -390,13 +414,13 @@ export class Client extends AbstractClient {
390
414
  }
391
415
 
392
416
  /**
393
- * 在查询修改对象的校验任务的结果中的status为success后、通过该接口开始修改配置流程
417
+ * 用户在发现同步任务对用户的数据库的负载影响较大时、可通过该接口限制任务的传输速率
394
418
  */
395
- async StartModifySyncJob(
396
- req: StartModifySyncJobRequest,
397
- cb?: (error: string, rep: StartModifySyncJobResponse) => void
398
- ): Promise<StartModifySyncJobResponse> {
399
- return this.request("StartModifySyncJob", req, cb)
419
+ async ModifySyncRateLimit(
420
+ req: ModifySyncRateLimitRequest,
421
+ cb?: (error: string, rep: ModifySyncRateLimitResponse) => void
422
+ ): Promise<ModifySyncRateLimitResponse> {
423
+ return this.request("ModifySyncRateLimit", req, cb)
400
424
  }
401
425
 
402
426
  /**