tencentcloud-sdk-nodejs 4.0.653 → 4.0.655

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 (100) hide show
  1. package/CHANGELOG.md +618 -0
  2. package/SERVICE_CHANGELOG.md +726 -91
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +3 -3
  7. package/src/services/asr/v20190614/asr_models.ts +7 -2
  8. package/src/services/clb/v20180317/clb_client.ts +17 -8
  9. package/src/services/clb/v20180317/clb_models.ts +16 -16
  10. package/src/services/cls/v20201016/cls_client.ts +36 -0
  11. package/src/services/cls/v20201016/cls_models.ts +160 -34
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +15 -3
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +126 -90
  14. package/src/services/dasb/v20191018/dasb_models.ts +52 -43
  15. package/src/services/emr/v20190103/emr_models.ts +5 -0
  16. package/src/services/ess/v20201111/ess_client.ts +19 -4
  17. package/src/services/ess/v20201111/ess_models.ts +442 -87
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +15 -4
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +166 -100
  20. package/src/services/faceid/v20180301/faceid_models.ts +8 -4
  21. package/src/services/goosefs/v20220519/goosefs_client.ts +201 -12
  22. package/src/services/goosefs/v20220519/goosefs_models.ts +697 -73
  23. package/src/services/live/v20180801/live_client.ts +1 -0
  24. package/src/services/live/v20180801/live_models.ts +25 -2
  25. package/src/services/mna/v20210119/mna_models.ts +10 -3
  26. package/src/services/mps/v20190612/mps_models.ts +33 -0
  27. package/src/services/ms/v20180408/ms_client.ts +19 -9
  28. package/src/services/ms/v20180408/ms_models.ts +46 -46
  29. package/src/services/nlp/v20190408/nlp_client.ts +66 -475
  30. package/src/services/nlp/v20190408/nlp_models.ts +262 -1301
  31. package/src/services/oceanus/v20190422/oceanus_client.ts +62 -54
  32. package/src/services/oceanus/v20190422/oceanus_models.ts +1487 -1284
  33. package/src/services/scf/v20180416/scf_models.ts +1 -1
  34. package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
  35. package/src/services/sqlserver/v20180328/sqlserver_models.ts +38 -0
  36. package/src/services/tcss/v20201101/tcss_models.ts +1 -1
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +45 -20
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +359 -254
  39. package/src/services/trtc/v20190722/trtc_client.ts +2 -1
  40. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  41. package/src/services/tsf/v20180326/tsf_models.ts +40 -31
  42. package/src/services/tts/v20190823/tts_models.ts +1 -1
  43. package/src/services/vpc/v20170312/vpc_models.ts +35 -35
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +3 -3
  47. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -2
  48. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +15 -6
  49. package/tencentcloud/services/clb/v20180317/clb_client.js +15 -6
  50. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +16 -16
  51. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -1
  52. package/tencentcloud/services/cls/v20201016/cls_client.js +18 -0
  53. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +154 -34
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +124 -90
  57. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +52 -43
  58. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -4
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +438 -87
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -2
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -2
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +166 -100
  65. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -4
  66. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +63 -3
  67. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +93 -3
  68. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +642 -57
  69. package/tencentcloud/services/live/v20180801/live_models.d.ts +24 -2
  70. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -3
  71. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +33 -0
  72. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +16 -6
  73. package/tencentcloud/services/ms/v20180408/ms_client.js +16 -6
  74. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +46 -46
  75. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +15 -206
  76. package/tencentcloud/services/nlp/v20190408/nlp_client.js +21 -264
  77. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +242 -1219
  78. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +1 -1
  79. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1442 -1247
  80. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  81. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  82. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  83. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +35 -0
  84. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -3
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -3
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +351 -251
  88. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -1
  89. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -1
  90. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  91. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -31
  92. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +35 -35
  94. package/test/cls.v20201016.test.js +30 -0
  95. package/test/cynosdb.v20190107.test.js +10 -0
  96. package/test/ess.v20201111.test.js +10 -0
  97. package/test/goosefs.v20220519.test.js +152 -2
  98. package/test/nlp.v20190408.test.js +14 -274
  99. package/test/sqlserver.v20180328.test.js +10 -0
  100. package/test/tdmq.v20200217.test.js +22 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.653",
3
+ "version": "4.0.655",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,10 +14,10 @@
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-27 01:06:01 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-19 01:07:14 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-26 01:04:04 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-02 01:06:17 |
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 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
@@ -55,31 +55,31 @@
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-31 01:13:15 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-31 01:13:45 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-01 01:09:50 |
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-07-24 01:17:40 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-31 01:14:37 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-02 01:08:23 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
64
- | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
64
+ | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-02 01:08:44 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
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-07-18 01:21: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-07-27 01:10:40 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-07-28 01:18:37 |
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-27 01:11:21 |
74
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-02 01:13:37 |
74
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-02 01:13:55 |
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 |
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
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-21 01:20:29 |
82
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-28 01:23:03 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-01 01:17:48 |
82
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-01 01:18:18 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-24 01:25:15 |
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 |
@@ -91,17 +91,17 @@
91
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
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-25 10:56:12 |
94
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-31 01:23:57 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-28 17:50:48 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-02 01:15:29 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 01:15:45 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-25 10:59:09 |
99
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-28 01:27:13 |
103
103
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-21 01:25:06 |
104
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-07-19 01:25:47 |
104
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
106
106
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
107
107
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -127,7 +127,7 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-31 01:30:04 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-25 11:04:43 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-28 01:33:15 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-02 01:18:05 |
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 |
133
133
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -136,17 +136,17 @@
136
136
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
137
137
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
138
138
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
139
- | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
139
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-01 01:32:11 |
140
140
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
141
141
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-19 01:32:20 |
142
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-07-20 01:35:35 |
142
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-01 01:33:24 |
143
143
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
144
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-07-27 01:16:41 |
144
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-02 01:19:05 |
145
145
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
146
146
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
147
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-31 01:34:03 |
147
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
148
148
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
149
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-07-17 01:29:44 |
149
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-01 01:34:42 |
150
150
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-31 01:34:27 |
151
151
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
152
152
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-07-27 01:17:15 |
@@ -157,11 +157,11 @@
157
157
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-26 01:31:49 |
158
158
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
159
159
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-07-18 01:42:27 |
160
- | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-07-07 01:46:17 |
160
+ | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
161
161
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
162
162
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
163
163
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-20 01:39:23 |
164
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-02 01:20:41 |
165
165
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
166
166
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
167
167
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -169,7 +169,7 @@
169
169
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
170
170
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
171
171
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
172
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-17 01:33:25 |
172
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-02 01:20:58 |
173
173
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
174
174
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-19 01:38:38 |
175
175
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
@@ -191,13 +191,13 @@
191
191
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
192
192
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
193
193
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
194
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-28 01:47:50 |
194
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
195
195
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
196
196
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
197
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-26 01:38:18 |
197
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-02 01:22:40 |
198
198
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
199
199
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
200
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-31 01:43:23 |
200
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-02 01:23:00 |
201
201
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
202
202
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
203
203
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -215,16 +215,16 @@
215
215
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
216
216
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
217
217
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-28 01:54:49 |
219
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-19 01:46:53 |
220
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-07-28 01:55:23 |
218
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-02 01:26:09 |
219
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-02 01:26:15 |
220
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
221
221
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
222
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-07-28 01:56:27 |
222
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
223
223
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
224
224
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
225
225
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
226
226
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-26 01:43:57 |
227
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-28 01:57:59 |
227
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-01 01:51:10 |
228
228
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
229
229
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
230
230
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.653"
1
+ export const sdkVersion = "4.0.655"
@@ -4731,7 +4731,7 @@ export interface DescribeApiAppsStatusResponse {
4731
4731
  * 应用列表。
4732
4732
  注意:此字段可能返回 null,表示取不到有效值。
4733
4733
  */
4734
- Result: ApiAppInfos
4734
+ Result?: ApiAppInfos
4735
4735
  /**
4736
4736
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4737
4737
  */
@@ -6624,7 +6624,7 @@ export interface DescribeApiKeysStatusResponse {
6624
6624
  * 密钥列表。
6625
6625
  注意:此字段可能返回 null,表示取不到有效值。
6626
6626
  */
6627
- Result: ApiKeysStatus
6627
+ Result?: ApiKeysStatus
6628
6628
  /**
6629
6629
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6630
6630
  */
@@ -7157,7 +7157,7 @@ export interface DescribeServicesStatusResponse {
7157
7157
  * 服务列表查询结果。
7158
7158
  注意:此字段可能返回 null,表示取不到有效值。
7159
7159
  */
7160
- Result: ServicesStatus
7160
+ Result?: ServicesStatus
7161
7161
  /**
7162
7162
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7163
7163
  */
@@ -348,8 +348,13 @@ export interface SentenceRecognitionRequest {
348
348
  */
349
349
  ReinforceHotword?: number
350
350
  /**
351
- * 临时热词:用于提升识别准确率,临时热词规则:“热词|权重”,热词不超过30个字符(最多10个汉字),权重1-10,最多传入128个热词。举例:"腾讯云|10,语音识别|5,ASR|10"。
352
- “临时热词”和“热词id”的区别:热词id需要先在控制台或通过接口创建热词表,得到热词表id后才可以使用热词功能,本字段可以在每次请求时直接传入热词使用,但每次请求后云端不会保留相关的热词数据,需要客户自行维护相关数据
351
+ * 临时热词表,该参数用于提升热词识别准确率。
352
+ 单个热词规则:"热词|权重",不超过30个字符(最多10个汉字),权重1-10;
353
+ 临时热词表限制:多个热词用英文逗号分割,最多128个热词,参数示例:"腾讯云|10,语音识别|5,ASR|10";
354
+ 参数 hotword_list 与 hotword_id 区别:
355
+ hotword_id:需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
356
+ hotword_list:每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表;
357
+ 注意:如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list。
353
358
  */
354
359
  HotwordList?: string
355
360
  /**
@@ -660,9 +660,8 @@ export class Client extends AbstractClient {
660
660
  }
661
661
 
662
662
  /**
663
- * 查询一个地域的负载均衡实例列表。
664
-
665
- */
663
+ * 查询一个地域的负载均衡实例列表。
664
+ */
666
665
  async DescribeLoadBalancers(
667
666
  req: DescribeLoadBalancersRequest,
668
667
  cb?: (error: string, rep: DescribeLoadBalancersResponse) => void
@@ -1025,11 +1024,21 @@ export class Client extends AbstractClient {
1025
1024
  * 克隆负载均衡实例,根据指定的负载均衡实例,复制出相同规则和绑定关系的负载均衡实例。克隆接口为异步操作,克隆的数据以调用CloneLoadBalancer时为准,如果调用CloneLoadBalancer后克隆CLB发生变化,变化规则不会克隆。
1026
1025
 
1027
1026
  限制说明:
1028
- 不支持基础网络和传统型负载均衡、IPv6和NAT64
1029
- 不支持包年包月CLB
1030
- 不支持监听器为 QUIC、端口段
1031
- 不支持后端类型为 目标组、SCF云函数
1032
- 个性化配置、重定向配置、安全组默认放通开关 将不会被克隆,须手工配置
1027
+ 实例属性维度限制
1028
+ 仅支持克隆按量计费实例,不支持包年包月实例。
1029
+ 不支持克隆未关联实例计费项的 CLB。
1030
+ 不支持克隆传统型负载均衡实例和高防 CLB。
1031
+ 不支持克隆基础网络类型的实例。
1032
+ 不支持克隆 IPv6、IPv6 NAT64 版本以及混绑的实例。
1033
+ 个性化配置、重定向配置、安全组默认放通开关的配置将不会被克隆,需重新配置。
1034
+ 执行克隆操作前,请确保实例上没有使用已过期证书,否则会导致克隆失败。
1035
+ 监听器维度限制
1036
+ 不支持克隆监听器为 QUIC 类型和端口段的实例。
1037
+ 不支持监听器为 TCP_SSL 的内网型负载均衡的实例。
1038
+ 不支持克隆七层监听器没有转发规则的实例。
1039
+ 当实例的监听器个数超过50个时,不支持克隆。
1040
+ 后端服务维度限制
1041
+ 不支持克隆绑定的后端服务类型为目标组和 SCF 云函数的实例。
1033
1042
 
1034
1043
  通过接口调用:
1035
1044
  BGP带宽包必须传带宽包id
@@ -200,7 +200,7 @@ OPEN:公网属性, INTERNAL:内网属性。
200
200
  */
201
201
  SubnetId?: string
202
202
  /**
203
- * 负载均衡实例所属的项目 ID,可以通过 [DescribeProject](https://cloud.tencent.com/document/product/378/4400) 接口获取。不填此参数则视为默认项目。
203
+ * 负载均衡实例所属的项目 ID,可以通过 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取。不填此参数则视为默认项目。
204
204
  */
205
205
  ProjectId?: number
206
206
  /**
@@ -225,7 +225,7 @@ OPEN:公网属性, INTERNAL:内网属性。
225
225
  */
226
226
  InternetAccessible?: InternetAccessible
227
227
  /**
228
- * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
228
+ * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
229
229
  */
230
230
  VipIsp?: string
231
231
  /**
@@ -378,7 +378,7 @@ export interface CloneLoadBalancerRequest {
378
378
  */
379
379
  InternetAccessible?: InternetAccessible
380
380
  /**
381
- * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 DescribeSingleIsp 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
381
+ * 仅适用于公网负载均衡。CMCC | CTCC | CUCC,分别对应 移动 | 电信 | 联通,如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。如果指定运营商,则网络计费式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。
382
382
  */
383
383
  VipIsp?: string
384
384
  /**
@@ -665,7 +665,7 @@ OPEN:公网属性, INTERNAL:内网属性。
665
665
  */
666
666
  LoadBalancerName?: string
667
667
  /**
668
- * 腾讯云为负载均衡实例分配的域名,本参数仅对传统型公网负载均衡才有意义。
668
+ * 腾讯云为负载均衡实例分配的域名。
669
669
  */
670
670
  Domain?: string
671
671
  /**
@@ -2004,11 +2004,11 @@ export interface ModifyListenerRequest {
2004
2004
  */
2005
2005
  SessionExpireTime?: number
2006
2006
  /**
2007
- * 健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL监听器。
2007
+ * 健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
2008
2008
  */
2009
2009
  HealthCheck?: HealthCheck
2010
2010
  /**
2011
- * 证书相关信息,此参数仅适用于HTTPS/TCP_SSL监听器;此参数和MultiCertInfo不能同时传入。
2011
+ * 证书相关信息,此参数仅适用于HTTPS/TCP_SSL/QUIC监听器;此参数和MultiCertInfo不能同时传入。
2012
2012
  */
2013
2013
  Certificate?: CertificateInput
2014
2014
  /**
@@ -2166,17 +2166,17 @@ export interface HealthCheck {
2166
2166
  */
2167
2167
  RecvContext?: string
2168
2168
  /**
2169
- * 自定义探测相关参数。健康检查使用的协议:TCP | HTTP | CUSTOM(仅适用于TCP/UDP监听器,其中UDP监听器只支持CUSTOM;如果使用自定义健康检查功能,则必传)。
2169
+ * 健康检查使用的协议。取值 TCP | HTTP | HTTPS | GRPC | PING | CUSTOM,UDP监听器支持PING/CUSTOM,TCP监听器支持TCP/HTTP/CUSTOM,TCP_SSL/QUIC监听器支持TCP/HTTP,HTTP规则支持HTTP/GRPC,HTTPS规则支持HTTP/HTTPS/GRPC。
2170
2170
  注意:此字段可能返回 null,表示取不到有效值。
2171
2171
  */
2172
2172
  CheckType?: string
2173
2173
  /**
2174
- * 自定义探测相关参数。健康检查协议CheckType的值取HTTP时,必传此字段,代表后端服务的HTTP版本:HTTP/1.0、HTTP/1.1;(仅适用于TCP监听器)
2174
+ * HTTP版本。健康检查协议CheckType的值取HTTP时,必传此字段,代表后端服务的HTTP版本:HTTP/1.0、HTTP/1.1;(仅适用于TCP监听器)
2175
2175
  注意:此字段可能返回 null,表示取不到有效值。
2176
2176
  */
2177
2177
  HttpVersion?: string
2178
2178
  /**
2179
- * 自定义探测相关参数。健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
2179
+ * 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
2180
2180
  注意:此字段可能返回 null,表示取不到有效值。
2181
2181
  */
2182
2182
  SourceIpType?: number
@@ -2665,7 +2665,7 @@ export interface DescribeListenersRequest {
2665
2665
  */
2666
2666
  ListenerIds?: Array<string>
2667
2667
  /**
2668
- * 要查询的监听器协议类型,取值 TCP | UDP | HTTP | HTTPS | TCP_SSL。
2668
+ * 要查询的监听器协议类型,取值 TCP | UDP | HTTP | HTTPS | TCP_SSL | QUIC
2669
2669
  */
2670
2670
  Protocol?: string
2671
2671
  /**
@@ -2980,12 +2980,12 @@ export interface DescribeListenersResponse {
2980
2980
  /**
2981
2981
  * 监听器列表。
2982
2982
  */
2983
- Listeners: Array<Listener>
2983
+ Listeners?: Array<Listener>
2984
2984
  /**
2985
2985
  * 总的监听器个数(根据端口、协议、监听器ID过滤后)。
2986
2986
  注意:此字段可能返回 null,表示取不到有效值。
2987
2987
  */
2988
- TotalCount: number
2988
+ TotalCount?: number
2989
2989
  /**
2990
2990
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2991
2991
  */
@@ -3406,7 +3406,7 @@ export interface CreateListenerRequest {
3406
3406
  */
3407
3407
  ListenerNames?: Array<string>
3408
3408
  /**
3409
- * 健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL监听器。
3409
+ * 健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
3410
3410
  */
3411
3411
  HealthCheck?: HealthCheck
3412
3412
  /**
@@ -3419,7 +3419,7 @@ export interface CreateListenerRequest {
3419
3419
  SessionExpireTime?: number
3420
3420
  /**
3421
3421
  * 监听器转发的方式。可选值:WRR、LEAST_CONN
3422
- 分别表示按权重轮询、最小连接数, 默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL监听器。
3422
+ 分别表示按权重轮询、最小连接数, 默认为 WRR。此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
3423
3423
  */
3424
3424
  Scheduler?: string
3425
3425
  /**
@@ -4954,11 +4954,11 @@ export interface DescribeLoadBalancersResponse {
4954
4954
  /**
4955
4955
  * 满足过滤条件的负载均衡实例总数。此数值与入参中的Limit无关。
4956
4956
  */
4957
- TotalCount: number
4957
+ TotalCount?: number
4958
4958
  /**
4959
4959
  * 返回的负载均衡实例数组。
4960
4960
  */
4961
- LoadBalancerSet: Array<LoadBalancer>
4961
+ LoadBalancerSet?: Array<LoadBalancer>
4962
4962
  /**
4963
4963
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4964
4964
  */
@@ -53,6 +53,7 @@ import {
53
53
  MergePartitionRequest,
54
54
  DescribeShippersResponse,
55
55
  TopicIdAndRegion,
56
+ DescribeKafkaConsumerResponse,
56
57
  CreateConfigExtraResponse,
57
58
  ModifyShipperResponse,
58
59
  DeleteKafkaRechargeResponse,
@@ -75,6 +76,7 @@ import {
75
76
  DescribeCosRechargesRequest,
76
77
  MetaTagInfo,
77
78
  CreateCosRechargeRequest,
79
+ DescribeKafkaUserRequest,
78
80
  ExtractRuleInfo,
79
81
  TopicInfo,
80
82
  DeleteDataTransformResponse,
@@ -168,6 +170,7 @@ import {
168
170
  ValueInfo,
169
171
  DescribeDataTransformInfoRequest,
170
172
  DeleteShipperResponse,
173
+ ModifyKafkaConsumerRequest,
171
174
  ExportInfo,
172
175
  GroupTriggerConditionInfo,
173
176
  DescribeLogContextResponse,
@@ -199,6 +202,7 @@ import {
199
202
  AlertHistoryNotice,
200
203
  DeleteAlarmRequest,
201
204
  CreateConfigResponse,
205
+ ModifyKafkaConsumerResponse,
202
206
  MachineGroupTypeInfo,
203
207
  DeleteConfigFromMachineGroupRequest,
204
208
  ShipperInfo,
@@ -238,9 +242,11 @@ import {
238
242
  CheckRechargeKafkaServerResponse,
239
243
  ModifyCosRechargeRequest,
240
244
  DescribeLogsetsRequest,
245
+ DescribeKafkaUserResponse,
241
246
  ParquetInfo,
242
247
  DeleteTopicResponse,
243
248
  CosRechargeInfo,
249
+ DescribeKafkaConsumerRequest,
244
250
  ModifyDataTransformResponse,
245
251
  DescribeDataTransformInfoResponse,
246
252
  ConsumerContent,
@@ -465,6 +471,16 @@ cls.pb.cc cls.pb.h cls.proto
465
471
  return this.request("CreateConsumer", req, cb)
466
472
  }
467
473
 
474
+ /**
475
+ * 本接口用于获取kafka用户信息
476
+ */
477
+ async DescribeKafkaUser(
478
+ req: DescribeKafkaUserRequest,
479
+ cb?: (error: string, rep: DescribeKafkaUserResponse) => void
480
+ ): Promise<DescribeKafkaUserResponse> {
481
+ return this.request("DescribeKafkaUser", req, cb)
482
+ }
483
+
468
484
  /**
469
485
  * 本接口用于修改日志主题。
470
486
  */
@@ -986,6 +1002,16 @@ cls.pb.cc cls.pb.h cls.proto
986
1002
  return this.request("DescribeMachineGroupConfigs", req, cb)
987
1003
  }
988
1004
 
1005
+ /**
1006
+ * 修改Kafka协议消费信息
1007
+ */
1008
+ async ModifyKafkaConsumer(
1009
+ req: ModifyKafkaConsumerRequest,
1010
+ cb?: (error: string, rep: ModifyKafkaConsumerResponse) => void
1011
+ ): Promise<ModifyKafkaConsumerResponse> {
1012
+ return this.request("ModifyKafkaConsumer", req, cb)
1013
+ }
1014
+
989
1015
  /**
990
1016
  * 删除投递COS任务
991
1017
  */
@@ -1036,6 +1062,16 @@ cls.pb.cc cls.pb.h cls.proto
1036
1062
  return this.request("DeleteAlarm", req, cb)
1037
1063
  }
1038
1064
 
1065
+ /**
1066
+ * 获取Kafka协议消费信息
1067
+ */
1068
+ async DescribeKafkaConsumer(
1069
+ req: DescribeKafkaConsumerRequest,
1070
+ cb?: (error: string, rep: DescribeKafkaConsumerResponse) => void
1071
+ ): Promise<DescribeKafkaConsumerResponse> {
1072
+ return this.request("DescribeKafkaConsumer", req, cb)
1073
+ }
1074
+
1039
1075
  /**
1040
1076
  * 本接口用于搜索日志上下文附近的内容
1041
1077
  */