tencentcloud-sdk-nodejs 4.0.558 → 4.0.560

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 (101) hide show
  1. package/CHANGELOG.md +461 -0
  2. package/SERVICE_CHANGELOG.md +593 -38
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  7. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  8. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  9. package/src/services/cdwch/v20200915/cdwch_client.ts +13 -0
  10. package/src/services/cdwch/v20200915/cdwch_models.ts +44 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +87 -10
  13. package/src/services/dnspod/v20210323/dnspod_models.ts +4 -4
  14. package/src/services/dts/v20211206/dts_client.ts +4 -1
  15. package/src/services/dts/v20211206/dts_models.ts +121 -6
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -3
  18. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  19. package/src/services/hasim/v20210716/hasim_models.ts +10 -0
  20. package/src/services/keewidb/v20220308/keewidb_client.ts +14 -1
  21. package/src/services/keewidb/v20220308/keewidb_models.ts +105 -15
  22. package/src/services/lcic/v20220817/lcic_client.ts +1 -1
  23. package/src/services/lcic/v20220817/lcic_models.ts +11 -1
  24. package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -2
  25. package/src/services/live/v20180801/live_models.ts +1 -1
  26. package/src/services/monitor/v20180724/monitor_models.ts +5 -5
  27. package/src/services/ms/v20180408/ms_client.ts +11 -5
  28. package/src/services/ocr/v20181119/ocr_client.ts +0 -1
  29. package/src/services/ocr/v20181119/ocr_models.ts +24 -12
  30. package/src/services/tdmq/v20200217/tdmq_client.ts +33 -0
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +431 -0
  32. package/src/services/teo/v20220901/teo_client.ts +3 -1
  33. package/src/services/teo/v20220901/teo_models.ts +155 -16
  34. package/src/services/trtc/v20190722/trtc_client.ts +2 -0
  35. package/src/services/trtc/v20190722/trtc_models.ts +85 -3
  36. package/src/services/vod/v20180717/vod_client.ts +1 -0
  37. package/src/services/vod/v20180717/vod_models.ts +13 -7
  38. package/src/services/vpc/v20170312/vpc_client.ts +13 -0
  39. package/src/services/vpc/v20170312/vpc_models.ts +30 -0
  40. package/src/services/waf/v20180125/waf_client.ts +44 -6
  41. package/src/services/waf/v20180125/waf_models.ts +240 -0
  42. package/src/services/wav/v20210129/wav_client.ts +51 -20
  43. package/src/services/wav/v20210129/wav_models.ts +675 -137
  44. package/src/services/yinsuda/v20220527/yinsuda_models.ts +8 -2
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  48. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  49. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  50. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
  51. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
  52. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +39 -2
  53. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +73 -8
  55. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -4
  56. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  57. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +102 -6
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -3
  61. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
  62. package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +8 -0
  63. package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +5 -1
  64. package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +6 -0
  65. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +88 -13
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +10 -1
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +0 -2
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +0 -2
  70. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -5
  72. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +9 -3
  73. package/tencentcloud/services/ms/v20180408/ms_client.js +9 -3
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -1
  75. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -1
  76. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -12
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +363 -0
  80. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  81. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +134 -13
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +73 -3
  83. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  84. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  85. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +12 -7
  86. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
  87. package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +26 -0
  89. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +15 -3
  90. package/tencentcloud/services/waf/v20180125/waf_client.js +21 -3
  91. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +200 -0
  92. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
  93. package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
  94. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +578 -130
  95. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +7 -2
  96. package/test/cdwch.v20200915.test.js +10 -0
  97. package/test/keewidb.v20220308.test.js +10 -0
  98. package/test/tdmq.v20200217.test.js +20 -0
  99. package/test/vpc.v20170312.test.js +10 -0
  100. package/test/waf.v20180125.test.js +32 -2
  101. package/test/wav.v20210129.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.558",
3
+ "version": "4.0.560",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -1,6 +1,6 @@
1
1
  | 包名 | 产品中文名 | 更新时间 |
2
2
  |-|-|-|
3
- | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
3
+ | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2023-03-14 01:01:06 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-01-10 15:15:42 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
@@ -34,20 +34,20 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-01 01:04:59 |
38
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-02-17 11:41:16 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-15 01:06:54 |
38
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
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) | 2022-12-12 01:11:14 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-09 01:06:22 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-08 01:06:07 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-13 01:08:00 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-15 01:09:07 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-14 01:07:37 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-14 01:08:01 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-01 01:08:42 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-15 01:10:53 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
48
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
48
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-15 01:11:52 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
50
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-09 01:08:34 |
50
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-14 01:10:11 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-08 01:08:15 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
@@ -59,7 +59,7 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-09 01:14:35 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-13 01:19:28 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-15 01:15:16 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -68,7 +68,7 @@
68
68
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-13 01:21:27 |
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-13 01:27:18 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-03 01:13:15 |
71
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-15 01:22:02 |
72
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-09 01:19:39 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
@@ -77,12 +77,12 @@
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
78
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-09 01:21:10 |
79
79
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-10 01:29:04 |
80
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-13 01:32:06 |
80
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-15 01:31:21 |
81
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-07 01:21:01 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
83
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
84
84
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
85
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-09 01:22:47 |
85
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-14 01:22:11 |
86
86
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-03-09 01:23:03 |
87
87
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
88
88
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -92,9 +92,9 @@
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-09 01:25:15 |
94
94
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-13 01:35:28 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-13 01:35:51 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-14 01:25:06 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
97
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-09 01:26:07 |
97
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-15 01:37:54 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
99
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
100
100
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-03-09 01:26:29 |
@@ -104,7 +104,7 @@
104
104
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-10 01:34:12 |
105
105
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
106
106
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
107
- | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-03 01:21:56 |
107
+ | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-15 01:39:36 |
108
108
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
109
109
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
110
110
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
@@ -121,11 +121,11 @@
121
121
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
122
122
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
124
- | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-13 01:49:18 |
124
+ | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-15 01:45:20 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-13 01:49:55 |
127
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-09 01:32:16 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-08 01:36:32 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-14 01:33:18 |
127
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-15 01:47:09 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
131
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-09 01:33:22 |
@@ -135,25 +135,25 @@
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
137
137
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-09 01:34:01 |
138
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-13 01:52:39 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-15 01:49:18 |
139
139
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-09 14:45:43 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
141
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
141
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-15 01:56:41 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
143
143
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
144
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
144
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-14 01:38:46 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-09 01:40:49 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-03 01:34:33 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-15 01:57:48 |
148
148
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
149
149
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
150
150
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
151
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-03-09 01:41:55 |
151
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-03-14 01:40:47 |
152
152
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
153
153
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-09 01:42:26 |
154
154
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
155
155
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-09 01:43:14 |
156
- | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-09 01:43:43 |
156
+ | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-14 01:44:45 |
157
157
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
158
158
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
159
159
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-09 01:43:49 |
@@ -171,7 +171,7 @@
171
171
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
172
172
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-09 01:47:55 |
173
173
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
174
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-08 01:52:44 |
174
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-14 01:47:58 |
175
175
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
176
176
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-03-09 01:48:15 |
177
177
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -188,10 +188,10 @@
188
188
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-10 01:50:09 |
189
189
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
190
190
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
191
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-13 02:05:39 |
192
- | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
191
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-15 02:09:35 |
192
+ | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-14 01:54:18 |
193
193
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
194
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-13 02:07:46 |
194
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-15 02:11:56 |
195
195
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-28 02:19:52 |
196
196
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
197
197
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
@@ -201,27 +201,27 @@
201
201
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
202
202
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
203
203
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
204
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-10 02:16:26 |
204
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-14 01:59:10 |
205
205
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
206
206
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
207
207
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
208
208
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
209
209
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
210
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-08 02:20:49 |
211
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-10 02:30:31 |
210
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-15 02:17:31 |
211
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-15 02:18:00 |
212
212
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
213
213
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
214
214
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
215
215
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
216
216
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
217
217
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
218
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-10 02:32:17 |
219
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-09 02:29:43 |
220
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-10 02:38:39 |
221
- | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
218
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-15 02:20:53 |
219
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-14 02:17:29 |
220
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-14 02:20:08 |
221
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
222
222
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-08 02:25:19 |
223
223
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
224
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-02-24 01:40:46 |
224
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-15 02:26:07 |
225
225
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
226
226
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
227
227
  | yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.558"
1
+ export const sdkVersion = "4.0.560"
@@ -825,7 +825,7 @@ export interface DescribeDiskConfigQuotaResponse {
825
825
  /**
826
826
  * 云盘配置列表。
827
827
  */
828
- DiskConfigSet: Array<DiskConfig>
828
+ DiskConfigSet?: Array<DiskConfig>
829
829
 
830
830
  /**
831
831
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1678,7 +1678,7 @@ export interface CreateAutoCalloutTaskResponse {
1678
1678
  /**
1679
1679
  * 任务Id
1680
1680
  */
1681
- TaskId: number
1681
+ TaskId?: number
1682
1682
 
1683
1683
  /**
1684
1684
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5235,7 +5235,7 @@ blacklist:黑名单
5235
5235
  FilterRules?: Array<IpFilterPathRule>
5236
5236
 
5237
5237
  /**
5238
- * IP 黑白名单验证失败时返回的 code(即将下线)
5238
+ * IP 黑白名单验证失败时返回的 code <br><font color=red>已下线,参数失效,不支持自定义状态码,固定返回514</font>
5239
5239
  注意:此字段可能返回 null,表示取不到有效值。
5240
5240
  */
5241
5241
  ReturnCode?: number
@@ -36,10 +36,12 @@ import {
36
36
  ModifyUserNewPrivilegeRequest,
37
37
  DescribeCkSqlApisRequest,
38
38
  ClusterConfigsInfoFromEMR,
39
+ DescribeInstanceClustersRequest,
39
40
  OpenBackUpRequest,
40
41
  BackupTableContent,
41
42
  CreateInstanceNewResponse,
42
43
  ConfigSubmitContext,
44
+ DescribeInstanceClustersResponse,
43
45
  CreateInstanceNewRequest,
44
46
  InstanceInfo,
45
47
  ModifyClusterConfigsRequest,
@@ -54,6 +56,7 @@ import {
54
56
  CreateBackUpScheduleResponse,
55
57
  InstanceConfigItem,
56
58
  DescribeInstanceResponse,
59
+ ClusterInfo,
57
60
  ScaleUpInstanceRequest,
58
61
  NodesSummary,
59
62
  DescribeInstanceShardsResponse,
@@ -140,6 +143,16 @@ export class Client extends AbstractClient {
140
143
  return this.request("OpenBackUp", req, cb)
141
144
  }
142
145
 
146
+ /**
147
+ * 集群vcluster列表
148
+ */
149
+ async DescribeInstanceClusters(
150
+ req: DescribeInstanceClustersRequest,
151
+ cb?: (error: string, rep: DescribeInstanceClustersResponse) => void
152
+ ): Promise<DescribeInstanceClustersResponse> {
153
+ return this.request("DescribeInstanceClusters", req, cb)
154
+ }
155
+
143
156
  /**
144
157
  * 在集群详情页面获取所有参数列表
145
158
  */
@@ -365,6 +365,16 @@ export interface ClusterConfigsInfoFromEMR {
365
365
  FilePath: string
366
366
  }
367
367
 
368
+ /**
369
+ * DescribeInstanceClusters请求参数结构体
370
+ */
371
+ export interface DescribeInstanceClustersRequest {
372
+ /**
373
+ * 实例ID
374
+ */
375
+ InstanceId: string
376
+ }
377
+
368
378
  /**
369
379
  * OpenBackUp请求参数结构体
370
380
  */
@@ -468,6 +478,21 @@ export interface ConfigSubmitContext {
468
478
  FilePath?: string
469
479
  }
470
480
 
481
+ /**
482
+ * DescribeInstanceClusters返回参数结构体
483
+ */
484
+ export interface DescribeInstanceClustersResponse {
485
+ /**
486
+ * cluster列表
487
+ */
488
+ Clusters: Array<ClusterInfo>
489
+
490
+ /**
491
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
492
+ */
493
+ RequestId?: string
494
+ }
495
+
471
496
  /**
472
497
  * CreateInstanceNew请求参数结构体
473
498
  */
@@ -989,12 +1014,12 @@ export interface ScaleOutInstanceRequest {
989
1014
  UserSubnetIPNum?: number
990
1015
 
991
1016
  /**
992
- * 同步元数据节点IP (uip
1017
+ * 同步元数据节点IP (uip),扩容的时候必填
993
1018
  */
994
1019
  ScaleOutNodeIp?: string
995
1020
 
996
1021
  /**
997
- * 缩容节点shard的节点IP (uip),其中ha集群需要主副节点ip都传入以逗号分隔
1022
+ * 缩容节点shard的节点IP (uip),其中ha集群需要主副节点ip都传入以逗号分隔,缩容的时候必填
998
1023
  */
999
1024
  ReduceShardInfo?: Array<string>
1000
1025
  }
@@ -1039,6 +1064,23 @@ export interface DescribeInstanceResponse {
1039
1064
  RequestId?: string
1040
1065
  }
1041
1066
 
1067
+ /**
1068
+ * clickhouse vcluster信息
1069
+ */
1070
+ export interface ClusterInfo {
1071
+ /**
1072
+ * vcluster名字
1073
+ 注意:此字段可能返回 null,表示取不到有效值。
1074
+ */
1075
+ ClusterName: string
1076
+
1077
+ /**
1078
+ * 当前cluster的IP列表
1079
+ 注意:此字段可能返回 null,表示取不到有效值。
1080
+ */
1081
+ NodeIps: Array<string>
1082
+ }
1083
+
1042
1084
  /**
1043
1085
  * ScaleUpInstance请求参数结构体
1044
1086
  */
@@ -79,7 +79,7 @@ import {
79
79
  DescribeClusterParamLogsResponse,
80
80
  DescribeClusterInstanceGrpsRequest,
81
81
  DescribeResourcesByDealNameResponse,
82
- ResumeServerlessResponse,
82
+ InstanceNetInfo,
83
83
  CreateAccountsRequest,
84
84
  DeleteAuditRuleTemplatesRequest,
85
85
  DescribeAuditRuleTemplatesResponse,
@@ -166,6 +166,7 @@ import {
166
166
  OfflineClusterResponse,
167
167
  SwitchProxyVpcResponse,
168
168
  RevokeAccountPrivilegesRequest,
169
+ ResumeServerlessResponse,
169
170
  DescribeAuditRuleTemplatesRequest,
170
171
  InstanceSpec,
171
172
  DescribeFlowRequest,
@@ -553,12 +553,12 @@ export interface DescribeInstancesResponse {
553
553
  /**
554
554
  * 实例个数
555
555
  */
556
- TotalCount: number
556
+ TotalCount?: number
557
557
 
558
558
  /**
559
559
  * 实例列表
560
560
  */
561
- InstanceSet: Array<CynosdbInstance>
561
+ InstanceSet?: Array<CynosdbInstance>
562
562
 
563
563
  /**
564
564
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1469,18 +1469,74 @@ export interface DescribeResourcesByDealNameResponse {
1469
1469
  }
1470
1470
 
1471
1471
  /**
1472
- * ResumeServerless返回参数结构体
1472
+ * 实例网络信息
1473
1473
  */
1474
- export interface ResumeServerlessResponse {
1474
+ export interface InstanceNetInfo {
1475
1475
  /**
1476
- * 异步流程ID
1477
- */
1478
- FlowId: number
1476
+ * 网络类型
1477
+ 注意:此字段可能返回 null,表示取不到有效值。
1478
+ */
1479
+ InstanceGroupType?: string
1479
1480
 
1480
1481
  /**
1481
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1482
- */
1483
- RequestId?: string
1482
+ * 接入组ID
1483
+ 注意:此字段可能返回 null,表示取不到有效值。
1484
+ */
1485
+ InstanceGroupId?: string
1486
+
1487
+ /**
1488
+ * 私有网络ID
1489
+ 注意:此字段可能返回 null,表示取不到有效值。
1490
+ */
1491
+ VpcId?: string
1492
+
1493
+ /**
1494
+ * 子网ID
1495
+ 注意:此字段可能返回 null,表示取不到有效值。
1496
+ */
1497
+ SubnetId?: string
1498
+
1499
+ /**
1500
+ * 网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
1501
+ 注意:此字段可能返回 null,表示取不到有效值。
1502
+ */
1503
+ NetType?: number
1504
+
1505
+ /**
1506
+ * 私有网络IP
1507
+ 注意:此字段可能返回 null,表示取不到有效值。
1508
+ */
1509
+ Vip?: string
1510
+
1511
+ /**
1512
+ * 私有网络端口
1513
+ 注意:此字段可能返回 null,表示取不到有效值。
1514
+ */
1515
+ Vport?: number
1516
+
1517
+ /**
1518
+ * 外网域名
1519
+ 注意:此字段可能返回 null,表示取不到有效值。
1520
+ */
1521
+ WanDomain?: string
1522
+
1523
+ /**
1524
+ * 外网Ip
1525
+ 注意:此字段可能返回 null,表示取不到有效值。
1526
+ */
1527
+ WanIP?: string
1528
+
1529
+ /**
1530
+ * 外网端口
1531
+ 注意:此字段可能返回 null,表示取不到有效值。
1532
+ */
1533
+ WanPort?: number
1534
+
1535
+ /**
1536
+ * 外网开启状态
1537
+ 注意:此字段可能返回 null,表示取不到有效值。
1538
+ */
1539
+ WanStatus?: string
1484
1540
  }
1485
1541
 
1486
1542
  /**
@@ -2392,6 +2448,12 @@ pause
2392
2448
  注意:此字段可能返回 null,表示取不到有效值。
2393
2449
  */
2394
2450
  SlaveZones?: Array<string>
2451
+
2452
+ /**
2453
+ * 实例网络信息
2454
+ 注意:此字段可能返回 null,表示取不到有效值。
2455
+ */
2456
+ InstanceNetInfo?: Array<InstanceNetInfo>
2395
2457
  }
2396
2458
 
2397
2459
  /**
@@ -4276,6 +4338,21 @@ export interface RevokeAccountPrivilegesRequest {
4276
4338
  DbTables: Array<DbTable>
4277
4339
  }
4278
4340
 
4341
+ /**
4342
+ * ResumeServerless返回参数结构体
4343
+ */
4344
+ export interface ResumeServerlessResponse {
4345
+ /**
4346
+ * 异步流程ID
4347
+ */
4348
+ FlowId: number
4349
+
4350
+ /**
4351
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4352
+ */
4353
+ RequestId?: string
4354
+ }
4355
+
4279
4356
  /**
4280
4357
  * DescribeAuditRuleTemplates请求参数结构体
4281
4358
  */
@@ -497,7 +497,7 @@ export interface DescribeVASStatisticResponse {
497
497
  /**
498
498
  * 增值服务用量列表
499
499
  */
500
- VASList: Array<VASStatisticItem>
500
+ VASList?: Array<VASStatisticItem>
501
501
 
502
502
  /**
503
503
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -644,12 +644,12 @@ export interface DescribePackageDetailResponse {
644
644
  /**
645
645
  * 套餐配置详情
646
646
  */
647
- Info: Array<PackageDetailItem>
647
+ Info?: Array<PackageDetailItem>
648
648
 
649
649
  /**
650
650
  * 套餐代码列表
651
651
  */
652
- LevelMap: Array<string>
652
+ LevelMap?: Array<string>
653
653
 
654
654
  /**
655
655
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4065,7 +4065,7 @@ export interface DescribeRecordExistExceptDefaultNSResponse {
4065
4065
  /**
4066
4066
  * true 是 false 否
4067
4067
  */
4068
- Exist: boolean
4068
+ Exist?: boolean
4069
4069
 
4070
4070
  /**
4071
4071
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -51,6 +51,7 @@ import {
51
51
  ConflictHandleOption,
52
52
  ResumeSyncJobResponse,
53
53
  ModifyCompareTaskNameResponse,
54
+ StartSyncJobRequest,
54
55
  PauseSyncJobRequest,
55
56
  CreateMigrateCheckJobResponse,
56
57
  ContinueMigrateJobResponse,
@@ -63,11 +64,13 @@ import {
63
64
  MigrateAction,
64
65
  DeleteCompareTaskResponse,
65
66
  DBEndpointInfo,
67
+ TopicRule,
66
68
  ContinueSyncJobResponse,
67
69
  Options,
68
70
  CompleteMigrateJobRequest,
69
71
  DescribeCompareTasksResponse,
70
72
  StopCompareRequest,
73
+ SyncDBEndpointInfos,
71
74
  DescribeCheckSyncJobResultResponse,
72
75
  StopSyncJobResponse,
73
76
  SkippedDetail,
@@ -85,7 +88,7 @@ import {
85
88
  CompareTaskInfo,
86
89
  ContinueSyncJobRequest,
87
90
  CreateMigrationServiceResponse,
88
- StartSyncJobRequest,
91
+ KafkaOption,
89
92
  DescribeMigrationCheckJobResponse,
90
93
  DBInfo,
91
94
  Endpoint,