tencentcloud-sdk-nodejs 4.0.299 → 4.0.302
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 +532 -0
- package/SERVICE_CHANGELOG.md +560 -154
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -1
- package/src/services/api/v20201106/api_client.ts +13 -0
- package/src/services/api/v20201106/api_models.ts +45 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +5 -0
- package/src/services/casb/index.ts +5 -0
- package/src/services/casb/v20200507/casb_client.ts +51 -0
- package/src/services/casb/v20200507/casb_models.ts +76 -0
- package/src/services/casb/v20200507/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
- package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
- package/src/services/clb/v20180317/clb_client.ts +20 -8
- package/src/services/clb/v20180317/clb_models.ts +25 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +6 -6
- package/src/services/cmq/v20190304/cmq_models.ts +94 -82
- package/src/services/cpdp/v20190820/cpdp_client.ts +96 -14
- package/src/services/cpdp/v20190820/cpdp_models.ts +1267 -493
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -0
- package/src/services/emr/v20190103/emr_models.ts +46 -0
- package/src/services/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +80 -4
- package/src/services/ivld/v20210903/ivld_models.ts +204 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
- package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
- package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
- package/src/services/monitor/v20180724/monitor_models.ts +7 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
- package/src/services/postgres/v20170312/postgres_client.ts +85 -37
- package/src/services/postgres/v20170312/postgres_models.ts +258 -84
- package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
- package/src/services/tke/v20180525/tke_client.ts +25 -13
- package/src/services/tke/v20180525/tke_models.ts +39 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
- package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
- package/tencentcloud/services/api/v20201106/api_client.js +6 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
- package/tencentcloud/services/casb/index.d.ts +6 -0
- package/tencentcloud/services/casb/index.js +7 -0
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
- package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
- package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
- package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
- package/tencentcloud/services/casb/v20200507/index.js +9 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -6
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +28 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +40 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1101 -433
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +175 -34
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
- package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
- package/test/api.v20201106.test.js +10 -0
- package/test/casb.v20200507.test.js +31 -0
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cpdp.v20190820.test.js +62 -2
- package/test/ivld.v20210903.test.js +30 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/postgres.v20170312.test.js +58 -18
- package/test/tke.v20180525.test.js +14 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-03 08:00:14 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-02 08:04:36 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
|
-
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-
|
|
13
|
+
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-03 08:00:40 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-01 08:01:06 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
|
|
@@ -29,10 +29,11 @@
|
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
|
|
30
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-01 08:01:53 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
|
|
32
|
+
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-03-04 10:56:53 |
|
|
32
33
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
33
34
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
34
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-
|
|
35
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
|
|
36
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-03 08:02:04 |
|
|
36
37
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
|
|
37
38
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
38
39
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
@@ -41,22 +42,22 @@
|
|
|
41
42
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
|
42
43
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
44
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-
|
|
45
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-
|
|
45
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-04 08:05:57 |
|
|
46
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
|
|
46
47
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
47
48
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
48
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-
|
|
49
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-07 08:04:53 |
|
|
49
50
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
50
|
-
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-
|
|
51
|
+
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
51
52
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-
|
|
53
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-07 08:05:12 |
|
|
53
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
55
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
|
|
55
56
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
56
57
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
58
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
|
58
59
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
59
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-
|
|
60
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-03 08:04:55 |
|
|
60
61
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
61
62
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-01 08:05:34 |
|
|
62
63
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
|
|
73
74
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
|
|
74
75
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
75
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-
|
|
76
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
|
|
76
77
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
77
78
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
|
|
78
79
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
@@ -99,19 +100,19 @@
|
|
|
99
100
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-02-21 08:08:24 |
|
|
100
101
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-02-21 08:08:26 |
|
|
101
102
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-02-21 08:08:35 |
|
|
102
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
103
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
|
|
103
104
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-02-21 08:08:51 |
|
|
104
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-
|
|
105
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
|
|
105
106
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
|
|
106
107
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
107
108
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
108
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-
|
|
109
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-03 08:08:44 |
|
|
109
110
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
110
111
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
111
112
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
112
113
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
113
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-
|
|
114
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-
|
|
114
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-03 08:08:57 |
|
|
115
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-03 08:09:04 |
|
|
115
116
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
|
|
116
117
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
117
118
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -119,19 +120,19 @@
|
|
|
119
120
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
120
121
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-02-21 08:10:11 |
|
|
121
122
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
122
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-
|
|
123
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
123
124
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
|
|
124
125
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-21 08:10:28 |
|
|
125
126
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-02-21 08:10:29 |
|
|
126
127
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
127
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-
|
|
128
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
|
|
128
129
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-02-21 08:10:41 |
|
|
129
130
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
|
|
130
131
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
|
|
131
132
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
132
133
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
133
134
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-01 08:11:06 |
|
|
134
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-
|
|
135
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-07 08:11:53 |
|
|
135
136
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
|
|
136
137
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
|
137
138
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-02-21 08:11:22 |
|
|
142
143
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-02-21 08:11:34 |
|
|
143
144
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-02-21 08:11:37 |
|
|
144
|
-
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-
|
|
145
|
+
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-03-03 08:11:12 |
|
|
145
146
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-02-21 08:11:43 |
|
|
146
147
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-02-21 08:11:46 |
|
|
147
148
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-02-21 08:11:47 |
|
|
@@ -160,7 +161,7 @@
|
|
|
160
161
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-02 08:15:58 |
|
|
161
162
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
|
|
162
163
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
|
|
163
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
164
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-03 08:12:23 |
|
|
164
165
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-01 08:13:25 |
|
|
165
166
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
|
|
166
167
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -171,12 +172,12 @@
|
|
|
171
172
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-02-21 08:13:16 |
|
|
172
173
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-02-21 08:13:19 |
|
|
173
174
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-21 08:13:23 |
|
|
174
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-
|
|
175
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-07 08:14:19 |
|
|
175
176
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
176
177
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
|
|
177
178
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
178
179
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
|
|
179
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-
|
|
180
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-03 08:13:19 |
|
|
180
181
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
|
|
181
182
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
182
183
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.302"
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
RegionProduct,
|
|
22
|
+
DescribeProductsRequest,
|
|
23
|
+
DescribeProductsResponse,
|
|
21
24
|
ZoneInfo,
|
|
22
25
|
DescribeZonesRequest,
|
|
23
26
|
DescribeZonesResponse,
|
|
@@ -35,6 +38,16 @@ export class Client extends AbstractClient {
|
|
|
35
38
|
super("api.tencentcloudapi.com", "2020-11-06", clientConfig)
|
|
36
39
|
}
|
|
37
40
|
|
|
41
|
+
/**
|
|
42
|
+
* 本接口(DescribeProducts)用于查询各个支持地域列表查询的产品信息。
|
|
43
|
+
*/
|
|
44
|
+
async DescribeProducts(
|
|
45
|
+
req: DescribeProductsRequest,
|
|
46
|
+
cb?: (error: string, rep: DescribeProductsResponse) => void
|
|
47
|
+
): Promise<DescribeProductsResponse> {
|
|
48
|
+
return this.request("DescribeProducts", req, cb)
|
|
49
|
+
}
|
|
50
|
+
|
|
38
51
|
/**
|
|
39
52
|
* 本接口(DescribeRegions)用于查询各个产品支持地域信息。
|
|
40
53
|
*/
|
|
@@ -15,6 +15,51 @@
|
|
|
15
15
|
* under the License.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
+
/**
|
|
19
|
+
* 地域管理系统支持的产品信息
|
|
20
|
+
*/
|
|
21
|
+
export interface RegionProduct {
|
|
22
|
+
/**
|
|
23
|
+
* 产品名称,如cvm
|
|
24
|
+
*/
|
|
25
|
+
Name: string
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* DescribeProducts请求参数结构体
|
|
30
|
+
*/
|
|
31
|
+
export interface DescribeProductsRequest {
|
|
32
|
+
/**
|
|
33
|
+
* 返回数量,默认为 20,最大值为 100。
|
|
34
|
+
*/
|
|
35
|
+
Limit?: number
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* 偏移量,默认为 0。
|
|
39
|
+
*/
|
|
40
|
+
Offset?: number
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* DescribeProducts返回参数结构体
|
|
45
|
+
*/
|
|
46
|
+
export interface DescribeProductsResponse {
|
|
47
|
+
/**
|
|
48
|
+
* 产品详细信息列表。
|
|
49
|
+
*/
|
|
50
|
+
Products: Array<RegionProduct>
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 产品总数量。
|
|
54
|
+
*/
|
|
55
|
+
TotalCount: number
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
59
|
+
*/
|
|
60
|
+
RequestId?: string
|
|
61
|
+
}
|
|
62
|
+
|
|
18
63
|
/**
|
|
19
64
|
* 可用区信息
|
|
20
65
|
*/
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
CopyCryptoColumnPolicyRequest,
|
|
22
|
+
CryptoCopyColumnPolicyTableFilter,
|
|
23
|
+
CopyCryptoColumnPolicyResponse,
|
|
24
|
+
} from "./casb_models"
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* casb client
|
|
28
|
+
* @class
|
|
29
|
+
*/
|
|
30
|
+
export class Client extends AbstractClient {
|
|
31
|
+
constructor(clientConfig: ClientConfig) {
|
|
32
|
+
super("casb.tencentcloudapi.com", "2020-05-07", clientConfig)
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* 同region下 根据用户输入的CasbId,MetaDataId 复制策略到DstCasbId,MetaDataId中。
|
|
37
|
+
场景1:
|
|
38
|
+
相同CasbId,不同MetadataId 下策略复制
|
|
39
|
+
场景2:
|
|
40
|
+
不同Casbid,不同MetaDataId 下策略复制
|
|
41
|
+
场景3:
|
|
42
|
+
相同CasbId,相同MetaDataId 且 DatabaseName不同 策略复制
|
|
43
|
+
|
|
44
|
+
*/
|
|
45
|
+
async CopyCryptoColumnPolicy(
|
|
46
|
+
req: CopyCryptoColumnPolicyRequest,
|
|
47
|
+
cb?: (error: string, rep: CopyCryptoColumnPolicyResponse) => void
|
|
48
|
+
): Promise<CopyCryptoColumnPolicyResponse> {
|
|
49
|
+
return this.request("CopyCryptoColumnPolicy", req, cb)
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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
|
+
* CopyCryptoColumnPolicy请求参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface CopyCryptoColumnPolicyRequest {
|
|
22
|
+
/**
|
|
23
|
+
* 实例Id
|
|
24
|
+
*/
|
|
25
|
+
CasbId: string
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 元数据id
|
|
29
|
+
*/
|
|
30
|
+
MetaDataId: string
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 目标实例Id 如果和实例Id相同则为同CasbId下的策略复制
|
|
34
|
+
*/
|
|
35
|
+
DstCasbId: string
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* 目标实例Id 如果和[元数据id]相同则为同元数据下的策略复制
|
|
39
|
+
*/
|
|
40
|
+
DstMetaDataId: string
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 筛选来源数据库的表
|
|
44
|
+
*/
|
|
45
|
+
SrcTableFilter?: Array<CryptoCopyColumnPolicyTableFilter>
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 复制同元数据下的策略,需要填写目标数据库名
|
|
49
|
+
*/
|
|
50
|
+
DstDatabaseName?: string
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 策略迁移表信息筛选
|
|
55
|
+
*/
|
|
56
|
+
export interface CryptoCopyColumnPolicyTableFilter {
|
|
57
|
+
/**
|
|
58
|
+
* 数据库名称
|
|
59
|
+
*/
|
|
60
|
+
DatabaseName: string
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 表名称
|
|
64
|
+
*/
|
|
65
|
+
TableNameSet?: Array<string>
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* CopyCryptoColumnPolicy返回参数结构体
|
|
70
|
+
*/
|
|
71
|
+
export interface CopyCryptoColumnPolicyResponse {
|
|
72
|
+
/**
|
|
73
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
74
|
+
*/
|
|
75
|
+
RequestId?: string
|
|
76
|
+
}
|
|
@@ -459,6 +459,12 @@ notInService 不在服务区
|
|
|
459
459
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
460
460
|
*/
|
|
461
461
|
AsrUrl: string
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* 录音转存第三方COS地址
|
|
465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
466
|
+
*/
|
|
467
|
+
CustomRecordURL: string
|
|
462
468
|
}
|
|
463
469
|
|
|
464
470
|
/**
|
|
@@ -1549,6 +1555,12 @@ export interface ServeParticipant {
|
|
|
1549
1555
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1550
1556
|
*/
|
|
1551
1557
|
SkillGroupName: string
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* 录音转存第三方COS地址
|
|
1561
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1562
|
+
*/
|
|
1563
|
+
CustomRecordURL: string
|
|
1552
1564
|
}
|
|
1553
1565
|
|
|
1554
1566
|
/**
|
|
@@ -30,7 +30,9 @@ import {
|
|
|
30
30
|
DescribeInstanceAttributesRequest,
|
|
31
31
|
ConsumerGroup,
|
|
32
32
|
Assignment,
|
|
33
|
+
AuthorizeTokenResponse,
|
|
33
34
|
DescribeConsumerGroupResponse,
|
|
35
|
+
CancelAuthorizationTokenResponse,
|
|
34
36
|
CreateRouteRequest,
|
|
35
37
|
DeleteTopicRequest,
|
|
36
38
|
DescribeInstancesResponse,
|
|
@@ -40,6 +42,7 @@ import {
|
|
|
40
42
|
GroupInfoTopics,
|
|
41
43
|
TopicResult,
|
|
42
44
|
Region,
|
|
45
|
+
CreateTokenResponse,
|
|
43
46
|
DescribeInstancesDetailResponse,
|
|
44
47
|
CreateInstancePreData,
|
|
45
48
|
AclRule,
|
|
@@ -54,12 +57,13 @@ import {
|
|
|
54
57
|
Tag,
|
|
55
58
|
BatchModifyGroupOffsetsResponse,
|
|
56
59
|
GroupResponse,
|
|
57
|
-
|
|
60
|
+
CreateTokenRequest,
|
|
61
|
+
DeleteAclRuleRequest,
|
|
58
62
|
CreateConsumerResponse,
|
|
59
63
|
RouteResponse,
|
|
60
64
|
DescribeGroupResponse,
|
|
61
|
-
DeleteAclRuleRequest,
|
|
62
65
|
ModifyInstanceAttributesConfig,
|
|
66
|
+
AuthorizeTokenRequest,
|
|
63
67
|
OperateResponseData,
|
|
64
68
|
CreateUserResponse,
|
|
65
69
|
ModifyInstanceAttributesResponse,
|
|
@@ -118,6 +122,8 @@ import {
|
|
|
118
122
|
ConsumerGroupTopic,
|
|
119
123
|
User,
|
|
120
124
|
GroupOffsetPartition,
|
|
125
|
+
DescribeTopicAttributesResponse,
|
|
126
|
+
CancelAuthorizationTokenRequest,
|
|
121
127
|
DeleteTopicResponse,
|
|
122
128
|
DeleteRouteTriggerTimeRequest,
|
|
123
129
|
DescribeInstancesRequest,
|
|
@@ -340,13 +346,13 @@ export class Client extends AbstractClient {
|
|
|
340
346
|
}
|
|
341
347
|
|
|
342
348
|
/**
|
|
343
|
-
*
|
|
349
|
+
* 取消授权token
|
|
344
350
|
*/
|
|
345
|
-
async
|
|
346
|
-
req:
|
|
347
|
-
cb?: (error: string, rep:
|
|
348
|
-
): Promise<
|
|
349
|
-
return this.request("
|
|
351
|
+
async CancelAuthorizationToken(
|
|
352
|
+
req: CancelAuthorizationTokenRequest,
|
|
353
|
+
cb?: (error: string, rep: CancelAuthorizationTokenResponse) => void
|
|
354
|
+
): Promise<CancelAuthorizationTokenResponse> {
|
|
355
|
+
return this.request("CancelAuthorizationToken", req, cb)
|
|
350
356
|
}
|
|
351
357
|
|
|
352
358
|
/**
|
|
@@ -429,6 +435,26 @@ export class Client extends AbstractClient {
|
|
|
429
435
|
return this.request("DeleteUser", req, cb)
|
|
430
436
|
}
|
|
431
437
|
|
|
438
|
+
/**
|
|
439
|
+
* 创建最高权限的token
|
|
440
|
+
*/
|
|
441
|
+
async CreateToken(
|
|
442
|
+
req: CreateTokenRequest,
|
|
443
|
+
cb?: (error: string, rep: CreateTokenResponse) => void
|
|
444
|
+
): Promise<CreateTokenResponse> {
|
|
445
|
+
return this.request("CreateToken", req, cb)
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
/**
|
|
449
|
+
* 获取主题列表详情(仅控制台调用)
|
|
450
|
+
*/
|
|
451
|
+
async DescribeTopicDetail(
|
|
452
|
+
req: DescribeTopicDetailRequest,
|
|
453
|
+
cb?: (error: string, rep: DescribeTopicDetailResponse) => void
|
|
454
|
+
): Promise<DescribeTopicDetailResponse> {
|
|
455
|
+
return this.request("DescribeTopicDetail", req, cb)
|
|
456
|
+
}
|
|
457
|
+
|
|
432
458
|
/**
|
|
433
459
|
* 删除ACL
|
|
434
460
|
*/
|
|
@@ -550,6 +576,16 @@ export class Client extends AbstractClient {
|
|
|
550
576
|
return this.request("DescribeGroupOffsets", req, cb)
|
|
551
577
|
}
|
|
552
578
|
|
|
579
|
+
/**
|
|
580
|
+
* 给实例授权token
|
|
581
|
+
*/
|
|
582
|
+
async AuthorizeToken(
|
|
583
|
+
req: AuthorizeTokenRequest,
|
|
584
|
+
cb?: (error: string, rep: AuthorizeTokenResponse) => void
|
|
585
|
+
): Promise<AuthorizeTokenResponse> {
|
|
586
|
+
return this.request("AuthorizeToken", req, cb)
|
|
587
|
+
}
|
|
588
|
+
|
|
553
589
|
/**
|
|
554
590
|
* 接口请求域名:https://ckafka.tencentcloudapi.com
|
|
555
591
|
本接口(DescribeTopic)用于在用户获取消息队列 CKafka 实例的主题列表
|