tencentcloud-sdk-nodejs 4.0.637 → 4.0.639

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 (107) hide show
  1. package/CHANGELOG.md +520 -0
  2. package/SERVICE_CHANGELOG.md +555 -98
  3. package/package.json +1 -1
  4. package/products.md +33 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/as/v20180419/as_models.ts +2 -2
  8. package/src/services/cls/v20201016/cls_client.ts +62 -11
  9. package/src/services/cls/v20201016/cls_models.ts +335 -55
  10. package/src/services/cms/v20190321/cms_models.ts +13 -1
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
  13. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  15. package/src/services/ecm/v20190719/ecm_client.ts +146 -27
  16. package/src/services/ecm/v20190719/ecm_models.ts +424 -90
  17. package/src/services/ess/v20201111/ess_client.ts +39 -10
  18. package/src/services/ess/v20201111/ess_models.ts +273 -84
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +50 -4
  21. package/src/services/index.ts +1 -0
  22. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  24. package/src/services/soe/v20180724/soe_client.ts +1 -0
  25. package/src/services/soe/v20180724/soe_models.ts +35 -9
  26. package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
  28. package/src/services/tcb/v20180608/tcb_models.ts +25 -18
  29. package/src/services/tchd/index.ts +5 -0
  30. package/src/services/tchd/v20230306/index.ts +6 -0
  31. package/src/services/tchd/v20230306/tchd_client.ts +45 -0
  32. package/src/services/tchd/v20230306/tchd_models.ts +96 -0
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +35 -5
  35. package/src/services/tke/v20180525/tke_models.ts +6 -6
  36. package/src/services/trp/v20210515/trp_models.ts +9 -1
  37. package/src/services/trtc/v20190722/trtc_client.ts +0 -17
  38. package/src/services/trtc/v20190722/trtc_models.ts +0 -104
  39. package/src/services/tse/v20201207/tse_client.ts +324 -55
  40. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  41. package/src/services/tts/v20190823/tts_models.ts +4 -1
  42. package/src/services/vod/v20180717/vod_client.ts +2 -2
  43. package/src/services/vod/v20180717/vod_models.ts +2 -2
  44. package/src/services/wav/v20210129/wav_models.ts +4 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +324 -55
  53. package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  58. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
  59. package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
  60. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +267 -84
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +48 -4
  67. package/tencentcloud/services/index.d.ts +1 -0
  68. package/tencentcloud/services/index.js +2 -0
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  71. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  72. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
  73. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
  74. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
  75. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
  76. package/tencentcloud/services/tchd/index.d.ts +6 -0
  77. package/tencentcloud/services/tchd/index.js +7 -0
  78. package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
  79. package/tencentcloud/services/tchd/v20230306/index.js +9 -0
  80. package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
  81. package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
  82. package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
  83. package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
  84. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +33 -5
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
  88. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  89. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
  90. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
  91. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
  92. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  93. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  94. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  95. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -1
  96. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  97. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  98. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  99. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  100. package/test/cls.v20201016.test.js +42 -2
  101. package/test/ecm.v20190719.test.js +96 -6
  102. package/test/ess.v20201111.test.js +22 -2
  103. package/test/essbasic.v20210526.test.js +10 -0
  104. package/test/tchd.v20230306.test.js +31 -0
  105. package/test/tdmq.v20200217.test.js +10 -0
  106. package/test/trtc.v20190722.test.js +0 -10
  107. package/test/tse.v20201207.test.js +220 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.637",
3
+ "version": "4.0.639",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,9 +14,9 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-05 01:06:51 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-10 01:06:50 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-11 01:03:12 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-05 01:07:50 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
@@ -59,18 +59,18 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-05 01:15:21 |
63
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-03 01:12:04 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-11 01:10:57 |
63
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-10 01:16:00 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
- | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
66
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-06-19 01:11:32 |
65
+ | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-10 01:16:33 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-20 01:16:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-11 01:13:22 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-07 01:17:43 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-11 01:15:32 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -78,8 +78,8 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-06 01:21:05 |
82
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-03 01:19:17 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-11 01:18:28 |
82
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-10 01:22:33 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
@@ -88,14 +88,14 @@
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-05-18 01:24:28 |
90
90
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
91
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-07 01:25:16 |
91
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
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-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-05 01:26:25 |
95
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-03 01:22:18 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-07 01:32:25 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-07 01:34:05 |
98
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
95
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-11 01:22:26 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-10 16:25:52 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-11 01:23:54 |
98
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
@@ -125,8 +125,8 @@
125
125
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
126
126
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-29 01:28:41 |
129
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-04 01:34:40 |
128
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-10 01:31:48 |
129
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-10 01:32:08 |
130
130
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-05 01:34:10 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -162,15 +162,15 @@
162
162
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
163
163
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-03 01:41:14 |
164
164
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
165
- | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
165
+ | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
168
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
169
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
169
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-05 01:42:00 |
171
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-11 01:38:23 |
172
172
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
173
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-11 01:39:12 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
175
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
176
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-06-21 01:33:28 |
@@ -183,49 +183,50 @@
183
183
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
184
184
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
185
185
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
186
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-06-29 18:45:40 |
186
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-11 01:40:42 |
187
187
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
188
188
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
189
+ | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-07-10 10:40:45 |
189
190
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
190
191
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
191
192
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
192
193
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-06 01:44:39 |
193
194
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
194
195
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-28 01:43:23 |
196
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-11 01:43:59 |
196
197
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
198
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-06 01:59:03 |
199
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-10 01:46:13 |
199
200
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
200
201
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
201
202
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
202
203
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
203
204
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
204
205
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
205
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
206
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
206
207
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
207
208
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-07 01:54:52 |
209
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-11 01:47:07 |
209
210
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
210
211
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
211
212
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
212
213
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-05-18 02:01:16 |
213
214
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
214
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-05 01:50:44 |
215
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
215
216
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
216
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-05 01:51:14 |
217
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
217
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-11 01:48:58 |
218
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-10 01:52:00 |
218
219
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
219
220
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
220
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-06-27 01:49:42 |
221
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-07-11 01:50:46 |
221
222
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
222
223
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
224
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-06 20:35:50 |
225
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-11 01:51:09 |
225
226
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-07 01:59:12 |
226
227
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
227
228
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
228
- | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-06-30 12:15:39 |
229
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-11 01:55:43 |
229
230
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-07 02:01:57 |
230
231
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
232
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.637"
1
+ export const sdkVersion = "4.0.639"
@@ -568,8 +568,10 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
568
568
  }
569
569
 
570
570
  /**
571
- * 本接口(GenerateApiDocument)用于自动生成 API 文档和 SDK,一个服务的一个环境生成一份文档和 SDK。
572
- */
571
+ * 接口已废弃
572
+
573
+ 本接口(GenerateApiDocument)用于自动生成 API 文档和 SDK,一个服务的一个环境生成一份文档和 SDK。
574
+ */
573
575
  async GenerateApiDocument(
574
576
  req: GenerateApiDocumentRequest,
575
577
  cb?: (error: string, rep: GenerateApiDocumentResponse) => void
@@ -1773,8 +1773,8 @@ export interface ModifyScalingPolicyRequest {
1773
1773
  */
1774
1774
  DisableScaleIn?: boolean
1775
1775
  /**
1776
- * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
1777
- 如果需要清空通知用户组,需要在列表中传入特定字符串 "NULL"。
1776
+ * 此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)
1777
+ 通知组ID,即为用户组ID集合。
1778
1778
  */
1779
1779
  NotificationUserGroupIds?: Array<string>
1780
1780
  }
@@ -36,6 +36,7 @@ import {
36
36
  DescribeConfigMachineGroupsRequest,
37
37
  ModifyConfigExtraResponse,
38
38
  KafkaRechargeInfo,
39
+ ModifyLogsetRequest,
39
40
  CreateLogsetRequest,
40
41
  DescribeShippersRequest,
41
42
  LogItem,
@@ -53,6 +54,7 @@ import {
53
54
  DeleteKafkaRechargeResponse,
54
55
  ContainerWorkLoadInfo,
55
56
  DescribeConfigExtrasResponse,
57
+ ModifyDataTransformRequest,
56
58
  CallBackInfo,
57
59
  OpenKafkaConsumerResponse,
58
60
  AlarmTargetInfo,
@@ -67,14 +69,14 @@ import {
67
69
  CreateCosRechargeRequest,
68
70
  ExtractRuleInfo,
69
71
  TopicInfo,
70
- DescribeConsumerRequest,
72
+ DeleteDataTransformResponse,
71
73
  DeleteConfigExtraResponse,
72
74
  ModifyConsumerRequest,
73
75
  CreateIndexResponse,
74
76
  DeleteConfigFromMachineGroupResponse,
75
77
  CreateConsumerResponse,
76
78
  ModifyMachineGroupResponse,
77
- RuleInfo,
79
+ DataTransformResouceInfo,
78
80
  DeleteMachineGroupRequest,
79
81
  FullTextInfo,
80
82
  DescribePartitionsResponse,
@@ -120,6 +122,7 @@ import {
120
122
  DescribeConfigsRequest,
121
123
  KafkaConsumerContent,
122
124
  LogsetInfo,
125
+ DescribeConsumerRequest,
123
126
  DeleteConfigRequest,
124
127
  AnalysisDimensional,
125
128
  LogRechargeRuleInfo,
@@ -128,6 +131,7 @@ import {
128
131
  RuleTagInfo,
129
132
  CreateExportRequest,
130
133
  DescribeAlarmNoticesResponse,
134
+ DeleteDataTransformRequest,
131
135
  DescribeMachineGroupsResponse,
132
136
  DeleteConfigExtraRequest,
133
137
  ModifyConfigRequest,
@@ -151,7 +155,7 @@ import {
151
155
  Column,
152
156
  ContentInfo,
153
157
  ValueInfo,
154
- GetAlarmLogRequest,
158
+ DescribeDataTransformInfoRequest,
155
159
  DeleteShipperResponse,
156
160
  ExportInfo,
157
161
  GroupTriggerConditionInfo,
@@ -160,18 +164,23 @@ import {
160
164
  DeleteExportRequest,
161
165
  PreviewKafkaRechargeRequest,
162
166
  SplitPartitionResponse,
167
+ CreateDataTransformResponse,
163
168
  LogContextInfo,
164
169
  ModifyShipperRequest,
165
170
  CreateKafkaRechargeRequest,
166
171
  DeleteKafkaRechargeRequest,
172
+ RuleInfo,
167
173
  CreateConfigExtraRequest,
168
174
  CreateConsumerRequest,
175
+ MultiTopicSearchInformation,
169
176
  AlarmNotice,
170
177
  ModifyConfigResponse,
171
178
  ModifyKafkaRechargeResponse,
172
179
  ModifyAlarmNoticeResponse,
180
+ DataTransformTaskInfo,
173
181
  DescribeMachinesResponse,
174
182
  ModifyCosRechargeResponse,
183
+ PreviewLogStatistic,
175
184
  CompressInfo,
176
185
  ApplyConfigToMachineGroupResponse,
177
186
  AlertHistoryNotice,
@@ -200,6 +209,7 @@ import {
200
209
  Tag,
201
210
  DescribeExportsResponse,
202
211
  ApplyConfigToMachineGroupRequest,
212
+ GetAlarmLogRequest,
203
213
  ContainerFileInfo,
204
214
  CsvInfo,
205
215
  DescribeConfigExtrasRequest,
@@ -209,7 +219,7 @@ import {
209
219
  DescribeMachineGroupConfigsRequest,
210
220
  ModifyConfigExtraRequest,
211
221
  ModifyKafkaRechargeRequest,
212
- ModifyLogsetRequest,
222
+ CreateDataTransformRequest,
213
223
  DeleteMachineGroupInfoResponse,
214
224
  CheckRechargeKafkaServerResponse,
215
225
  ModifyCosRechargeRequest,
@@ -217,7 +227,8 @@ import {
217
227
  ParquetInfo,
218
228
  DeleteTopicResponse,
219
229
  CosRechargeInfo,
220
- MultiTopicSearchInformation,
230
+ ModifyDataTransformResponse,
231
+ DescribeDataTransformInfoResponse,
221
232
  ConsumerContent,
222
233
  RetryShipperTaskRequest,
223
234
  CreateExportResponse,
@@ -690,6 +701,16 @@ cls.pb.cc cls.pb.h cls.proto
690
701
  return this.request("DeleteConfigFromMachineGroup", req, cb)
691
702
  }
692
703
 
704
+ /**
705
+ * 本接口用于删除数据加工任务
706
+ */
707
+ async DeleteDataTransform(
708
+ req: DeleteDataTransformRequest,
709
+ cb?: (error: string, rep: DeleteDataTransformResponse) => void
710
+ ): Promise<DeleteDataTransformResponse> {
711
+ return this.request("DeleteDataTransform", req, cb)
712
+ }
713
+
693
714
  /**
694
715
  * 本接口用于删除特殊采集规则配置,特殊采集配置应用于自建K8S环境的采集Agent
695
716
  */
@@ -711,13 +732,13 @@ cls.pb.cc cls.pb.h cls.proto
711
732
  }
712
733
 
713
734
  /**
714
- * 本接口用于获取告警策略列表。
735
+ * 本接口用于创建数据加工任务。
715
736
  */
716
- async DescribeAlarms(
717
- req: DescribeAlarmsRequest,
718
- cb?: (error: string, rep: DescribeAlarmsResponse) => void
719
- ): Promise<DescribeAlarmsResponse> {
720
- return this.request("DescribeAlarms", req, cb)
737
+ async CreateDataTransform(
738
+ req: CreateDataTransformRequest,
739
+ cb?: (error: string, rep: CreateDataTransformResponse) => void
740
+ ): Promise<CreateDataTransformResponse> {
741
+ return this.request("CreateDataTransform", req, cb)
721
742
  }
722
743
 
723
744
  /**
@@ -730,6 +751,16 @@ cls.pb.cc cls.pb.h cls.proto
730
751
  return this.request("AddMachineGroupInfo", req, cb)
731
752
  }
732
753
 
754
+ /**
755
+ * 本接口用于获取数据加工任务列表基本信息
756
+ */
757
+ async DescribeDataTransformInfo(
758
+ req: DescribeDataTransformInfoRequest,
759
+ cb?: (error: string, rep: DescribeDataTransformInfoResponse) => void
760
+ ): Promise<DescribeDataTransformInfoResponse> {
761
+ return this.request("DescribeDataTransformInfo", req, cb)
762
+ }
763
+
733
764
  /**
734
765
  * 该接口用于获取通知渠道组列表
735
766
  */
@@ -930,6 +961,16 @@ cls.pb.cc cls.pb.h cls.proto
930
961
  return this.request("DeleteIndex", req, cb)
931
962
  }
932
963
 
964
+ /**
965
+ * 本接口用于修改数据加工任务
966
+ */
967
+ async ModifyDataTransform(
968
+ req: ModifyDataTransformRequest,
969
+ cb?: (error: string, rep: ModifyDataTransformResponse) => void
970
+ ): Promise<ModifyDataTransformResponse> {
971
+ return this.request("ModifyDataTransform", req, cb)
972
+ }
973
+
933
974
  /**
934
975
  * 修改现有的投递规则,客户如果使用此接口,需要自行处理CLS对指定bucket的写权限。
935
976
  */
@@ -1109,4 +1150,14 @@ cls.pb.cc cls.pb.h cls.proto
1109
1150
  ): Promise<CloseKafkaConsumerResponse> {
1110
1151
  return this.request("CloseKafkaConsumer", req, cb)
1111
1152
  }
1153
+
1154
+ /**
1155
+ * 本接口用于获取告警策略列表。
1156
+ */
1157
+ async DescribeAlarms(
1158
+ req: DescribeAlarmsRequest,
1159
+ cb?: (error: string, rep: DescribeAlarmsResponse) => void
1160
+ ): Promise<DescribeAlarmsResponse> {
1161
+ return this.request("DescribeAlarms", req, cb)
1162
+ }
1112
1163
  }