tencentcloud-sdk-nodejs 4.0.496 → 4.0.497
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 +354 -0
- package/SERVICE_CHANGELOG.md +584 -96
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +10 -0
- package/src/services/ccc/v20200210/ccc_models.ts +14 -8
- package/src/services/cdb/v20170320/cdb_client.ts +12 -24
- package/src/services/cdb/v20170320/cdb_models.ts +0 -61
- package/src/services/cdwch/v20200915/cdwch_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +1 -3
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +11 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
- package/src/services/dts/v20211206/dts_client.ts +1 -1
- package/src/services/emr/v20190103/emr_client.ts +13 -0
- package/src/services/emr/v20190103/emr_models.ts +25 -0
- package/src/services/ess/v20201111/ess_client.ts +2 -3
- package/src/services/ess/v20201111/ess_models.ts +38 -8
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/ms/v20180408/ms_models.ts +10 -10
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +51 -0
- package/src/services/tcr/v20190924/tcr_models.ts +15 -10
- package/src/services/tcss/v20201101/tcss_client.ts +34 -10
- package/src/services/tcss/v20201101/tcss_models.ts +116 -32
- package/src/services/tiw/v20190919/tiw_client.ts +19 -3
- package/src/services/tiw/v20190919/tiw_models.ts +127 -32
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +6 -1
- package/src/services/trdp/v20220726/trdp_models.ts +19 -19
- package/src/services/trp/v20210515/trp_client.ts +19 -4
- package/src/services/trp/v20210515/trp_models.ts +286 -78
- package/src/services/tsf/v20180326/tsf_client.ts +1 -0
- package/src/services/tsf/v20180326/tsf_models.ts +135 -45
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +30 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +13 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -9
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -12
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +20 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +7 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +22 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +33 -8
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +10 -10
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +42 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +14 -10
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +11 -3
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -3
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +102 -30
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +109 -29
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -1
- package/tencentcloud/services/trdp/v20220726/trdp_models.d.ts +19 -19
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +242 -66
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +113 -39
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +26 -2
- package/test/cdb.v20170320.test.js +4 -14
- package/test/emr.v20190103.test.js +10 -0
- package/test/tcss.v20201101.test.js +22 -2
- package/test/tiw.v20190919.test.js +10 -0
- package/test/trp.v20210515.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-29 06:12:14 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-
|
|
21
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-07 06:17:30 |
|
|
22
22
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-09-06 06:10:38 |
|
|
23
23
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
24
24
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2022-10-31 06:10:22 |
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-11-09 06:14:16 |
|
|
40
40
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
|
|
41
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-
|
|
42
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-
|
|
41
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-07 06:21:07 |
|
|
42
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-07 06:21:29 |
|
|
43
43
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
44
44
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
|
|
45
45
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
46
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-
|
|
46
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-07 06:23:42 |
|
|
47
47
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
48
48
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-21 06:14:58 |
|
|
49
49
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-11-28 06:18:58 |
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
|
|
62
62
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
63
63
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
64
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-
|
|
64
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-07 06:27:58 |
|
|
65
65
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
66
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-
|
|
66
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-07 06:29:50 |
|
|
67
67
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
|
|
68
68
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
69
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-
|
|
69
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-07 06:32:17 |
|
|
70
70
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
71
71
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
72
72
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -80,19 +80,19 @@
|
|
|
80
80
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
81
81
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
|
|
82
82
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
83
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-
|
|
83
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-07 06:36:23 |
|
|
84
84
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
85
85
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
86
86
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
87
87
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
|
|
88
88
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
89
89
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
90
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-
|
|
90
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-07 06:38:34 |
|
|
91
91
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-06 06:40:42 |
|
|
92
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-
|
|
92
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-07 06:39:12 |
|
|
93
93
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-06 06:41:29 |
|
|
94
94
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
95
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
95
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-12-07 06:39:49 |
|
|
96
96
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
97
97
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
98
98
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
|
|
112
112
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
113
113
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
114
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-
|
|
114
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-07 06:44:16 |
|
|
115
115
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
116
116
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-12-05 06:57:57 |
|
|
117
117
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
@@ -133,14 +133,14 @@
|
|
|
133
133
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-05 07:04:52 |
|
|
134
134
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-11-23 06:41:18 |
|
|
135
135
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
136
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-
|
|
136
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-07 06:52:38 |
|
|
137
137
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
138
138
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
139
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-
|
|
139
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-07 06:52:55 |
|
|
140
140
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
141
141
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
|
|
142
142
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-11-24 06:45:42 |
|
|
143
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-
|
|
143
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
|
|
144
144
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
|
|
145
145
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
146
146
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-11-29 07:09:18 |
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-11-15 06:36:50 |
|
|
160
160
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
|
|
161
161
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
162
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-
|
|
162
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-12-07 06:58:03 |
|
|
163
163
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
164
164
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-11-21 06:46:02 |
|
|
165
165
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
180
180
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
181
181
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
|
|
182
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-
|
|
183
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-
|
|
182
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-07 07:02:05 |
|
|
183
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-07 07:02:56 |
|
|
184
184
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
185
185
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
|
|
186
186
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
|
|
@@ -195,16 +195,16 @@
|
|
|
195
195
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
196
196
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-11-22 07:01:36 |
|
|
197
197
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-29 07:29:47 |
|
|
198
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-
|
|
199
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-
|
|
198
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-07 07:09:41 |
|
|
199
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-07 07:10:03 |
|
|
200
200
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
201
201
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
202
202
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
|
|
203
|
-
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-
|
|
204
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-
|
|
205
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-
|
|
203
|
+
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
204
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-07 07:14:07 |
|
|
205
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-07 07:14:39 |
|
|
206
206
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
207
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-
|
|
207
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-07 07:15:23 |
|
|
208
208
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
209
209
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-11-29 07:36:55 |
|
|
210
210
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-05 07:38:38 |
|
|
215
215
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-11-16 06:48:54 |
|
|
216
216
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
217
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-
|
|
217
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-07 07:21:53 |
|
|
218
218
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
219
219
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-10-28 07:02:46 |
|
|
220
220
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.497"
|
|
@@ -2684,6 +2684,16 @@ export interface InstanceTypeQuotaItem {
|
|
|
2684
2684
|
* 实例备注信息。
|
|
2685
2685
|
*/
|
|
2686
2686
|
Remark: string
|
|
2687
|
+
|
|
2688
|
+
/**
|
|
2689
|
+
* 实例机型映射的物理GPU卡数,单位:卡。vGPU卡型小于1,直通卡型大于等于1。vGPU是通过分片虚拟化技术,将物理GPU卡重新划分,同一块GPU卡经虚拟化分割后可分配至不同的实例使用。直通卡型会将GPU设备直接挂载给实例使用。
|
|
2690
|
+
*/
|
|
2691
|
+
GpuCount: number
|
|
2692
|
+
|
|
2693
|
+
/**
|
|
2694
|
+
* 实例的CPU主频信息
|
|
2695
|
+
*/
|
|
2696
|
+
Frequency: string
|
|
2687
2697
|
}
|
|
2688
2698
|
|
|
2689
2699
|
/**
|
|
@@ -1276,41 +1276,47 @@ export interface SkillGroupInfoItem {
|
|
|
1276
1276
|
/**
|
|
1277
1277
|
* 技能组ID
|
|
1278
1278
|
*/
|
|
1279
|
-
SkillGroupId
|
|
1279
|
+
SkillGroupId?: number
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* 技能组名称
|
|
1283
1283
|
*/
|
|
1284
|
-
SkillGroupName
|
|
1284
|
+
SkillGroupName?: string
|
|
1285
1285
|
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* (废弃)类型:IM、TEL、ALL(全媒体)
|
|
1288
1288
|
*/
|
|
1289
|
-
Type
|
|
1289
|
+
Type?: string
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* 会话分配策略
|
|
1293
1293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1294
1294
|
*/
|
|
1295
|
-
RoutePolicy
|
|
1295
|
+
RoutePolicy?: string
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
1298
|
* 会话分配是否优先上次服务坐席
|
|
1299
1299
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1300
1300
|
*/
|
|
1301
|
-
UsingLastSeat
|
|
1301
|
+
UsingLastSeat?: number
|
|
1302
1302
|
|
|
1303
1303
|
/**
|
|
1304
1304
|
* 单客服最大并发数(电话类型默认1)
|
|
1305
1305
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1306
1306
|
*/
|
|
1307
|
-
MaxConcurrency
|
|
1307
|
+
MaxConcurrency?: number
|
|
1308
1308
|
|
|
1309
1309
|
/**
|
|
1310
1310
|
* 最后修改时间
|
|
1311
1311
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1312
1312
|
*/
|
|
1313
|
-
LastModifyTimestamp
|
|
1313
|
+
LastModifyTimestamp?: number
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* 技能组类型0-电话,1-在线,3-音频,4-视频
|
|
1317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1318
|
+
*/
|
|
1319
|
+
SkillGroupType?: number
|
|
1314
1320
|
}
|
|
1315
1321
|
|
|
1316
1322
|
/**
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
RWInfo,
|
|
26
26
|
InstanceRollbackRangeTime,
|
|
27
27
|
DescribeTablesResponse,
|
|
28
|
-
ApplyCDBProxyResponse,
|
|
29
28
|
ModifyBackupDownloadRestrictionResponse,
|
|
30
29
|
ModifyTimeWindowResponse,
|
|
31
30
|
ParamRecord,
|
|
@@ -106,7 +105,6 @@ import {
|
|
|
106
105
|
CreateAuditRuleResponse,
|
|
107
106
|
DescribeDBInstanceInfoResponse,
|
|
108
107
|
AssociateSecurityGroupsRequest,
|
|
109
|
-
ApplyCDBProxyRequest,
|
|
110
108
|
ModifyAuditRuleRequest,
|
|
111
109
|
DescribeBinlogsResponse,
|
|
112
110
|
DescribeRoMinScaleRequest,
|
|
@@ -407,13 +405,13 @@ export class Client extends AbstractClient {
|
|
|
407
405
|
}
|
|
408
406
|
|
|
409
407
|
/**
|
|
410
|
-
* 本接口(
|
|
408
|
+
* 本接口(CreateAuditPolicy)用于创建云数据库实例的审计策略,即将审计规则绑定到具体的云数据库实例上。
|
|
411
409
|
*/
|
|
412
|
-
async
|
|
413
|
-
req:
|
|
414
|
-
cb?: (error: string, rep:
|
|
415
|
-
): Promise<
|
|
416
|
-
return this.request("
|
|
410
|
+
async CreateAuditPolicy(
|
|
411
|
+
req: CreateAuditPolicyRequest,
|
|
412
|
+
cb?: (error: string, rep: CreateAuditPolicyResponse) => void
|
|
413
|
+
): Promise<CreateAuditPolicyResponse> {
|
|
414
|
+
return this.request("CreateAuditPolicy", req, cb)
|
|
417
415
|
}
|
|
418
416
|
|
|
419
417
|
/**
|
|
@@ -471,13 +469,13 @@ export class Client extends AbstractClient {
|
|
|
471
469
|
}
|
|
472
470
|
|
|
473
471
|
/**
|
|
474
|
-
* 本接口(
|
|
472
|
+
* 本接口(DescribeTimeWindow)用于查询云数据库实例的维护时间窗口。
|
|
475
473
|
*/
|
|
476
|
-
async
|
|
477
|
-
req:
|
|
478
|
-
cb?: (error: string, rep:
|
|
479
|
-
): Promise<
|
|
480
|
-
return this.request("
|
|
474
|
+
async DescribeTimeWindow(
|
|
475
|
+
req: DescribeTimeWindowRequest,
|
|
476
|
+
cb?: (error: string, rep: DescribeTimeWindowResponse) => void
|
|
477
|
+
): Promise<DescribeTimeWindowResponse> {
|
|
478
|
+
return this.request("DescribeTimeWindow", req, cb)
|
|
481
479
|
}
|
|
482
480
|
|
|
483
481
|
/**
|
|
@@ -1500,16 +1498,6 @@ export class Client extends AbstractClient {
|
|
|
1500
1498
|
return this.request("ModifyBackupConfig", req, cb)
|
|
1501
1499
|
}
|
|
1502
1500
|
|
|
1503
|
-
/**
|
|
1504
|
-
* 针对主实例申请创建数据库代理。
|
|
1505
|
-
*/
|
|
1506
|
-
async ApplyCDBProxy(
|
|
1507
|
-
req: ApplyCDBProxyRequest,
|
|
1508
|
-
cb?: (error: string, rep: ApplyCDBProxyResponse) => void
|
|
1509
|
-
): Promise<ApplyCDBProxyResponse> {
|
|
1510
|
-
return this.request("ApplyCDBProxy", req, cb)
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
1501
|
/**
|
|
1514
1502
|
* 本接口(DescribeAuditRules)用于查询用户在当前地域的审计规则。
|
|
1515
1503
|
*/
|
|
@@ -366,22 +366,6 @@ export interface DescribeTablesResponse {
|
|
|
366
366
|
RequestId?: string
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
/**
|
|
370
|
-
* ApplyCDBProxy返回参数结构体
|
|
371
|
-
*/
|
|
372
|
-
export interface ApplyCDBProxyResponse {
|
|
373
|
-
/**
|
|
374
|
-
* 异步处理ID
|
|
375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
376
|
-
*/
|
|
377
|
-
AsyncRequestId: string
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
381
|
-
*/
|
|
382
|
-
RequestId?: string
|
|
383
|
-
}
|
|
384
|
-
|
|
385
369
|
/**
|
|
386
370
|
* ModifyBackupDownloadRestriction返回参数结构体
|
|
387
371
|
*/
|
|
@@ -2323,51 +2307,6 @@ export interface AssociateSecurityGroupsRequest {
|
|
|
2323
2307
|
ForReadonlyInstance?: boolean
|
|
2324
2308
|
}
|
|
2325
2309
|
|
|
2326
|
-
/**
|
|
2327
|
-
* ApplyCDBProxy请求参数结构体
|
|
2328
|
-
*/
|
|
2329
|
-
export interface ApplyCDBProxyRequest {
|
|
2330
|
-
/**
|
|
2331
|
-
* 主实例唯一标识ID
|
|
2332
|
-
*/
|
|
2333
|
-
InstanceId: string
|
|
2334
|
-
|
|
2335
|
-
/**
|
|
2336
|
-
* 私有网络ID
|
|
2337
|
-
*/
|
|
2338
|
-
UniqVpcId: string
|
|
2339
|
-
|
|
2340
|
-
/**
|
|
2341
|
-
* 私有网络子网ID
|
|
2342
|
-
*/
|
|
2343
|
-
UniqSubnetId: string
|
|
2344
|
-
|
|
2345
|
-
/**
|
|
2346
|
-
* 代理组节点个数
|
|
2347
|
-
*/
|
|
2348
|
-
ProxyCount: number
|
|
2349
|
-
|
|
2350
|
-
/**
|
|
2351
|
-
* cpu核数
|
|
2352
|
-
*/
|
|
2353
|
-
Cpu: number
|
|
2354
|
-
|
|
2355
|
-
/**
|
|
2356
|
-
* 内存
|
|
2357
|
-
*/
|
|
2358
|
-
Mem: number
|
|
2359
|
-
|
|
2360
|
-
/**
|
|
2361
|
-
* 安全组
|
|
2362
|
-
*/
|
|
2363
|
-
SecurityGroup?: Array<string>
|
|
2364
|
-
|
|
2365
|
-
/**
|
|
2366
|
-
* 描述说明,最大支持256位。
|
|
2367
|
-
*/
|
|
2368
|
-
Desc?: string
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
2310
|
/**
|
|
2372
2311
|
* ModifyAuditRule请求参数结构体
|
|
2373
2312
|
*/
|
|
@@ -3156,7 +3156,7 @@ __ALIPAY__: 支付宝
|
|
|
3156
3156
|
NotifyUrl?: string
|
|
3157
3157
|
|
|
3158
3158
|
/**
|
|
3159
|
-
*
|
|
3159
|
+
* 备注信息。限制200个字符。
|
|
3160
3160
|
*/
|
|
3161
3161
|
Remark?: string
|
|
3162
3162
|
|
|
@@ -8705,8 +8705,6 @@ export interface CreateOpenBankMerchantRequest {
|
|
|
8705
8705
|
/**
|
|
8706
8706
|
* 渠道名称。
|
|
8707
8707
|
__TENPAY__: 商企付
|
|
8708
|
-
__WECHAT__: 微信支付
|
|
8709
|
-
__ALIPAY__: 支付宝
|
|
8710
8708
|
*/
|
|
8711
8709
|
ChannelName: string
|
|
8712
8710
|
|
|
@@ -1154,7 +1154,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
1154
1154
|
* 本接口 (InquiryPriceTerminateInstances) 用于退还实例询价。
|
|
1155
1155
|
|
|
1156
1156
|
* 查询退还实例可以返还的费用。
|
|
1157
|
-
* 支持批量操作,每次请求批量实例的上限为100
|
|
1157
|
+
* 支持批量操作,每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。
|
|
1158
1158
|
*/
|
|
1159
1159
|
async InquiryPriceTerminateInstances(
|
|
1160
1160
|
req: InquiryPriceTerminateInstancesRequest,
|
|
@@ -4036,7 +4036,7 @@ export interface InquiryPriceRenewInstancesResponse {
|
|
|
4036
4036
|
*/
|
|
4037
4037
|
export interface AllocateHostsResponse {
|
|
4038
4038
|
/**
|
|
4039
|
-
* 新创建云子机的实例
|
|
4039
|
+
* 新创建云子机的实例ID列表。
|
|
4040
4040
|
*/
|
|
4041
4041
|
HostIdSet: Array<string>
|
|
4042
4042
|
|
|
@@ -4767,6 +4767,16 @@ export interface InstanceTypeQuotaItem {
|
|
|
4767
4767
|
* 实例备注信息。
|
|
4768
4768
|
*/
|
|
4769
4769
|
Remark: string
|
|
4770
|
+
|
|
4771
|
+
/**
|
|
4772
|
+
* 实例机型映射的物理GPU卡数,单位:卡。vGPU卡型小于1,直通卡型大于等于1。vGPU是通过分片虚拟化技术,将物理GPU卡重新划分,同一块GPU卡经虚拟化分割后可分配至不同的实例使用。直通卡型会将GPU设备直接挂载给实例使用。
|
|
4773
|
+
*/
|
|
4774
|
+
GpuCount: number
|
|
4775
|
+
|
|
4776
|
+
/**
|
|
4777
|
+
* 实例的CPU主频信息
|
|
4778
|
+
*/
|
|
4779
|
+
Frequency: string
|
|
4770
4780
|
}
|
|
4771
4781
|
|
|
4772
4782
|
/**
|
|
@@ -584,6 +584,16 @@ export interface AuditLogFilter {
|
|
|
584
584
|
* SQL 语句。支持传递多个sql语句。
|
|
585
585
|
*/
|
|
586
586
|
Sqls?: Array<string>
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* 返回行数。
|
|
590
|
+
*/
|
|
591
|
+
SentRows?: number
|
|
592
|
+
|
|
593
|
+
/**
|
|
594
|
+
* 线程ID。
|
|
595
|
+
*/
|
|
596
|
+
ThreadId?: Array<string>
|
|
587
597
|
}
|
|
588
598
|
|
|
589
599
|
/**
|
|
@@ -1383,6 +1393,11 @@ export interface UpgradeInstanceRequest {
|
|
|
1383
1393
|
* 交易模式 0-下单并支付 1-下单
|
|
1384
1394
|
*/
|
|
1385
1395
|
DealMode?: number
|
|
1396
|
+
|
|
1397
|
+
/**
|
|
1398
|
+
* NormalUpgrade:普通变配,FastUpgrade:极速变配,若变配过程判断会造成闪断,变配流程会终止。
|
|
1399
|
+
*/
|
|
1400
|
+
UpgradeMode?: string
|
|
1386
1401
|
}
|
|
1387
1402
|
|
|
1388
1403
|
/**
|
|
@@ -4109,6 +4124,16 @@ export interface ClusterParamModifyLog {
|
|
|
4109
4124
|
* 更新时间
|
|
4110
4125
|
*/
|
|
4111
4126
|
UpdateTime: string
|
|
4127
|
+
|
|
4128
|
+
/**
|
|
4129
|
+
* 集群ID
|
|
4130
|
+
*/
|
|
4131
|
+
ClusterId: string
|
|
4132
|
+
|
|
4133
|
+
/**
|
|
4134
|
+
* 实例ID
|
|
4135
|
+
*/
|
|
4136
|
+
InstanceId: string
|
|
4112
4137
|
}
|
|
4113
4138
|
|
|
4114
4139
|
/**
|
|
@@ -64,6 +64,7 @@ import {
|
|
|
64
64
|
InquiryPriceUpdateInstanceResponse,
|
|
65
65
|
NewResourceSpec,
|
|
66
66
|
PersistentVolumeContext,
|
|
67
|
+
DeleteUserManagerUserListRequest,
|
|
67
68
|
DescribeResourceScheduleResponse,
|
|
68
69
|
ModifyResourceSchedulerRequest,
|
|
69
70
|
LoginSettings,
|
|
@@ -83,6 +84,7 @@ import {
|
|
|
83
84
|
InquiryPriceUpdateInstanceRequest,
|
|
84
85
|
DescribeInstancesListRequest,
|
|
85
86
|
OutterResource,
|
|
87
|
+
DeleteUserManagerUserListResponse,
|
|
86
88
|
ModifyResourcePoolsResponse,
|
|
87
89
|
TerminateTasksResponse,
|
|
88
90
|
DescribeInstancesResponse,
|
|
@@ -243,6 +245,17 @@ export class Client extends AbstractClient {
|
|
|
243
245
|
return this.request("RunJobFlow", req, cb)
|
|
244
246
|
}
|
|
245
247
|
|
|
248
|
+
/**
|
|
249
|
+
* 删除用户列表(用户管理)
|
|
250
|
+
|
|
251
|
+
*/
|
|
252
|
+
async DeleteUserManagerUserList(
|
|
253
|
+
req: DeleteUserManagerUserListRequest,
|
|
254
|
+
cb?: (error: string, rep: DeleteUserManagerUserListResponse) => void
|
|
255
|
+
): Promise<DeleteUserManagerUserListResponse> {
|
|
256
|
+
return this.request("DeleteUserManagerUserList", req, cb)
|
|
257
|
+
}
|
|
258
|
+
|
|
246
259
|
/**
|
|
247
260
|
* 该接口支持安装了OpenLdap组件的集群。
|
|
248
261
|
新增用户列表(用户管理)。
|
|
@@ -1940,6 +1940,21 @@ export interface PersistentVolumeContext {
|
|
|
1940
1940
|
DiskNum?: number
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
+
/**
|
|
1944
|
+
* DeleteUserManagerUserList请求参数结构体
|
|
1945
|
+
*/
|
|
1946
|
+
export interface DeleteUserManagerUserListRequest {
|
|
1947
|
+
/**
|
|
1948
|
+
* 集群实例ID
|
|
1949
|
+
*/
|
|
1950
|
+
InstanceId: string
|
|
1951
|
+
|
|
1952
|
+
/**
|
|
1953
|
+
* 集群用户名列表
|
|
1954
|
+
*/
|
|
1955
|
+
UserNameList: Array<string>
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1943
1958
|
/**
|
|
1944
1959
|
* DescribeResourceSchedule返回参数结构体
|
|
1945
1960
|
*/
|
|
@@ -2768,6 +2783,16 @@ export interface OutterResource {
|
|
|
2768
2783
|
InstanceType: string
|
|
2769
2784
|
}
|
|
2770
2785
|
|
|
2786
|
+
/**
|
|
2787
|
+
* DeleteUserManagerUserList返回参数结构体
|
|
2788
|
+
*/
|
|
2789
|
+
export interface DeleteUserManagerUserListResponse {
|
|
2790
|
+
/**
|
|
2791
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2792
|
+
*/
|
|
2793
|
+
RequestId?: string
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2771
2796
|
/**
|
|
2772
2797
|
* ModifyResourcePools返回参数结构体
|
|
2773
2798
|
*/
|
|
@@ -144,9 +144,8 @@ export class Client extends AbstractClient {
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
*/
|
|
147
|
+
* 当模板较多或模板中的控件较多时,可以通过查询模板接口更方便的获取模板列表,以及每个模板内的控件信息。该接口常用来配合“创建电子文档”接口作为前置的接口使用。
|
|
148
|
+
*/
|
|
150
149
|
async DescribeFlowTemplates(
|
|
151
150
|
req: DescribeFlowTemplatesRequest,
|
|
152
151
|
cb?: (error: string, rep: DescribeFlowTemplatesResponse) => void
|