tencentcloud-sdk-nodejs 4.0.704 → 4.0.706
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 +286 -0
- package/SERVICE_CHANGELOG.md +325 -224
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +7 -6
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +84 -27
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +32 -17
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +214 -18
- package/src/services/csip/v20221121/csip_client.ts +46 -7
- package/src/services/csip/v20221121/csip_models.ts +369 -57
- package/src/services/cvm/v20170312/cvm_models.ts +7 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/emr/v20190103/emr_client.ts +18 -4
- package/src/services/emr/v20190103/emr_models.ts +163 -55
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +16 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +14 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +107 -51
- package/src/services/live/v20180801/live_models.ts +13 -0
- package/src/services/ocr/v20181119/ocr_models.ts +23 -22
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +5 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/soe/v20180724/soe_models.ts +18 -12
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +3 -2
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +53 -0
- package/src/services/waf/v20180125/waf_client.ts +68 -18
- package/src/services/waf/v20180125/waf_models.ts +239 -25
- package/src/services/wedata/v20210820/wedata_client.ts +128 -28
- package/src/services/wedata/v20210820/wedata_models.ts +633 -84
- 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 +7 -6
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +82 -27
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +11 -7
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +15 -9
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +209 -18
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +13 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +18 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +359 -56
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +159 -55
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +105 -51
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -22
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +18 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +51 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +21 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +30 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +229 -25
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +44 -10
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +62 -12
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +618 -87
- package/test/ccc.v20200210.test.js +10 -0
- package/test/cdwpg.v20201230.test.js +18 -8
- package/test/csip.v20221121.test.js +30 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +44 -4
- package/test/wedata.v20210820.test.js +86 -6
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-10 01:07:51 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
|
-
| ba | [
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-
|
|
22
|
+
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-08-17 01:20:19 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
|
-
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-
|
|
49
|
+
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-13 01:10:05 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-12 01:38:16 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-
|
|
74
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-13 01:13:55 |
|
|
75
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-16 01:14:08 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
@@ -87,16 +87,16 @@
|
|
|
87
87
|
| dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-09-19 01:13:28 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
89
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-10 01:36:36 |
|
|
90
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-
|
|
90
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-16 01:15:14 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
93
93
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-09-05 10:56:15 |
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-
|
|
96
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-16 01:16:11 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-16 01:16:28 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
|
|
120
120
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
121
121
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
|
|
122
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-
|
|
122
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
123
123
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
124
124
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
131
131
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-10-12 02:11:22 |
|
|
132
132
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-11 02:02:31 |
|
|
133
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-
|
|
133
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-13 01:19:37 |
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
135
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
136
136
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -150,27 +150,27 @@
|
|
|
150
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
151
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
152
152
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-12 02:20:57 |
|
|
153
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-
|
|
153
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-13 01:21:21 |
|
|
154
154
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
155
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
156
156
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
157
157
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
158
158
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
|
|
159
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-
|
|
159
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
161
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-09-18 02:13:42 |
|
|
162
162
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-09-04 02:18:48 |
|
|
163
|
-
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-
|
|
163
|
+
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-
|
|
167
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-
|
|
168
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
166
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-16 01:22:37 |
|
|
168
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-13 01:22:51 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
172
172
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26 17:20:53 |
|
|
173
|
-
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-
|
|
173
|
+
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
174
174
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
175
175
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-10-10 01:45:34 |
|
|
176
176
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-16 01:25:24 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
203
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
211
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
|
|
212
212
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
|
|
213
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-
|
|
213
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-16 01:26:43 |
|
|
214
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
215
215
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
216
216
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
223
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-13 01:27:15 |
|
|
224
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
226
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
231
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-13 01:29:06 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-16 01:29:53 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.706"
|
|
@@ -1596,9 +1596,9 @@ export interface DataDisk {
|
|
|
1596
1596
|
SnapshotId?: string
|
|
1597
1597
|
/**
|
|
1598
1598
|
* 数据盘是加密。取值范围:
|
|
1599
|
-
<li>
|
|
1600
|
-
<li>
|
|
1601
|
-
默认取值:
|
|
1599
|
+
<li>true:加密
|
|
1600
|
+
<li>false:不加密<br>
|
|
1601
|
+
默认取值:false<br>
|
|
1602
1602
|
该参数目前仅用于 `RunInstances` 接口。
|
|
1603
1603
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1604
1604
|
*/
|
|
@@ -1813,7 +1813,7 @@ export interface EnhancedService {
|
|
|
1813
1813
|
*/
|
|
1814
1814
|
export interface RunAutomationServiceEnabled {
|
|
1815
1815
|
/**
|
|
1816
|
-
* 是否开启云自动化助手。取值范围:<br><li>
|
|
1816
|
+
* 是否开启云自动化助手。取值范围:<br><li>true:表示开启云自动化助手服务<br><li>false:表示不开启云自动化助手服务<br><br>默认取值:false。
|
|
1817
1817
|
*/
|
|
1818
1818
|
Enabled?: boolean
|
|
1819
1819
|
}
|
|
@@ -2931,7 +2931,8 @@ export interface Activity {
|
|
|
2931
2931
|
*/
|
|
2932
2932
|
export interface RunMonitorServiceEnabled {
|
|
2933
2933
|
/**
|
|
2934
|
-
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>
|
|
2934
|
+
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务<br><li>false:表示不开启云监控服务<br><br>默认取值:true。
|
|
2935
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2935
2936
|
*/
|
|
2936
2937
|
Enabled?: boolean
|
|
2937
2938
|
}
|
|
@@ -2959,7 +2960,7 @@ export interface VirtualPrivateCloud {
|
|
|
2959
2960
|
*/
|
|
2960
2961
|
SubnetId: string
|
|
2961
2962
|
/**
|
|
2962
|
-
* 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<br><li>
|
|
2963
|
+
* 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<br><li>true:表示用作公网网关<br><li>false:表示不作为公网网关<br><br>默认取值:false。
|
|
2963
2964
|
*/
|
|
2964
2965
|
AsVpcGateway?: boolean
|
|
2965
2966
|
/**
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
DescribeAutoCalloutTasksResponse,
|
|
43
43
|
PackageBuyInfo,
|
|
44
44
|
ModifyExtensionResponse,
|
|
45
|
-
|
|
45
|
+
DescribeIMCdrListResponse,
|
|
46
46
|
CreateStaffResponse,
|
|
47
47
|
DescribeSkillGroupInfoListResponse,
|
|
48
48
|
DescribeNumbersResponse,
|
|
@@ -60,6 +60,7 @@ import {
|
|
|
60
60
|
DescribeSkillGroupInfoListRequest,
|
|
61
61
|
CreateCarrierPrivilegeNumberApplicantResponse,
|
|
62
62
|
AutoCalloutTaskCalleeInfo,
|
|
63
|
+
SeatUserInfo,
|
|
63
64
|
CarrierPrivilegeNumberApplicant,
|
|
64
65
|
ErrStaffItem,
|
|
65
66
|
PSTNSession,
|
|
@@ -116,6 +117,7 @@ import {
|
|
|
116
117
|
SdkAppIdBuyInfo,
|
|
117
118
|
DescribePSTNActiveSessionListResponse,
|
|
118
119
|
IMCdrInfo,
|
|
120
|
+
DescribeIMCdrListRequest,
|
|
119
121
|
DescribeAutoCalloutTasksRequest,
|
|
120
122
|
DescribeChatMessagesRequest,
|
|
121
123
|
DescribeTelSessionResponse,
|
|
@@ -504,6 +506,16 @@ export class Client extends AbstractClient {
|
|
|
504
506
|
return this.request("DescribeProtectedTelCdr", req, cb)
|
|
505
507
|
}
|
|
506
508
|
|
|
509
|
+
/**
|
|
510
|
+
* 获取包括全媒体和文本会话两种类型的服务记录。
|
|
511
|
+
*/
|
|
512
|
+
async DescribeIMCdrList(
|
|
513
|
+
req: DescribeIMCdrListRequest,
|
|
514
|
+
cb?: (error: string, rep: DescribeIMCdrListResponse) => void
|
|
515
|
+
): Promise<DescribeIMCdrListResponse> {
|
|
516
|
+
return this.request("DescribeIMCdrList", req, cb)
|
|
517
|
+
}
|
|
518
|
+
|
|
507
519
|
/**
|
|
508
520
|
* 获取呼入实时数据统计指标
|
|
509
521
|
*/
|
|
@@ -202,8 +202,14 @@ export interface DescribeIMCdrsResponse {
|
|
|
202
202
|
TotalCount?: number
|
|
203
203
|
/**
|
|
204
204
|
* 服务记录列表
|
|
205
|
+
* @deprecated
|
|
205
206
|
*/
|
|
206
207
|
IMCdrs?: Array<IMCdrInfo>
|
|
208
|
+
/**
|
|
209
|
+
* 服务记录列表
|
|
210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
211
|
+
*/
|
|
212
|
+
IMCdrList?: Array<IMCdrInfo>
|
|
207
213
|
/**
|
|
208
214
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
209
215
|
*/
|
|
@@ -623,39 +629,22 @@ export interface ModifyExtensionResponse {
|
|
|
623
629
|
}
|
|
624
630
|
|
|
625
631
|
/**
|
|
626
|
-
*
|
|
632
|
+
* DescribeIMCdrList返回参数结构体
|
|
627
633
|
*/
|
|
628
|
-
export interface
|
|
634
|
+
export interface DescribeIMCdrListResponse {
|
|
629
635
|
/**
|
|
630
|
-
*
|
|
631
|
-
*/
|
|
632
|
-
Name: string
|
|
633
|
-
/**
|
|
634
|
-
* 坐席邮箱
|
|
636
|
+
* 总记录数
|
|
635
637
|
*/
|
|
636
|
-
|
|
638
|
+
TotalCount?: number
|
|
637
639
|
/**
|
|
638
|
-
*
|
|
640
|
+
* 服务记录列表
|
|
639
641
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
640
642
|
*/
|
|
641
|
-
|
|
642
|
-
/**
|
|
643
|
-
* 坐席电话号码(带0086前缀)
|
|
644
|
-
*/
|
|
645
|
-
Phone?: string
|
|
646
|
-
/**
|
|
647
|
-
* 坐席昵称
|
|
648
|
-
*/
|
|
649
|
-
Nick?: string
|
|
643
|
+
IMCdrList?: Array<IMCdrInfo>
|
|
650
644
|
/**
|
|
651
|
-
*
|
|
652
|
-
*/
|
|
653
|
-
UserId?: string
|
|
654
|
-
/**
|
|
655
|
-
* 坐席关联的技能组列表
|
|
656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
645
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
657
646
|
*/
|
|
658
|
-
|
|
647
|
+
RequestId?: string
|
|
659
648
|
}
|
|
660
649
|
|
|
661
650
|
/**
|
|
@@ -925,6 +914,7 @@ export interface DescribeIMCdrsRequest {
|
|
|
925
914
|
EndTimestamp: number
|
|
926
915
|
/**
|
|
927
916
|
* 实例 ID(废弃)
|
|
917
|
+
* @deprecated
|
|
928
918
|
*/
|
|
929
919
|
InstanceId?: number
|
|
930
920
|
/**
|
|
@@ -1007,6 +997,42 @@ export interface AutoCalloutTaskCalleeInfo {
|
|
|
1007
997
|
Sessions: Array<string>
|
|
1008
998
|
}
|
|
1009
999
|
|
|
1000
|
+
/**
|
|
1001
|
+
* 坐席用户信息
|
|
1002
|
+
*/
|
|
1003
|
+
export interface SeatUserInfo {
|
|
1004
|
+
/**
|
|
1005
|
+
* 坐席名称
|
|
1006
|
+
*/
|
|
1007
|
+
Name: string
|
|
1008
|
+
/**
|
|
1009
|
+
* 坐席邮箱
|
|
1010
|
+
*/
|
|
1011
|
+
Mail: string
|
|
1012
|
+
/**
|
|
1013
|
+
* 工号
|
|
1014
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1015
|
+
*/
|
|
1016
|
+
StaffNumber: string
|
|
1017
|
+
/**
|
|
1018
|
+
* 坐席电话号码(带0086前缀)
|
|
1019
|
+
*/
|
|
1020
|
+
Phone?: string
|
|
1021
|
+
/**
|
|
1022
|
+
* 坐席昵称
|
|
1023
|
+
*/
|
|
1024
|
+
Nick?: string
|
|
1025
|
+
/**
|
|
1026
|
+
* 用户ID
|
|
1027
|
+
*/
|
|
1028
|
+
UserId?: string
|
|
1029
|
+
/**
|
|
1030
|
+
* 坐席关联的技能组列表
|
|
1031
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1032
|
+
*/
|
|
1033
|
+
SkillGroupNameList?: Array<string>
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1010
1036
|
/**
|
|
1011
1037
|
* 运营商白名单号码申请单
|
|
1012
1038
|
*/
|
|
@@ -1587,7 +1613,7 @@ export interface TelCdrInfo {
|
|
|
1587
1613
|
|
|
1588
1614
|
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1589
1615
|
|
|
1590
|
-
电话呼入 100
|
|
1616
|
+
电话呼入 100 blackList 呼入黑名单
|
|
1591
1617
|
|
|
1592
1618
|
电话呼出 2 unconnected 未接通
|
|
1593
1619
|
|
|
@@ -1680,7 +1706,7 @@ export interface TelCdrInfo {
|
|
|
1680
1706
|
|
|
1681
1707
|
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1682
1708
|
|
|
1683
|
-
电话呼入 100
|
|
1709
|
+
电话呼入 100 blackList 呼入黑名单
|
|
1684
1710
|
|
|
1685
1711
|
电话呼出 2 unconnected 未接通
|
|
1686
1712
|
|
|
@@ -2597,6 +2623,36 @@ export interface IMCdrInfo {
|
|
|
2597
2623
|
Satisfaction: IMSatisfaction
|
|
2598
2624
|
}
|
|
2599
2625
|
|
|
2626
|
+
/**
|
|
2627
|
+
* DescribeIMCdrList请求参数结构体
|
|
2628
|
+
*/
|
|
2629
|
+
export interface DescribeIMCdrListRequest {
|
|
2630
|
+
/**
|
|
2631
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
2632
|
+
*/
|
|
2633
|
+
SdkAppId: number
|
|
2634
|
+
/**
|
|
2635
|
+
* 起始时间(必填),Unix 秒级时间戳
|
|
2636
|
+
*/
|
|
2637
|
+
StartTimestamp: number
|
|
2638
|
+
/**
|
|
2639
|
+
* 结束时间(必填),Unix 秒级时间戳
|
|
2640
|
+
*/
|
|
2641
|
+
EndTimestamp: number
|
|
2642
|
+
/**
|
|
2643
|
+
* 返回记录条数,最大为100默认20
|
|
2644
|
+
*/
|
|
2645
|
+
Limit?: number
|
|
2646
|
+
/**
|
|
2647
|
+
* 返回记录偏移,默认为 0
|
|
2648
|
+
*/
|
|
2649
|
+
Offset?: number
|
|
2650
|
+
/**
|
|
2651
|
+
* 1为全媒体,2为文本客服,不填则查询全部
|
|
2652
|
+
*/
|
|
2653
|
+
Type?: number
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2600
2656
|
/**
|
|
2601
2657
|
* DescribeAutoCalloutTasks请求参数结构体
|
|
2602
2658
|
*/
|
|
@@ -2621,6 +2677,7 @@ export interface DescribeAutoCalloutTasksRequest {
|
|
|
2621
2677
|
export interface DescribeChatMessagesRequest {
|
|
2622
2678
|
/**
|
|
2623
2679
|
* 实例 ID(废弃)
|
|
2680
|
+
* @deprecated
|
|
2624
2681
|
*/
|
|
2625
2682
|
InstanceId?: number
|
|
2626
2683
|
/**
|
|
@@ -21,17 +21,22 @@ import {
|
|
|
21
21
|
ModifyInstanceResponse,
|
|
22
22
|
DescribeInstanceStateRequest,
|
|
23
23
|
ResourceSpecNew,
|
|
24
|
+
ChargeProperties,
|
|
24
25
|
DestroyInstanceByApiResponse,
|
|
26
|
+
InstanceNodeGroup,
|
|
25
27
|
DestroyInstanceByApiRequest,
|
|
26
28
|
CreateInstanceByApiRequest,
|
|
27
29
|
CBSSpec,
|
|
30
|
+
InstanceStateInfo,
|
|
31
|
+
DescribeInstanceRequest,
|
|
28
32
|
ModifyInstanceRequest,
|
|
29
33
|
CreateInstanceByApiResponse,
|
|
30
34
|
DescribeSimpleInstancesResponse,
|
|
31
35
|
Tag,
|
|
32
36
|
DescribeInstanceStateResponse,
|
|
37
|
+
InstanceInfo,
|
|
33
38
|
InstanceSimpleInfoNew,
|
|
34
|
-
|
|
39
|
+
DescribeInstanceResponse,
|
|
35
40
|
DescribeSimpleInstancesRequest,
|
|
36
41
|
} from "./cdwpg_models"
|
|
37
42
|
|
|
@@ -44,6 +49,16 @@ export class Client extends AbstractClient {
|
|
|
44
49
|
super("cdwpg.tencentcloudapi.com", "2020-12-30", clientConfig)
|
|
45
50
|
}
|
|
46
51
|
|
|
52
|
+
/**
|
|
53
|
+
* 集群详情页中显示集群状态、流程进度等
|
|
54
|
+
*/
|
|
55
|
+
async DescribeInstanceState(
|
|
56
|
+
req: DescribeInstanceStateRequest,
|
|
57
|
+
cb?: (error: string, rep: DescribeInstanceStateResponse) => void
|
|
58
|
+
): Promise<DescribeInstanceStateResponse> {
|
|
59
|
+
return this.request("DescribeInstanceState", req, cb)
|
|
60
|
+
}
|
|
61
|
+
|
|
47
62
|
/**
|
|
48
63
|
* 销毁集群
|
|
49
64
|
*/
|
|
@@ -54,6 +69,16 @@ export class Client extends AbstractClient {
|
|
|
54
69
|
return this.request("DestroyInstanceByApi", req, cb)
|
|
55
70
|
}
|
|
56
71
|
|
|
72
|
+
/**
|
|
73
|
+
* 根据实例ID查询某个实例的具体信息
|
|
74
|
+
*/
|
|
75
|
+
async DescribeInstance(
|
|
76
|
+
req: DescribeInstanceRequest,
|
|
77
|
+
cb?: (error: string, rep: DescribeInstanceResponse) => void
|
|
78
|
+
): Promise<DescribeInstanceResponse> {
|
|
79
|
+
return this.request("DescribeInstance", req, cb)
|
|
80
|
+
}
|
|
81
|
+
|
|
57
82
|
/**
|
|
58
83
|
* 创建集群
|
|
59
84
|
*/
|
|
@@ -65,13 +90,13 @@ export class Client extends AbstractClient {
|
|
|
65
90
|
}
|
|
66
91
|
|
|
67
92
|
/**
|
|
68
|
-
*
|
|
93
|
+
* 获取集群实例列表
|
|
69
94
|
*/
|
|
70
|
-
async
|
|
71
|
-
req:
|
|
72
|
-
cb?: (error: string, rep:
|
|
73
|
-
): Promise<
|
|
74
|
-
return this.request("
|
|
95
|
+
async DescribeSimpleInstances(
|
|
96
|
+
req: DescribeSimpleInstancesRequest,
|
|
97
|
+
cb?: (error: string, rep: DescribeSimpleInstancesResponse) => void
|
|
98
|
+
): Promise<DescribeSimpleInstancesResponse> {
|
|
99
|
+
return this.request("DescribeSimpleInstances", req, cb)
|
|
75
100
|
}
|
|
76
101
|
|
|
77
102
|
/**
|
|
@@ -83,14 +108,4 @@ export class Client extends AbstractClient {
|
|
|
83
108
|
): Promise<ModifyInstanceResponse> {
|
|
84
109
|
return this.request("ModifyInstance", req, cb)
|
|
85
110
|
}
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* 获取集群实例列表
|
|
89
|
-
*/
|
|
90
|
-
async DescribeSimpleInstances(
|
|
91
|
-
req: DescribeSimpleInstancesRequest,
|
|
92
|
-
cb?: (error: string, rep: DescribeSimpleInstancesResponse) => void
|
|
93
|
-
): Promise<DescribeSimpleInstancesResponse> {
|
|
94
|
-
return this.request("DescribeSimpleInstances", req, cb)
|
|
95
|
-
}
|
|
96
111
|
}
|