tencentcloud-sdk-nodejs 4.0.369 → 4.0.372

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 (91) hide show
  1. package/CHANGELOG.md +425 -0
  2. package/SERVICE_CHANGELOG.md +422 -130
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +4 -3
  7. package/src/services/cii/v20210408/cii_models.ts +5 -0
  8. package/src/services/clb/v20180317/clb_models.ts +6 -0
  9. package/src/services/cls/v20201016/cls_client.ts +13 -64
  10. package/src/services/cls/v20201016/cls_models.ts +162 -467
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +163 -38
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +2077 -462
  13. package/src/services/cvm/v20170312/cvm_models.ts +10 -3
  14. package/src/services/cwp/v20180228/cwp_models.ts +6 -0
  15. package/src/services/eb/v20210416/eb_models.ts +5 -5
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +13 -14
  17. package/src/services/gaap/v20180529/gaap_models.ts +6 -0
  18. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -4
  19. package/src/services/mmps/v20200710/mmps_client.ts +20 -6
  20. package/src/services/mmps/v20200710/mmps_models.ts +157 -0
  21. package/src/services/monitor/v20180724/monitor_client.ts +93 -32
  22. package/src/services/monitor/v20180724/monitor_models.ts +651 -377
  23. package/src/services/mrs/v20200910/mrs_client.ts +1 -0
  24. package/src/services/mrs/v20200910/mrs_models.ts +41 -0
  25. package/src/services/ocr/v20181119/ocr_models.ts +25 -22
  26. package/src/services/postgres/v20170312/postgres_models.ts +2 -2
  27. package/src/services/tcbr/v20220217/tcbr_client.ts +1 -0
  28. package/src/services/tcbr/v20220217/tcbr_models.ts +29 -0
  29. package/src/services/tdmq/v20200217/tdmq_client.ts +22 -2
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +44 -12
  31. package/src/services/teo/v20220106/teo_client.ts +4 -3
  32. package/src/services/teo/v20220106/teo_models.ts +132 -105
  33. package/src/services/tke/v20180525/tke_client.ts +13 -1
  34. package/src/services/tke/v20180525/tke_models.ts +61 -6
  35. package/src/services/trtc/v20190722/trtc_client.ts +42 -115
  36. package/src/services/trtc/v20190722/trtc_models.ts +799 -1431
  37. package/src/services/tse/v20201207/tse_client.ts +75 -23
  38. package/src/services/tse/v20201207/tse_models.ts +417 -157
  39. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  40. package/src/services/vpc/v20170312/vpc_models.ts +3 -3
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -1
  44. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
  45. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -19
  47. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -27
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +148 -406
  49. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +45 -9
  50. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +66 -12
  51. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1706 -338
  52. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -1
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
  54. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -11
  56. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -4
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -4
  59. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +7 -3
  60. package/tencentcloud/services/mmps/v20200710/mmps_client.js +9 -3
  61. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +130 -0
  62. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +28 -8
  63. package/tencentcloud/services/monitor/v20180724/monitor_client.js +40 -10
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +558 -325
  65. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +35 -0
  66. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +25 -22
  67. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
  68. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +25 -0
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +21 -1
  70. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -1
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -12
  72. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  73. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +111 -88
  74. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  75. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  76. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +52 -6
  77. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -28
  78. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -35
  79. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +773 -1310
  80. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
  81. package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
  82. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +366 -144
  83. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  84. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
  85. package/test/cls.v20201016.test.js +2 -42
  86. package/test/cpdp.v20190820.test.js +98 -8
  87. package/test/mmps.v20200710.test.js +12 -2
  88. package/test/monitor.v20180724.test.js +56 -6
  89. package/test/tke.v20180525.test.js +10 -0
  90. package/test/trtc.v20190722.test.js +0 -40
  91. package/test/tse.v20201207.test.js +44 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.369",
3
+ "version": "4.0.372",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -18,7 +18,7 @@
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-23 06:06:50 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
21
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-06-29 06:02:26 |
22
22
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
23
23
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
@@ -37,7 +37,7 @@
37
37
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-06-17 06:03:48 |
38
38
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
39
39
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-06-20 06:03:42 |
40
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-15 06:04:37 |
40
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-27 06:05:09 |
41
41
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
42
42
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-23 06:08:11 |
43
43
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
@@ -46,21 +46,21 @@
46
46
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
47
47
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
48
48
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-17 10:12:20 |
49
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-16 06:03:27 |
49
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
50
50
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
51
51
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
52
52
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
53
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
53
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-06-29 06:04:25 |
54
54
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
55
55
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
56
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-22 06:04:41 |
56
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-29 06:04:44 |
57
57
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
58
58
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
59
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-24 06:09:13 |
60
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-28 06:07:23 |
61
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-16 06:04:38 |
63
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-23 06:10:09 |
62
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-29 06:05:30 |
63
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-29 06:05:43 |
64
64
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
65
65
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-06-15 06:07:21 |
66
66
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
@@ -76,7 +76,7 @@
76
76
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
77
77
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
78
78
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
79
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-05-26 06:11:01 |
79
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-06-28 06:09:50 |
80
80
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
81
81
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
82
82
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
@@ -85,12 +85,12 @@
85
85
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
86
86
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-20 06:08:20 |
87
87
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-15 06:09:03 |
88
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-23 06:12:30 |
88
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-28 06:10:35 |
89
89
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
90
90
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
91
91
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
92
92
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
93
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-06-02 06:08:28 |
93
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-06-28 06:10:45 |
94
94
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
95
95
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
96
96
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
@@ -112,7 +112,7 @@
112
112
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
113
113
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
114
114
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
115
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
115
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-28 06:12:49 |
116
116
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-22 06:10:05 |
117
117
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
118
118
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -120,23 +120,23 @@
120
120
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
121
121
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
122
122
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
123
- | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-24 06:14:40 |
123
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-28 19:50:53 |
124
124
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
125
125
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
126
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-24 06:14:48 |
126
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-28 06:13:35 |
127
127
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
128
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-24 06:15:32 |
128
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
129
129
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
130
130
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
131
131
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
132
132
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
133
133
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
134
134
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-15 06:12:20 |
135
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-20 06:11:43 |
135
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-29 06:11:12 |
136
136
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
137
137
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
138
138
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
139
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-15 06:12:41 |
139
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
140
140
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
141
141
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
142
142
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-06-16 06:10:57 |
@@ -166,7 +166,7 @@
166
166
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
167
167
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
168
168
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
169
- | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-24 06:17:45 |
169
+ | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-28 06:16:23 |
170
170
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
171
171
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
172
172
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
@@ -174,9 +174,9 @@
174
174
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-21 06:13:45 |
175
175
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
176
176
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
177
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-24 06:18:25 |
177
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-29 06:13:55 |
178
178
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-20 06:14:36 |
179
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-23 06:19:17 |
179
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-27 06:15:53 |
180
180
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
181
181
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
182
182
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -186,21 +186,21 @@
186
186
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-15 06:15:49 |
187
187
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
188
188
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
189
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-24 06:19:13 |
189
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-27 06:16:26 |
190
190
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
191
191
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
192
192
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
193
193
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
194
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-21 06:15:46 |
195
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-23 06:20:18 |
196
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-06-21 06:15:54 |
194
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-28 11:47:33 |
195
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-28 06:18:34 |
196
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-06-29 06:15:16 |
197
197
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
198
198
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
199
199
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
200
200
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
201
201
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
202
202
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-23 06:20:52 |
203
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-24 06:20:35 |
203
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-29 06:15:50 |
204
204
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-06-23 06:22:00 |
205
205
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
206
206
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.369"
1
+ export const sdkVersion = "4.0.372"
@@ -330,8 +330,9 @@ export interface SystemDisk {
330
330
  DiskType?: string
331
331
 
332
332
  /**
333
- * 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
334
- */
333
+ * 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
334
+ 该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
335
+ */
335
336
  DiskId?: string
336
337
 
337
338
  /**
@@ -1776,7 +1777,7 @@ export interface DataDisk {
1776
1777
 
1777
1778
  /**
1778
1779
  * 数据盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID,暂时不支持该参数。
1779
- 该参数目前仅用于`DescribeInstances`接口。
1780
+ 该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
1780
1781
  */
1781
1782
  DiskId?: string
1782
1783
 
@@ -935,6 +935,11 @@ export interface OcrRecognise {
935
935
  * 位置信息
936
936
  */
937
937
  Location: Location
938
+
939
+ /**
940
+ * 字段名
941
+ */
942
+ Field: string
938
943
  }
939
944
 
940
945
  /**
@@ -1842,6 +1842,12 @@ export interface Listener {
1842
1842
  注意:此字段可能返回 null,表示取不到有效值。
1843
1843
  */
1844
1844
  DeregisterTargetRst: boolean
1845
+
1846
+ /**
1847
+ * 监听器的属性
1848
+ 注意:此字段可能返回 null,表示取不到有效值。
1849
+ */
1850
+ AttrFlags: Array<string>
1845
1851
  }
1846
1852
 
1847
1853
  /**
@@ -33,9 +33,8 @@ import {
33
33
  CreateMachineGroupResponse,
34
34
  DescribeConfigMachineGroupsRequest,
35
35
  ModifyConfigExtraResponse,
36
- ModifyLogsetRequest,
37
36
  CreateLogsetRequest,
38
- ModifyDataTransformRequest,
37
+ DescribeShippersRequest,
39
38
  LogItem,
40
39
  SearchLogResponse,
41
40
  DeleteTopicRequest,
@@ -62,14 +61,14 @@ import {
62
61
  DescribeExportsRequest,
63
62
  ExtractRuleInfo,
64
63
  TopicInfo,
65
- DeleteDataTransformResponse,
64
+ DescribeConsumerRequest,
66
65
  DeleteConfigExtraResponse,
67
66
  ModifyConsumerRequest,
68
67
  CreateIndexResponse,
69
68
  DeleteConfigFromMachineGroupResponse,
70
69
  CreateConsumerResponse,
71
70
  ModifyMachineGroupResponse,
72
- DataTransformResouceInfo,
71
+ RuleInfo,
73
72
  DeleteMachineGroupRequest,
74
73
  FullTextInfo,
75
74
  DescribePartitionsResponse,
@@ -82,7 +81,7 @@ import {
82
81
  CreateAlarmRequest,
83
82
  DeleteExportResponse,
84
83
  PartitionInfo,
85
- DescribeShippersRequest,
84
+ CreateConfigExtraRequest,
86
85
  ExcludePathInfo,
87
86
  FilterRuleInfo,
88
87
  ConfigExtraInfo,
@@ -110,14 +109,12 @@ import {
110
109
  ModifyConsumerResponse,
111
110
  DescribeConfigsRequest,
112
111
  LogsetInfo,
113
- DescribeConsumerRequest,
114
112
  DeleteConfigRequest,
115
113
  AnalysisDimensional,
116
114
  ShipperTaskInfo,
117
115
  CloseKafkaConsumerRequest,
118
116
  CreateExportRequest,
119
117
  DescribeAlarmNoticesResponse,
120
- DeleteDataTransformRequest,
121
118
  DeleteConfigExtraRequest,
122
119
  ModifyConfigRequest,
123
120
  DescribeLogsetsResponse,
@@ -136,25 +133,20 @@ import {
136
133
  Column,
137
134
  CompressInfo,
138
135
  ValueInfo,
139
- DescribeDataTransformInfoRequest,
136
+ GetAlarmLogRequest,
140
137
  DeleteShipperResponse,
141
138
  ExportInfo,
142
- DescribeLogContextResponse,
143
139
  ConfigInfo,
144
140
  DeleteExportRequest,
145
141
  SplitPartitionResponse,
146
- CreateDataTransformResponse,
147
142
  LogContextInfo,
148
143
  ModifyShipperRequest,
149
- RuleInfo,
150
- CreateConfigExtraRequest,
144
+ DescribeLogContextResponse,
151
145
  CreateConsumerRequest,
152
146
  AlarmNotice,
153
147
  ModifyConfigResponse,
154
148
  ModifyAlarmNoticeResponse,
155
- DataTransformTaskInfo,
156
149
  DescribeMachinesResponse,
157
- PreviewLogStatistic,
158
150
  ContentInfo,
159
151
  ApplyConfigToMachineGroupResponse,
160
152
  DeleteAlarmRequest,
@@ -177,7 +169,6 @@ import {
177
169
  CreateMachineGroupRequest,
178
170
  DescribeExportsResponse,
179
171
  ApplyConfigToMachineGroupRequest,
180
- GetAlarmLogRequest,
181
172
  ContainerFileInfo,
182
173
  CsvInfo,
183
174
  DescribeConfigExtrasRequest,
@@ -186,14 +177,12 @@ import {
186
177
  HistogramInfo,
187
178
  DescribeMachineGroupConfigsRequest,
188
179
  ModifyConfigExtraRequest,
189
- CreateDataTransformRequest,
180
+ ModifyLogsetRequest,
190
181
  DescribeMachineGroupsResponse,
191
182
  DescribeLogsetsRequest,
192
183
  ParquetInfo,
193
184
  DeleteTopicResponse,
194
185
  Filter,
195
- ModifyDataTransformResponse,
196
- DescribeDataTransformInfoResponse,
197
186
  ConsumerContent,
198
187
  CreateExportResponse,
199
188
  HostFileInfo,
@@ -481,16 +470,6 @@ export class Client extends AbstractClient {
481
470
  return this.request("DeleteConfigFromMachineGroup", req, cb)
482
471
  }
483
472
 
484
- /**
485
- * 本接口用于删除数据加工任务
486
- */
487
- async DeleteDataTransform(
488
- req: DeleteDataTransformRequest,
489
- cb?: (error: string, rep: DeleteDataTransformResponse) => void
490
- ): Promise<DeleteDataTransformResponse> {
491
- return this.request("DeleteDataTransform", req, cb)
492
- }
493
-
494
473
  /**
495
474
  * 本接口用于删除特殊采集规则配置
496
475
  */
@@ -502,23 +481,13 @@ export class Client extends AbstractClient {
502
481
  }
503
482
 
504
483
  /**
505
- * 本接口用于创建数据加工任务。
506
- */
507
- async CreateDataTransform(
508
- req: CreateDataTransformRequest,
509
- cb?: (error: string, rep: CreateDataTransformResponse) => void
510
- ): Promise<CreateDataTransformResponse> {
511
- return this.request("CreateDataTransform", req, cb)
512
- }
513
-
514
- /**
515
- * 本接口用于获取数据加工任务列表基本信息
484
+ * 本接口用于获取告警策略列表。
516
485
  */
517
- async DescribeDataTransformInfo(
518
- req: DescribeDataTransformInfoRequest,
519
- cb?: (error: string, rep: DescribeDataTransformInfoResponse) => void
520
- ): Promise<DescribeDataTransformInfoResponse> {
521
- return this.request("DescribeDataTransformInfo", req, cb)
486
+ async DescribeAlarms(
487
+ req: DescribeAlarmsRequest,
488
+ cb?: (error: string, rep: DescribeAlarmsResponse) => void
489
+ ): Promise<DescribeAlarmsResponse> {
490
+ return this.request("DescribeAlarms", req, cb)
522
491
  }
523
492
 
524
493
  /**
@@ -845,16 +814,6 @@ cls.pb.cc cls.pb.h cls.proto
845
814
  return this.request("DeleteIndex", req, cb)
846
815
  }
847
816
 
848
- /**
849
- * 本接口用于修改数据加工任务
850
- */
851
- async ModifyDataTransform(
852
- req: ModifyDataTransformRequest,
853
- cb?: (error: string, rep: ModifyDataTransformResponse) => void
854
- ): Promise<ModifyDataTransformResponse> {
855
- return this.request("ModifyDataTransform", req, cb)
856
- }
857
-
858
817
  /**
859
818
  * 本接口用于删除告警策略。
860
819
  */
@@ -994,14 +953,4 @@ cls.pb.cc cls.pb.h cls.proto
994
953
  ): Promise<CloseKafkaConsumerResponse> {
995
954
  return this.request("CloseKafkaConsumer", req, cb)
996
955
  }
997
-
998
- /**
999
- * 本接口用于获取告警策略列表。
1000
- */
1001
- async DescribeAlarms(
1002
- req: DescribeAlarmsRequest,
1003
- cb?: (error: string, rep: DescribeAlarmsResponse) => void
1004
- ): Promise<DescribeAlarmsResponse> {
1005
- return this.request("DescribeAlarms", req, cb)
1006
- }
1007
956
  }