tencentcloud-sdk-nodejs 4.0.248 → 4.0.249

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 (68) hide show
  1. package/CHANGELOG.md +545 -77
  2. package/package.json +1 -1
  3. package/products.md +23 -23
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ame/v20190916/ame_models.ts +5 -0
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  7. package/src/services/apm/v20210622/apm_client.ts +12 -0
  8. package/src/services/apm/v20210622/apm_models.ts +46 -0
  9. package/src/services/captcha/v20190722/captcha_models.ts +2 -1
  10. package/src/services/cdb/v20170320/cdb_models.ts +11 -1
  11. package/src/services/cii/v20210408/cii_models.ts +1 -1
  12. package/src/services/cme/v20191029/cme_client.ts +3 -3
  13. package/src/services/cme/v20191029/cme_models.ts +30 -25
  14. package/src/services/cr/v20180321/cr_models.ts +1 -1
  15. package/src/services/domain/v20180808/domain_models.ts +6 -1
  16. package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
  17. package/src/services/gaap/v20180529/gaap_models.ts +5 -0
  18. package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
  19. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
  20. package/src/services/monitor/v20180724/monitor_models.ts +3 -3
  21. package/src/services/postgres/v20170312/postgres_models.ts +18 -6
  22. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  23. package/src/services/scf/v20180416/scf_client.ts +25 -12
  24. package/src/services/scf/v20180416/scf_models.ts +103 -1
  25. package/src/services/tat/v20201028/tat_models.ts +87 -11
  26. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
  28. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  29. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  30. package/src/services/waf/v20180125/waf_client.ts +1 -1
  31. package/src/services/waf/v20180125/waf_models.ts +26 -1
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -0
  35. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  36. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  37. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  38. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +39 -0
  39. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  40. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  41. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
  42. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
  43. package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
  44. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
  45. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
  46. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -1
  47. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
  48. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
  49. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
  50. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
  51. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
  52. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
  53. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +16 -6
  54. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  55. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +9 -5
  56. package/tencentcloud/services/scf/v20180416/scf_client.js +12 -6
  57. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +86 -1
  58. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
  59. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  60. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
  62. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  64. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  65. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
  66. package/test/apm.v20210622.test.js +10 -0
  67. package/test/scf.v20180416.test.js +14 -4
  68. package/test/tdmq.v20200217.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.248",
3
+ "version": "4.0.249",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,14 +5,14 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-11-18 08:02:15 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-11-18 08:02:17 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-11-10 08:01:52 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-12-03 08:01:26 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-11-10 08:01:55 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-23 08:02:33 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-12-02 08:02:10 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-01 08:02:45 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-01 08:02:58 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
@@ -28,12 +28,12 @@
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
30
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-10 08:03:09 |
31
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-11-10 08:03:17 |
31
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-16 08:06:45 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-29 08:04:53 |
36
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-19 08:07:05 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-02 08:03:37 |
36
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-02 08:03:55 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-17 08:07:53 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
@@ -46,7 +46,7 @@
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
48
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-10 08:04:30 |
49
- | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-26 08:06:20 |
49
+ | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-12-02 08:04:53 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
52
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
@@ -61,13 +61,13 @@
61
61
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-26 08:08:12 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
64
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-11-10 08:06:19 |
64
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-03 08:05:53 |
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
68
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-01 08:07:08 |
69
69
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
70
- | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-11-10 08:06:32 |
70
+ | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-02 08:06:56 |
71
71
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-11-18 20:07:06 |
72
72
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-10 08:06:52 |
73
73
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
@@ -76,9 +76,9 @@
76
76
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
77
77
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
78
78
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
79
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-11-10 08:07:11 |
79
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-03 08:06:45 |
80
80
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
81
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-11-10 08:07:14 |
81
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
82
82
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-11-10 08:07:25 |
83
83
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
84
84
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-11-10 08:07:30 |
@@ -94,12 +94,12 @@
94
94
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
95
95
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-11-10 08:08:03 |
96
96
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
97
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-11-23 08:09:04 |
98
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-19 08:12:04 |
97
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
98
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-03 08:08:18 |
99
99
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
100
100
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
101
101
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-11-30 20:01:47 |
102
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-22 08:08:13 |
102
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-02 08:09:10 |
103
103
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
104
104
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
105
105
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
@@ -107,7 +107,7 @@
107
107
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
108
108
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
109
109
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-01 08:10:00 |
110
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
110
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
111
111
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
112
112
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
113
113
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -120,14 +120,14 @@
120
120
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
121
121
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
122
122
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
123
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-30 08:10:31 |
124
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-30 08:10:39 |
123
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-02 08:10:29 |
124
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-02 08:10:37 |
125
125
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
126
126
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
127
127
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
128
128
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
129
129
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
130
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-19 08:13:47 |
130
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-03 08:10:14 |
131
131
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
132
132
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
133
133
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
@@ -141,7 +141,7 @@
141
141
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
142
142
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
143
143
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
144
- | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-24 08:13:01 |
144
+ | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-03 08:11:00 |
145
145
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
146
146
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
147
147
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
@@ -153,7 +153,7 @@
153
153
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
154
154
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
155
155
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
156
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
156
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-03 08:11:41 |
157
157
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
158
158
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
159
159
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -163,7 +163,7 @@
163
163
  | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
164
164
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
165
165
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
166
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-19 08:15:40 |
166
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-03 08:12:15 |
167
167
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-30 08:12:44 |
168
168
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
169
169
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
@@ -177,8 +177,8 @@
177
177
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
178
178
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
179
179
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-17 08:17:34 |
180
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-11-17 08:17:56 |
181
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-11-10 08:13:28 |
180
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-03 08:13:27 |
181
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
182
182
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
183
183
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
184
184
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.248"
1
+ export const sdkVersion = "4.0.249"
@@ -375,6 +375,11 @@ export interface PackageItem {
375
375
  * 授权区域,global: 全球 CN: 中国
376
376
  */
377
377
  AuthorizedArea: string
378
+
379
+ /**
380
+ * 标签数组
381
+ */
382
+ Tags: Array<string>
378
383
  }
379
384
 
380
385
  /**
@@ -867,6 +867,12 @@ export interface BGPIPInstance {
867
867
  * 是否开启安全加速,是为1,否为0。
868
868
  */
869
869
  DamDDoSStatus: number
870
+
871
+ /**
872
+ * 是否Ipv6版本的IP, 是为1,否为0
873
+ 注意:此字段可能返回 null,表示取不到有效值。
874
+ */
875
+ V6Flag: number
870
876
  }
871
877
 
872
878
  /**
@@ -18,7 +18,9 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ CreateApmInstanceResponse,
21
22
  ApmInstanceDetail,
23
+ CreateApmInstanceRequest,
22
24
  DescribeApmAgentResponse,
23
25
  ApmTag,
24
26
  DescribeApmInstancesResponse,
@@ -36,6 +38,16 @@ export class Client extends AbstractClient {
36
38
  super("apm.tencentcloudapi.com", "2021-06-22", clientConfig)
37
39
  }
38
40
 
41
+ /**
42
+ * 业务购买APM实例,调用该接口创建
43
+ */
44
+ async CreateApmInstance(
45
+ req: CreateApmInstanceRequest,
46
+ cb?: (error: string, rep: CreateApmInstanceResponse) => void
47
+ ): Promise<CreateApmInstanceResponse> {
48
+ return this.request("CreateApmInstance", req, cb)
49
+ }
50
+
39
51
  /**
40
52
  * APM实例列表拉取
41
53
  */
@@ -15,6 +15,22 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * CreateApmInstance返回参数结构体
20
+ */
21
+ export interface CreateApmInstanceResponse {
22
+ /**
23
+ * 实例ID
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ InstanceId: string
27
+
28
+ /**
29
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
30
+ */
31
+ RequestId?: string
32
+ }
33
+
18
34
  /**
19
35
  * apm实例信息
20
36
  */
@@ -126,6 +142,36 @@ export interface ApmInstanceDetail {
126
142
  SlowRequestSavedThreshold: number
127
143
  }
128
144
 
145
+ /**
146
+ * CreateApmInstance请求参数结构体
147
+ */
148
+ export interface CreateApmInstanceRequest {
149
+ /**
150
+ * 实例名
151
+ */
152
+ Name: string
153
+
154
+ /**
155
+ * 实例描述信息
156
+ */
157
+ Description?: string
158
+
159
+ /**
160
+ * Trace数据保存时长
161
+ */
162
+ TraceDuration?: number
163
+
164
+ /**
165
+ * 标签列表
166
+ */
167
+ Tags?: Array<ApmTag>
168
+
169
+ /**
170
+ * 实例上报额度值
171
+ */
172
+ SpanDailyCounters?: number
173
+ }
174
+
129
175
  /**
130
176
  * DescribeApmAgent返回参数结构体
131
177
  */
@@ -828,7 +828,8 @@ export interface DescribeCaptchaResultResponse {
828
828
  18 uin no match 号码不匹配
829
829
  19 seq redirect 重定向验证
830
830
  20 opt no vcode 操作使用pt免验证码校验错误
831
- 21 diff 差别,验证错误
831
+ 21 diff 差别,验证错误
832
+ 该情况出现原因一般为,当验证码前端生成terror格式票据并进行后端票据校验时,用户网络较差,该情况下仍会返回可用票据,业务侧可以自行根据需要,进行票据生成或做其他处理。详情参见 [验证码Web前端接入-异常处理文档](https://cloud.tencent.com/document/product/1110/36841#.E5.BC.82.E5.B8.B8.E5.A4.84.E7.90.86)。
832
833
  22 captcha type not match 验证码类型与拉取时不一致
833
834
  23 verify type error 验证类型错误
834
835
  24 invalid pkg 非法请求包
@@ -493,6 +493,11 @@ export interface UpgradeDBInstanceRequest {
493
493
  * 是否极速变配。0-普通升级,1-极速变配。选择极速变配会根据资源状况校验是否可以进行极速变配,满足条件则进行极速变配,不满足条件会返回报错信息。
494
494
  */
495
495
  FastUpgrade?: number
496
+
497
+ /**
498
+ * 延迟阈值。取值范围1~10,默认值为10。
499
+ */
500
+ MaxDelayTime?: number
496
501
  }
497
502
 
498
503
  /**
@@ -4443,7 +4448,7 @@ export interface UpgradeDBInstanceEngineVersionResponse {
4443
4448
  /**
4444
4449
  * 异步任务 ID,可使用 [查询异步任务的执行结果](https://cloud.tencent.com/document/api/236/20410) 获取其执行情况。
4445
4450
  */
4446
- AsyncRequestId?: string
4451
+ AsyncRequestId: string
4447
4452
 
4448
4453
  /**
4449
4454
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6197,6 +6202,11 @@ export interface UpgradeDBInstanceEngineVersionRequest {
6197
6202
  * 是否是内核子版本升级,支持的值:1 - 升级内核子版本;0 - 升级数据库引擎版本。
6198
6203
  */
6199
6204
  UpgradeSubversion?: number
6205
+
6206
+ /**
6207
+ * 延迟阈值。取值范围1~10
6208
+ */
6209
+ MaxDelayTime?: number
6200
6210
  }
6201
6211
 
6202
6212
  /**
@@ -218,7 +218,7 @@ export interface UploadMedicalFileRequest {
218
218
  /**
219
219
  * 文件内容的base64的值。FileBase64与FileURL有一个不为空即可,若FileURL同时存在,那么取FileBase64。
220
220
  */
221
- File?: File
221
+ File?: string
222
222
 
223
223
  /**
224
224
  * 文件的URL地址。FileBase64与FileURL有一个不为空即可,若FileBase64同时存在,那么取FileBase64。
@@ -328,7 +328,7 @@ export class Client extends AbstractClient {
328
328
  }
329
329
 
330
330
  /**
331
- * 将云点播媒资文件导入到云剪媒体资源库。支持导入媒体归属团队或者个人。
331
+ * 将云点播媒资文件导入到多媒体创作引擎媒体资源库。支持导入媒体归属团队或者个人。
332
332
  */
333
333
  async ImportMaterial(
334
334
  req: ImportMaterialRequest,
@@ -486,7 +486,7 @@ export class Client extends AbstractClient {
486
486
  }
487
487
 
488
488
  /**
489
- * 删除用户登录态,使用户登出云剪平台。
489
+ * 删除用户登录态,使用户登出多媒体创作引擎平台。
490
490
  */
491
491
  async DeleteLoginStatus(
492
492
  req: DeleteLoginStatusRequest,
@@ -645,7 +645,7 @@ export class Client extends AbstractClient {
645
645
  }
646
646
 
647
647
  /**
648
- * 创建云剪项目,目前支持的项目类型有:
648
+ * 创建多媒体创作引擎项目,目前支持的项目类型有:
649
649
  <li>视频剪辑项目:用于普通视频剪辑;</li>
650
650
  <li>直播剪辑项目:用于直播流剪辑;</li>
651
651
  <li>导播台项目:用于云导播台;</li>
@@ -179,13 +179,13 @@ export interface ExportVideoByVideoSegmentationDataRequest {
179
179
 
180
180
  /**
181
181
  * 导出目标,指定导出视频的目标媒资库,可取值有:
182
- <li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
183
- <li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
182
+ <li>CME:多媒体创作引擎,即导出为多媒体创作引擎媒资库,此导出目标在云点播媒资库依然可见;</li>
183
+ <li>VOD:云点播,即导出为云点播媒资库,此导出目标在多媒体创作引擎媒资库将不可见。</li>
184
184
  */
185
185
  ExportDestination: string
186
186
 
187
187
  /**
188
- * 导出的云剪媒体信息。当导出目标为 CME 时必填。
188
+ * 导出的多媒体创作引擎媒体信息。当导出目标为 CME 时必填。
189
189
  */
190
190
  CMEExportInfo?: CMEExportInfo
191
191
 
@@ -310,9 +310,9 @@ export interface ExportVideoEditProjectRequest {
310
310
  Definition: number
311
311
 
312
312
  /**
313
- * 导出目标。
314
- <li>CME:云剪,即导出为云剪媒体;</li>
315
- <li>VOD:云点播,即导出为云点播媒资。</li>
313
+ * 导出目标,指定导出视频的目标媒资库,可取值有:
314
+ <li>CME:多媒体创作引擎,即导出为多媒体创作引擎媒资库,此导出目标在云点播媒资库依然可见;</li>
315
+ <li>VOD:云点播,即导出为云点播媒资库,此导出目标在多媒体创作引擎媒资库将不可见。</li>
316
316
  */
317
317
  ExportDestination: string
318
318
 
@@ -322,7 +322,7 @@ export interface ExportVideoEditProjectRequest {
322
322
  CoverData?: string
323
323
 
324
324
  /**
325
- * 导出的云剪媒体信息。当导出目标为 CME 时必填。
325
+ * 导出的多媒体创作引擎媒体信息。当导出目标为 CME 时必填。
326
326
  */
327
327
  CMEExportInfo?: CMEExportInfo
328
328
 
@@ -385,7 +385,7 @@ export interface AudioTrackItem {
385
385
  * 音频媒体,可取值为:
386
386
  <ul>
387
387
  <li>当 SourceType 为 VOD 时,参数填云点播 FileId ;</li>
388
- <li>当 SourceType 为 CME 时,参数填云剪媒体 Id;</li>
388
+ <li>当 SourceType 为 CME 时,参数填多媒体创作引擎媒体 Id;</li>
389
389
  <li>当 SourceType 为 EXTERNAL 时,目前仅支持外部媒体 URL(如`https://www.example.com/a.mp3`),参数填写规则请参见注意事项。</li>
390
390
  </ul>
391
391
 
@@ -812,7 +812,7 @@ export interface VideoTrackItem {
812
812
  * 视频媒体,可取值为:
813
813
  <ul>
814
814
  <li>当 SourceType 为 VOD 时,参数填云点播 FileId ;</li>
815
- <li>当 SourceType 为 CME 时,参数填云剪媒体 Id;</li>
815
+ <li>当 SourceType 为 CME 时,参数填多媒体创作引擎媒体 Id;</li>
816
816
  <li>当 SourceType 为 EXTERNAL 时,目前仅支持外部媒体 URL(如`https://www.example.com/a.mp4`),参数填写规则请参见注意事项。</li>
817
817
  </ul>
818
818
 
@@ -1003,7 +1003,7 @@ export interface FlattenListMediaRequest {
1003
1003
  }
1004
1004
 
1005
1005
  /**
1006
- * 直播推流信息,包括推流地址有效时长,云剪后端生成直播推流地址。
1006
+ * 直播推流信息,包括推流地址有效时长,多媒体创作引擎后端生成直播推流地址。
1007
1007
  */
1008
1008
  export interface RtmpPushInputInfo {
1009
1009
  /**
@@ -1012,7 +1012,7 @@ export interface RtmpPushInputInfo {
1012
1012
  ExpiredSecond: number
1013
1013
 
1014
1014
  /**
1015
- * 直播推流地址,入参不填默认由云剪生成。
1015
+ * 直播推流地址,入参不填默认由多媒体创作引擎生成。
1016
1016
  */
1017
1017
  PushUrl?: string
1018
1018
  }
@@ -1141,8 +1141,8 @@ export interface ExportVideoByEditorTrackDataRequest {
1141
1141
 
1142
1142
  /**
1143
1143
  * 导出目标,指定导出视频的目标媒资库,可取值有:
1144
- <li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
1145
- <li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
1144
+ <li>CME:多媒体创建引擎,即导出到多媒体创作引擎媒资库,此导出目标在云点播媒资库依然可见;</li>
1145
+ <li>VOD:云点播,即导出为云点播媒资库,此导出目标在多媒体创作引擎媒资库将不可见。</li>
1146
1146
  */
1147
1147
  ExportDestination: string
1148
1148
 
@@ -1164,7 +1164,7 @@ export interface ExportVideoByEditorTrackDataRequest {
1164
1164
  CoverData?: string
1165
1165
 
1166
1166
  /**
1167
- * 导出的云剪媒体信息。当导出目标为 CME 时必填。
1167
+ * 导出的多媒体创作引擎媒体信息。当导出目标为 CME 时必填。
1168
1168
  */
1169
1169
  CMEExportInfo?: CMEExportInfo
1170
1170
 
@@ -1205,7 +1205,7 @@ export interface MaterialTagInfo {
1205
1205
  */
1206
1206
  export interface VideoEditProjectOutput {
1207
1207
  /**
1208
- * 导出的云剪素材 MaterialId,仅当导出为云剪素材时有效。
1208
+ * 导出的多媒体创作引擎媒体 Id,仅当导出目标为多媒体创作引擎媒体时有效。
1209
1209
  */
1210
1210
  MaterialId: string
1211
1211
 
@@ -2142,7 +2142,7 @@ export interface SwitcherPgmOutputConfig {
2142
2142
  }
2143
2143
 
2144
2144
  /**
2145
- * 云剪导出信息。
2145
+ * 多媒体创作引擎导出信息。
2146
2146
  */
2147
2147
  export interface CMEExportInfo {
2148
2148
  /**
@@ -3292,8 +3292,8 @@ export interface ExportVideoByTemplateRequest {
3292
3292
 
3293
3293
  /**
3294
3294
  * 导出目标,指定导出视频的目标媒资库,可取值有:
3295
- <li>CME:云剪,即导出为云剪媒资库,此导出目标在云点播媒资库依然可见;</li>
3296
- <li>VOD:云点播,即导出为云点播媒资库,此导出目标在云剪媒资库将不可见。</li>
3295
+ <li>CME:多媒体创作引擎,即导出为多媒体创作引擎媒资库,此导出目标在云点播媒资库依然可见;</li>
3296
+ <li>VOD:云点播,即导出为云点播媒资库,此导出目标在多媒体创作引擎媒资库将不可见。</li>
3297
3297
  */
3298
3298
  ExportDestination: string
3299
3299
 
@@ -3303,7 +3303,7 @@ export interface ExportVideoByTemplateRequest {
3303
3303
  SlotReplacements?: Array<SlotReplacementInfo>
3304
3304
 
3305
3305
  /**
3306
- * 导出的云剪媒资信息。当导出目标为 CME 时必填。
3306
+ * 导出的多媒体创作引擎媒资信息。当导出目标为 CME 时必填。
3307
3307
  */
3308
3308
  CMEExportInfo?: CMEExportInfo
3309
3309
 
@@ -3801,7 +3801,7 @@ export interface VideoExportExtensionArgs {
3801
3801
  * 封装格式,可选值:
3802
3802
  <li>mp4 </li>
3803
3803
  <li>mov </li>
3804
- 不填则默认使用导出模板中的值。
3804
+ 不填则使用视频导出编码配置。
3805
3805
  */
3806
3806
  Container?: string
3807
3807
 
@@ -3811,21 +3811,26 @@ export interface VideoExportExtensionArgs {
3811
3811
  例如:项目的宽高比是 16:9 :
3812
3812
  <li>短边尺寸为 1080,则导出视频的分辨率为 1920 * 1080。</li>
3813
3813
  <li>短边尺寸为 720,则导出视频的分辨率为 1280 * 720</li>
3814
- 不填则默认使用导出模板中对的值。
3814
+ 不填则使用视频导出编码配置。
3815
3815
  */
3816
3816
  ShortEdge?: number
3817
3817
 
3818
3818
  /**
3819
3819
  * 指定码率,单位 bps。当该参数为 0 时则不强制限定码率。
3820
- 不填则默认使用导出模板中的值。
3820
+ 不填则使用视频导出编码配置。
3821
3821
  */
3822
3822
  VideoBitrate?: number
3823
3823
 
3824
+ /**
3825
+ * 帧率。取值范围:[15, 60],不填默认值为 25。
3826
+ */
3827
+ FrameRate?: number
3828
+
3824
3829
  /**
3825
3830
  * 是否去除视频数据,可选值:
3826
3831
  <li>0:保留;</li>
3827
3832
  <li>1:去除。</li>
3828
- 不填则默认使用导出模板中对的值。
3833
+ 不填则使用视频导出编码配置。
3829
3834
  */
3830
3835
  RemoveVideo?: number
3831
3836
 
@@ -3833,7 +3838,7 @@ export interface VideoExportExtensionArgs {
3833
3838
  * 是否去除音频数据,可选值:
3834
3839
  <li>0:保留;</li>
3835
3840
  <li>1:去除。</li>
3836
- 不填则默认使用导出模板中对的值。
3841
+ 不填则使用视频导出编码配置。
3837
3842
  */
3838
3843
  RemoveAudio?: number
3839
3844
 
@@ -4537,7 +4542,7 @@ export interface ImportMaterialRequest {
4537
4542
  <li>VOD:云点播文件;</li>
4538
4543
  <li>EXTERNAL:媒资绑定。</li>
4539
4544
 
4540
- 注意:如果不填默认为云点播文件,如果媒体存储在非腾讯云点播中,都需要使用媒资绑定。另外,导入云点播的文件,使用云点播的子应用 Id 必须与创建云剪平台时使用的云点播子应用一致。
4545
+ 注意:如果不填默认为云点播文件,如果媒体存储在非腾讯云点播中,都需要使用媒资绑定。另外,导入云点播的文件,使用云点播的子应用 Id 必须与创建多媒体创作引擎平台时使用的云点播子应用一致。
4541
4546
  */
4542
4547
  SourceType?: string
4543
4548
 
@@ -1587,7 +1587,7 @@ export interface UploadDataFileRequest {
1587
1587
  /**
1588
1588
  * 文件,文件与文件地址上传只可选用一种,必须使用multipart/form-data协议来上传二进制流文件,建议使用xlsx格式,大小不超过5MB。
1589
1589
  */
1590
- File?: File
1590
+ File?: string
1591
1591
 
1592
1592
  /**
1593
1593
  * 文件上传地址,文件与文件地址上传只可选用一种,大小不超过50MB。
@@ -647,6 +647,11 @@ export interface PhoneEmailData {
647
647
  * 创建时间
648
648
  */
649
649
  CreatedOn: string
650
+
651
+ /**
652
+ * 1=控制台校验,2=第三方校验
653
+ */
654
+ CheckStatus: number
650
655
  }
651
656
 
652
657
  /**
@@ -1359,7 +1364,7 @@ export interface DescribeTemplateListRequest {
1359
1364
  Type?: string
1360
1365
 
1361
1366
  /**
1362
- * 认证状态:未实名认证:NotUpload, 实名审核中:InAudit,已实名认证:Approved,实名审核失败:Reject
1367
+ * 认证状态:未实名审核:NotUpload, 实名审核中:InAudit,已实名审核:Approved,实名审核失败:Reject,更新手机邮箱:NotVerified。
1363
1368
  */
1364
1369
  Status?: string
1365
1370
 
@@ -134,6 +134,9 @@ export class Client extends AbstractClient {
134
134
  /**
135
135
  * 本接口(UpdateDomainConfig)用于更新ECDN加速域名配置信息。
136
136
  注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值。建议通过查询接口获取配置属性后,直接修改后传递给本接口。Https配置由于证书的特殊性,更新时不用传递证书和密钥字段。
137
+
138
+ >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41116"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
139
+
137
140
  */
138
141
  async UpdateDomainConfig(
139
142
  req: UpdateDomainConfigRequest,
@@ -4378,6 +4378,11 @@ export interface DescribeProxyStatisticsRequest {
4378
4378
  当时间范围不超过30天,支持最小粒度3600秒。
4379
4379
  */
4380
4380
  Granularity: number
4381
+
4382
+ /**
4383
+ * 运营商(通道为三网通道时有效),支持CMCC,CUCC,CTCC,传空值或不传则合并三个运营商数据
4384
+ */
4385
+ Isp?: string
4381
4386
  }
4382
4387
 
4383
4388
  /**
@@ -2111,6 +2111,11 @@ export interface CreateProductRequest {
2111
2111
  * 认证方式 只支持取值为2 psk认证
2112
2112
  */
2113
2113
  EncryptionType?: number
2114
+
2115
+ /**
2116
+ * 连接类型,wifi表示WIFI连接,cellular表示4G连接
2117
+ */
2118
+ NetType?: string
2114
2119
  }
2115
2120
 
2116
2121
  /**
@@ -2891,6 +2896,12 @@ export interface VideoProduct {
2891
2896
  * 修改时间unix时间戳
2892
2897
  */
2893
2898
  UpdateTime: number
2899
+
2900
+ /**
2901
+ * 连接类型,wifi表示WIFI连接,cellular表示4G连接
2902
+ 注意:此字段可能返回 null,表示取不到有效值。
2903
+ */
2904
+ NetType: string
2894
2905
  }
2895
2906
 
2896
2907
  /**