tencentcloud-sdk-nodejs 4.0.712 → 4.0.713
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 +159 -0
- package/SERVICE_CHANGELOG.md +194 -62
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/as/v20180419/as_models.ts +3 -3
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cat/v20180409/cat_models.ts +8 -0
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/cwp/v20180228/cwp_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +30 -2
- package/src/services/ess/v20201111/ess_models.ts +82 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -10
- package/src/services/essbasic/v20210526/essbasic_models.ts +80 -40
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +9 -5
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +13 -12
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/omics/v20221128/omics_models.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/sts/v20180813/sts_client.ts +15 -2
- package/src/services/tat/v20201028/tat_models.ts +1 -1
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tms/v20201229/tms_client.ts +2 -0
- package/src/services/tms/v20201229/tms_models.ts +47 -0
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +35 -27
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -3
- 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/cat/v20180409/cat_models.d.ts +8 -0
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +15 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +78 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +128 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +128 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +80 -40
- 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 +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +9 -5
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -12
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +13 -0
- package/tencentcloud/services/sts/v20180813/sts_client.js +13 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -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/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +45 -0
- 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/vpc/v20170312/vpc_models.d.ts +35 -27
- package/test/ess.v20201111.test.js +20 -0
package/products.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-23 00:01:27 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-25 01:06:52 |
|
|
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
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-24 10:06:50 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-10-17 01:08:50 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-
|
|
41
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-25 01:08:50 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-24 01:08:15 |
|
|
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-23 00:03:56 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-25 01:11:22 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
@@ -69,7 +69,7 @@
|
|
|
69
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
71
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
|
|
72
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-
|
|
72
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-25 01:12:51 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-23 00:08:10 |
|
|
75
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
|
|
@@ -95,15 +95,15 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
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-25 01:16:49 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-25 01:17:12 |
|
|
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-10-20 01:16:02 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
103
103
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
104
104
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
|
|
105
105
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-10-18 02:07:09 |
|
|
106
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-
|
|
106
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-25 01:17:51 |
|
|
107
107
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
108
108
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
109
109
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
|
|
122
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
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-
|
|
124
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-25 01:19:12 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
126
126
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
127
127
|
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-12 02:09:16 |
|
|
@@ -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-23 00:14:04 |
|
|
132
132
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-24 01:18:10 |
|
|
133
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-
|
|
133
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-25 01:20:27 |
|
|
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 |
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
144
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-24 01:19:16 |
|
|
145
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-
|
|
145
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-10-23 00:16:02 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
148
148
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
@@ -151,8 +151,8 @@
|
|
|
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-24 01:20:07 |
|
|
153
153
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-20 01:20:31 |
|
|
154
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-
|
|
155
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-
|
|
154
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-25 01:22:21 |
|
|
155
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-25 01:22:26 |
|
|
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 |
|
|
@@ -177,11 +177,11 @@
|
|
|
177
177
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-24 01:22:12 |
|
|
178
178
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
179
179
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
|
|
180
|
-
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-
|
|
180
|
+
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-25 01:24:32 |
|
|
181
181
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
182
182
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
|
|
183
183
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
184
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-
|
|
184
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
|
|
185
185
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
186
186
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
|
|
187
187
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-18 02:46:59 |
|
|
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-25 01:26:16 |
|
|
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-19 16:17:52 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
|
|
213
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
|
-
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-
|
|
215
|
+
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
|
|
216
216
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
217
217
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
218
218
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-25 01:29:12 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
233
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-19 16:23:29 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.713"
|
|
@@ -3347,11 +3347,11 @@ export interface MetricAlarm {
|
|
|
3347
3347
|
*/
|
|
3348
3348
|
ComparisonOperator: string
|
|
3349
3349
|
/**
|
|
3350
|
-
* 指标名称,可选字段如下:<br><li>CPU_UTILIZATION:CPU利用率</li><li>MEM_UTILIZATION:内存利用率</li><li>LAN_TRAFFIC_OUT:内网出带宽</li><li>LAN_TRAFFIC_IN:内网入带宽</li><li>WAN_TRAFFIC_OUT:外网出带宽</li><li>WAN_TRAFFIC_IN:外网入带宽</li>
|
|
3350
|
+
* 指标名称,可选字段如下:<br><li>CPU_UTILIZATION:CPU利用率</li><li>MEM_UTILIZATION:内存利用率</li><li>LAN_TRAFFIC_OUT:内网出带宽</li><li>LAN_TRAFFIC_IN:内网入带宽</li><li>WAN_TRAFFIC_OUT:外网出带宽</li><li>WAN_TRAFFIC_IN:外网入带宽</li><li>TCP_CURR_ESTAB:TCP连接数</li>
|
|
3351
3351
|
*/
|
|
3352
3352
|
MetricName: string
|
|
3353
3353
|
/**
|
|
3354
|
-
* 告警阈值:<br><li>CPU_UTILIZATION:[1, 100],单位:%</li><li>MEM_UTILIZATION:[1, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li>
|
|
3354
|
+
* 告警阈值:<br><li>CPU_UTILIZATION:[1, 100],单位:%</li><li>MEM_UTILIZATION:[1, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li><li>TCP_CURR_ESTAB:>0, 单位:Count</li>
|
|
3355
3355
|
*/
|
|
3356
3356
|
Threshold: number
|
|
3357
3357
|
/**
|
|
@@ -3367,7 +3367,7 @@ export interface MetricAlarm {
|
|
|
3367
3367
|
*/
|
|
3368
3368
|
Statistic?: string
|
|
3369
3369
|
/**
|
|
3370
|
-
* 精确告警阈值,本参数不作为入参输入,仅用作查询接口出参:<br><li>CPU_UTILIZATION:(0, 100],单位:%</li><li>MEM_UTILIZATION:(0, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li>
|
|
3370
|
+
* 精确告警阈值,本参数不作为入参输入,仅用作查询接口出参:<br><li>CPU_UTILIZATION:(0, 100],单位:%</li><li>MEM_UTILIZATION:(0, 100],单位:%</li><li>LAN_TRAFFIC_OUT:>0,单位:Mbps </li><li>LAN_TRAFFIC_IN:>0,单位:Mbps</li><li>WAN_TRAFFIC_OUT:>0,单位:Mbps</li><li>WAN_TRAFFIC_IN:>0,单位:Mbps</li><li>TCP_CURR_ESTAB:>0, 单位:Count</li>
|
|
3371
3371
|
*/
|
|
3372
3372
|
PreciseThreshold?: number
|
|
3373
3373
|
}
|
|
@@ -265,6 +265,10 @@ AnalyzeTaskType_MediaStream:音视频体验
|
|
|
265
265
|
多伦多
|
|
266
266
|
*/
|
|
267
267
|
City?: Array<string>
|
|
268
|
+
/**
|
|
269
|
+
* es scroll查询id
|
|
270
|
+
*/
|
|
271
|
+
ScrollID?: string
|
|
268
272
|
}
|
|
269
273
|
|
|
270
274
|
/**
|
|
@@ -318,6 +322,10 @@ export interface DescribeDetailedSingleProbeDataResponse {
|
|
|
318
322
|
* 符合条件的数据总数
|
|
319
323
|
*/
|
|
320
324
|
TotalNumber?: number
|
|
325
|
+
/**
|
|
326
|
+
* es scroll查询的id
|
|
327
|
+
*/
|
|
328
|
+
ScrollID?: string
|
|
321
329
|
/**
|
|
322
330
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
323
331
|
*/
|
|
@@ -5393,6 +5393,10 @@ export interface DescribeScheduledSqlInfoRequest {
|
|
|
5393
5393
|
* 任务id
|
|
5394
5394
|
*/
|
|
5395
5395
|
TaskId?: string
|
|
5396
|
+
/**
|
|
5397
|
+
* <li>srcTopicName按照【源日志主题名称】进行过滤,模糊匹配,类型:String必选:否<br><li>dstTopicName按照【目标日志主题名称】进行过滤,模糊匹配,类型:String必选:否<br><li>srcTopicId按照【源日志主题ID】进行过滤。类型:String必选:否<br><li>dstTopicId按照【目标日志主题ID】进行过滤。类型:String必选:否<br><li>bizType按照【主题类型】进行过滤,0日志主题1指标主题,,。类型:String必选:否<br><li>status按照【任务状态】进行过滤。类型:String必选:否<br><li>taskName按照【任务名称】进行过滤,模糊匹配,。类型:String必选:否<br><li>taskId按照【任务ID】进行过滤,模糊匹配,。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
5398
|
+
*/
|
|
5399
|
+
Filters?: Array<Filter>
|
|
5396
5400
|
}
|
|
5397
5401
|
|
|
5398
5402
|
/**
|
|
@@ -3788,6 +3788,10 @@ export interface CreateWhiteListOrderRequest {
|
|
|
3788
3788
|
* 规则名称,大资产中心:asset_center
|
|
3789
3789
|
*/
|
|
3790
3790
|
RuleName: string
|
|
3791
|
+
/**
|
|
3792
|
+
* 订单类型, 1 试用 2 赠送 3 体验 4 SSL-证书赠送 5 cvm赠送
|
|
3793
|
+
*/
|
|
3794
|
+
SourceType?: number
|
|
3791
3795
|
/**
|
|
3792
3796
|
* 地域, 1 广州 9新加坡, 默认为 1. 非必要情况不要选9
|
|
3793
3797
|
*/
|
|
@@ -27,8 +27,10 @@ import {
|
|
|
27
27
|
Department,
|
|
28
28
|
CreatePreparedPersonalEsignRequest,
|
|
29
29
|
DescribeIntegrationDepartmentsResponse,
|
|
30
|
+
DeleteExtendedServiceAuthInfosResponse,
|
|
30
31
|
CreateFlowApproversResponse,
|
|
31
32
|
DescribeFileUrlsResponse,
|
|
33
|
+
CreateExtendedServiceAuthInfosRequest,
|
|
32
34
|
ModifyApplicationCallbackInfoResponse,
|
|
33
35
|
CreateMultiFlowSignQRCodeResponse,
|
|
34
36
|
FlowApproverUrlInfo,
|
|
@@ -158,6 +160,7 @@ import {
|
|
|
158
160
|
FileInfo,
|
|
159
161
|
CancelUserAutoSignEnableUrlRequest,
|
|
160
162
|
FailedCreateStaffData,
|
|
163
|
+
CreateExtendedServiceAuthInfosResponse,
|
|
161
164
|
ApproverRestriction,
|
|
162
165
|
CreateWebThemeConfigRequest,
|
|
163
166
|
ApproverItem,
|
|
@@ -202,6 +205,7 @@ import {
|
|
|
202
205
|
CreateBatchCancelFlowUrlRequest,
|
|
203
206
|
CreateMultiFlowSignQRCodeRequest,
|
|
204
207
|
DescribeFlowInfoRequest,
|
|
208
|
+
DeleteExtendedServiceAuthInfosRequest,
|
|
205
209
|
DescribeIntegrationDepartmentsRequest,
|
|
206
210
|
DescribeFlowInfoResponse,
|
|
207
211
|
CancelMultiFlowSignQRCodeResponse,
|
|
@@ -766,6 +770,18 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
766
770
|
return this.request("GetTaskResultApi", req, cb)
|
|
767
771
|
}
|
|
768
772
|
|
|
773
|
+
/**
|
|
774
|
+
* 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 给企业员工。
|
|
775
|
+
|
|
776
|
+
注:支持集团代子企业操作,请联系运营开通此功能。
|
|
777
|
+
*/
|
|
778
|
+
async CreateExtendedServiceAuthInfos(
|
|
779
|
+
req: CreateExtendedServiceAuthInfosRequest,
|
|
780
|
+
cb?: (error: string, rep: CreateExtendedServiceAuthInfosResponse) => void
|
|
781
|
+
): Promise<CreateExtendedServiceAuthInfosResponse> {
|
|
782
|
+
return this.request("CreateExtendedServiceAuthInfos", req, cb)
|
|
783
|
+
}
|
|
784
|
+
|
|
769
785
|
/**
|
|
770
786
|
* 此接口(CancelMultiFlowSignQRCode)用于废除一码多扫流程签署二维码。
|
|
771
787
|
该接口所需的二维码ID,源自[创建一码多扫流程签署二维码](https://qian.tencent.com/developers/companyApis/startFlows/CreateMultiFlowSignQRCode)生成的。
|
|
@@ -826,13 +842,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
826
842
|
}
|
|
827
843
|
|
|
828
844
|
/**
|
|
829
|
-
* 此接口(CreateConvertTaskApi)用来将word、excel、图片、txt类型文件转换为PDF文件。<br />
|
|
845
|
+
* 此接口(CreateConvertTaskApi)用来将word、excel、html、图片、txt类型文件转换为PDF文件。<br />
|
|
830
846
|
前提条件:源文件已经通过 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">文件上传接口</a>完成上传,并得到了源文件的资源Id。<br />
|
|
831
847
|
适用场景1:已经上传了一个word文件,希望将该word文件转换成pdf文件后发起合同
|
|
832
848
|
适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
|
|
833
849
|
转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/GetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
|
|
834
850
|
注:
|
|
835
|
-
1. `支持的文件类型有doc、docx、xls、xlsx、jpg、jpeg、png、bmp、txt`
|
|
851
|
+
1. `支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt`
|
|
836
852
|
2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
|
|
837
853
|
*/
|
|
838
854
|
async CreateConvertTaskApi(
|
|
@@ -1122,6 +1138,18 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1122
1138
|
return this.request("CreateSealPolicy", req, cb)
|
|
1123
1139
|
}
|
|
1124
1140
|
|
|
1141
|
+
/**
|
|
1142
|
+
* 删除企业扩展服务授权,当前仅支持 “企业自动签” 取消授权。
|
|
1143
|
+
|
|
1144
|
+
注:支持集团代子企业操作,请联系运营开通此功能。
|
|
1145
|
+
*/
|
|
1146
|
+
async DeleteExtendedServiceAuthInfos(
|
|
1147
|
+
req: DeleteExtendedServiceAuthInfosRequest,
|
|
1148
|
+
cb?: (error: string, rep: DeleteExtendedServiceAuthInfosResponse) => void
|
|
1149
|
+
): Promise<DeleteExtendedServiceAuthInfosResponse> {
|
|
1150
|
+
return this.request("DeleteExtendedServiceAuthInfos", req, cb)
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1125
1153
|
/**
|
|
1126
1154
|
* 此接口(CreateIntegrationEmployees)用于创建企业员工。调用成功后会给员工发送提醒员工实名的短信。若通过手机号发现员工已经创建,则不会重新创建,但会发送短信提醒员工实名。另外,此接口还支持通过企微组织架构的openid 创建员工(将WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内),该场景下,员工会接收到提醒实名的企微消息。
|
|
1127
1155
|
*/
|
|
@@ -297,6 +297,16 @@ export interface DescribeIntegrationDepartmentsResponse {
|
|
|
297
297
|
RequestId?: string
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
+
/**
|
|
301
|
+
* DeleteExtendedServiceAuthInfos返回参数结构体
|
|
302
|
+
*/
|
|
303
|
+
export interface DeleteExtendedServiceAuthInfosResponse {
|
|
304
|
+
/**
|
|
305
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
306
|
+
*/
|
|
307
|
+
RequestId?: string
|
|
308
|
+
}
|
|
309
|
+
|
|
300
310
|
/**
|
|
301
311
|
* CreateFlowApprovers返回参数结构体
|
|
302
312
|
*/
|
|
@@ -333,6 +343,35 @@ export interface DescribeFileUrlsResponse {
|
|
|
333
343
|
RequestId?: string
|
|
334
344
|
}
|
|
335
345
|
|
|
346
|
+
/**
|
|
347
|
+
* CreateExtendedServiceAuthInfos请求参数结构体
|
|
348
|
+
*/
|
|
349
|
+
export interface CreateExtendedServiceAuthInfosRequest {
|
|
350
|
+
/**
|
|
351
|
+
* 执行本接口操作的员工信息。
|
|
352
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
353
|
+
*/
|
|
354
|
+
Operator: UserInfo
|
|
355
|
+
/**
|
|
356
|
+
* 本企业员工的id,需要已实名,正常在职员工
|
|
357
|
+
*/
|
|
358
|
+
UserIds: Array<string>
|
|
359
|
+
/**
|
|
360
|
+
* 要查询的扩展服务类型。
|
|
361
|
+
默认为空,即查询当前支持的所有扩展服务信息。
|
|
362
|
+
若需查询单个扩展服务的开通情况,请传递相应的值,如下所示:
|
|
363
|
+
<ul><li>OPEN_SERVER_SIGN:企业自动签</li>
|
|
364
|
+
</ul>
|
|
365
|
+
|
|
366
|
+
*/
|
|
367
|
+
ExtendServiceType?: string
|
|
368
|
+
/**
|
|
369
|
+
* 代理企业和员工的信息。
|
|
370
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
371
|
+
*/
|
|
372
|
+
Agent?: Agent
|
|
373
|
+
}
|
|
374
|
+
|
|
336
375
|
/**
|
|
337
376
|
* ModifyApplicationCallbackInfo返回参数结构体
|
|
338
377
|
*/
|
|
@@ -3696,15 +3735,15 @@ export interface CreateDocumentRequest {
|
|
|
3696
3735
|
* 是否为预览模式,取值如下:
|
|
3697
3736
|
<ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li>
|
|
3698
3737
|
<li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
|
|
3699
|
-
注:
|
|
3738
|
+
注: `当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,动态表格合成完后会触发文档合成完成的回调通知`
|
|
3700
3739
|
*/
|
|
3701
3740
|
NeedPreview?: boolean
|
|
3702
3741
|
/**
|
|
3703
3742
|
* 预览模式下产生的预览链接类型
|
|
3704
3743
|
<ul><li> **0** :(默认) 文件流 ,点开后后下载预览的合同PDF文件 </li>
|
|
3705
|
-
<li> **1** :H5链接
|
|
3706
|
-
注:
|
|
3707
|
-
|
|
3744
|
+
<li> **1** :H5链接 ,点开后在浏览器中展示合同的样子。</li></ul>
|
|
3745
|
+
注: `1.此参数在NeedPreview 为true时有效`
|
|
3746
|
+
`2.动态表格控件不支持H5链接方式预览`
|
|
3708
3747
|
*/
|
|
3709
3748
|
PreviewType?: number
|
|
3710
3749
|
/**
|
|
@@ -4932,6 +4971,16 @@ export interface FailedCreateStaffData {
|
|
|
4932
4971
|
Reason?: string
|
|
4933
4972
|
}
|
|
4934
4973
|
|
|
4974
|
+
/**
|
|
4975
|
+
* CreateExtendedServiceAuthInfos返回参数结构体
|
|
4976
|
+
*/
|
|
4977
|
+
export interface CreateExtendedServiceAuthInfosResponse {
|
|
4978
|
+
/**
|
|
4979
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4980
|
+
*/
|
|
4981
|
+
RequestId?: string
|
|
4982
|
+
}
|
|
4983
|
+
|
|
4935
4984
|
/**
|
|
4936
4985
|
* 指定签署人限制项
|
|
4937
4986
|
*/
|
|
@@ -6543,6 +6592,35 @@ export interface DescribeFlowInfoRequest {
|
|
|
6543
6592
|
FlowGroupId?: string
|
|
6544
6593
|
}
|
|
6545
6594
|
|
|
6595
|
+
/**
|
|
6596
|
+
* DeleteExtendedServiceAuthInfos请求参数结构体
|
|
6597
|
+
*/
|
|
6598
|
+
export interface DeleteExtendedServiceAuthInfosRequest {
|
|
6599
|
+
/**
|
|
6600
|
+
* 执行本接口操作的员工信息。
|
|
6601
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
6602
|
+
*/
|
|
6603
|
+
Operator: UserInfo
|
|
6604
|
+
/**
|
|
6605
|
+
* 本企业员工的id,需要已实名,正常在职员工
|
|
6606
|
+
*/
|
|
6607
|
+
UserIds: Array<string>
|
|
6608
|
+
/**
|
|
6609
|
+
* 要查询的扩展服务类型。
|
|
6610
|
+
默认为空,即查询当前支持的所有扩展服务信息。
|
|
6611
|
+
若需查询单个扩展服务的开通情况,请传递相应的值,如下所示:
|
|
6612
|
+
<ul><li>OPEN_SERVER_SIGN:企业自动签</li>
|
|
6613
|
+
</ul>
|
|
6614
|
+
|
|
6615
|
+
*/
|
|
6616
|
+
ExtendServiceType?: string
|
|
6617
|
+
/**
|
|
6618
|
+
* 代理企业和员工的信息。
|
|
6619
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
6620
|
+
*/
|
|
6621
|
+
Agent?: Agent
|
|
6622
|
+
}
|
|
6623
|
+
|
|
6546
6624
|
/**
|
|
6547
6625
|
* DescribeIntegrationDepartments请求参数结构体
|
|
6548
6626
|
*/
|