tencentcloud-sdk-nodejs 4.0.314 → 4.0.317

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 (95) hide show
  1. package/CHANGELOG.md +454 -0
  2. package/SERVICE_CHANGELOG.md +613 -27
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +11 -0
  7. package/src/services/asr/v20190614/asr_models.ts +2 -2
  8. package/src/services/batch/v20170312/batch_models.ts +1 -1
  9. package/src/services/cam/v20190116/cam_client.ts +1 -1
  10. package/src/services/cam/v20190116/cam_models.ts +8 -3
  11. package/src/services/cdb/v20170320/cdb_models.ts +6 -6
  12. package/src/services/cdn/v20180606/cdn_models.ts +11 -0
  13. package/src/services/cls/v20201016/cls_client.ts +21 -8
  14. package/src/services/cls/v20201016/cls_models.ts +70 -0
  15. package/src/services/cpdp/v20190820/cpdp_client.ts +14 -0
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +60 -2
  17. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  18. package/src/services/cwp/v20180228/cwp_client.ts +13 -0
  19. package/src/services/cwp/v20180228/cwp_models.ts +150 -0
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +42 -5
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +149 -40
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +53 -47
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +15 -3
  24. package/src/services/iai/v20180301/iai_models.ts +41 -41
  25. package/src/services/live/v20180801/live_models.ts +12 -2
  26. package/src/services/mariadb/v20170312/mariadb_models.ts +58 -52
  27. package/src/services/ocr/v20181119/ocr_client.ts +13 -1
  28. package/src/services/ocr/v20181119/ocr_models.ts +74 -17
  29. package/src/services/rum/v20210622/rum_models.ts +5 -5
  30. package/src/services/scf/v20180416/scf_models.ts +2 -2
  31. package/src/services/ses/v20201002/ses_models.ts +6 -1
  32. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +28 -4
  33. package/src/services/tcb/v20180608/tcb_models.ts +5 -0
  34. package/src/services/tcss/v20201101/tcss_models.ts +18 -0
  35. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +45 -0
  37. package/src/services/thpc/v20211109/thpc_models.ts +2 -4
  38. package/src/services/tse/v20201207/tse_models.ts +17 -0
  39. package/src/services/vod/v20180717/vod_client.ts +3 -1
  40. package/src/services/vod/v20180717/vod_models.ts +68 -15
  41. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  42. package/src/services/vpc/v20170312/vpc_models.ts +26 -6
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  47. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  48. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +1 -1
  49. package/tencentcloud/services/cam/v20190116/cam_client.js +1 -1
  50. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +7 -3
  51. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
  53. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +8 -4
  54. package/tencentcloud/services/cls/v20201016/cls_client.js +10 -4
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -0
  56. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +6 -1
  57. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +7 -0
  58. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +52 -2
  59. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  60. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
  61. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
  62. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +123 -0
  63. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -1
  64. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -0
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +130 -34
  66. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -47
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -2
  68. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +41 -41
  69. package/tencentcloud/services/live/v20180801/live_models.d.ts +10 -2
  70. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +57 -52
  71. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
  73. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +64 -15
  74. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -5
  75. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
  76. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
  77. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +24 -4
  78. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -0
  79. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
  80. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  81. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -0
  83. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +2 -4
  84. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +14 -0
  85. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  86. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +61 -14
  87. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  88. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  89. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -6
  90. package/test/cls.v20201016.test.js +12 -2
  91. package/test/cpdp.v20190820.test.js +10 -0
  92. package/test/cwp.v20180228.test.js +10 -0
  93. package/test/cynosdb.v20190107.test.js +30 -0
  94. package/test/ocr.v20181119.test.js +10 -0
  95. 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.314",
3
+ "version": "4.0.317",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -7,17 +7,17 @@
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-03-14 08:04:51 |
8
8
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-21 08:06:03 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-21 08:06:11 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-24 23:15:57 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-18 08:06:40 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-24 17:32:45 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
20
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
20
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-03-29 08:04:27 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-21 08:01:38 |
22
22
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-09 08:06:22 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
@@ -27,14 +27,14 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
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) | 2022-02-21 08:02:02 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-01 08:01:53 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-28 08:03:45 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-03-16 08:04:45 |
32
32
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-03-04 10:56:53 |
33
33
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
34
34
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
35
35
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
36
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-21 08:07:42 |
37
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-16 08:05:21 |
36
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-28 08:04:14 |
37
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-28 08:04:33 |
38
38
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
39
39
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
40
40
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-03-16 08:05:40 |
@@ -46,20 +46,20 @@
46
46
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
47
47
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
48
48
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
49
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-23 08:03:41 |
49
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-29 08:06:55 |
50
50
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
51
51
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
52
52
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
53
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-24 08:09:21 |
53
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-29 08:07:17 |
54
54
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
55
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-23 08:04:21 |
56
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
55
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-28 08:06:12 |
56
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-03-24 20:38:18 |
57
57
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
58
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-22 08:07:32 |
58
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-29 08:08:26 |
59
59
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
60
60
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
61
61
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
62
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-22 08:07:59 |
62
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-24 23:20:33 |
63
63
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-22 08:08:11 |
64
64
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
65
65
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
@@ -76,7 +76,7 @@
76
76
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
77
77
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-21 11:04:25 |
78
78
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 15:46:35 |
79
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-22 08:09:17 |
79
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-29 08:10:05 |
80
80
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
81
81
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
82
82
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-23 08:06:46 |
@@ -103,16 +103,16 @@
103
103
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
104
104
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
105
105
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
106
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-23 08:08:55 |
106
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-29 08:12:29 |
107
107
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
108
108
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
109
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-23 08:09:16 |
109
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-24 23:24:17 |
110
110
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
111
111
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-03-22 11:40:43 |
112
112
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
113
113
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
114
114
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-09 08:13:56 |
115
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-18 08:14:49 |
115
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-29 08:13:08 |
116
116
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-18 08:15:06 |
117
117
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
118
118
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -121,7 +121,7 @@
121
121
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
122
122
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
123
123
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
124
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-18 08:15:31 |
124
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-24 17:13:23 |
125
125
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
126
126
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
127
127
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
@@ -131,9 +131,9 @@
131
131
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-24 08:15:42 |
132
132
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
133
133
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
134
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-21 08:15:09 |
135
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-21 08:15:19 |
136
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-23 08:11:08 |
134
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-24 20:44:23 |
135
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-24 17:41:54 |
136
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-29 08:14:38 |
137
137
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
138
138
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
139
139
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
@@ -152,18 +152,18 @@
152
152
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-02-21 08:11:55 |
153
153
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
154
154
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-02-21 08:12:00 |
155
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-02-21 08:12:01 |
156
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-21 08:16:19 |
155
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-03-29 08:15:32 |
156
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-29 08:15:41 |
157
157
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
158
158
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
159
159
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-03-22 08:15:02 |
160
160
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-03-23 08:12:18 |
161
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-23 08:12:32 |
161
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-29 08:16:06 |
162
162
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
163
163
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
164
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-16 08:15:15 |
164
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-24 20:46:23 |
165
165
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-09 08:17:24 |
166
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
166
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-03-28 08:14:34 |
167
167
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
168
168
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
169
169
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -177,15 +177,15 @@
177
177
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
178
178
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
179
179
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-11 08:15:26 |
180
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-15 08:16:57 |
180
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-29 08:17:32 |
181
181
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-23 08:13:50 |
182
182
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
183
183
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
184
184
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
185
185
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
186
186
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
187
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-23 08:14:23 |
188
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-23 08:14:50 |
187
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-28 08:15:45 |
188
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-29 08:18:27 |
189
189
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
190
190
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
191
191
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.314"
1
+ export const sdkVersion = "4.0.317"
@@ -630,6 +630,11 @@ export interface DescribeListBGPInstancesRequest {
630
630
  * 高防包绑定状态搜索,bounding:绑定中; failed:绑定失败
631
631
  */
632
632
  FilterBoundStatus?: string
633
+
634
+ /**
635
+ * 实例id数组
636
+ */
637
+ FilterInstanceIdList?: Array<string>
633
638
  }
634
639
 
635
640
  /**
@@ -3631,6 +3636,12 @@ export interface BGPInstanceSpecification {
3631
3636
  注意:此字段可能返回 null,表示取不到有效值。
3632
3637
  */
3633
3638
  UnionPackFlag: number
3639
+
3640
+ /**
3641
+ * 业务带宽
3642
+ 注意:此字段可能返回 null,表示取不到有效值。
3643
+ */
3644
+ ServiceBandWidth: number
3634
3645
  }
3635
3646
 
3636
3647
  /**
@@ -1087,12 +1087,12 @@ export interface GetAsrVocabListResponse {
1087
1087
  /**
1088
1088
  * 热词表列表
1089
1089
  */
1090
- VocabList?: Array<Vocab>
1090
+ VocabList: Array<Vocab>
1091
1091
 
1092
1092
  /**
1093
1093
  * 热词列表总数
1094
1094
  */
1095
- TotalCount?: number
1095
+ TotalCount: number
1096
1096
 
1097
1097
  /**
1098
1098
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1862,7 +1862,7 @@ export interface NamedComputeEnv {
1862
1862
  /**
1863
1863
  * 通知信息
1864
1864
  */
1865
- Notifications?: Notification
1865
+ Notifications?: Array<Notification>
1866
1866
 
1867
1867
  /**
1868
1868
  * 非活跃节点处理策略,默认“RECREATE”,即对于实例创建失败或异常退还的计算节点,定期重新创建实例资源。
@@ -672,7 +672,7 @@ export class Client extends AbstractClient {
672
672
  }
673
673
 
674
674
  /**
675
- * 查询安全设置
675
+ * 查询用户安全设置
676
676
  */
677
677
  async DescribeSafeAuthFlag(
678
678
  req?: DescribeSafeAuthFlagRequest,
@@ -1016,17 +1016,22 @@ export interface DescribeSafeAuthFlagResponse {
1016
1016
  /**
1017
1017
  * 登录保护设置
1018
1018
  */
1019
- LoginFlag?: LoginActionFlag
1019
+ LoginFlag: LoginActionFlag
1020
1020
 
1021
1021
  /**
1022
1022
  * 敏感操作保护设置
1023
1023
  */
1024
- ActionFlag?: LoginActionFlag
1024
+ ActionFlag: LoginActionFlag
1025
1025
 
1026
1026
  /**
1027
1027
  * 异地登录保护设置
1028
1028
  */
1029
- OffsiteFlag?: OffsiteFlag
1029
+ OffsiteFlag: OffsiteFlag
1030
+
1031
+ /**
1032
+ * 1: 提示7天信任设备 0: 不提示
1033
+ */
1034
+ PromptTrust: number
1030
1035
 
1031
1036
  /**
1032
1037
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -857,12 +857,12 @@ export interface DescribeInstanceParamRecordsRequest {
857
857
  InstanceId: string
858
858
 
859
859
  /**
860
- * 分页偏移量。
860
+ * 分页偏移量,默认值:0。
861
861
  */
862
862
  Offset?: number
863
863
 
864
864
  /**
865
- * 分页大小。
865
+ * 分页大小,默认值:20。
866
866
  */
867
867
  Limit?: number
868
868
  }
@@ -1401,12 +1401,12 @@ export interface ModifyParamTemplateRequest {
1401
1401
  TemplateId: number
1402
1402
 
1403
1403
  /**
1404
- * 模板名称。
1404
+ * 模板名称,长度不超过64。
1405
1405
  */
1406
1406
  Name?: string
1407
1407
 
1408
1408
  /**
1409
- * 模板描述。
1409
+ * 模板描述,长度不超过255。
1410
1410
  */
1411
1411
  Description?: string
1412
1412
 
@@ -2429,12 +2429,12 @@ export interface DescribeInstanceParamRecordsResponse {
2429
2429
  /**
2430
2430
  * 符合条件的记录数。
2431
2431
  */
2432
- TotalCount?: number
2432
+ TotalCount: number
2433
2433
 
2434
2434
  /**
2435
2435
  * 参数修改记录。
2436
2436
  */
2437
- Items?: Array<ParamRecord>
2437
+ Items: Array<ParamRecord>
2438
2438
 
2439
2439
  /**
2440
2440
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3012,6 +3012,11 @@ global:全球锁定
3012
3012
  * 域名所属产品,cdn/ecdn
3013
3013
  */
3014
3014
  Product: string
3015
+
3016
+ /**
3017
+ * 主域名
3018
+ */
3019
+ ParentHost: string
3015
3020
  }
3016
3021
 
3017
3022
  /**
@@ -5892,6 +5897,12 @@ off:不支持
5892
5897
  注意:此字段可能返回 null,表示取不到有效值。
5893
5898
  */
5894
5899
  RuleEngine: RuleEngine
5900
+
5901
+ /**
5902
+ * 主域名
5903
+ 注意:此字段可能返回 null,表示取不到有效值。
5904
+ */
5905
+ ParentHost: string
5895
5906
  }
5896
5907
 
5897
5908
  /**
@@ -23,6 +23,7 @@ import {
23
23
  AlarmInfo,
24
24
  LogInfo,
25
25
  DeleteAlarmNoticeResponse,
26
+ DescribeLogHistogramRequest,
26
27
  DescribeLogContextRequest,
27
28
  DeleteShipperRequest,
28
29
  ModifyTopicRequest,
@@ -86,6 +87,7 @@ import {
86
87
  SplitPartitionRequest,
87
88
  DescribeMachineGroupConfigsResponse,
88
89
  MachineGroupInfo,
90
+ DescribeLogHistogramResponse,
89
91
  RuleTagInfo,
90
92
  CreateIndexRequest,
91
93
  DeleteConsumerResponse,
@@ -167,6 +169,7 @@ import {
167
169
  DescribeConfigExtrasRequest,
168
170
  CreateAlarmNoticeRequest,
169
171
  DescribeIndexResponse,
172
+ HistogramInfo,
170
173
  DescribeMachineGroupConfigsRequest,
171
174
  ModifyConfigExtraRequest,
172
175
  ModifyLogsetRequest,
@@ -280,6 +283,17 @@ export class Client extends AbstractClient {
280
283
  return this.request("DescribeExports", req, cb)
281
284
  }
282
285
 
286
+ /**
287
+ * 本接口用于修改索引配置
288
+
289
+ */
290
+ async ModifyIndex(
291
+ req: ModifyIndexRequest,
292
+ cb?: (error: string, rep: ModifyIndexResponse) => void
293
+ ): Promise<ModifyIndexResponse> {
294
+ return this.request("ModifyIndex", req, cb)
295
+ }
296
+
283
297
  /**
284
298
  * 本接口用于修改特殊采集配置任务
285
299
  */
@@ -521,14 +535,13 @@ export class Client extends AbstractClient {
521
535
  }
522
536
 
523
537
  /**
524
- * 本接口用于修改索引配置
525
-
526
- */
527
- async ModifyIndex(
528
- req: ModifyIndexRequest,
529
- cb?: (error: string, rep: ModifyIndexResponse) => void
530
- ): Promise<ModifyIndexResponse> {
531
- return this.request("ModifyIndex", req, cb)
538
+ * 本接口用于构建直方图
539
+ */
540
+ async DescribeLogHistogram(
541
+ req: DescribeLogHistogramRequest,
542
+ cb?: (error: string, rep: DescribeLogHistogramResponse) => void
543
+ ): Promise<DescribeLogHistogramResponse> {
544
+ return this.request("DescribeLogHistogram", req, cb)
532
545
  }
533
546
 
534
547
  /**
@@ -174,6 +174,36 @@ export interface DeleteAlarmNoticeResponse {
174
174
  RequestId?: string
175
175
  }
176
176
 
177
+ /**
178
+ * DescribeLogHistogram请求参数结构体
179
+ */
180
+ export interface DescribeLogHistogramRequest {
181
+ /**
182
+ * 要查询的日志主题ID
183
+ */
184
+ TopicId: string
185
+
186
+ /**
187
+ * 要查询的日志的起始时间,Unix时间戳,单位ms
188
+ */
189
+ From: number
190
+
191
+ /**
192
+ * 要查询的日志的结束时间,Unix时间戳,单位ms
193
+ */
194
+ To: number
195
+
196
+ /**
197
+ * 查询语句
198
+ */
199
+ Query: string
200
+
201
+ /**
202
+ * 时间间隔: 单位ms
203
+ */
204
+ Interval?: number
205
+ }
206
+
177
207
  /**
178
208
  * DescribeLogContext请求参数结构体
179
209
  */
@@ -1778,6 +1808,31 @@ export interface MachineGroupInfo {
1778
1808
  ServiceLogging: boolean
1779
1809
  }
1780
1810
 
1811
+ /**
1812
+ * DescribeLogHistogram返回参数结构体
1813
+ */
1814
+ export interface DescribeLogHistogramResponse {
1815
+ /**
1816
+ * 统计周期: 单位ms
1817
+ */
1818
+ Interval: number
1819
+
1820
+ /**
1821
+ * 命中关键字的日志总条数
1822
+ */
1823
+ TotalCount: number
1824
+
1825
+ /**
1826
+ * 周期内统计结果详情
1827
+ */
1828
+ HistogramInfos: Array<HistogramInfo>
1829
+
1830
+ /**
1831
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1832
+ */
1833
+ RequestId?: string
1834
+ }
1835
+
1781
1836
  /**
1782
1837
  * 元字段索引配置
1783
1838
  */
@@ -3932,6 +3987,21 @@ export interface DescribeIndexResponse {
3932
3987
  RequestId?: string
3933
3988
  }
3934
3989
 
3990
+ /**
3991
+ * 直方图详细信息
3992
+ */
3993
+ export interface HistogramInfo {
3994
+ /**
3995
+ * 统计周期内的日志条数
3996
+ */
3997
+ Count: number
3998
+
3999
+ /**
4000
+ * 按 period 取整后的 unix timestamp: 单位毫秒
4001
+ */
4002
+ BTime: number
4003
+ }
4004
+
3935
4005
  /**
3936
4006
  * DescribeMachineGroupConfigs请求参数结构体
3937
4007
  */
@@ -217,6 +217,7 @@ import {
217
217
  MigrateOrderRefundQueryRequest,
218
218
  AnchorExtendInfo,
219
219
  QueryOpenBankExternalSubMerchantRegistrationResponse,
220
+ GetBillDownloadUrlRequest,
220
221
  CreatePayMerchantResponse,
221
222
  UnbindRelateAcctResponse,
222
223
  ApplyOutwardOrderRequest,
@@ -305,6 +306,7 @@ import {
305
306
  DownloadBillResponse,
306
307
  QueryOpenBankBindExternalSubMerchantBankAccountRequest,
307
308
  DistributeRemoveReceiverRequest,
309
+ BillDownloadUrlResult,
308
310
  DeleteAgentTaxPaymentInfosRequest,
309
311
  QueryAcctInfoListRequest,
310
312
  AddShopRequest,
@@ -337,6 +339,7 @@ import {
337
339
  QueryDeclareResult,
338
340
  UnBindAcctResponse,
339
341
  QueryCommonTransferRechargeRequest,
342
+ GetBillDownloadUrlResponse,
340
343
  QueryTransferDetailRequest,
341
344
  DownloadOrgFileResponse,
342
345
  OpenBankPayeeInfo,
@@ -1358,6 +1361,17 @@ export class Client extends AbstractClient {
1358
1361
  return this.request("DownloadOrgFile", req, cb)
1359
1362
  }
1360
1363
 
1364
+ /**
1365
+ * 调用该接口返回对账单下载地址,对账单下载URL通过GET方式访问,返回zip包,解压后为csv格式文件。文件首行如下:
1366
+ 订单号,订单归属日期,机构编号,订单描述,交易类型,订单状态,支付场景,原始金额,折扣金额,实际交易金额,支付渠道优惠金额,抹零金额,币种,下单时间,付款成功时间,商户编号,门店编号,付款方式编号,付款方式名称,商户手续费T1,商户扣率,是否信用卡交易,原始订单号,用户账号,外部订单号,订单备注
1367
+ */
1368
+ async GetBillDownloadUrl(
1369
+ req: GetBillDownloadUrlRequest,
1370
+ cb?: (error: string, rep: GetBillDownloadUrlResponse) => void
1371
+ ): Promise<GetBillDownloadUrlResponse> {
1372
+ return this.request("GetBillDownloadUrl", req, cb)
1373
+ }
1374
+
1361
1375
  /**
1362
1376
  * 直播平台-查询批次信息
1363
1377
  */
@@ -462,12 +462,12 @@ export interface QueryOpenBankPaymentOrderRequest {
462
462
  ChannelMerchantId: string
463
463
 
464
464
  /**
465
- * 外部商户订单号。与ChannelOrderId二者选一。
465
+ * 外部商户订单号。与ChannelOrderId不能同时为空。
466
466
  */
467
467
  OutOrderId: string
468
468
 
469
469
  /**
470
- * 云平台订单号。与OutOrderId二者选一。
470
+ * 云平台订单号。与OutOrderId不能同时为空。
471
471
  */
472
472
  ChannelOrderId: string
473
473
 
@@ -8201,6 +8201,26 @@ __其他__: 见附录-错误码表
8201
8201
  RequestId?: string
8202
8202
  }
8203
8203
 
8204
+ /**
8205
+ * GetBillDownloadUrl请求参数结构体
8206
+ */
8207
+ export interface GetBillDownloadUrlRequest {
8208
+ /**
8209
+ * 收单系统分配的开放ID
8210
+ */
8211
+ OpenId: string
8212
+
8213
+ /**
8214
+ * 收单系统分配的密钥
8215
+ */
8216
+ OpenKey: string
8217
+
8218
+ /**
8219
+ * 清算日期(YYYYMMDD,今天传昨天的日期,每日下午1点后出前一日的账单)
8220
+ */
8221
+ Day: string
8222
+ }
8223
+
8204
8224
  /**
8205
8225
  * CreatePayMerchant返回参数结构体
8206
8226
  */
@@ -12344,6 +12364,17 @@ export interface DistributeRemoveReceiverRequest {
12344
12364
  Profile?: string
12345
12365
  }
12346
12366
 
12367
+ /**
12368
+ * 机构账单文件下载地址响应对象
12369
+ */
12370
+ export interface BillDownloadUrlResult {
12371
+ /**
12372
+ * 对账单下载地址。GET方式访问,返回zip包,解压后为csv格式文件。
12373
+ 注意:此字段可能返回 null,表示取不到有效值。
12374
+ */
12375
+ DownloadUrl: string
12376
+ }
12377
+
12347
12378
  /**
12348
12379
  * DeleteAgentTaxPaymentInfos请求参数结构体
12349
12380
  */
@@ -13637,6 +13668,33 @@ export interface QueryCommonTransferRechargeRequest {
13637
13668
  Profile?: string
13638
13669
  }
13639
13670
 
13671
+ /**
13672
+ * GetBillDownloadUrl返回参数结构体
13673
+ */
13674
+ export interface GetBillDownloadUrlResponse {
13675
+ /**
13676
+ * 业务系统返回码
13677
+ */
13678
+ ErrCode: string
13679
+
13680
+ /**
13681
+ * 业务系统返回消息
13682
+ 注意:此字段可能返回 null,表示取不到有效值。
13683
+ */
13684
+ ErrMessage: string
13685
+
13686
+ /**
13687
+ * 账单文件下载地址响应对象
13688
+ 注意:此字段可能返回 null,表示取不到有效值。
13689
+ */
13690
+ Result: BillDownloadUrlResult
13691
+
13692
+ /**
13693
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13694
+ */
13695
+ RequestId?: string
13696
+ }
13697
+
13640
13698
  /**
13641
13699
  * QueryTransferDetail请求参数结构体
13642
13700
  */
@@ -3151,6 +3151,11 @@ false(默认):发送正常请求,通过检查后直接创建实例。
3151
3151
  * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
3152
3152
  */
3153
3153
  InstanceChargePrepaid?: InstanceChargePrepaid
3154
+
3155
+ /**
3156
+ * 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
3157
+ */
3158
+ DisableApiTermination?: boolean
3154
3159
  }
3155
3160
 
3156
3161
  /**