tencentcloud-sdk-nodejs 4.0.538 → 4.0.539

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 (81) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +264 -80
  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/bma/index.ts +2 -0
  7. package/src/services/bma/v20221115/bma_client.ts +79 -0
  8. package/src/services/bma/v20221115/bma_models.ts +146 -0
  9. package/src/services/bma/v20221115/index.ts +6 -0
  10. package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
  11. package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
  12. package/src/services/car/v20220110/car_models.ts +1 -1
  13. package/src/services/cls/v20201016/cls_client.ts +2 -2
  14. package/src/services/cls/v20201016/cls_models.ts +3 -3
  15. package/src/services/cwp/v20180228/cwp_models.ts +19 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
  18. package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
  20. package/src/services/domain/v20180808/domain_models.ts +1 -0
  21. package/src/services/faceid/v20180301/faceid_models.ts +5 -5
  22. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  23. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +40 -0
  25. package/src/services/nlp/v20190408/nlp_client.ts +0 -5
  26. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  27. package/src/services/redis/v20180412/redis_models.ts +3 -3
  28. package/src/services/tione/v20211111/tione_models.ts +36 -1
  29. package/src/services/tke/v20180525/tke_models.ts +13 -13
  30. package/src/services/tsf/v20180326/tsf_models.ts +12 -0
  31. package/src/services/tts/v20190823/tts_models.ts +7 -3
  32. package/src/services/vod/v20180717/vod_client.ts +0 -1
  33. package/src/services/vod/v20180717/vod_models.ts +10 -17
  34. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  35. package/src/services/wedata/v20210820/wedata_models.ts +85 -0
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/bma/index.d.ts +4 -0
  39. package/tencentcloud/services/bma/index.js +2 -0
  40. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
  41. package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
  42. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
  43. package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
  44. package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
  45. package/tencentcloud/services/bma/v20221115/index.js +9 -0
  46. package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
  47. package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
  48. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
  49. package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
  60. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
  61. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  63. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +34 -0
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  69. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  70. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
  72. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
  73. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
  74. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
  75. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
  76. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
  77. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
  78. package/test/bma.v20221115.test.js +61 -0
  79. package/test/cynosdb.v20190107.test.js +14 -4
  80. package/test/dnspod.v20210323.test.js +74 -14
  81. package/test/lcic.v20220817.test.js +10 -0
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
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) | 2023-02-01 01:01:37 |
9
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-14 01:01:56 |
9
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-15 01:06:04 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
12
  | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-10 01:02:06 |
@@ -25,8 +25,8 @@
25
25
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-09 01:05:16 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-01-17 01:09:15 |
29
- | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
28
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-14 17:30:50 |
29
+ | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-02-15 01:10:21 |
30
30
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
31
31
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
32
32
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2022-12-15 01:10:28 |
@@ -35,7 +35,7 @@
35
35
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
36
36
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-01 01:06:11 |
37
37
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
38
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
38
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-10 01:08:35 |
@@ -58,16 +58,16 @@
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
61
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-14 01:13:41 |
61
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-15 01:18:16 |
62
62
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-13 01:29:52 |
68
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-15 01:21:32 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-07 01:22:36 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-15 01:22:55 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
@@ -76,8 +76,8 @@
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
78
78
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-10 01:28:27 |
79
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-14 01:21:31 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-14 01:22:47 |
79
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-15 01:26:19 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-15 01:27:06 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
@@ -90,10 +90,10 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-14 01:26:39 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-14 15:01:40 |
94
94
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-13 01:39:50 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-14 01:27:28 |
96
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
96
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
99
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
@@ -116,13 +116,13 @@
116
116
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
117
117
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
118
118
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
119
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-06 15:45:46 |
119
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-02-15 01:37:52 |
120
120
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
121
121
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-14 01:34:13 |
122
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
123
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
124
124
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
125
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-14 01:35:04 |
125
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-15 01:40:03 |
126
126
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
127
127
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-14 01:36:28 |
128
128
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -140,7 +140,7 @@
140
140
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
141
141
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
142
142
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
143
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
143
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
144
144
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
145
145
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
146
146
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
@@ -151,7 +151,7 @@
151
151
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
152
152
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
153
153
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
154
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-08 01:55:08 |
154
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-15 01:47:47 |
155
155
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
156
156
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
157
157
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -178,7 +178,7 @@
178
178
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
179
179
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
180
180
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
181
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-10 01:58:55 |
181
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-15 01:53:15 |
182
182
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48:14 |
183
183
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
184
184
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -190,35 +190,35 @@
190
190
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
191
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
192
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-09 02:12:10 |
193
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-09 02:15:06 |
194
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-08 02:08:58 |
193
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-15 01:58:46 |
194
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-15 02:03:41 |
195
195
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
196
196
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
197
197
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
198
198
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
199
199
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
200
200
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
201
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-14 01:56:09 |
201
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-15 02:04:48 |
202
202
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
203
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-14 01:56:56 |
203
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-15 02:05:40 |
204
204
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
205
205
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
206
206
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
207
207
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
208
208
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
209
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
209
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-15 02:08:18 |
210
210
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
211
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-14 01:59:38 |
211
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-15 02:08:50 |
212
212
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
213
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-10 02:14:51 |
213
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
214
214
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
215
215
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
216
216
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
217
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-10 02:15:24 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-15 02:10:52 |
218
218
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-14 02:03:04 |
219
219
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
220
220
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
221
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
221
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-15 02:14:22 |
222
222
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
223
223
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
224
224
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.538"
1
+ export const sdkVersion = "4.0.539"
@@ -1,5 +1,7 @@
1
1
  import { v20210624 } from "./v20210624"
2
+ import { v20221115 } from "./v20221115"
2
3
 
3
4
  export const bma = {
4
5
  v20210624: v20210624,
6
+ v20221115: v20221115,
5
7
  }
@@ -0,0 +1,79 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ CreateBPFakeAPPResponse,
22
+ CreateBPFakeAPPRequest,
23
+ CreateBPFakeAPPListRequest,
24
+ CreateBPFakeURLRequest,
25
+ CreateBPFakeAPPListResponse,
26
+ CreateBPFakeURLResponse,
27
+ CreateBPFakeURLsRequest,
28
+ CreateBPFakeURLsResponse,
29
+ } from "./bma_models"
30
+
31
+ /**
32
+ * bma client
33
+ * @class
34
+ */
35
+ export class Client extends AbstractClient {
36
+ constructor(clientConfig: ClientConfig) {
37
+ super("bma.tencentcloudapi.com", "2022-11-15", clientConfig)
38
+ }
39
+
40
+ /**
41
+ * 仿冒应用举报
42
+ */
43
+ async CreateBPFakeAPP(
44
+ req: CreateBPFakeAPPRequest,
45
+ cb?: (error: string, rep: CreateBPFakeAPPResponse) => void
46
+ ): Promise<CreateBPFakeAPPResponse> {
47
+ return this.request("CreateBPFakeAPP", req, cb)
48
+ }
49
+
50
+ /**
51
+ * 仿冒网址举报
52
+ */
53
+ async CreateBPFakeURL(
54
+ req: CreateBPFakeURLRequest,
55
+ cb?: (error: string, rep: CreateBPFakeURLResponse) => void
56
+ ): Promise<CreateBPFakeURLResponse> {
57
+ return this.request("CreateBPFakeURL", req, cb)
58
+ }
59
+
60
+ /**
61
+ * 批量仿冒网址举报
62
+ */
63
+ async CreateBPFakeURLs(
64
+ req: CreateBPFakeURLsRequest,
65
+ cb?: (error: string, rep: CreateBPFakeURLsResponse) => void
66
+ ): Promise<CreateBPFakeURLsResponse> {
67
+ return this.request("CreateBPFakeURLs", req, cb)
68
+ }
69
+
70
+ /**
71
+ * 批量仿冒应用举报
72
+ */
73
+ async CreateBPFakeAPPList(
74
+ req: CreateBPFakeAPPListRequest,
75
+ cb?: (error: string, rep: CreateBPFakeAPPListResponse) => void
76
+ ): Promise<CreateBPFakeAPPListResponse> {
77
+ return this.request("CreateBPFakeAPPList", req, cb)
78
+ }
79
+ }
@@ -0,0 +1,146 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * CreateBPFakeAPP返回参数结构体
20
+ */
21
+ export interface CreateBPFakeAPPResponse {
22
+ /**
23
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
24
+ */
25
+ RequestId?: string
26
+ }
27
+
28
+ /**
29
+ * CreateBPFakeAPP请求参数结构体
30
+ */
31
+ export interface CreateBPFakeAPPRequest {
32
+ /**
33
+ * 企业id
34
+ */
35
+ CompanyId: number
36
+
37
+ /**
38
+ * 仿冒应用名称
39
+ */
40
+ FakeAPPName: string
41
+
42
+ /**
43
+ * 仿冒来源
44
+ */
45
+ APPChan?: string
46
+
47
+ /**
48
+ * 仿冒应用包名
49
+ */
50
+ FakeAPPPackageName?: string
51
+
52
+ /**
53
+ * 仿冒应用证书
54
+ */
55
+ FakeAPPCert?: string
56
+
57
+ /**
58
+ * 仿冒应用大小
59
+ */
60
+ FakeAPPSize?: string
61
+
62
+ /**
63
+ * 仿冒截图
64
+ */
65
+ FakeAPPSnapshots?: Array<string>
66
+
67
+ /**
68
+ * 备注
69
+ */
70
+ Note?: string
71
+ }
72
+
73
+ /**
74
+ * CreateBPFakeAPPList请求参数结构体
75
+ */
76
+ export interface CreateBPFakeAPPListRequest {
77
+ /**
78
+ * 仿冒应用下载链接。请严格按照模版进行填写:https://bma-privacy-detection-1251316161.cosgz.myqcloud.com/20221206/f8c7521fbd84f4c4e7c2a25ac233857e/批量仿冒应用举报模板.xlsx
79
+ */
80
+ FakeAPPs: string
81
+ }
82
+
83
+ /**
84
+ * CreateBPFakeURL请求参数结构体
85
+ */
86
+ export interface CreateBPFakeURLRequest {
87
+ /**
88
+ * 企业id
89
+ */
90
+ CompanyId: number
91
+
92
+ /**
93
+ * 仿冒网址
94
+ */
95
+ FakeURL: string
96
+
97
+ /**
98
+ * 仿冒网址截图
99
+ */
100
+ FakeURLSnapshots?: Array<string>
101
+
102
+ /**
103
+ * 备注
104
+ */
105
+ Note?: string
106
+ }
107
+
108
+ /**
109
+ * CreateBPFakeAPPList返回参数结构体
110
+ */
111
+ export interface CreateBPFakeAPPListResponse {
112
+ /**
113
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
114
+ */
115
+ RequestId?: string
116
+ }
117
+
118
+ /**
119
+ * CreateBPFakeURL返回参数结构体
120
+ */
121
+ export interface CreateBPFakeURLResponse {
122
+ /**
123
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
124
+ */
125
+ RequestId?: string
126
+ }
127
+
128
+ /**
129
+ * CreateBPFakeURLs请求参数结构体
130
+ */
131
+ export interface CreateBPFakeURLsRequest {
132
+ /**
133
+ * 仿冒网址下载链接:请严格按照模版要求填写,https://bma-privacy-detection-1251316161.cosgz.myqcloud.com/20221124/ff3273b24104d03fa3a8d0629a7f71a9/批量仿冒网址举报模板.xlsx
134
+ */
135
+ FakeURLs: string
136
+ }
137
+
138
+ /**
139
+ * CreateBPFakeURLs返回参数结构体
140
+ */
141
+ export interface CreateBPFakeURLsResponse {
142
+ /**
143
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
144
+ */
145
+ RequestId?: string
146
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./bma_models"
2
+ import { Client } from "./bma_client"
3
+ export const v20221115 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -95,7 +95,7 @@ export class Client extends AbstractClient {
95
95
  }
96
96
 
97
97
  /**
98
- * 创建黑石弹性公网 EIPACL
98
+ * 创建黑石弹性公网 EIP ACL
99
99
  */
100
100
  async CreateEipAcl(
101
101
  req: CreateEipAclRequest,
@@ -245,7 +245,7 @@ export class Client extends AbstractClient {
245
245
  }
246
246
 
247
247
  /**
248
- * 黑石EIP绑定VPCIP
248
+ * 黑石EIP绑定VPC IP
249
249
  */
250
250
  async BindVpcIp(
251
251
  req: BindVpcIpRequest,
@@ -972,7 +972,7 @@ export interface UnbindVpcIpResponse {
972
972
  /**
973
973
  * 绑定黑石物理机异步任务ID,可以通过查询EIP任务状态查询任务状态
974
974
  */
975
- TaskId: number
975
+ TaskId?: number
976
976
 
977
977
  /**
978
978
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -987,22 +987,22 @@ export interface CreateEipAclResponse {
987
987
  /**
988
988
  * ACL 实例 ID
989
989
  */
990
- AclId: string
990
+ AclId?: string
991
991
 
992
992
  /**
993
993
  * ACL 实例状态
994
994
  */
995
- Status: number
995
+ Status?: number
996
996
 
997
997
  /**
998
998
  * ACL 实例名称
999
999
  */
1000
- AclName: string
1000
+ AclName?: string
1001
1001
 
1002
1002
  /**
1003
1003
  * ACL 实例创建时间
1004
1004
  */
1005
- CreatedAt: string
1005
+ CreatedAt?: string
1006
1006
 
1007
1007
  /**
1008
1008
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -22,7 +22,7 @@ export interface CreateSessionResponse {
22
22
  /**
23
23
  * 服务端session信息,返回给SDK
24
24
  */
25
- ServerSession: string
25
+ ServerSession?: string
26
26
 
27
27
  /**
28
28
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -366,7 +366,7 @@ export class Client extends AbstractClient {
366
366
  }
367
367
 
368
368
  /**
369
- * 创建新的投递规则,【!!!注意】使用此接口,需要检查是否配置了投递COS的角色和权限。如果没有配置,请参考文档投递权限查看和配置https://cloud.tencent.com/document/product/614/71623。
369
+ * 新建投递到COS的任务,【!!!注意】使用此接口,需要检查是否配置了投递COS的角色和权限。如果没有配置,请参考文档投递权限查看和配置https://cloud.tencent.com/document/product/614/71623。
370
370
  */
371
371
  async CreateShipper(
372
372
  req: CreateShipperRequest,
@@ -446,7 +446,7 @@ export class Client extends AbstractClient {
446
446
  }
447
447
 
448
448
  /**
449
- * 获取投递规则信息列表
449
+ * 获取投递到COS的任务配置信息
450
450
  */
451
451
  async DescribeShippers(
452
452
  req: DescribeShippersRequest,
@@ -638,12 +638,12 @@ export interface DescribeShippersResponse {
638
638
  * 投递规则列表
639
639
  注意:此字段可能返回 null,表示取不到有效值。
640
640
  */
641
- Shippers: Array<ShipperInfo>
641
+ Shippers?: Array<ShipperInfo>
642
642
 
643
643
  /**
644
644
  * 本次查询获取到的总数
645
645
  */
646
- TotalCount: number
646
+ TotalCount?: number
647
647
 
648
648
  /**
649
649
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2847,7 +2847,7 @@ export interface CreateConfigRequest {
2847
2847
  */
2848
2848
  export interface CreateShipperResponse {
2849
2849
  /**
2850
- * 投递规则ID
2850
+ * 投递任务ID
2851
2851
  */
2852
2852
  ShipperId?: string
2853
2853
 
@@ -13448,7 +13448,7 @@ export interface DescribeAssetInfoResponse {
13448
13448
  */
13449
13449
  export interface WarningObject {
13450
13450
  /**
13451
- * 事件告警类型;1:离线,2:木马,3:异常登录,4:爆破,5:漏洞(已拆分为9-12四种类型)6:高位命令,7:反弹sell,8:本地提权,9:系统组件漏洞,10:web应用漏洞,11:应急漏洞,12:安全基线
13451
+ * 事件告警类型;1:离线,2:木马,3:异常登录,4:爆破,5:漏洞(已拆分为9-12四种类型)6:高位命令,7:反弹sell,8:本地提权,9:系统组件漏洞,10:web应用漏洞,11:应急漏洞,12:安全基线,14:恶意请求,15: 网络攻击,16:Windows系统漏洞,17:Linux软件漏洞
13452
13452
  */
13453
13453
  Type?: number
13454
13454
 
@@ -13471,6 +13471,12 @@ export interface WarningObject {
13471
13471
  * 漏洞等级控制位二进制,每一位对应页面漏洞等级的开启关闭:低中高(0:关闭;1:开启),例如:101 → 同时勾选低+高;01→(登录审计)疑似不告警,高危告警
13472
13472
  */
13473
13473
  ControlBits?: string
13474
+
13475
+ /**
13476
+ * 告警主机范围类型,0:全部主机,1:按所属项目选,2:按腾讯云标签选,3:按主机安全标签选,4:自选主机
13477
+ 注意:此字段可能返回 null,表示取不到有效值。
13478
+ */
13479
+ HostRange?: number
13474
13480
  }
13475
13481
 
13476
13482
  /**
@@ -16745,6 +16751,18 @@ export interface WarningInfoObj {
16745
16751
  * 漏洞等级控制位二进制,每一位对应页面漏洞等级的开启关闭:低中高(0:关闭;1:开启),例如:101 → 同时勾选低+高
16746
16752
  */
16747
16753
  ControlBits: string
16754
+
16755
+ /**
16756
+ * 告警主机范围类型,0:全部主机,1:按所属项目选,2:按腾讯云标签选,3:按主机安全标签选,4:自选主机
16757
+ 注意:此字段可能返回 null,表示取不到有效值。
16758
+ */
16759
+ HostRange?: number
16760
+
16761
+ /**
16762
+ * 配置的告警范围主机个数,前端用此判断展示提示信息
16763
+ 注意:此字段可能返回 null,表示取不到有效值。
16764
+ */
16765
+ Count: number
16748
16766
  }
16749
16767
 
16750
16768
  /**