tencentcloud-sdk-nodejs 4.0.367 → 4.0.370

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 (74) hide show
  1. package/CHANGELOG.md +438 -0
  2. package/SERVICE_CHANGELOG.md +388 -57
  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/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/cdn/v20180606/cdn_models.ts +12 -0
  8. package/src/services/cii/v20210408/cii_models.ts +5 -0
  9. package/src/services/cme/v20191029/cme_client.ts +3 -1
  10. package/src/services/cme/v20191029/cme_models.ts +21 -0
  11. package/src/services/cpdp/v20190820/cpdp_models.ts +18 -6
  12. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  13. package/src/services/cwp/v20180228/cwp_models.ts +38 -2
  14. package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
  17. package/src/services/mmps/v20200710/mmps_models.ts +6 -0
  18. package/src/services/monitor/v20180724/monitor_client.ts +333 -52
  19. package/src/services/monitor/v20180724/monitor_models.ts +1493 -447
  20. package/src/services/mrs/v20200910/mrs_client.ts +1 -0
  21. package/src/services/mrs/v20200910/mrs_models.ts +65 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +11 -10
  23. package/src/services/postgres/v20170312/postgres_models.ts +2 -2
  24. package/src/services/tcbr/v20220217/tcbr_client.ts +21 -7
  25. package/src/services/tcbr/v20220217/tcbr_models.ts +184 -16
  26. package/src/services/teo/v20220106/teo_client.ts +4 -3
  27. package/src/services/teo/v20220106/teo_models.ts +135 -108
  28. package/src/services/tke/v20180525/tke_client.ts +13 -1
  29. package/src/services/tke/v20180525/tke_models.ts +63 -8
  30. package/src/services/vod/v20180717/vod_models.ts +16 -15
  31. package/src/services/vpc/v20170312/vpc_client.ts +2 -0
  32. package/src/services/vpc/v20170312/vpc_models.ts +111 -6
  33. package/src/services/waf/v20180125/waf_client.ts +37 -20
  34. package/src/services/waf/v20180125/waf_models.ts +435 -129
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  38. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  39. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
  40. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
  41. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +2 -1
  42. package/tencentcloud/services/cme/v20191029/cme_client.js +2 -1
  43. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +18 -0
  44. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -6
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
  46. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
  47. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
  48. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
  50. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +106 -14
  52. package/tencentcloud/services/monitor/v20180724/monitor_client.js +155 -17
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1316 -413
  54. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +55 -0
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -10
  56. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
  57. package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +7 -3
  58. package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +9 -3
  59. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +153 -14
  60. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  61. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +114 -91
  62. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  63. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  64. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +54 -8
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -12
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +92 -6
  67. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
  68. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
  69. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
  70. package/test/dnspod.v20210323.test.js +48 -8
  71. package/test/monitor.v20180724.test.js +238 -8
  72. package/test/tcbr.v20220217.test.js +12 -2
  73. package/test/tke.v20180525.test.js +10 -0
  74. package/test/waf.v20180125.test.js +14 -4
package/products.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
- | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-17 06:02:19 |
10
+ | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-23 06:06:13 |
11
11
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-06-16 06:00:42 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
@@ -15,7 +15,7 @@
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-06-21 06:01:15 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
18
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-20 06:02:44 |
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
21
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
@@ -37,16 +37,16 @@
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
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-13 06:07:47 |
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 |
44
44
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
45
45
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
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 |
@@ -54,13 +54,13 @@
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
56
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-22 06:04:41 |
57
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-10 06:04: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-22 06:05:01 |
60
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-24 06:09:13 |
61
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
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-21 06:05:20 |
63
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-23 06:10:09 |
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 |
@@ -70,7 +70,7 @@
70
70
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
71
71
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
72
72
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-21 06:06:29 |
73
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-20 06:07:25 |
73
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-23 06:11:27 |
74
74
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
75
75
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
76
76
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
@@ -79,13 +79,13 @@
79
79
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-05-26 06:11:01 |
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
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-09 06:11:09 |
82
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
83
83
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
84
84
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
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-13 06:12:00 |
88
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-23 06:12:30 |
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 |
@@ -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-14 11:16:30 |
123
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-24 06:14:40 |
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-14 06:14:22 |
126
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-27 06:12:15 |
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-08 06:12:58 |
128
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-24 06:15:32 |
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-27 06:12:56 |
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-22 06:13:21 |
169
+ | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-24 06:17:45 |
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-13 06:18:15 |
177
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-24 06:18:25 |
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-20 06:14:42 |
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,22 +186,22 @@
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-22 06:14:48 |
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
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-10 06:15:33 |
195
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-23 06:20:18 |
196
196
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-06-21 06:15:54 |
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
- | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-17 06:16:09 |
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
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-21 06:16:46 |
203
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-22 06:16:12 |
204
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
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-27 06:17:51 |
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 |
207
207
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.367"
1
+ export const sdkVersion = "4.0.370"
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
275
275
  }
276
276
 
277
277
  /**
278
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac;采样率建议8000Hz或者16000Hz;采样精度建议16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
278
+ * 本接口用于对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>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
279
279
  */
280
280
  async SentenceRecognition(
281
281
  req: SentenceRecognitionRequest,
@@ -7443,6 +7443,18 @@ export interface CreateVerifyRecordResponse {
7443
7443
  */
7444
7444
  FileVerifyUrl: string
7445
7445
 
7446
+ /**
7447
+ * 文件校验域名列表
7448
+ 注意:此字段可能返回 null,表示取不到有效值。
7449
+ */
7450
+ FileVerifyDomains: Array<string>
7451
+
7452
+ /**
7453
+ * 文件校验文件名
7454
+ 注意:此字段可能返回 null,表示取不到有效值。
7455
+ */
7456
+ FileVerifyName: string
7457
+
7446
7458
  /**
7447
7459
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7448
7460
  */
@@ -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
  /**
@@ -45,6 +45,7 @@ import {
45
45
  StreamConnectOutput,
46
46
  CopyProjectRequest,
47
47
  SearchScope,
48
+ VodPullInputPlayInfo,
48
49
  RevokeResourceAuthorizationResponse,
49
50
  DescribeTasksResponse,
50
51
  ProjectInfo,
@@ -564,7 +565,8 @@ export class Client extends AbstractClient {
564
565
  - `Start`(开启转推),参见 [示例10](#.E7.A4.BA.E4.BE.8B10-.E5.BC.80.E5.90.AF.E4.BA.91.E8.BD.AC.E6.8E.A8);
565
566
  - `Stop`(停止转推),参见 [示例11](#.E7.A4.BA.E4.BE.8B11-.E5.81.9C.E6.AD.A2.E4.BA.91.E8.BD.AC.E6.8E.A8);
566
567
  - `SwitchInput`(切换输入源),参见 [示例12](#.E7.A4.BA.E4.BE.8B12-.E5.88.87.E6.8D.A2.E8.BE.93.E5.85.A5.E6.BA.90);
567
- - `ModifyCurrentStopTime`(修改当前计划结束时间),参见 [示例13](#.E7.A4.BA.E4.BE.8B13-.E4.BF.AE.E6.94.B9.E8.BD.AC.E6.8E.A8.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4)
568
+ - `ModifyCurrentStopTime`(修改当前计划结束时间),参见 [示例13](#.E7.A4.BA.E4.BE.8B13-.E4.BF.AE.E6.94.B9.E8.BD.AC.E6.8E.A8.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
569
+ - `DescribeInputPlayInfo`(查询播放进度),参见 [示例14](#.E7.A4.BA.E4.BE.8B14-.E6.9F.A5.E8.AF.A2.E7.82.B9.E6.92.AD.E8.BE.93.E5.85.A5.E6.BA.90.E6.92.AD.E6.94.BE.E8.BF.9B.E5.BA.A6)。
568
570
  */
569
571
  async HandleStreamConnectProject(
570
572
  req: HandleStreamConnectProjectRequest,
@@ -718,6 +718,21 @@ export interface SearchScope {
718
718
  ClassPath?: string
719
719
  }
720
720
 
721
+ /**
722
+ * 点播文件播放信息,包含当前在播地址和该地址已播时长 。
723
+ */
724
+ export interface VodPullInputPlayInfo {
725
+ /**
726
+ * 当前正在播放文件 Url 。
727
+ */
728
+ Url: string
729
+
730
+ /**
731
+ * 点播文件已播放时长,单位:秒。
732
+ */
733
+ TimeOffset: number
734
+ }
735
+
721
736
  /**
722
737
  * RevokeResourceAuthorization返回参数结构体
723
738
  */
@@ -3461,6 +3476,12 @@ export interface HandleStreamConnectProjectResponse {
3461
3476
  */
3462
3477
  StreamInputRtmpPushUrl: string
3463
3478
 
3479
+ /**
3480
+ * 点播输入源播放进度信息,当 Operation 取值 DescribeInputPlayInfo 且 InputType 为 VodPull 类型时有效。
3481
+ 注意:此字段可能返回 null,表示取不到有效值。
3482
+ */
3483
+ VodPullInputPlayInfo: VodPullInputPlayInfo
3484
+
3464
3485
  /**
3465
3486
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3466
3487
  */
@@ -3723,9 +3723,9 @@ export interface QueryOpenBankPaymentOrderResult {
3723
3723
  ThirdPayOrderId: string
3724
3724
 
3725
3725
  /**
3726
- * INIT:初始化
3726
+ * 订单状态。
3727
+ INIT:初始化
3727
3728
  PAYING:支付中
3728
- DEDUCTED:扣款成功
3729
3729
  ACCEPTED:支付受理成功
3730
3730
  SUCCESS:支付成功
3731
3731
  CLOSED:关单
@@ -3785,6 +3785,18 @@ OPENBANK_PAYMENT
3785
3785
  注意:此字段可能返回 null,表示取不到有效值。
3786
3786
  */
3787
3787
  BankApprovalGuideInfo: OpenBankApprovalGuideInfo
3788
+
3789
+ /**
3790
+ * 手续费金额
3791
+ 注意:此字段可能返回 null,表示取不到有效值。
3792
+ */
3793
+ FeeAmount: number
3794
+
3795
+ /**
3796
+ * 手续费费率
3797
+ 注意:此字段可能返回 null,表示取不到有效值。
3798
+ */
3799
+ FeeRate: number
3788
3800
  }
3789
3801
 
3790
3802
  /**
@@ -7224,7 +7236,7 @@ export interface CreateOpenBankPaymentOrderRequest {
7224
7236
  ChannelMerchantId: string
7225
7237
 
7226
7238
  /**
7227
- * 渠道名称。
7239
+ * 渠道名称。详见附录-云企付枚举类说明-ChannelName。
7228
7240
  __TENPAY__: 商企付
7229
7241
  __WECHAT__: 微信支付
7230
7242
  __ALIPAY__: 支付宝
@@ -7233,7 +7245,7 @@ __WECHAT__: 微信支付
7233
7245
  ChannelName: string
7234
7246
 
7235
7247
  /**
7236
- * 付款方式。如
7248
+ * 付款方式。详见附录-云企付枚举类说明-PaymentMethod。
7237
7249
  __EBANK_PAYMENT__:B2B EBank付款
7238
7250
  __OPENBANK_PAYMENT__:B2C openbank付款
7239
7251
  __SAFT_ISV__:支付宝安心发
@@ -7471,7 +7483,7 @@ export interface CreateOpenBankExternalSubMerchantRegistrationRequest {
7471
7483
  OutSubMerchantId: string
7472
7484
 
7473
7485
  /**
7474
- * 渠道名称。
7486
+ * 渠道名称。详见附录-云企付枚举类说明-ChannelName。
7475
7487
  __TENPAY__: 商企付
7476
7488
  __WECHAT__: 微信支付
7477
7489
  __ALIPAY__: 支付宝
@@ -7479,7 +7491,7 @@ __ALIPAY__: 支付宝
7479
7491
  ChannelName: string
7480
7492
 
7481
7493
  /**
7482
- * 支付方式。
7494
+ * 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
7483
7495
  __EBANK_PAYMENT__: ebank支付
7484
7496
  __OPENBANK_PAYMENT__: openbank支付
7485
7497
  */
@@ -51,6 +51,7 @@ import {
51
51
  ExportAttackLogsResponse,
52
52
  DescribeBaselineEffectHostListResponse,
53
53
  TrustMalwaresRequest,
54
+ LicenseOrder,
54
55
  ExportVulEffectHostListRequest,
55
56
  DescribeBaselineBasicInfoRequest,
56
57
  DescribeProVersionInfoRequest,
@@ -888,6 +888,36 @@ export interface TrustMalwaresRequest {
888
888
  Ids: Array<number>
889
889
  }
890
890
 
891
+ /**
892
+ * 授权订单对象内容
893
+ */
894
+ export interface LicenseOrder {
895
+ /**
896
+ * 授权ID
897
+ */
898
+ LicenseId: number
899
+
900
+ /**
901
+ * 授权类型
902
+ */
903
+ LicenseType: number
904
+
905
+ /**
906
+ * 授权订单资源状态
907
+ */
908
+ Status: number
909
+
910
+ /**
911
+ * 订单类型
912
+ */
913
+ SourceType: number
914
+
915
+ /**
916
+ * 资源ID
917
+ */
918
+ ResourceId: string
919
+ }
920
+
891
921
  /**
892
922
  * ExportVulEffectHostList请求参数结构体
893
923
  */
@@ -5524,6 +5554,12 @@ export interface EffectiveMachineInfo {
5524
5554
  注意:此字段可能返回 null,表示取不到有效值。
5525
5555
  */
5526
5556
  MachineStatus: string
5557
+
5558
+ /**
5559
+ * 授权订单对象
5560
+ 注意:此字段可能返回 null,表示取不到有效值。
5561
+ */
5562
+ LicenseOrder: LicenseOrder
5527
5563
  }
5528
5564
 
5529
5565
  /**
@@ -8249,8 +8285,8 @@ export interface DescribeImportMachineInfoRequest {
8249
8285
  IsQueryProMachine?: boolean
8250
8286
 
8251
8287
  /**
8252
- * 过滤条件。
8253
- <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
8288
+ * 过滤条件:
8289
+ <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
8254
8290
  */
8255
8291
  Filters?: Array<Filters>
8256
8292
  }
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CreateRecordRequest,
22
22
  DescribeBatchTaskDetail,
23
+ ModifyVasAutoRenewStatusResponse,
23
24
  DeleteDomainAliasResponse,
24
25
  ModifySubdomainStatusRequest,
25
26
  CreateRecordBatchResponse,
@@ -27,6 +28,7 @@ import {
27
28
  DomainAnalyticsInfo,
28
29
  DescribeBatchTaskRequest,
29
30
  DomainAnalyticsDetail,
31
+ PayOrderWithBalanceResponse,
30
32
  DescribeDomainResponse,
31
33
  DescribeRecordLineListResponse,
32
34
  DomainInfo,
@@ -43,12 +45,14 @@ import {
43
45
  LineGroupInfo,
44
46
  DeleteDomainRequest,
45
47
  ModifyDomainOwnerRequest,
48
+ ModifyPackageAutoRenewRequest,
46
49
  DomainShareInfo,
47
50
  DescribeRecordLineListRequest,
48
51
  DescribeRecordListResponse,
49
52
  CreateRecordBatchRequest,
50
53
  DeleteDomainAliasRequest,
51
54
  DomainAliasInfo,
55
+ CreateDealRequest,
52
56
  ModifyDomainLockRequest,
53
57
  ModifyDomainStatusRequest,
54
58
  SubdomainAliasAnalyticsItem,
@@ -85,12 +89,15 @@ import {
85
89
  ModifyRecordBatchDetail,
86
90
  DescribeUserDetailResponse,
87
91
  CreateDomainRequest,
92
+ ModifyPackageAutoRenewResponse,
88
93
  DomainAliasAnalyticsItem,
89
94
  DescribeDomainShareInfoResponse,
90
95
  ModifyDomainRemarkRequest,
91
96
  CreateDomainAliasResponse,
92
97
  DescribeRecordListRequest,
98
+ PayOrderWithBalanceRequest,
93
99
  DescribeDomainPurviewResponse,
100
+ Deals,
94
101
  ModifySubdomainStatusResponse,
95
102
  DescribeDomainAnalyticsResponse,
96
103
  ModifyRecordStatusResponse,
@@ -111,6 +118,8 @@ import {
111
118
  CreateDomainBatchDetail,
112
119
  ModifyDomainUnlockRequest,
113
120
  ModifyDomainLockResponse,
121
+ CreateDealResponse,
122
+ ModifyVasAutoRenewStatusRequest,
114
123
  LockInfo,
115
124
  DescribeBatchTaskResponse,
116
125
  DescribeDomainAnalyticsRequest,
@@ -157,13 +166,13 @@ export class Client extends AbstractClient {
157
166
  }
158
167
 
159
168
  /**
160
- * 删除记录
169
+ * 获取等级允许的记录类型
161
170
  */
162
- async DeleteRecord(
163
- req: DeleteRecordRequest,
164
- cb?: (error: string, rep: DeleteRecordResponse) => void
165
- ): Promise<DeleteRecordResponse> {
166
- return this.request("DeleteRecord", req, cb)
171
+ async DescribeRecordType(
172
+ req: DescribeRecordTypeRequest,
173
+ cb?: (error: string, rep: DescribeRecordTypeResponse) => void
174
+ ): Promise<DescribeRecordTypeResponse> {
175
+ return this.request("DescribeRecordType", req, cb)
167
176
  }
168
177
 
169
178
  /**
@@ -196,6 +205,16 @@ export class Client extends AbstractClient {
196
205
  return this.request("ModifyRecordStatus", req, cb)
197
206
  }
198
207
 
208
+ /**
209
+ * 增值服务自动续费设置
210
+ */
211
+ async ModifyVasAutoRenewStatus(
212
+ req: ModifyVasAutoRenewStatusRequest,
213
+ cb?: (error: string, rep: ModifyVasAutoRenewStatusResponse) => void
214
+ ): Promise<ModifyVasAutoRenewStatusResponse> {
215
+ return this.request("ModifyVasAutoRenewStatus", req, cb)
216
+ }
217
+
199
218
  /**
200
219
  * 修改域名状态
201
220
  */
@@ -236,6 +255,16 @@ export class Client extends AbstractClient {
236
255
  return this.request("DescribeDomainShareInfo", req, cb)
237
256
  }
238
257
 
258
+ /**
259
+ * DNSPod商品下单
260
+ */
261
+ async CreateDeal(
262
+ req: CreateDealRequest,
263
+ cb?: (error: string, rep: CreateDealResponse) => void
264
+ ): Promise<CreateDealResponse> {
265
+ return this.request("CreateDeal", req, cb)
266
+ }
267
+
239
268
  /**
240
269
  * 删除域名共享
241
270
  */
@@ -268,14 +297,13 @@ export class Client extends AbstractClient {
268
297
  }
269
298
 
270
299
  /**
271
- * 添加域名
272
-
273
- */
274
- async CreateDomain(
275
- req: CreateDomainRequest,
276
- cb?: (error: string, rep: CreateDomainResponse) => void
277
- ): Promise<CreateDomainResponse> {
278
- return this.request("CreateDomain", req, cb)
300
+ * 批量添加记录
301
+ */
302
+ async CreateRecordBatch(
303
+ req: CreateRecordBatchRequest,
304
+ cb?: (error: string, rep: CreateRecordBatchResponse) => void
305
+ ): Promise<CreateRecordBatchResponse> {
306
+ return this.request("CreateRecordBatch", req, cb)
279
307
  }
280
308
 
281
309
  /**
@@ -289,13 +317,13 @@ export class Client extends AbstractClient {
289
317
  }
290
318
 
291
319
  /**
292
- * 获取等级允许的记录类型
320
+ * 删除记录
293
321
  */
294
- async DescribeRecordType(
295
- req: DescribeRecordTypeRequest,
296
- cb?: (error: string, rep: DescribeRecordTypeResponse) => void
297
- ): Promise<DescribeRecordTypeResponse> {
298
- return this.request("DescribeRecordType", req, cb)
322
+ async DeleteRecord(
323
+ req: DeleteRecordRequest,
324
+ cb?: (error: string, rep: DeleteRecordResponse) => void
325
+ ): Promise<DeleteRecordResponse> {
326
+ return this.request("DeleteRecord", req, cb)
299
327
  }
300
328
 
301
329
  /**
@@ -328,6 +356,16 @@ export class Client extends AbstractClient {
328
356
  return this.request("DescribeDomainAnalytics", req, cb)
329
357
  }
330
358
 
359
+ /**
360
+ * DNS 解析套餐自动续费设置
361
+ */
362
+ async ModifyPackageAutoRenew(
363
+ req: ModifyPackageAutoRenewRequest,
364
+ cb?: (error: string, rep: ModifyPackageAutoRenewResponse) => void
365
+ ): Promise<ModifyPackageAutoRenewResponse> {
366
+ return this.request("ModifyPackageAutoRenew", req, cb)
367
+ }
368
+
331
369
  /**
332
370
  * 设置记录备注
333
371
  */
@@ -410,13 +448,24 @@ export class Client extends AbstractClient {
410
448
  }
411
449
 
412
450
  /**
413
- * 批量添加记录
451
+ * 添加域名
452
+
453
+ */
454
+ async CreateDomain(
455
+ req: CreateDomainRequest,
456
+ cb?: (error: string, rep: CreateDomainResponse) => void
457
+ ): Promise<CreateDomainResponse> {
458
+ return this.request("CreateDomain", req, cb)
459
+ }
460
+
461
+ /**
462
+ * DNSPod商品余额支付
414
463
  */
415
- async CreateRecordBatch(
416
- req: CreateRecordBatchRequest,
417
- cb?: (error: string, rep: CreateRecordBatchResponse) => void
418
- ): Promise<CreateRecordBatchResponse> {
419
- return this.request("CreateRecordBatch", req, cb)
464
+ async PayOrderWithBalance(
465
+ req: PayOrderWithBalanceRequest,
466
+ cb?: (error: string, rep: PayOrderWithBalanceResponse) => void
467
+ ): Promise<PayOrderWithBalanceResponse> {
468
+ return this.request("PayOrderWithBalance", req, cb)
420
469
  }
421
470
 
422
471
  /**