tencentcloud-sdk-nodejs 4.0.537 → 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 (102) hide show
  1. package/CHANGELOG.md +441 -0
  2. package/SERVICE_CHANGELOG.md +445 -60
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  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/cdb/v20170320/cdb_client.ts +35 -9
  14. package/src/services/cdb/v20170320/cdb_models.ts +54 -4
  15. package/src/services/cls/v20201016/cls_client.ts +3 -3
  16. package/src/services/cls/v20201016/cls_models.ts +5 -5
  17. package/src/services/cwp/v20180228/cwp_models.ts +19 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
  20. package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
  21. package/src/services/dnspod/v20210323/dnspod_models.ts +536 -19
  22. package/src/services/domain/v20180808/domain_models.ts +15 -14
  23. package/src/services/emr/v20190103/emr_models.ts +6 -0
  24. package/src/services/ess/v20201111/ess_models.ts +32 -4
  25. package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
  26. package/src/services/faceid/v20180301/faceid_models.ts +5 -5
  27. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  28. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  29. package/src/services/lcic/v20220817/lcic_models.ts +62 -4
  30. package/src/services/live/v20180801/live_client.ts +6 -2
  31. package/src/services/nlp/v20190408/nlp_client.ts +0 -5
  32. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  33. package/src/services/redis/v20180412/redis_models.ts +3 -3
  34. package/src/services/tione/v20211111/tione_models.ts +42 -1
  35. package/src/services/tke/v20180525/tke_models.ts +13 -13
  36. package/src/services/tsf/v20180326/tsf_models.ts +61 -7
  37. package/src/services/tts/v20190823/tts_models.ts +7 -3
  38. package/src/services/vod/v20180717/vod_client.ts +0 -1
  39. package/src/services/vod/v20180717/vod_models.ts +10 -17
  40. package/src/services/vpc/v20170312/vpc_client.ts +104 -92
  41. package/src/services/vpc/v20170312/vpc_models.ts +146 -115
  42. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  43. package/src/services/wedata/v20210820/wedata_models.ts +85 -0
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/bma/index.d.ts +4 -0
  47. package/tencentcloud/services/bma/index.js +2 -0
  48. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +26 -0
  49. package/tencentcloud/services/bma/v20221115/bma_client.js +55 -0
  50. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +112 -0
  51. package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
  52. package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
  53. package/tencentcloud/services/bma/v20221115/index.js +9 -0
  54. package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
  55. package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
  56. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
  57. package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
  58. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +14 -4
  59. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -4
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +48 -4
  61. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
  62. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
  63. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  64. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -1
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
  68. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
  69. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
  70. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +454 -17
  71. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +15 -14
  72. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  73. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -4
  74. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  76. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  77. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  78. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  79. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +53 -4
  80. package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -0
  81. package/tencentcloud/services/live/v20180801/live_client.js +4 -0
  82. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
  83. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
  84. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  86. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +35 -1
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -13
  88. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -7
  89. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
  90. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -1
  91. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -17
  93. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +91 -87
  94. package/tencentcloud/services/vpc/v20170312/vpc_client.js +93 -87
  95. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +138 -111
  96. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
  97. package/test/bma.v20221115.test.js +61 -0
  98. package/test/cdb.v20170320.test.js +22 -2
  99. package/test/cynosdb.v20190107.test.js +14 -4
  100. package/test/dnspod.v20210323.test.js +74 -14
  101. package/test/lcic.v20220817.test.js +10 -0
  102. package/test/vpc.v20170312.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.537",
3
+ "version": "4.0.539",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
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-02 01:01:44 |
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,12 +35,12 @@
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 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-10 01:09:32 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-14 01:08:31 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
@@ -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-10 01:19:47 |
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,24 +76,24 @@
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-09 01:32:08 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-13 01:35:50 |
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 |
84
84
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-13 01:36:33 |
85
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
85
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-14 01:23:45 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
88
88
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-02-06 01:39:29 |
89
89
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
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-13 01:39:26 |
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
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
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-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,15 +116,15 @@
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
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
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-13 01:49:17 |
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
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-09 01:48:30 |
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 |
129
129
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
130
130
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
@@ -140,18 +140,18 @@
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 |
147
147
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
148
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-08 01:53:01 |
148
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-14 01:41:53 |
149
149
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
150
150
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
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,8 +178,8 @@
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 |
182
- | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
181
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-15 01:53:15 |
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 |
185
185
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
@@ -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-01-06 01:48:47 |
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-02 01:56:25 |
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-13 02:17:25 |
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 |
218
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-13 02:21:03 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-15 02:10:52 |
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.537"
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。
@@ -256,6 +256,7 @@ import {
256
256
  BalanceRoGroupLoadResponse,
257
257
  DeviceNetInfo,
258
258
  ModifyDBInstanceVipVportResponse,
259
+ DeleteAuditRuleResponse,
259
260
  DescribeUploadedFilesRequest,
260
261
  InstanceInfo,
261
262
  DescribeDefaultParamsResponse,
@@ -284,6 +285,7 @@ import {
284
285
  DescribeTagsOfInstanceIdsRequest,
285
286
  RWInfos,
286
287
  CloseCDBProxyResponse,
288
+ ModifyBackupEncryptionStatusResponse,
287
289
  DescribeDataBackupOverviewRequest,
288
290
  DescribeDBInstanceInfoRequest,
289
291
  BackupLimitVpcItem,
@@ -298,6 +300,7 @@ import {
298
300
  ModifyInstancePasswordComplexityRequest,
299
301
  OpenWanServiceResponse,
300
302
  DescribeDBInstanceGTIDRequest,
303
+ DescribeBackupEncryptionStatusResponse,
301
304
  ModifyAuditConfigRequest,
302
305
  DeviceDiskInfo,
303
306
  RoWeightValue,
@@ -321,6 +324,7 @@ import {
321
324
  DeleteDeployGroupsResponse,
322
325
  CdbSellType,
323
326
  DescribeTasksRequest,
327
+ ModifyBackupEncryptionStatusRequest,
324
328
  DescribeRollbackTaskDetailResponse,
325
329
  CreateDBInstanceHourRequest,
326
330
  RollbackInstancesInfo,
@@ -361,7 +365,7 @@ import {
361
365
  TablePrivilege,
362
366
  AddTimeWindowResponse,
363
367
  BaseGroupInfo,
364
- DeleteAuditRuleResponse,
368
+ DescribeBackupEncryptionStatusRequest,
365
369
  IsolateDBInstanceRequest,
366
370
  AuditLogFile,
367
371
  RollbackTables,
@@ -588,6 +592,16 @@ export class Client extends AbstractClient {
588
592
  return this.request("ModifyCDBProxyDesc", req, cb)
589
593
  }
590
594
 
595
+ /**
596
+ * 本接口(VerifyRootAccount)用于校验云数据库实例的 ROOT 账号是否有足够的权限进行授权操作。
597
+ */
598
+ async VerifyRootAccount(
599
+ req: VerifyRootAccountRequest,
600
+ cb?: (error: string, rep: VerifyRootAccountResponse) => void
601
+ ): Promise<VerifyRootAccountResponse> {
602
+ return this.request("VerifyRootAccount", req, cb)
603
+ }
604
+
591
605
  /**
592
606
  * 本接口(DescribeRollbackTaskDetail)用于查询云数据库实例回档任务详情。
593
607
  */
@@ -1008,6 +1022,16 @@ export class Client extends AbstractClient {
1008
1022
  return this.request("DescribeInstanceParams", req, cb)
1009
1023
  }
1010
1024
 
1025
+ /**
1026
+ * 本接口(DescribeBackupEncryptionStatus)用于查询实例默认备份加密状态。
1027
+ */
1028
+ async DescribeBackupEncryptionStatus(
1029
+ req: DescribeBackupEncryptionStatusRequest,
1030
+ cb?: (error: string, rep: DescribeBackupEncryptionStatusResponse) => void
1031
+ ): Promise<DescribeBackupEncryptionStatusResponse> {
1032
+ return this.request("DescribeBackupEncryptionStatus", req, cb)
1033
+ }
1034
+
1011
1035
  /**
1012
1036
  * 查询代理规格配置
1013
1037
  */
@@ -1049,8 +1073,10 @@ export class Client extends AbstractClient {
1049
1073
  }
1050
1074
 
1051
1075
  /**
1052
- * 调整数据库代理配置
1053
- */
1076
+ * 接口已经废弃,请使用AdjustCdbProxy进行数据库代理的配置
1077
+
1078
+ 调整数据库代理配置
1079
+ */
1054
1080
  async UpgradeCDBProxy(
1055
1081
  req: UpgradeCDBProxyRequest,
1056
1082
  cb?: (error: string, rep: UpgradeCDBProxyResponse) => void
@@ -1404,13 +1430,13 @@ export class Client extends AbstractClient {
1404
1430
  }
1405
1431
 
1406
1432
  /**
1407
- * 本接口(VerifyRootAccount)用于校验云数据库实例的 ROOT 账号是否有足够的权限进行授权操作。
1433
+ * 本接口(ModifyBackupEncryptionStatus)用于设置实例备份文件是否加密。
1408
1434
  */
1409
- async VerifyRootAccount(
1410
- req: VerifyRootAccountRequest,
1411
- cb?: (error: string, rep: VerifyRootAccountResponse) => void
1412
- ): Promise<VerifyRootAccountResponse> {
1413
- return this.request("VerifyRootAccount", req, cb)
1435
+ async ModifyBackupEncryptionStatus(
1436
+ req: ModifyBackupEncryptionStatusRequest,
1437
+ cb?: (error: string, rep: ModifyBackupEncryptionStatusResponse) => void
1438
+ ): Promise<ModifyBackupEncryptionStatusResponse> {
1439
+ return this.request("ModifyBackupEncryptionStatus", req, cb)
1414
1440
  }
1415
1441
 
1416
1442
  /**