tencentcloud-sdk-nodejs 4.0.543 → 4.0.544
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 +321 -0
- package/SERVICE_CHANGELOG.md +458 -74
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cbs/v20170312/cbs_client.ts +1 -0
- package/src/services/cbs/v20170312/cbs_models.ts +58 -1
- package/src/services/ccc/v20200210/ccc_models.ts +85 -45
- package/src/services/cdc/v20201214/cdc_models.ts +6 -0
- package/src/services/cfw/v20190904/cfw_client.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +27 -0
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -6
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/domain/v20180808/domain_models.ts +51 -1
- package/src/services/dts/v20211206/dts_models.ts +7 -1
- package/src/services/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +14 -0
- package/src/services/ess/v20201111/ess_models.ts +15 -0
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +81 -33
- package/src/services/ocr/v20181119/ocr_models.ts +78 -78
- package/src/services/tcr/v20190924/tcr_client.ts +4 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/thpc/v20220401/thpc_models.ts +7 -3
- package/src/services/tione/index.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +10 -6
- package/src/services/tione/v20211111/tione_models.ts +222 -52
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +39 -1
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +49 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +85 -45
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +5 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +23 -0
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -6
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +41 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -1
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -0
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +73 -33
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +78 -78
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +3 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +3 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +6 -3
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +191 -46
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +33 -1
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cfw.v20190904.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-20 01:06:05 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
|
|
11
11
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
12
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-
|
|
12
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-22 01:02:37 |
|
|
13
13
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
14
14
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
15
15
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
23
23
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
24
24
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
25
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-
|
|
25
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-22 01:05:21 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
28
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-16 01:09:07 |
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-
|
|
42
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-22 01:08:38 |
|
|
42
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-22 01:09:02 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) |
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-22 01:10:12 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
|
|
48
48
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
49
49
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
|
|
50
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-
|
|
50
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-22 01:11:48 |
|
|
51
51
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
|
|
52
52
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-
|
|
67
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-22 01:17:12 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-22 01:19:31 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
|
|
78
78
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-16 01:22:07 |
|
|
79
79
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-21 01:36:01 |
|
|
80
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-
|
|
80
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-22 01:24:05 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-21 01:38:55 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-22 01:26:57 |
|
|
94
94
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-15 17:31:06 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-14 01:27:28 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
135
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
136
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-
|
|
136
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-22 01:37:39 |
|
|
137
137
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
|
|
144
144
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
145
145
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-02-21 01:54:49 |
|
|
146
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-
|
|
146
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-22 01:39:36 |
|
|
147
147
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
|
|
148
148
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
149
149
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
158
158
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
|
|
159
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-
|
|
159
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
|
|
160
160
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
161
161
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
162
162
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
@@ -183,24 +183,24 @@
|
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
185
185
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
|
|
186
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-
|
|
186
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-22 01:48:37 |
|
|
187
187
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
|
|
188
188
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
192
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-16 01:58:58 |
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-
|
|
194
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-22 01:53:53 |
|
|
194
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-22 01:58:40 |
|
|
195
195
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
196
196
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
197
197
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
198
198
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
199
199
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
200
200
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
201
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-
|
|
201
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-22 01:59:34 |
|
|
202
202
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
|
|
203
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-
|
|
203
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-22 02:02:47 |
|
|
204
204
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
205
205
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
206
206
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
@@ -214,11 +214,11 @@
|
|
|
214
214
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
215
215
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
216
216
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
217
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-22 02:07:08 |
|
|
218
218
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-20 02:08:58 |
|
|
219
219
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
221
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-
|
|
221
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-22 02:17:42 |
|
|
222
222
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
223
223
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
|
|
224
224
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.544"
|
|
@@ -194,6 +194,24 @@ export interface AutoSnapshotPolicy {
|
|
|
194
194
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
195
|
*/
|
|
196
196
|
InstanceIdSet: Array<string>
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* 该定期快照创建的快照可以保留的月数。
|
|
200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
201
|
+
*/
|
|
202
|
+
RetentionMonths: number
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* 该定期快照创建的快照最大保留数量。
|
|
206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
207
|
+
*/
|
|
208
|
+
RetentionAmount: number
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 定期快照高级保留策略。
|
|
212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
|
+
*/
|
|
214
|
+
AdvancedRetentionPolicy: AdvancedRetentionPolicy
|
|
197
215
|
}
|
|
198
216
|
|
|
199
217
|
/**
|
|
@@ -497,6 +515,35 @@ export interface InquirePriceModifyDiskExtraPerformanceResponse {
|
|
|
497
515
|
RequestId?: string
|
|
498
516
|
}
|
|
499
517
|
|
|
518
|
+
/**
|
|
519
|
+
* 定期快照高级保留策略,四个参数都为必选参数
|
|
520
|
+
*/
|
|
521
|
+
export interface AdvancedRetentionPolicy {
|
|
522
|
+
/**
|
|
523
|
+
* 保留最新快照Days天内的每天最新的一个快照,取值范围:[0, 100]
|
|
524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
525
|
+
*/
|
|
526
|
+
Days: number
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* 保留最新快照Weeks周内的每周最新的一个快照,取值范围:[0, 100]
|
|
530
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
531
|
+
*/
|
|
532
|
+
Weeks: number
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* 保留最新快照Months月内的每月最新的一个快照, 取值范围:[0, 100]
|
|
536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
537
|
+
*/
|
|
538
|
+
Months: number
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* 保留最新快照Years年内的每年最新的一个快照,取值范围:[0, 100]
|
|
542
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
543
|
+
*/
|
|
544
|
+
Years: number
|
|
545
|
+
}
|
|
546
|
+
|
|
500
547
|
/**
|
|
501
548
|
* CreateDisks请求参数结构体
|
|
502
549
|
*/
|
|
@@ -2083,7 +2130,7 @@ export interface DescribeDiskStoragePoolResponse {
|
|
|
2083
2130
|
}
|
|
2084
2131
|
|
|
2085
2132
|
/**
|
|
2086
|
-
* 描述了定期快照的执行策略。可理解为在DayOfWeek/DayOfMonth指定的几天中,或者是IntervalDays设定的间隔的几天,在Hour
|
|
2133
|
+
* 描述了定期快照的执行策略。可理解为在DayOfWeek/DayOfMonth指定的几天中,或者是IntervalDays设定的间隔的几天,在Hour指定的时刻点执行该条定期快照策。注:DayOfWeek/DayOfMonth/IntervalDays为互斥规则,仅可设置其中一条策略规则。
|
|
2087
2134
|
*/
|
|
2088
2135
|
export interface Policy {
|
|
2089
2136
|
/**
|
|
@@ -2095,6 +2142,16 @@ export interface Policy {
|
|
|
2095
2142
|
* 指定每周从周一到周日需要触发定期快照的日期,取值范围:[0, 6]。0表示周日触发,1-6分别表示周一至周六。
|
|
2096
2143
|
*/
|
|
2097
2144
|
DayOfWeek?: Array<number>
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* 指定每月从月初到月底需要触发定期快照的日期,取值范围:[1, 31],1-31分别表示每月的具体日期,比如5表示每月的5号。注:若设置29、30、31等部分月份不存在的日期,则对应不存在日期的月份会跳过不打定期快照。
|
|
2148
|
+
*/
|
|
2149
|
+
DayOfMonth?: Array<number>
|
|
2150
|
+
|
|
2151
|
+
/**
|
|
2152
|
+
* 指定创建定期快照的间隔天数,取值范围:[1, 365],例如设置为5,则间隔5天即触发定期快照创建。注:当选择按天备份时,理论上第一次备份的时间为备份策略创建当天。如果当天备份策略创建的时间已经晚于设置的备份时间,那么将会等到第二个备份周期再进行第一次备份。
|
|
2153
|
+
*/
|
|
2154
|
+
IntervalDays?: number
|
|
2098
2155
|
}
|
|
2099
2156
|
|
|
2100
2157
|
/**
|
|
@@ -1721,29 +1721,48 @@ export interface TelCdrInfo {
|
|
|
1721
1721
|
SeatUser?: SeatUserInfo
|
|
1722
1722
|
|
|
1723
1723
|
/**
|
|
1724
|
-
*
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1724
|
+
* EndStatus与EndStatusString一一对应,具体枚举如下:
|
|
1725
|
+
|
|
1726
|
+
**场景 EndStatus EndStatusString 状态说明**
|
|
1727
|
+
|
|
1728
|
+
电话呼入&呼出 1 ok 正常结束
|
|
1729
|
+
|
|
1730
|
+
电话呼入&呼出 0 error 系统错误
|
|
1731
|
+
|
|
1732
|
+
电话呼入 102 ivrGiveUp IVR 期间用户放弃
|
|
1733
|
+
|
|
1734
|
+
电话呼入 103 waitingGiveUp 会话排队期间用户放弃
|
|
1735
|
+
|
|
1736
|
+
电话呼入 104 ringingGiveUp 会话振铃期间用户放弃
|
|
1737
|
+
|
|
1738
|
+
电话呼入 105 noSeatOnline 无坐席在线
|
|
1739
|
+
|
|
1740
|
+
电话呼入 106 notWorkTime 非工作时间
|
|
1741
|
+
|
|
1742
|
+
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1743
|
+
|
|
1744
|
+
电话呼入 100 CallinBlockedContact 呼入黑名单
|
|
1745
|
+
|
|
1746
|
+
电话呼出 2 unconnected 未接通
|
|
1747
|
+
|
|
1748
|
+
电话呼出 201 unknown 未知状态
|
|
1749
|
+
|
|
1750
|
+
电话呼出 203 userReject 拒接挂断
|
|
1751
|
+
|
|
1752
|
+
电话呼出 204 powerOff 关机
|
|
1753
|
+
|
|
1754
|
+
电话呼出 205 numberNotExist 空号
|
|
1755
|
+
|
|
1756
|
+
电话呼出 206 busy 通话中
|
|
1757
|
+
|
|
1758
|
+
电话呼出 207 outOfCredit 欠费
|
|
1759
|
+
|
|
1760
|
+
电话呼出 208 operatorError 运营商线路异常
|
|
1761
|
+
|
|
1762
|
+
电话呼出 209 callerCancel 主叫取消
|
|
1763
|
+
|
|
1764
|
+
电话呼出 210 notInService 不在服务区
|
|
1765
|
+
|
|
1747
1766
|
*/
|
|
1748
1767
|
EndStatus?: number
|
|
1749
1768
|
|
|
@@ -1806,28 +1825,49 @@ export interface TelCdrInfo {
|
|
|
1806
1825
|
SkillGroupId?: number
|
|
1807
1826
|
|
|
1808
1827
|
/**
|
|
1809
|
-
*
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1828
|
+
* EndStatus与EndStatusString一一对应,具体枚举如下:
|
|
1829
|
+
|
|
1830
|
+
**场景 EndStatus EndStatusString 状态说明**
|
|
1831
|
+
|
|
1832
|
+
电话呼入&呼出 1 ok 正常结束
|
|
1833
|
+
|
|
1834
|
+
电话呼入&呼出 0 error 系统错误
|
|
1835
|
+
|
|
1836
|
+
电话呼入 102 ivrGiveUp IVR 期间用户放弃
|
|
1837
|
+
|
|
1838
|
+
电话呼入 103 waitingGiveUp 会话排队期间用户放弃
|
|
1839
|
+
|
|
1840
|
+
电话呼入 104 ringingGiveUp 会话振铃期间用户放弃
|
|
1841
|
+
|
|
1842
|
+
电话呼入 105 noSeatOnline 无坐席在线
|
|
1843
|
+
|
|
1844
|
+
电话呼入 106 notWorkTime 非工作时间
|
|
1845
|
+
|
|
1846
|
+
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1847
|
+
|
|
1848
|
+
电话呼入 100 CallinBlockedContact 呼入黑名单
|
|
1849
|
+
|
|
1850
|
+
电话呼出 2 unconnected 未接通
|
|
1851
|
+
|
|
1852
|
+
电话呼出 201 unknown 未知状态
|
|
1853
|
+
听
|
|
1854
|
+
电话呼出 203 userReject 拒接挂断
|
|
1855
|
+
|
|
1856
|
+
电话呼出 204 powerOff 关机
|
|
1857
|
+
|
|
1858
|
+
电话呼出 205 numberNotExist 空号
|
|
1859
|
+
|
|
1860
|
+
电话呼出 206 busy 通话中
|
|
1861
|
+
|
|
1862
|
+
电话呼出 207 outOfCredit 欠费
|
|
1863
|
+
|
|
1864
|
+
电话呼出 208 operatorError 运营商线路异常
|
|
1865
|
+
|
|
1866
|
+
电话呼出 209 callerCancel 主叫取消
|
|
1867
|
+
|
|
1868
|
+
电话呼出 210 notInService 不在服务区
|
|
1869
|
+
|
|
1870
|
+
|
|
1831
1871
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1832
1872
|
*/
|
|
1833
1873
|
EndStatusString?: string
|
|
@@ -44,6 +44,7 @@ import {
|
|
|
44
44
|
DescribeUnHandleEventTabListRequest,
|
|
45
45
|
DescribeAssociatedInstanceListResponse,
|
|
46
46
|
AssociatedInstanceInfo,
|
|
47
|
+
ModifyStorageSettingResponse,
|
|
47
48
|
RemoveAcRuleResponse,
|
|
48
49
|
NatFwInstance,
|
|
49
50
|
CreateSecurityGroupRulesResponse,
|
|
@@ -146,6 +147,7 @@ import {
|
|
|
146
147
|
DescribeBlockIgnoreListRequest,
|
|
147
148
|
ModifyBlockTopResponse,
|
|
148
149
|
DeleteNatFwInstanceRequest,
|
|
150
|
+
ModifyStorageSettingRequest,
|
|
149
151
|
DescribeNatFwVpcDnsLstResponse,
|
|
150
152
|
CreateChooseVpcsRequest,
|
|
151
153
|
ExpandCfwVerticalResponse,
|
|
@@ -531,6 +533,16 @@ export class Client extends AbstractClient {
|
|
|
531
533
|
return this.request("ModifyAllVPCSwitchStatus", req, cb)
|
|
532
534
|
}
|
|
533
535
|
|
|
536
|
+
/**
|
|
537
|
+
* 日志存储设置,可以修改存储时间和清空日志
|
|
538
|
+
*/
|
|
539
|
+
async ModifyStorageSetting(
|
|
540
|
+
req?: ModifyStorageSettingRequest,
|
|
541
|
+
cb?: (error: string, rep: ModifyStorageSettingResponse) => void
|
|
542
|
+
): Promise<ModifyStorageSettingResponse> {
|
|
543
|
+
return this.request("ModifyStorageSetting", req, cb)
|
|
544
|
+
}
|
|
545
|
+
|
|
534
546
|
/**
|
|
535
547
|
* 查询新企业安全组规则
|
|
536
548
|
*/
|
|
@@ -775,6 +775,16 @@ export interface AssociatedInstanceInfo {
|
|
|
775
775
|
SecurityGroupCount: number
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
+
/**
|
|
779
|
+
* ModifyStorageSetting返回参数结构体
|
|
780
|
+
*/
|
|
781
|
+
export interface ModifyStorageSettingResponse {
|
|
782
|
+
/**
|
|
783
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
784
|
+
*/
|
|
785
|
+
RequestId?: string
|
|
786
|
+
}
|
|
787
|
+
|
|
778
788
|
/**
|
|
779
789
|
* RemoveAcRule返回参数结构体
|
|
780
790
|
*/
|
|
@@ -3193,6 +3203,18 @@ export interface NatInstanceInfo {
|
|
|
3193
3203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3194
3204
|
*/
|
|
3195
3205
|
ZoneZhBak: string
|
|
3206
|
+
|
|
3207
|
+
/**
|
|
3208
|
+
* 已使用规则数
|
|
3209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3210
|
+
*/
|
|
3211
|
+
RuleUsed?: number
|
|
3212
|
+
|
|
3213
|
+
/**
|
|
3214
|
+
* 实例的规则限制最大规格数
|
|
3215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3216
|
+
*/
|
|
3217
|
+
RuleMax?: number
|
|
3196
3218
|
}
|
|
3197
3219
|
|
|
3198
3220
|
/**
|
|
@@ -3594,6 +3616,11 @@ export interface DeleteNatFwInstanceRequest {
|
|
|
3594
3616
|
CfwInstance: string
|
|
3595
3617
|
}
|
|
3596
3618
|
|
|
3619
|
+
/**
|
|
3620
|
+
* ModifyStorageSetting请求参数结构体
|
|
3621
|
+
*/
|
|
3622
|
+
export type ModifyStorageSettingRequest = null
|
|
3623
|
+
|
|
3597
3624
|
/**
|
|
3598
3625
|
* DescribeNatFwVpcDnsLst返回参数结构体
|
|
3599
3626
|
*/
|
|
@@ -724,12 +724,12 @@ export interface DescribeChcHostsResponse {
|
|
|
724
724
|
/**
|
|
725
725
|
* 符合条件的实例数量。
|
|
726
726
|
*/
|
|
727
|
-
TotalCount
|
|
727
|
+
TotalCount?: number
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
730
|
* 返回的实例列表
|
|
731
731
|
*/
|
|
732
|
-
ChcHostSet
|
|
732
|
+
ChcHostSet?: Array<ChcHost>
|
|
733
733
|
|
|
734
734
|
/**
|
|
735
735
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4703,19 +4703,19 @@ export interface ModifyBackupConfigRequest {
|
|
|
4703
4703
|
ClusterId: string
|
|
4704
4704
|
|
|
4705
4705
|
/**
|
|
4706
|
-
*
|
|
4706
|
+
* 表示保留备份时长, 单位秒,超过该时间将被清理, 七天表示为3600*24*7=604800,最大为158112000
|
|
4707
4707
|
*/
|
|
4708
|
-
|
|
4708
|
+
ReserveDuration: number
|
|
4709
4709
|
|
|
4710
4710
|
/**
|
|
4711
|
-
*
|
|
4711
|
+
* 表示全备开始时间,[0-24*3600], 如0:00, 1:00, 2:00 分别为 0,3600, 7200
|
|
4712
4712
|
*/
|
|
4713
|
-
|
|
4713
|
+
BackupTimeBeg?: number
|
|
4714
4714
|
|
|
4715
4715
|
/**
|
|
4716
|
-
*
|
|
4716
|
+
* 表示全备结束时间,[0-24*3600], 如0:00, 1:00, 2:00 分别为 0,3600, 7200
|
|
4717
4717
|
*/
|
|
4718
|
-
|
|
4718
|
+
BackupTimeEnd?: number
|
|
4719
4719
|
|
|
4720
4720
|
/**
|
|
4721
4721
|
* 该参数目前不支持修改,无需填写。备份频率,长度为7的数组,分别对应周一到周日的备份方式,full-全量备份,increment-增量备份
|