tencentcloud-sdk-nodejs 4.0.345 → 4.0.348
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.
- package/CHANGELOG.md +398 -0
- package/README.md +40 -14
- package/SERVICE_CHANGELOG.md +361 -85
- package/package.json +1 -1
- package/products.md +27 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cam/v20190116/cam_client.ts +24 -0
- package/src/services/cam/v20190116/cam_models.ts +60 -0
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/chdfs/v20201112/chdfs_models.ts +5 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +0 -1
- package/src/services/cvm/v20170312/cvm_models.ts +6 -1
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dasb/index.ts +5 -0
- package/src/services/dasb/v20191018/dasb_client.ts +157 -0
- package/src/services/dasb/v20191018/dasb_models.ts +1137 -0
- package/src/services/dasb/v20191018/index.ts +6 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +33 -8
- package/src/services/dcdb/v20180411/dcdb_models.ts +121 -13
- package/src/services/domain/v20180808/domain_models.ts +5 -0
- package/src/services/eb/v20210416/eb_models.ts +6 -0
- package/src/services/es/v20180416/es_client.ts +162 -96
- package/src/services/es/v20180416/es_models.ts +690 -183
- package/src/services/iai/v20180301/iai_models.ts +1 -1
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +34 -9
- package/src/services/mariadb/v20170312/mariadb_models.ts +119 -11
- package/src/services/monitor/v20180724/monitor_models.ts +42 -0
- package/src/services/mps/v20190612/mps_client.ts +5 -5
- package/src/services/mps/v20190612/mps_models.ts +168 -104
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/soe/v20180724/soe_models.ts +1 -1
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +15 -0
- package/src/services/tcss/v20201101/tcss_client.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +306 -20
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +93 -93
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +52 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +4 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +0 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dasb/index.d.ts +6 -0
- package/tencentcloud/services/dasb/index.js +7 -0
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +50 -0
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +91 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +922 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.js +18 -0
- package/tencentcloud/services/dasb/v20191018/index.d.ts +6 -0
- package/tencentcloud/services/dasb/v20191018/index.js +9 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +11 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +15 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +104 -12
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +5 -0
- package/tencentcloud/services/es/v20180416/es_client.d.ts +53 -33
- package/tencentcloud/services/es/v20180416/es_client.js +78 -48
- package/tencentcloud/services/es/v20180416/es_models.d.ts +619 -190
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +10 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +12 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +16 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +102 -10
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +35 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -5
- package/tencentcloud/services/mps/v20190612/mps_client.js +5 -5
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +158 -103
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +13 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +269 -17
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +78 -78
- package/test/cam.v20190116.test.js +20 -0
- package/test/dasb.v20191018.test.js +121 -0
- package/test/dcdb.v20180411.test.js +22 -2
- package/test/es.v20180416.test.js +84 -34
- package/test/mariadb.v20170312.test.js +22 -2
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-21 06:05:25 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-28 06:06:38 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-26 06:06:08 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-23 06:02:46 |
|
|
@@ -29,57 +29,58 @@
|
|
|
29
29
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
30
30
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-25 06:01:56 |
|
|
31
31
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
32
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-
|
|
32
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
|
|
33
33
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
34
34
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
|
|
35
35
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
36
36
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
|
|
37
37
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
|
|
38
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-
|
|
38
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-24 06:07:44 |
|
|
39
39
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
|
|
40
40
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
41
41
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-20 06:02:50 |
|
|
42
42
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
43
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-
|
|
43
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
44
44
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
45
45
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
|
|
46
|
-
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-
|
|
46
|
+
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
|
|
47
47
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
|
|
48
48
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
49
49
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
50
50
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
|
|
51
51
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
52
|
-
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-
|
|
52
|
+
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
53
53
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
54
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-
|
|
54
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-26 06:08:35 |
|
|
55
55
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
56
56
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
57
57
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
58
58
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-20 06:04:11 |
|
|
59
59
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
60
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-
|
|
61
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-
|
|
60
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-26 06:09:19 |
|
|
61
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-25 06:06:46 |
|
|
62
62
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
63
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-
|
|
63
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-25 06:07:14 |
|
|
64
|
+
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-05-26 06:10:06 |
|
|
64
65
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
65
66
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
66
67
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
67
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-
|
|
68
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-25 06:07:44 |
|
|
68
69
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-20 06:10:49 |
|
|
69
70
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
70
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-
|
|
71
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
71
72
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
72
73
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
73
74
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
74
75
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
|
|
75
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-
|
|
76
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-05-26 06:11:01 |
|
|
76
77
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
77
78
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
78
79
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-05-20 06:11:20 |
|
|
79
80
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
80
81
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
81
82
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-23 06:08:01 |
|
|
82
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-
|
|
83
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-25 06:08:55 |
|
|
83
84
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
|
|
84
85
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
|
|
85
86
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
@@ -93,16 +94,16 @@
|
|
|
93
94
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-04-04 06:44:57 |
|
|
94
95
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
95
96
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
96
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-
|
|
97
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-05-24 06:13:22 |
|
|
97
98
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
|
|
98
99
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
99
100
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
|
|
100
101
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
101
102
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
102
|
-
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-
|
|
103
|
+
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
|
|
103
104
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
104
105
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-20 06:13:13 |
|
|
105
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-
|
|
106
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-25 06:10:34 |
|
|
106
107
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
107
108
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
108
109
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
@@ -112,14 +113,14 @@
|
|
|
112
113
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-20 06:14:21 |
|
|
113
114
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
114
115
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
115
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-
|
|
116
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
|
|
116
117
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
117
118
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
118
119
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
119
120
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
120
121
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
|
|
121
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-
|
|
122
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-
|
|
122
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-26 06:14:37 |
|
|
123
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
123
124
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
|
124
125
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
125
126
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -127,7 +128,7 @@
|
|
|
127
128
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
128
129
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
129
130
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
|
|
130
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-
|
|
131
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-24 06:16:42 |
|
|
131
132
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
132
133
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
133
134
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
144
145
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
145
146
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
146
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-
|
|
147
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-05-26 06:16:15 |
|
|
147
148
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
148
149
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-23 06:12:44 |
|
|
149
150
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
@@ -162,12 +163,12 @@
|
|
|
162
163
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
|
163
164
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
164
165
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
165
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-
|
|
166
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
|
|
166
167
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
|
|
167
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-
|
|
168
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-25 06:15:02 |
|
|
168
169
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
169
170
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
170
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
171
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
|
|
171
172
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-28 06:18:38 |
|
|
172
173
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-05-18 06:18:03 |
|
|
173
174
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-27 10:43:23 |
|
|
@@ -191,7 +192,7 @@
|
|
|
191
192
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
192
193
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
193
194
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
194
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-
|
|
195
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-26 06:19:26 |
|
|
195
196
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-05-18 06:20:08 |
|
|
196
197
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
197
198
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.348"
|
|
@@ -53,6 +53,7 @@ import {
|
|
|
53
53
|
GetCustomMFATokenInfoRequest,
|
|
54
54
|
DescribeRoleListRequest,
|
|
55
55
|
DescribeUserSAMLConfigRequest,
|
|
56
|
+
TagRoleResponse,
|
|
56
57
|
PutRolePermissionsBoundaryRequest,
|
|
57
58
|
GetGroupRequest,
|
|
58
59
|
StrategyInfo,
|
|
@@ -88,6 +89,7 @@ import {
|
|
|
88
89
|
GetUserPermissionBoundaryResponse,
|
|
89
90
|
CreatePolicyResponse,
|
|
90
91
|
DetachRolePolicyRequest,
|
|
92
|
+
UntagRoleResponse,
|
|
91
93
|
ListPoliciesGrantingServiceAccessResponse,
|
|
92
94
|
DeleteRolePermissionsBoundaryRequest,
|
|
93
95
|
RoleTags,
|
|
@@ -144,6 +146,7 @@ import {
|
|
|
144
146
|
AttachGroupPolicyResponse,
|
|
145
147
|
UpdateGroupResponse,
|
|
146
148
|
ListEntitiesForPolicyRequest,
|
|
149
|
+
TagRoleRequest,
|
|
147
150
|
ListPoliciesRequest,
|
|
148
151
|
GetServiceLinkedRoleDeletionStatusRequest,
|
|
149
152
|
ListGrantServiceAccessActionNode,
|
|
@@ -206,6 +209,7 @@ import {
|
|
|
206
209
|
ListAttachedUserPoliciesRequest,
|
|
207
210
|
UpdatePolicyRequest,
|
|
208
211
|
DeleteOIDCConfigRequest,
|
|
212
|
+
UntagRoleRequest,
|
|
209
213
|
CreateGroupResponse,
|
|
210
214
|
} from "./cam_models"
|
|
211
215
|
|
|
@@ -408,6 +412,16 @@ export class Client extends AbstractClient {
|
|
|
408
412
|
return this.request("DetachRolePolicy", req, cb)
|
|
409
413
|
}
|
|
410
414
|
|
|
415
|
+
/**
|
|
416
|
+
* 角色绑定标签
|
|
417
|
+
*/
|
|
418
|
+
async TagRole(
|
|
419
|
+
req: TagRoleRequest,
|
|
420
|
+
cb?: (error: string, rep: TagRoleResponse) => void
|
|
421
|
+
): Promise<TagRoleResponse> {
|
|
422
|
+
return this.request("TagRole", req, cb)
|
|
423
|
+
}
|
|
424
|
+
|
|
411
425
|
/**
|
|
412
426
|
* 本接口(SetDefaultPolicyVersion)可用于设置生效的策略版本。
|
|
413
427
|
*/
|
|
@@ -728,6 +742,16 @@ export class Client extends AbstractClient {
|
|
|
728
742
|
return this.request("GetAccountSummary", req, cb)
|
|
729
743
|
}
|
|
730
744
|
|
|
745
|
+
/**
|
|
746
|
+
* 角色解绑标签。
|
|
747
|
+
*/
|
|
748
|
+
async UntagRole(
|
|
749
|
+
req: UntagRoleRequest,
|
|
750
|
+
cb?: (error: string, rep: UntagRoleResponse) => void
|
|
751
|
+
): Promise<UntagRoleResponse> {
|
|
752
|
+
return this.request("UntagRole", req, cb)
|
|
753
|
+
}
|
|
754
|
+
|
|
731
755
|
/**
|
|
732
756
|
* 该接口(ListPolicyVersions)用于获取策略版本列表
|
|
733
757
|
*/
|
|
@@ -606,6 +606,16 @@ export interface DescribeRoleListRequest {
|
|
|
606
606
|
*/
|
|
607
607
|
export type DescribeUserSAMLConfigRequest = null
|
|
608
608
|
|
|
609
|
+
/**
|
|
610
|
+
* TagRole返回参数结构体
|
|
611
|
+
*/
|
|
612
|
+
export interface TagRoleResponse {
|
|
613
|
+
/**
|
|
614
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
615
|
+
*/
|
|
616
|
+
RequestId?: string
|
|
617
|
+
}
|
|
618
|
+
|
|
609
619
|
/**
|
|
610
620
|
* PutRolePermissionsBoundary请求参数结构体
|
|
611
621
|
*/
|
|
@@ -1438,6 +1448,16 @@ export interface DetachRolePolicyRequest {
|
|
|
1438
1448
|
PolicyName?: string
|
|
1439
1449
|
}
|
|
1440
1450
|
|
|
1451
|
+
/**
|
|
1452
|
+
* UntagRole返回参数结构体
|
|
1453
|
+
*/
|
|
1454
|
+
export interface UntagRoleResponse {
|
|
1455
|
+
/**
|
|
1456
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1457
|
+
*/
|
|
1458
|
+
RequestId?: string
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1441
1461
|
/**
|
|
1442
1462
|
* ListPoliciesGrantingServiceAccess返回参数结构体
|
|
1443
1463
|
*/
|
|
@@ -2612,6 +2632,26 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
2612
2632
|
EntityFilter?: string
|
|
2613
2633
|
}
|
|
2614
2634
|
|
|
2635
|
+
/**
|
|
2636
|
+
* TagRole请求参数结构体
|
|
2637
|
+
*/
|
|
2638
|
+
export interface TagRoleRequest {
|
|
2639
|
+
/**
|
|
2640
|
+
* 标签
|
|
2641
|
+
*/
|
|
2642
|
+
Tags: Array<RoleTags>
|
|
2643
|
+
|
|
2644
|
+
/**
|
|
2645
|
+
* 角色名,与角色ID至少输入一个
|
|
2646
|
+
*/
|
|
2647
|
+
RoleName?: string
|
|
2648
|
+
|
|
2649
|
+
/**
|
|
2650
|
+
* 角色ID,与角色名至少输入一个
|
|
2651
|
+
*/
|
|
2652
|
+
RoleId?: string
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2615
2655
|
/**
|
|
2616
2656
|
* ListPolicies请求参数结构体
|
|
2617
2657
|
*/
|
|
@@ -3855,6 +3895,26 @@ export interface DeleteOIDCConfigRequest {
|
|
|
3855
3895
|
Name: string
|
|
3856
3896
|
}
|
|
3857
3897
|
|
|
3898
|
+
/**
|
|
3899
|
+
* UntagRole请求参数结构体
|
|
3900
|
+
*/
|
|
3901
|
+
export interface UntagRoleRequest {
|
|
3902
|
+
/**
|
|
3903
|
+
* 标签键
|
|
3904
|
+
*/
|
|
3905
|
+
TagKeys: Array<string>
|
|
3906
|
+
|
|
3907
|
+
/**
|
|
3908
|
+
* 角色名,与角色ID至少输入一个
|
|
3909
|
+
*/
|
|
3910
|
+
RoleName?: string
|
|
3911
|
+
|
|
3912
|
+
/**
|
|
3913
|
+
* 角色ID,与角色名至少输入一个
|
|
3914
|
+
*/
|
|
3915
|
+
RoleId?: string
|
|
3916
|
+
}
|
|
3917
|
+
|
|
3858
3918
|
/**
|
|
3859
3919
|
* CreateGroup返回参数结构体
|
|
3860
3920
|
*/
|
|
@@ -496,7 +496,7 @@ export interface DescribeEventsRequest {
|
|
|
496
496
|
MaxResults?: number
|
|
497
497
|
|
|
498
498
|
/**
|
|
499
|
-
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM
|
|
499
|
+
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}]))
|
|
500
500
|
*/
|
|
501
501
|
LookupAttributes?: Array<LookupAttribute>
|
|
502
502
|
|
|
@@ -1469,7 +1469,7 @@ export interface DescribeInstanceInternetBandwidthConfigsResponse {
|
|
|
1469
1469
|
/**
|
|
1470
1470
|
* 带宽配置信息列表。
|
|
1471
1471
|
*/
|
|
1472
|
-
InternetBandwidthConfigSet
|
|
1472
|
+
InternetBandwidthConfigSet: Array<InternetBandwidthConfig>
|
|
1473
1473
|
|
|
1474
1474
|
/**
|
|
1475
1475
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2877,6 +2877,11 @@ false(默认):发送正常请求,通过检查后直接创建实例。
|
|
|
2877
2877
|
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
2878
2878
|
*/
|
|
2879
2879
|
InstanceChargePrepaid?: InstanceChargePrepaid
|
|
2880
|
+
|
|
2881
|
+
/**
|
|
2882
|
+
* 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
|
|
2883
|
+
*/
|
|
2884
|
+
DisableApiTermination?: boolean
|
|
2880
2885
|
}
|
|
2881
2886
|
|
|
2882
2887
|
/**
|
|
@@ -14115,7 +14115,7 @@ export interface DescribeSecurityEventsCntResponse {
|
|
|
14115
14115
|
*/
|
|
14116
14116
|
export interface WarningInfoObj {
|
|
14117
14117
|
/**
|
|
14118
|
-
* 事件告警类型;1:离线,2:木马,3:异常登录,4:爆破,5:漏洞(已拆分为9-12四种类型)6:高危命令,7:反弹sell,8:本地提权,9:应用漏洞,10:web-cms漏洞,11:应急漏洞,12:安全基线 ,13: 防篡改,14:恶意请求,15: 网络攻击,16:Windows系统漏洞,17:Linux
|
|
14118
|
+
* 事件告警类型;1:离线,2:木马,3:异常登录,4:爆破,5:漏洞(已拆分为9-12四种类型)6:高危命令,7:反弹sell,8:本地提权,9:应用漏洞,10:web-cms漏洞,11:应急漏洞,12:安全基线 ,13: 防篡改,14:恶意请求,15: 网络攻击,16:Windows系统漏洞,17:Linux软件漏洞,18:核心文件监控告警,19:客户端卸载告警。20:客户端离线告警
|
|
14119
14119
|
*/
|
|
14120
14120
|
Type: number
|
|
14121
14121
|
|
|
@@ -0,0 +1,157 @@
|
|
|
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
|
+
Group,
|
|
22
|
+
DeleteAclsRequest,
|
|
23
|
+
DeleteUsersRequest,
|
|
24
|
+
DescribeDasbImageIdsResponse,
|
|
25
|
+
CreateUserResponse,
|
|
26
|
+
DescribeDevicesResponse,
|
|
27
|
+
CreateAclRequest,
|
|
28
|
+
User,
|
|
29
|
+
ModifyAclResponse,
|
|
30
|
+
Device,
|
|
31
|
+
ModifyUserResponse,
|
|
32
|
+
DescribeDasbImageIdsRequest,
|
|
33
|
+
Resource,
|
|
34
|
+
CreateAclResponse,
|
|
35
|
+
DescribeAclsResponse,
|
|
36
|
+
Acl,
|
|
37
|
+
DescribeDevicesRequest,
|
|
38
|
+
ModifyAclRequest,
|
|
39
|
+
CreateUserRequest,
|
|
40
|
+
DeleteUsersResponse,
|
|
41
|
+
DescribeUsersRequest,
|
|
42
|
+
DescribeUsersResponse,
|
|
43
|
+
CmdTemplate,
|
|
44
|
+
DeleteAclsResponse,
|
|
45
|
+
ModifyUserRequest,
|
|
46
|
+
DescribeAclsRequest,
|
|
47
|
+
} from "./dasb_models"
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* dasb client
|
|
51
|
+
* @class
|
|
52
|
+
*/
|
|
53
|
+
export class Client extends AbstractClient {
|
|
54
|
+
constructor(clientConfig: ClientConfig) {
|
|
55
|
+
super("dasb.tencentcloudapi.com", "2019-10-18", clientConfig)
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 删除用户
|
|
60
|
+
*/
|
|
61
|
+
async DeleteUsers(
|
|
62
|
+
req: DeleteUsersRequest,
|
|
63
|
+
cb?: (error: string, rep: DeleteUsersResponse) => void
|
|
64
|
+
): Promise<DeleteUsersResponse> {
|
|
65
|
+
return this.request("DeleteUsers", req, cb)
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* 新建访问权限
|
|
70
|
+
*/
|
|
71
|
+
async CreateAcl(
|
|
72
|
+
req: CreateAclRequest,
|
|
73
|
+
cb?: (error: string, rep: CreateAclResponse) => void
|
|
74
|
+
): Promise<CreateAclResponse> {
|
|
75
|
+
return this.request("CreateAcl", req, cb)
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* 获取镜像列表
|
|
80
|
+
*/
|
|
81
|
+
async DescribeDasbImageIds(
|
|
82
|
+
req?: DescribeDasbImageIdsRequest,
|
|
83
|
+
cb?: (error: string, rep: DescribeDasbImageIdsResponse) => void
|
|
84
|
+
): Promise<DescribeDasbImageIdsResponse> {
|
|
85
|
+
return this.request("DescribeDasbImageIds", req, cb)
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* 修改用户信息
|
|
90
|
+
*/
|
|
91
|
+
async ModifyUser(
|
|
92
|
+
req: ModifyUserRequest,
|
|
93
|
+
cb?: (error: string, rep: ModifyUserResponse) => void
|
|
94
|
+
): Promise<ModifyUserResponse> {
|
|
95
|
+
return this.request("ModifyUser", req, cb)
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* 删除访问权限
|
|
100
|
+
*/
|
|
101
|
+
async DeleteAcls(
|
|
102
|
+
req: DeleteAclsRequest,
|
|
103
|
+
cb?: (error: string, rep: DeleteAclsResponse) => void
|
|
104
|
+
): Promise<DeleteAclsResponse> {
|
|
105
|
+
return this.request("DeleteAcls", req, cb)
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* 查询资产列表
|
|
110
|
+
*/
|
|
111
|
+
async DescribeDevices(
|
|
112
|
+
req: DescribeDevicesRequest,
|
|
113
|
+
cb?: (error: string, rep: DescribeDevicesResponse) => void
|
|
114
|
+
): Promise<DescribeDevicesResponse> {
|
|
115
|
+
return this.request("DescribeDevices", req, cb)
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* 查询访问权限列表
|
|
120
|
+
*/
|
|
121
|
+
async DescribeAcls(
|
|
122
|
+
req: DescribeAclsRequest,
|
|
123
|
+
cb?: (error: string, rep: DescribeAclsResponse) => void
|
|
124
|
+
): Promise<DescribeAclsResponse> {
|
|
125
|
+
return this.request("DescribeAcls", req, cb)
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* 新建用户
|
|
130
|
+
*/
|
|
131
|
+
async CreateUser(
|
|
132
|
+
req: CreateUserRequest,
|
|
133
|
+
cb?: (error: string, rep: CreateUserResponse) => void
|
|
134
|
+
): Promise<CreateUserResponse> {
|
|
135
|
+
return this.request("CreateUser", req, cb)
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* 查询用户列表
|
|
140
|
+
*/
|
|
141
|
+
async DescribeUsers(
|
|
142
|
+
req: DescribeUsersRequest,
|
|
143
|
+
cb?: (error: string, rep: DescribeUsersResponse) => void
|
|
144
|
+
): Promise<DescribeUsersResponse> {
|
|
145
|
+
return this.request("DescribeUsers", req, cb)
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* 修改访问权限
|
|
150
|
+
*/
|
|
151
|
+
async ModifyAcl(
|
|
152
|
+
req: ModifyAclRequest,
|
|
153
|
+
cb?: (error: string, rep: ModifyAclResponse) => void
|
|
154
|
+
): Promise<ModifyAclResponse> {
|
|
155
|
+
return this.request("ModifyAcl", req, cb)
|
|
156
|
+
}
|
|
157
|
+
}
|