tencentcloud-sdk-nodejs 4.0.494 → 4.0.496

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 (99) hide show
  1. package/CHANGELOG.md +390 -0
  2. package/SERVICE_CHANGELOG.md +457 -30
  3. package/package.json +1 -1
  4. package/products.md +27 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +7 -7
  7. package/src/services/apm/v20210622/apm_client.ts +1 -0
  8. package/src/services/apm/v20210622/apm_models.ts +23 -0
  9. package/src/services/batch/v20170312/batch_models.ts +6 -0
  10. package/src/services/cam/v20190116/cam_models.ts +3 -3
  11. package/src/services/cdb/v20170320/cdb_models.ts +8 -2
  12. package/src/services/cdwch/v20200915/cdwch_client.ts +1 -1
  13. package/src/services/cdwch/v20200915/cdwch_models.ts +18 -6
  14. package/src/services/cls/v20201016/cls_client.ts +4 -4
  15. package/src/services/cme/v20191029/cme_models.ts +15 -15
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +59 -3
  17. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_client.ts +56 -7
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +256 -31
  20. package/src/services/dts/v20211206/dts_client.ts +1 -1
  21. package/src/services/dts/v20211206/dts_models.ts +56 -20
  22. package/src/services/es/v20180416/es_models.ts +1 -1
  23. package/src/services/ess/v20201111/ess_models.ts +26 -16
  24. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -6
  26. package/src/services/gme/v20180711/gme_client.ts +3 -1
  27. package/src/services/gme/v20180711/gme_models.ts +7 -7
  28. package/src/services/index.ts +1 -0
  29. package/src/services/iotvideo/v20211125/iotvideo_models.ts +22 -0
  30. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +28 -6
  32. package/src/services/monitor/v20180724/monitor_client.ts +14 -1
  33. package/src/services/monitor/v20180724/monitor_models.ts +63 -7
  34. package/src/services/scf/v20180416/scf_models.ts +9 -6
  35. package/src/services/tds/v20220801/tds_client.ts +15 -3
  36. package/src/services/tds/v20220801/tds_models.ts +157 -27
  37. package/src/services/trdp/index.ts +5 -0
  38. package/src/services/trdp/v20220726/index.ts +6 -0
  39. package/src/services/trdp/v20220726/trdp_client.ts +50 -0
  40. package/src/services/trdp/v20220726/trdp_models.ts +564 -0
  41. package/src/services/trtc/v20190722/trtc_client.ts +85 -7
  42. package/src/services/trtc/v20190722/trtc_models.ts +724 -97
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +7 -7
  46. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
  47. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -0
  48. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -3
  49. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -2
  50. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +1 -1
  51. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +1 -1
  52. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +16 -4
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -4
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +4 -4
  55. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +15 -15
  56. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +48 -1
  57. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  58. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  59. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -3
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -3
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +218 -27
  62. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  63. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  64. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +50 -20
  65. package/tencentcloud/services/es/v20180416/es_models.d.ts +1 -1
  66. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -14
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -6
  70. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +3 -1
  71. package/tencentcloud/services/gme/v20180711/gme_client.js +3 -1
  72. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -7
  73. package/tencentcloud/services/index.d.ts +1 -0
  74. package/tencentcloud/services/index.js +2 -0
  75. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +18 -0
  76. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +25 -6
  77. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  78. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  79. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -6
  80. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -0
  81. package/tencentcloud/services/tds/v20220801/tds_client.d.ts +5 -1
  82. package/tencentcloud/services/tds/v20220801/tds_client.js +6 -0
  83. package/tencentcloud/services/tds/v20220801/tds_models.d.ts +133 -27
  84. package/tencentcloud/services/trdp/index.d.ts +6 -0
  85. package/tencentcloud/services/trdp/index.js +7 -0
  86. package/tencentcloud/services/trdp/v20220726/index.d.ts +6 -0
  87. package/tencentcloud/services/trdp/v20220726/index.js +9 -0
  88. package/tencentcloud/services/trdp/v20220726/trdp_client.d.ts +14 -0
  89. package/tencentcloud/services/trdp/v20220726/trdp_client.js +37 -0
  90. package/tencentcloud/services/trdp/v20220726/trdp_models.d.ts +470 -0
  91. package/tencentcloud/services/trdp/v20220726/trdp_models.js +18 -0
  92. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +35 -1
  93. package/tencentcloud/services/trtc/v20190722/trtc_client.js +40 -0
  94. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +619 -88
  95. package/test/cynosdb.v20190107.test.js +42 -2
  96. package/test/monitor.v20180724.test.js +10 -0
  97. package/test/tds.v20220801.test.js +10 -0
  98. package/test/trdp.v20220726.test.js +31 -0
  99. package/test/trtc.v20190722.test.js +30 -0
package/products.md CHANGED
@@ -8,17 +8,17 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-11-16 06:07:01 |
11
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-11-23 06:03:44 |
11
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-05 10:58:07 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
16
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
16
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-11-18 06:08:39 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-29 06:12:14 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-11-30 06:10:45 |
21
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-05 06:18:51 |
22
22
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-09-06 06:10:38 |
23
23
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
24
24
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2022-10-31 06:10:22 |
@@ -32,18 +32,18 @@
32
32
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
33
33
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
34
34
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
35
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-11-08 06:11:07 |
35
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-06 06:19:53 |
36
36
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-11-22 06:12:35 |
37
37
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
38
38
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
39
39
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-11-09 06:14:16 |
40
40
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
41
41
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-11-21 06:12:39 |
42
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-11-30 06:15:05 |
42
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-05 06:24:01 |
43
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
44
44
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
45
45
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
46
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-11-30 06:17:14 |
46
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-06 06:24:19 |
47
47
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
48
48
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-21 06:14:58 |
49
49
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-11-28 06:18:58 |
@@ -57,16 +57,16 @@
57
57
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
58
58
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
59
59
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
60
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-11-30 06:20:47 |
61
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
60
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-06 06:27:51 |
61
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
62
62
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
63
63
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
64
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-11-25 06:20:42 |
64
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-05 06:33:06 |
65
65
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
66
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-11-30 06:23:54 |
66
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-05 06:35:54 |
67
67
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
68
68
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
69
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-11-23 06:21:08 |
69
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-06 06:33:40 |
70
70
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
71
71
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
72
72
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
@@ -74,13 +74,13 @@
74
74
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
75
75
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
76
76
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
77
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-11-24 06:27:21 |
77
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-05 06:43:01 |
78
78
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-11-25 06:28:38 |
79
79
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
80
80
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
81
81
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
82
82
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
83
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-11-30 06:31:27 |
83
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-06 06:38:01 |
84
84
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
85
85
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
86
86
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -88,15 +88,15 @@
88
88
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
89
89
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
90
90
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-11-29 06:43:55 |
91
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-11-30 06:34:30 |
92
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-01 06:35:57 |
93
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-29 17:04:20 |
91
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-06 06:40:42 |
92
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-06 06:41:11 |
93
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-06 06:41:29 |
94
94
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
95
95
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-11-29 06:46:33 |
96
96
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
97
97
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
98
98
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
99
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-11-24 06:34:16 |
99
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-12-05 06:51:48 |
100
100
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
101
101
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-11-18 06:29:55 |
102
102
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -113,13 +113,13 @@
113
113
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
114
114
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-11-30 06:40:19 |
115
115
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
116
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-11-03 06:28:16 |
116
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-12-05 06:57:57 |
117
117
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
118
118
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
119
119
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
120
120
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-11-01 06:32:51 |
121
121
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-11-30 06:43:58 |
122
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-11-30 06:44:08 |
122
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-05 07:01:06 |
123
123
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-11-18 06:36:08 |
124
124
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
125
125
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -130,7 +130,7 @@
130
130
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
131
131
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
132
132
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
133
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-11-18 06:38:09 |
133
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-05 07:04:52 |
134
134
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-11-23 06:41:18 |
135
135
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
136
136
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-11-09 06:43:15 |
@@ -152,7 +152,7 @@
152
152
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
153
153
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
154
154
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-11-24 06:48:50 |
155
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-11-24 06:49:18 |
155
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-12-05 07:13:50 |
156
156
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-11-03 06:36:44 |
157
157
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
158
158
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
@@ -174,7 +174,7 @@
174
174
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
175
175
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
176
176
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
177
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-11-04 06:37:38 |
177
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-12-05 07:19:35 |
178
178
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
179
179
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
180
180
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -184,7 +184,7 @@
184
184
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
185
185
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
186
186
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
187
- | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
187
+ | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
188
188
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-11-17 06:48:59 |
189
189
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-29 07:26:41 |
190
190
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-16 06:42:38 |
@@ -200,8 +200,9 @@
200
200
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
201
201
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
202
202
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
203
+ | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-06 07:15:29 |
203
204
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-11-22 07:04:58 |
204
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-11-21 06:56:52 |
205
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-06 07:15:51 |
205
206
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
206
207
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-31 06:58:25 |
207
208
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
@@ -210,10 +211,10 @@
210
211
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
211
212
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
212
213
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-01 07:13:39 |
213
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-11-22 07:10:00 |
214
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-05 07:38:38 |
214
215
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-11-16 06:48:54 |
215
216
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
216
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-11-23 07:08:01 |
217
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-05 07:42:33 |
217
218
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
218
219
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-10-28 07:02:46 |
219
220
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.494"
1
+ export const sdkVersion = "4.0.496"
@@ -1230,12 +1230,12 @@ export interface DescribeOverviewAttackTrendRequest {
1230
1230
  Period: number
1231
1231
 
1232
1232
  /**
1233
- * 起始时间
1233
+ * 防护概览攻击趋势开始时间
1234
1234
  */
1235
1235
  StartTime: string
1236
1236
 
1237
1237
  /**
1238
- * 结束时间
1238
+ * 防护概览攻击趋势结束时间
1239
1239
  */
1240
1240
  EndTime: string
1241
1241
  }
@@ -2082,7 +2082,7 @@ export interface ModifyDDoSBlackWhiteIpListRequest {
2082
2082
  InstanceId: string
2083
2083
 
2084
2084
  /**
2085
- * 当前黑名单类型,取值black时黑名单;取值white时白名单
2085
+ * 当前配置的黑白名单类型,取值black时表示黑名单;取值white时表示白名单
2086
2086
  */
2087
2087
  OldIpType: string
2088
2088
 
@@ -2167,12 +2167,12 @@ export interface DescribeOverviewAttackTrendResponse {
2167
2167
  Type: string
2168
2168
 
2169
2169
  /**
2170
- * 起始时间
2170
+ * 防护概览攻击趋势起始时间
2171
2171
  */
2172
2172
  StartTime: string
2173
2173
 
2174
2174
  /**
2175
- * 结束时间
2175
+ * 防护概览攻击趋势结束时间
2176
2176
  */
2177
2177
  EndTime: string
2178
2178
 
@@ -2442,7 +2442,7 @@ export interface CreateCcGeoIPBlockConfigRequest {
2442
2442
  Protocol: string
2443
2443
 
2444
2444
  /**
2445
- * CC区域封禁配置,填写参数时配置ID请为空
2445
+ * CC区域封禁配置
2446
2446
  */
2447
2447
  CcGeoIPBlockConfig: CcGeoIPBlockConfig
2448
2448
  }
@@ -2602,7 +2602,7 @@ export interface L4RuleSource {
2602
2602
  */
2603
2603
  export interface DescribePendingRiskInfoResponse {
2604
2604
  /**
2605
- * 是否为付费用户
2605
+ * 是否为付费用户,true:付费用户, false:普通用户
2606
2606
  */
2607
2607
  IsPaidUsr: boolean
2608
2608
 
@@ -34,6 +34,7 @@ import {
34
34
  DescribeMetricRecordsResponse,
35
35
  ApmTag,
36
36
  Filter,
37
+ APMKV,
37
38
  DescribeApmAgentRequest,
38
39
  DescribeMetricRecordsRequest,
39
40
  DescribeGeneralMetricDataRequest,
@@ -398,6 +398,12 @@ export interface ApmField {
398
398
  * 请求数
399
399
  */
400
400
  Key: string
401
+
402
+ /**
403
+ * 同环比上周期具体数值
404
+ 注意:此字段可能返回 null,表示取不到有效值。
405
+ */
406
+ LastPeriodValue: Array<APMKV>
401
407
  }
402
408
 
403
409
  /**
@@ -521,6 +527,23 @@ export interface Filter {
521
527
  Value: string
522
528
  }
523
529
 
530
+ /**
531
+ * APM浮点数类型键值对
532
+ */
533
+ export interface APMKV {
534
+ /**
535
+ * Key值定义
536
+ 注意:此字段可能返回 null,表示取不到有效值。
537
+ */
538
+ Key: string
539
+
540
+ /**
541
+ * Value值定义
542
+ 注意:此字段可能返回 null,表示取不到有效值。
543
+ */
544
+ Value: number
545
+ }
546
+
524
547
  /**
525
548
  * DescribeApmAgent请求参数结构体
526
549
  */
@@ -2337,6 +2337,12 @@ export interface Docker {
2337
2337
  * 拉取Docker镜像失败时延迟时间。单位:秒。
2338
2338
  */
2339
2339
  DelayOnRetry?: number
2340
+
2341
+ /**
2342
+ * Docker命令运行参数。
2343
+ 注意:此字段可能返回 null,表示取不到有效值。
2344
+ */
2345
+ DockerRunOption?: string
2340
2346
  }
2341
2347
 
2342
2348
  /**
@@ -983,7 +983,7 @@ export interface ListPoliciesResponse {
983
983
  /**
984
984
  * 策略总数
985
985
  */
986
- TotalNum?: number
986
+ TotalNum: number
987
987
 
988
988
  /**
989
989
  * 策略数组,数组每个成员包括 policyId、policyName、addTime、type、description、 createMode 字段。其中:
@@ -997,13 +997,13 @@ Attachments: 关联的用户数
997
997
  ServiceType: 策略关联的产品
998
998
  IsAttached: 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
999
999
  */
1000
- List?: Array<StrategyInfo>
1000
+ List: Array<StrategyInfo>
1001
1001
 
1002
1002
  /**
1003
1003
  * 保留字段
1004
1004
  注意:此字段可能返回 null,表示取不到有效值。
1005
1005
  */
1006
- ServiceTypeList?: Array<string>
1006
+ ServiceTypeList: Array<string>
1007
1007
 
1008
1008
  /**
1009
1009
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1102,12 +1102,12 @@ export interface DescribeRoMinScaleResponse {
1102
1102
  /**
1103
1103
  * 内存规格大小, 单位为:MB。
1104
1104
  */
1105
- Memory?: number
1105
+ Memory: number
1106
1106
 
1107
1107
  /**
1108
1108
  * 磁盘规格大小, 单位为:GB。
1109
1109
  */
1110
- Volume?: number
1110
+ Volume: number
1111
1111
 
1112
1112
  /**
1113
1113
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5668,6 +5668,12 @@ export interface BackupInfo {
5668
5668
  * 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
5669
5669
  */
5670
5670
  InstanceId: string
5671
+
5672
+ /**
5673
+ * 备份文件是否加密, on-加密, off-未加密
5674
+ 注意:此字段可能返回 null,表示取不到有效值。
5675
+ */
5676
+ EncryptionFlag: string
5671
5677
  }
5672
5678
 
5673
5679
  /**
@@ -61,7 +61,7 @@ export class Client extends AbstractClient {
61
61
  }
62
62
 
63
63
  /**
64
- * 针对驱动sql命令查询ck集群接口
64
+ * 查询集群用户、集群表,数据库等相关信息
65
65
  */
66
66
  async DescribeCkSqlApis(
67
67
  req: DescribeCkSqlApisRequest,
@@ -272,17 +272,28 @@ export interface DescribeCkSqlApisRequest {
272
272
  InstanceId: string
273
273
 
274
274
  /**
275
- * api接口名称
276
- */
275
+ * api接口名称,GetClusters:获取集群cluster列表
276
+ GetSystemUsers:获取系统用户列表
277
+ CheckNodeCluster: 检查节点是否隶属一个cluster
278
+ GetClusterDatabases: 获取一个cluster下的数据库列表
279
+ GetClusterTables: 获取一个cluster下的数据库表列表
280
+ GetPrivilegeUsers: 获取授权的用户列表
281
+ GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限
282
+ GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)
283
+ RevokeClusterUser:解绑cluster用户
284
+ DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
285
+ GetUserOptionMessages:获取用户配置备注信息
286
+ GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
287
+ */
277
288
  ApiType: string
278
289
 
279
290
  /**
280
- * 集群名称
291
+ * 集群名称,GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 必填
281
292
  */
282
293
  Cluster?: string
283
294
 
284
295
  /**
285
- * 用户名称
296
+ * 用户名称,api与user相关的必填
286
297
  */
287
298
  UserName?: string
288
299
  }
@@ -297,8 +308,9 @@ export interface ActionAlterCkUserRequest {
297
308
  UserInfo: CkUserAlterInfo
298
309
 
299
310
  /**
300
- * api接口类型
301
- */
311
+ * api接口类型,
312
+ AddSystemUser新增用户,UpdateSystemUser,修改用户
313
+ */
302
314
  ApiType: string
303
315
  }
304
316
 
@@ -306,7 +306,7 @@ export class Client extends AbstractClient {
306
306
  }
307
307
 
308
308
  /**
309
- * 本接口用于修改特殊采集配置任务
309
+ * 本接口用于修改特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
310
310
  */
311
311
  async ModifyConfigExtra(
312
312
  req: ModifyConfigExtraRequest,
@@ -356,7 +356,7 @@ export class Client extends AbstractClient {
356
356
  }
357
357
 
358
358
  /**
359
- * 本接口用于获取特殊采集配置
359
+ * 本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
360
360
  */
361
361
  async DescribeConfigExtras(
362
362
  req: DescribeConfigExtrasRequest,
@@ -476,7 +476,7 @@ export class Client extends AbstractClient {
476
476
  }
477
477
 
478
478
  /**
479
- * 本接口用于删除特殊采集规则配置
479
+ * 本接口用于删除特殊采集规则配置,特殊采集配置应用于自建K8S环境的采集Agent
480
480
  */
481
481
  async DeleteConfigExtra(
482
482
  req: DeleteConfigExtraRequest,
@@ -900,7 +900,7 @@ cls.pb.cc cls.pb.h cls.proto
900
900
  }
901
901
 
902
902
  /**
903
- * 本接口用于创建特殊采集配置任务
903
+ * 本接口用于创建特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
904
904
  */
905
905
  async CreateConfigExtra(
906
906
  req: CreateConfigExtraRequest,
@@ -270,41 +270,41 @@ export interface DescribeTaskDetailResponse {
270
270
  <li>SUCCESS:成功;</li>
271
271
  <li>FAIL:失败。</li>
272
272
  */
273
- Status: string
273
+ Status?: string
274
274
 
275
275
  /**
276
276
  * 任务进度,取值为:0~100。
277
277
  */
278
- Progress: number
278
+ Progress?: number
279
279
 
280
280
  /**
281
281
  * 错误码。
282
282
  <li>0:成功;</li>
283
283
  <li>其他值:失败。</li>
284
284
  */
285
- ErrCode: number
285
+ ErrCode?: number
286
286
 
287
287
  /**
288
288
  * 错误信息。
289
289
  */
290
- ErrMsg: string
290
+ ErrMsg?: string
291
291
 
292
292
  /**
293
293
  * 任务类型,取值有:
294
294
  <li>VIDEO_EDIT_PROJECT_EXPORT:视频编辑项目导出。</li>
295
295
  */
296
- TaskType: string
296
+ TaskType?: string
297
297
 
298
298
  /**
299
- * 导出项目输出信息。
299
+ * 导出项目输出信息。仅当 TaskType 为 VIDEO_EDIT_PROJECT_EXPORT 时有效。
300
300
  注意:此字段可能返回 null,表示取不到有效值。
301
301
  */
302
- VideoEditProjectOutput: VideoEditProjectOutput
302
+ VideoEditProjectOutput?: VideoEditProjectOutput
303
303
 
304
304
  /**
305
305
  * 创建时间,格式按照 ISO 8601 标准表示。
306
306
  */
307
- CreateTime: string
307
+ CreateTime?: string
308
308
 
309
309
  /**
310
310
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4712,43 +4712,43 @@ export interface MaterialInfo {
4712
4712
  /**
4713
4713
  * 媒体基本信息。
4714
4714
  */
4715
- BasicInfo: MaterialBasicInfo
4715
+ BasicInfo?: MaterialBasicInfo
4716
4716
 
4717
4717
  /**
4718
4718
  * 视频媒体信息。
4719
4719
  注意:此字段可能返回 null,表示取不到有效值。
4720
4720
  */
4721
- VideoMaterial: VideoMaterial
4721
+ VideoMaterial?: VideoMaterial
4722
4722
 
4723
4723
  /**
4724
4724
  * 音频媒体信息。
4725
4725
  注意:此字段可能返回 null,表示取不到有效值。
4726
4726
  */
4727
- AudioMaterial: AudioMaterial
4727
+ AudioMaterial?: AudioMaterial
4728
4728
 
4729
4729
  /**
4730
4730
  * 图片媒体信息。
4731
4731
  注意:此字段可能返回 null,表示取不到有效值。
4732
4732
  */
4733
- ImageMaterial: ImageMaterial
4733
+ ImageMaterial?: ImageMaterial
4734
4734
 
4735
4735
  /**
4736
4736
  * 链接媒体信息。
4737
4737
  注意:此字段可能返回 null,表示取不到有效值。
4738
4738
  */
4739
- LinkMaterial: LinkMaterial
4739
+ LinkMaterial?: LinkMaterial
4740
4740
 
4741
4741
  /**
4742
4742
  * 模板媒体信息。
4743
4743
  注意:此字段可能返回 null,表示取不到有效值。
4744
4744
  */
4745
- VideoEditTemplateMaterial: VideoEditTemplateMaterial
4745
+ VideoEditTemplateMaterial?: VideoEditTemplateMaterial
4746
4746
 
4747
4747
  /**
4748
4748
  * 其他类型媒体信息。
4749
4749
  注意:此字段可能返回 null,表示取不到有效值。
4750
4750
  */
4751
- OtherMaterial: OtherMaterial
4751
+ OtherMaterial?: OtherMaterial
4752
4752
  }
4753
4753
 
4754
4754
  /**
@@ -3501,6 +3501,30 @@ FAILED:已失败
3501
3501
  注意:此字段可能返回 null,表示取不到有效值。
3502
3502
  */
3503
3503
  ChannelOrderId: string
3504
+
3505
+ /**
3506
+ * 增值税
3507
+ 注意:此字段可能返回 null,表示取不到有效值。
3508
+ */
3509
+ Vat: string
3510
+
3511
+ /**
3512
+ * 个人所得税
3513
+ 注意:此字段可能返回 null,表示取不到有效值。
3514
+ */
3515
+ IndividualIncomeTax: string
3516
+
3517
+ /**
3518
+ * 附加税总税额
3519
+ 注意:此字段可能返回 null,表示取不到有效值。
3520
+ */
3521
+ AdditionalTaxSum: string
3522
+
3523
+ /**
3524
+ * 附加税税项。格式为JSON格式
3525
+ 注意:此字段可能返回 null,表示取不到有效值。
3526
+ */
3527
+ AdditionalTaxItem: string
3504
3528
  }
3505
3529
 
3506
3530
  /**
@@ -3878,6 +3902,30 @@ export interface ApplyFlexPaymentResult {
3878
3902
  * 税金
3879
3903
  */
3880
3904
  Tax: string
3905
+
3906
+ /**
3907
+ * 增值税
3908
+ 注意:此字段可能返回 null,表示取不到有效值。
3909
+ */
3910
+ Vat: string
3911
+
3912
+ /**
3913
+ * 个人所得税
3914
+ 注意:此字段可能返回 null,表示取不到有效值。
3915
+ */
3916
+ IndividualIncomeTax: string
3917
+
3918
+ /**
3919
+ * 附加税总税额
3920
+ 注意:此字段可能返回 null,表示取不到有效值。
3921
+ */
3922
+ AdditionalTaxSum: string
3923
+
3924
+ /**
3925
+ * 附加税税项。格式为JSON格式
3926
+ 注意:此字段可能返回 null,表示取不到有效值。
3927
+ */
3928
+ AdditionalTaxItem: string
3881
3929
  }
3882
3930
 
3883
3931
  /**
@@ -5946,6 +5994,11 @@ __test__:测试环境
5946
5994
  缺省默认为生产环境
5947
5995
  */
5948
5996
  Environment?: string
5997
+
5998
+ /**
5999
+ * 快照日期。格式yyyy-MM-dd
6000
+ */
6001
+ SnapshotDate?: string
5949
6002
  }
5950
6003
 
5951
6004
  /**
@@ -21836,8 +21889,11 @@ export interface WithdrawCashMembershipResponse {
21836
21889
  */
21837
21890
  export interface CreateSinglePaymentRequest {
21838
21891
  /**
21839
- * 转账类型
21840
- */
21892
+ * 转账类型
21893
+ 1 微信企业付款
21894
+ 2 支付宝转账
21895
+ 3 平安银企直连代发转账
21896
+ */
21841
21897
  TransferType: number
21842
21898
 
21843
21899
  /**
@@ -26103,7 +26159,7 @@ __OPENBANK_PAYMENT__: openbank付款
26103
26159
  BankAbbreviation: string
26104
26160
 
26105
26161
  /**
26106
- * 页码。Index和Count必须大于等于1。
26162
+ * 页码。Index和Count必须大于等于1。Count建议不超过100。
26107
26163
  */
26108
26164
  PageNumber: Paging
26109
26165
 
@@ -1041,7 +1041,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1041
1041
  }
1042
1042
 
1043
1043
  /**
1044
- * 当高性能计算集群为空, 即集群内没有任何设备时候, 可以删除改集群。
1044
+ * 当高性能计算集群为空, 即集群内没有任何设备时候, 可以删除该集群。
1045
1045
  */
1046
1046
  async DeleteHpcClusters(
1047
1047
  req: DeleteHpcClustersRequest,