tencentcloud-sdk-nodejs 4.0.744 → 4.0.746

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 (103) hide show
  1. package/CHANGELOG.md +357 -0
  2. package/SERVICE_CHANGELOG.md +338 -49
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/abstract_client.ts +14 -9
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/common/sse_response_model.ts +121 -0
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  9. package/src/services/asr/v20190614/asr_client.ts +1 -1
  10. package/src/services/asr/v20190614/asr_models.ts +3 -0
  11. package/src/services/cat/v20180409/cat_models.ts +2 -2
  12. package/src/services/cfw/v20190904/cfw_client.ts +2 -3
  13. package/src/services/cfw/v20190904/cfw_models.ts +12 -8
  14. package/src/services/cls/v20201016/cls_client.ts +1 -1
  15. package/src/services/cls/v20201016/cls_models.ts +26 -34
  16. package/src/services/cwp/v20180228/cwp_models.ts +3 -3
  17. package/src/services/domain/v20180808/domain_models.ts +1 -1
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +5 -5
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +33 -33
  20. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  21. package/src/services/ess/v20201111/ess_models.ts +0 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +35 -22
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +239 -206
  24. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
  25. package/src/services/iotvideo/v20211125/iotvideo_client.ts +16 -3
  26. package/src/services/iotvideo/v20211125/iotvideo_models.ts +112 -64
  27. package/src/services/mna/v20210119/mna_client.ts +70 -6
  28. package/src/services/mna/v20210119/mna_models.ts +324 -0
  29. package/src/services/oceanus/v20190422/oceanus_models.ts +13 -5
  30. package/src/services/scf/v20180416/scf_client.ts +1 -0
  31. package/src/services/scf/v20180416/scf_models.ts +21 -0
  32. package/src/services/sms/v20190711/sms_models.ts +6 -6
  33. package/src/services/sms/v20210111/sms_models.ts +1 -1
  34. package/src/services/tat/v20201028/tat_models.ts +2 -2
  35. package/src/services/tcss/v20201101/tcss_models.ts +79 -36
  36. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -3
  37. package/src/services/tdmq/v20200217/tdmq_models.ts +84 -60
  38. package/src/services/teo/v20220901/teo_models.ts +5 -5
  39. package/src/services/tms/v20201229/tms_client.ts +4 -3
  40. package/src/services/tms/v20201229/tms_models.ts +62 -11
  41. package/src/services/trtc/v20190722/trtc_models.ts +8 -8
  42. package/src/services/vod/v20180717/vod_client.ts +12 -0
  43. package/src/services/vod/v20180717/vod_models.ts +32 -2
  44. package/src/services/vpc/v20170312/vpc_models.ts +41 -25
  45. package/src/services/waf/v20180125/waf_models.ts +2 -1
  46. package/tencentcloud/common/abstract_client.js +12 -6
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/common/sse_response_model.d.ts +32 -0
  50. package/tencentcloud/common/sse_response_model.js +96 -0
  51. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  52. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  53. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  55. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
  56. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +0 -1
  57. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -1
  58. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +12 -8
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +26 -34
  62. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -3
  63. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  64. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +5 -5
  65. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +5 -5
  66. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +33 -33
  67. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +0 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +21 -16
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -16
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +237 -206
  72. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -0
  73. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -0
  74. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  75. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  76. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +109 -64
  77. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +23 -3
  78. package/tencentcloud/services/mna/v20210119/mna_client.js +33 -3
  79. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +310 -0
  80. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -5
  81. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +20 -0
  82. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +6 -6
  83. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  84. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +79 -36
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +82 -60
  89. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  90. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +2 -3
  91. package/tencentcloud/services/tms/v20201229/tms_client.js +2 -3
  92. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +60 -11
  93. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -8
  94. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  95. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  96. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +30 -2
  97. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +41 -25
  98. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -1
  99. package/test/essbasic.v20210526.test.js +12 -2
  100. package/test/iotvideo.v20211125.test.js +10 -0
  101. package/test/mna.v20210119.test.js +52 -2
  102. package/test/tdmq.v20200217.test.js +10 -0
  103. package/test/vod.v20180717.test.js +10 -0
package/products.md CHANGED
@@ -10,14 +10,14 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-16 01:06:13 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-10-26 20:07:01 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-11-28 01:06:04 |
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
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-11-28 01:06:51 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
@@ -37,7 +37,7 @@
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-11-24 01:07:37 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-11-07 01:13:48 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-11-08 01:13:35 |
40
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-11-24 01:07:54 |
40
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-11-29 01:08:04 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-22 01:30:13 |
@@ -48,7 +48,7 @@
48
48
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-17 01:09:22 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-28 01:09:22 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
@@ -59,7 +59,7 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-11-27 00:05:31 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-11-29 01:10:11 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
@@ -69,9 +69,9 @@
69
69
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-17 01:10:47 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
71
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-23 01:14:32 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-24 01:11:01 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
73
73
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-21 01:14:05 |
74
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-29 01:45:44 |
75
75
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-17 01:12:46 |
76
76
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
77
77
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -81,22 +81,22 @@
81
81
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
82
82
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-17 01:13:25 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
84
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
84
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-11-29 01:52:55 |
85
85
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
86
86
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
87
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-21 01:16:05 |
87
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
88
88
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
89
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-27 00:09:19 |
90
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-11-24 01:14:11 |
89
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-28 01:14:42 |
90
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-11-29 01:54:37 |
91
91
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
92
92
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
93
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-11-01 01:13:22 |
93
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-11-29 01:54:46 |
94
94
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
97
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-11-23 01:18:36 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-24 01:14:56 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-27 00:10:25 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-29 01:55:24 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-29 01:55:39 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
101
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -111,7 +111,7 @@
111
111
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-23 01:19:50 |
112
112
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
113
113
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
114
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-27 00:11:15 |
114
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-29 01:56:24 |
115
115
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
116
116
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
117
117
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
@@ -123,7 +123,7 @@
123
123
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
124
124
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
125
125
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
126
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-11-15 01:52:32 |
126
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-11-29 01:57:28 |
127
127
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
128
128
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
129
129
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-11-09 01:16:39 |
@@ -141,7 +141,7 @@
141
141
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
142
142
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
143
143
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
144
- | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-11-27 00:14:01 |
144
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-11-28 01:19:46 |
145
145
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
146
146
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-24 01:19:23 |
147
147
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
@@ -151,7 +151,7 @@
151
151
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
152
152
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
153
153
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
154
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-11-27 00:14:59 |
154
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-11-28 01:20:57 |
155
155
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-20 00:15:46 |
156
156
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-11-14 01:22:26 |
157
157
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
@@ -166,12 +166,12 @@
166
166
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
167
167
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
168
168
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
169
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-11-24 01:21:32 |
169
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-11-29 02:01:37 |
170
170
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-11-07 02:07:25 |
171
171
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
172
172
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
173
173
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
174
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-14 01:24:00 |
174
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-28 01:23:01 |
175
175
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
176
176
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
177
177
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-24 01:21:58 |
@@ -183,26 +183,26 @@
183
183
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
184
184
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
185
185
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
186
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
186
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-11-28 01:23:58 |
187
187
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
188
188
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-11-23 01:26:18 |
189
189
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
190
190
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
191
191
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
192
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-09-28 01:21:31 |
192
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-11-28 01:24:16 |
193
193
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
194
194
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
195
- | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-21 01:32:54 |
195
+ | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
196
196
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
197
197
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
198
198
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-11-27 00:18:18 |
199
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-21 01:33:13 |
199
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
200
200
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
201
201
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
202
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-27 00:19:19 |
202
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-28 01:25:42 |
203
203
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
204
204
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
205
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-23 17:11:36 |
205
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-28 01:26:13 |
206
206
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
207
207
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
208
208
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -214,14 +214,14 @@
214
214
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
215
215
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-11-24 01:25:38 |
216
216
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
217
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-17 01:27:28 |
217
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
218
218
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
219
219
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
220
220
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
221
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-21 01:38:03 |
221
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-28 01:28:19 |
222
222
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
223
223
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
224
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-11-24 01:26:16 |
224
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-11-29 02:06:56 |
225
225
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
226
226
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-11-09 01:27:51 |
227
227
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -229,13 +229,13 @@
229
229
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
230
230
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
231
231
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
232
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-27 00:22:31 |
233
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-23 01:32:13 |
232
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-29 02:07:53 |
233
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-29 02:08:37 |
234
234
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
235
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-22 08:16:17 |
235
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-29 02:09:22 |
236
236
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
237
237
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-23 01:33:33 |
238
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-27 00:28:56 |
238
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-28 01:32:20 |
239
239
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
240
240
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
241
241
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -11,6 +11,7 @@ import Sign from "./sign"
11
11
  import { HttpConnection } from "./http/http_connection"
12
12
  import TencentCloudSDKHttpException from "./exception/tencent_cloud_sdk_exception"
13
13
  import { Response } from "node-fetch"
14
+ import { SSEResponseModel } from "./sse_response_model"
14
15
 
15
16
  export type ResponseCallback<TReuslt = any> = (error: string, rep: TReuslt) => void
16
17
  export interface RequestOptions extends Partial<Pick<HttpProfile, "headers">> {
@@ -215,16 +216,20 @@ export class AbstractClient {
215
216
  tcError.httpCode = res.status
216
217
  throw tcError
217
218
  } else {
218
- const data = await res.json()
219
- if (data.Response.Error) {
220
- const tcError = new TencentCloudSDKHttpException(
221
- data.Response.Error.Message,
222
- data.Response.RequestId
223
- )
224
- tcError.code = data.Response.Error.Code
225
- throw tcError
219
+ if (res.headers.get("content-type") === "text/event-stream") {
220
+ return new SSEResponseModel(res.body)
226
221
  } else {
227
- return data.Response
222
+ const data = await res.json()
223
+ if (data.Response.Error) {
224
+ const tcError = new TencentCloudSDKHttpException(
225
+ data.Response.Error.Message,
226
+ data.Response.RequestId
227
+ )
228
+ tcError.code = data.Response.Error.Code
229
+ throw tcError
230
+ } else {
231
+ return data.Response
232
+ }
228
233
  }
229
234
  }
230
235
  }
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.744"
1
+ export const sdkVersion = "4.0.746"
@@ -0,0 +1,121 @@
1
+ import { EventEmitter } from "events"
2
+ import { Readable } from "stream"
3
+
4
+ interface EventSourceMessage {
5
+ /** The event ID to set the EventSource object's last event ID value. */
6
+ id: string
7
+ /** A string identifying the type of event described. */
8
+ event: string
9
+ /** The event data */
10
+ data: string
11
+ /** The reconnection interval (in milliseconds) to wait before retrying the connection */
12
+ retry?: number
13
+ }
14
+
15
+ class SSEEventEmitter extends EventEmitter {}
16
+
17
+ export class SSEResponseModel {
18
+ private stream: NodeJS.ReadableStream
19
+ private eventSource: SSEEventEmitter
20
+
21
+ constructor(stream: NodeJS.ReadableStream) {
22
+ this.stream = stream
23
+ this.eventSource = new SSEEventEmitter()
24
+ this.init()
25
+ }
26
+
27
+ /**
28
+ * @inner
29
+ */
30
+ private init() {
31
+ const { stream, eventSource } = this
32
+ stream.on("data", (chunk) => {
33
+ if (chunk !== null) {
34
+ const messages = chunk.toString().split("\n\n")
35
+ for (let i = 0; i < messages.length; i++) {
36
+ if (messages[i].length > 0) {
37
+ eventSource.emit("message", this.parseSSEMessage(messages[i]))
38
+ }
39
+ }
40
+ }
41
+ })
42
+ stream.on("close", () => {
43
+ eventSource.emit("close")
44
+ })
45
+ stream.on("error", (err) => {
46
+ eventSource.emit("error", err)
47
+ })
48
+ }
49
+
50
+ /**
51
+ * @inner
52
+ */
53
+ private parseSSEMessage(chunk: string) {
54
+ const message: EventSourceMessage = {
55
+ data: "",
56
+ event: "",
57
+ id: "",
58
+ retry: undefined,
59
+ }
60
+
61
+ const lines = chunk.split("\n")
62
+ for (let i = 0; i < lines.length; i++) {
63
+ const line = lines[i]
64
+ // line is of format "<field>:<value>" or "<field>: <value>"
65
+ const colonIndex = line.indexOf(":")
66
+ if (colonIndex <= 0) continue // exclude comments and lines with no values
67
+ const field = line.slice(0, colonIndex)
68
+ const value = line.slice(colonIndex + (line[colonIndex + 1] === " " ? 2 : 1))
69
+
70
+ switch (field) {
71
+ case "data":
72
+ message.data = message.data ? message.data + "\n" + value : value
73
+ break
74
+ case "event":
75
+ message.event = value
76
+ break
77
+ case "id":
78
+ message.id = value
79
+ break
80
+ case "retry":
81
+ const retry = parseInt(value, 10)
82
+ if (!isNaN(retry)) {
83
+ // per spec, ignore non-integers
84
+ message.retry = retry
85
+ }
86
+ break
87
+ }
88
+ }
89
+
90
+ return message
91
+ }
92
+
93
+ on(event: "message", listener: (message: EventSourceMessage) => void): this
94
+ on(event: "close", listener: () => void): this
95
+ on(event: "error", listener: (err: Error) => void): this
96
+ on(event: string, listener: any) {
97
+ this.eventSource.on(event, listener)
98
+ return this
99
+ }
100
+
101
+ removeListener(event: "message", listener: (message: EventSourceMessage) => void): this
102
+ removeListener(event: "close", listener: () => void): this
103
+ removeListener(event: "error", listener: (err: Error) => void): this
104
+ removeListener(event: string, listener: any) {
105
+ this.eventSource.removeListener(event, listener)
106
+ return this
107
+ }
108
+
109
+ async *[Symbol.asyncIterator](): AsyncIterableIterator<EventSourceMessage> {
110
+ for await (const chunk of this.stream) {
111
+ if (chunk !== null) {
112
+ const messages = chunk.toString().split("\n\n")
113
+ for (let i = 0; i < messages.length; i++) {
114
+ if (messages[i].length > 0) {
115
+ yield this.parseSSEMessage(messages[i])
116
+ }
117
+ }
118
+ }
119
+ }
120
+ }
121
+ }
@@ -2164,6 +2164,10 @@ export interface DescribeBasicDeviceStatusRequest {
2164
2164
  * 地域名称
2165
2165
  */
2166
2166
  FilterRegion?: number
2167
+ /**
2168
+ * cnameWaf资源
2169
+ */
2170
+ CnameWafIdList?: Array<string>
2167
2171
  }
2168
2172
 
2169
2173
  /**
@@ -2438,6 +2442,11 @@ export interface DescribeBasicDeviceStatusResponse {
2438
2442
  注意:此字段可能返回 null,表示取不到有效值。
2439
2443
  */
2440
2444
  CLBData?: Array<KeyValue>
2445
+ /**
2446
+ * cnamewaf资源状态
2447
+ 注意:此字段可能返回 null,表示取不到有效值。
2448
+ */
2449
+ CnameWafData?: Array<KeyValue>
2441
2450
  /**
2442
2451
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2443
2452
  */
@@ -200,7 +200,7 @@ export class Client extends AbstractClient {
200
200
  }
201
201
 
202
202
  /**
203
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
203
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
204
204
  */
205
205
  async SentenceRecognition(
206
206
  req: SentenceRecognitionRequest,
@@ -167,6 +167,7 @@ export interface CreateAsyncRecognitionTaskRequest {
167
167
  • 16k_ar:阿拉伯语;
168
168
  • 16k_es:西班牙语;
169
169
  • 16k_hi:印地语;
170
+ • 16k_fr:法语;
170
171
  */
171
172
  EngineType: string
172
173
  /**
@@ -279,6 +280,7 @@ export interface SentenceRecognitionRequest {
279
280
  • 16k_ar:阿拉伯语;
280
281
  • 16k_es:西班牙语;
281
282
  • 16k_hi:印地语;
283
+ • 16k_fr:法语;
282
284
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
283
285
  */
284
286
  EngSerViceType: string
@@ -622,6 +624,7 @@ export interface CreateRecTaskRequest {
622
624
  • 16k_ar:阿拉伯语;
623
625
  • 16k_es:西班牙语;
624
626
  • 16k_hi:印地语;
627
+ • 16k_fr:法语;
625
628
  • 16k_zh_medical:中文医疗引擎
626
629
  */
627
630
  EngineModelType: string
@@ -398,11 +398,11 @@ AnalyzeTaskType_MediaStream:音视频体验
398
398
  */
399
399
  AnalyzeTaskType?: string
400
400
  /**
401
- * 指标类型,指标查询默认传gauge
401
+ * 指标类型(counter、gauge以及histogram),指标查询默认传gauge
402
402
  */
403
403
  MetricType?: string
404
404
  /**
405
- * 指标详细字段,可以传递传具体的指标也可以对指标进行聚合查询例如:"avg(ping_time)"代表整体时延(ms)
405
+ * 指标详细字段,可以传递传具体的指标也可以对指标进行聚合查询例如:"avg(ping_time)"代表整体时延(ms);不同的任务类型支持不同的field查询,以及聚合规则,详情可联系云拨测。
406
406
  */
407
407
  Field?: string
408
408
  /**
@@ -466,9 +466,8 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
466
466
  }
467
467
 
468
468
  /**
469
- * DescribeUnHandleEventTabList 告警中心伪攻击链事件未处置接口
470
-
471
- */
469
+ * DescribeUnHandleEventTabList 告警中心伪攻击链事件未处置接口
470
+ */
472
471
  async DescribeUnHandleEventTabList(
473
472
  req: DescribeUnHandleEventTabListRequest,
474
473
  cb?: (error: string, rep: DescribeUnHandleEventTabListResponse) => void
@@ -3740,15 +3740,15 @@ export interface DescribeUnHandleEventTabListResponse {
3740
3740
  * 租户伪攻击链未处置事件
3741
3741
  注意:此字段可能返回 null,表示取不到有效值。
3742
3742
  */
3743
- Data: UnHandleEvent
3743
+ Data?: UnHandleEvent
3744
3744
  /**
3745
3745
  * 错误码,0成功 非0错误
3746
3746
  */
3747
- ReturnCode: number
3747
+ ReturnCode?: number
3748
3748
  /**
3749
3749
  * 返回信息 success成功
3750
3750
  */
3751
- ReturnMsg: string
3751
+ ReturnMsg?: string
3752
3752
  /**
3753
3753
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3754
3754
  */
@@ -4325,19 +4325,19 @@ export interface DescribeResourceGroupNewResponse {
4325
4325
  /**
4326
4326
  * 返回树形结构
4327
4327
  */
4328
- Data: string
4328
+ Data?: string
4329
4329
  /**
4330
4330
  * 未分类实例数量
4331
4331
  */
4332
- UnResourceNum: number
4332
+ UnResourceNum?: number
4333
4333
  /**
4334
4334
  * 接口返回消息
4335
4335
  */
4336
- ReturnMsg: string
4336
+ ReturnMsg?: string
4337
4337
  /**
4338
4338
  * 返回码;0为请求成功
4339
4339
  */
4340
- ReturnCode: number
4340
+ ReturnCode?: number
4341
4341
  /**
4342
4342
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4343
4343
  */
@@ -6145,7 +6145,7 @@ export interface DescribeResourceGroupResponse {
6145
6145
  /**
6146
6146
  * 返回树形结构
6147
6147
  */
6148
- Data: string
6148
+ Data?: string
6149
6149
  /**
6150
6150
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6151
6151
  */
@@ -6723,6 +6723,10 @@ export interface DescribeResourceGroupRequest {
6723
6723
  * 资产组id 全部传0
6724
6724
  */
6725
6725
  GroupId?: string
6726
+ /**
6727
+ * all 包含子组 own自己
6728
+ */
6729
+ ShowType?: string
6726
6730
  }
6727
6731
 
6728
6732
  /**
@@ -1293,7 +1293,7 @@ cls.pb.cc cls.pb.h cls.proto
1293
1293
  }
1294
1294
 
1295
1295
  /**
1296
- * 获取制定机器组下的机器状态
1296
+ * 获取指定机器组下的机器状态
1297
1297
  */
1298
1298
  async DescribeMachines(
1299
1299
  req: DescribeMachinesRequest,