tencentcloud-sdk-nodejs 4.0.652 → 4.0.653
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 +200 -0
- package/SERVICE_CHANGELOG.md +233 -146
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +27 -27
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +4 -6
- package/src/services/cls/v20201016/cls_models.ts +15 -15
- package/src/services/ess/v20201111/ess_client.ts +5 -4
- package/src/services/ess/v20201111/ess_models.ts +70 -30
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +49 -33
- package/src/services/lcic/v20220817/lcic_models.ts +4 -0
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +2 -34
- package/src/services/ocr/v20181119/ocr_models.ts +40 -209
- package/src/services/teo/v20220901/teo_models.ts +16 -16
- package/src/services/tione/v20211111/tione_client.ts +182 -22
- package/src/services/tione/v20211111/tione_models.ts +1203 -277
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +58 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +27 -27
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +15 -15
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +70 -30
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +49 -33
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -15
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -18
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +40 -203
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -16
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +57 -5
- package/tencentcloud/services/tione/v20211111/tione_client.js +84 -6
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1135 -239
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +55 -0
- package/test/ocr.v20181119.test.js +0 -20
- package/test/tione.v20211111.test.js +134 -4
- package/test/waf.v20180125.test.js +10 -0
package/products.md
CHANGED
|
@@ -41,9 +41,9 @@
|
|
|
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-07-24 01:12:51 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-07-28 01:10:59 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-31 01:10:35 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-31 01:11:31 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-07-20 01:14:55 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-07-25 10:44:01 |
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-31 01:13:15 |
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-31 01:13:45 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-07-24 01:17:40 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-31 01:14:37 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
|
|
66
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-
|
|
66
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-07-18 01:21:16 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-25 10:56:12 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-31 01:23:57 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-28 17:50:48 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-25 10:59:09 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
126
126
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
127
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
128
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-
|
|
128
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-31 01:30:04 |
|
|
129
129
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-25 11:04:43 |
|
|
130
130
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-28 01:33:15 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -144,10 +144,10 @@
|
|
|
144
144
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-07-27 01:16:41 |
|
|
145
145
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
146
146
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
147
|
-
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-
|
|
147
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-31 01:34:03 |
|
|
148
148
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
149
149
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-07-17 01:29:44 |
|
|
150
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-
|
|
150
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-31 01:34:27 |
|
|
151
151
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
|
|
152
152
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-07-27 01:17:15 |
|
|
153
153
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-26 01:38:18 |
|
|
198
198
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
199
199
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
200
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-
|
|
200
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-31 01:43:23 |
|
|
201
201
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
|
|
202
202
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
203
203
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
|
|
206
206
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
207
207
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
|
|
208
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-
|
|
208
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-28 15:36:37 |
|
|
209
209
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-07-24 01:52:09 |
|
|
210
210
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-21 01:45:01 |
|
|
211
211
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-26 01:43:57 |
|
|
227
227
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-28 01:57:59 |
|
|
228
228
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
229
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-
|
|
229
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
|
|
230
230
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
231
231
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-25 11:28:02 |
|
|
232
232
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.653"
|
|
@@ -4268,7 +4268,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4268
4268
|
*/
|
|
4269
4269
|
MasterInstanceId?: string
|
|
4270
4270
|
/**
|
|
4271
|
-
* MySQL 版本,值包括:5.5、5.6
|
|
4271
|
+
* MySQL 版本,值包括:5.5、5.6 、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
|
|
4272
4272
|
*/
|
|
4273
4273
|
EngineVersion?: string
|
|
4274
4274
|
/**
|
|
@@ -6280,95 +6280,95 @@ export interface RoInstanceInfo {
|
|
|
6280
6280
|
/**
|
|
6281
6281
|
* RO组对应的主实例的ID
|
|
6282
6282
|
*/
|
|
6283
|
-
MasterInstanceId
|
|
6283
|
+
MasterInstanceId?: string
|
|
6284
6284
|
/**
|
|
6285
6285
|
* RO实例在RO组内的状态,可能的值:online-在线,offline-下线
|
|
6286
6286
|
*/
|
|
6287
|
-
RoStatus
|
|
6287
|
+
RoStatus?: string
|
|
6288
6288
|
/**
|
|
6289
6289
|
* RO实例在RO组内上一次下线的时间
|
|
6290
6290
|
*/
|
|
6291
|
-
OfflineTime
|
|
6291
|
+
OfflineTime?: string
|
|
6292
6292
|
/**
|
|
6293
6293
|
* RO实例在RO组内的权重
|
|
6294
6294
|
*/
|
|
6295
|
-
Weight
|
|
6295
|
+
Weight?: number
|
|
6296
6296
|
/**
|
|
6297
6297
|
* RO实例所在区域名称,如ap-shanghai
|
|
6298
6298
|
*/
|
|
6299
|
-
Region
|
|
6299
|
+
Region?: string
|
|
6300
6300
|
/**
|
|
6301
6301
|
* RO可用区的正式名称,如ap-shanghai-1
|
|
6302
6302
|
*/
|
|
6303
|
-
Zone
|
|
6303
|
+
Zone?: string
|
|
6304
6304
|
/**
|
|
6305
6305
|
* RO实例ID,格式如:cdbro-c1nl9rpv
|
|
6306
6306
|
*/
|
|
6307
|
-
InstanceId
|
|
6307
|
+
InstanceId?: string
|
|
6308
6308
|
/**
|
|
6309
6309
|
* RO实例状态,可能返回值:0-创建中,1-运行中,3-异地RO(仅在使用DescribeDBInstances查询主实例信息时,返回值中异地RO的状态恒等于3,其他场景下无此值),4-删除中
|
|
6310
6310
|
*/
|
|
6311
|
-
Status
|
|
6311
|
+
Status?: number
|
|
6312
6312
|
/**
|
|
6313
6313
|
* 实例类型,可能返回值:1-主实例,2-灾备实例,3-只读实例
|
|
6314
6314
|
*/
|
|
6315
|
-
InstanceType
|
|
6315
|
+
InstanceType?: number
|
|
6316
6316
|
/**
|
|
6317
6317
|
* RO实例名称
|
|
6318
6318
|
*/
|
|
6319
|
-
InstanceName
|
|
6319
|
+
InstanceName?: string
|
|
6320
6320
|
/**
|
|
6321
6321
|
* 按量计费状态,可能的取值:1-正常,2-欠费
|
|
6322
6322
|
*/
|
|
6323
|
-
HourFeeStatus
|
|
6323
|
+
HourFeeStatus?: number
|
|
6324
6324
|
/**
|
|
6325
6325
|
* RO实例任务状态,可能返回值:<br>0-没有任务<br>1-升级中<br>2-数据导入中<br>3-开放Slave中<br>4-外网访问开通中<br>5-批量操作执行中<br>6-回档中<br>7-外网访问关闭中<br>8-密码修改中<br>9-实例名修改中<br>10-重启中<br>12-自建迁移中<br>13-删除库表中<br>14-灾备实例创建同步中
|
|
6326
6326
|
*/
|
|
6327
|
-
TaskStatus
|
|
6327
|
+
TaskStatus?: number
|
|
6328
6328
|
/**
|
|
6329
6329
|
* RO实例内存大小,单位:MB
|
|
6330
6330
|
*/
|
|
6331
|
-
Memory
|
|
6331
|
+
Memory?: number
|
|
6332
6332
|
/**
|
|
6333
6333
|
* RO实例硬盘大小,单位:GB
|
|
6334
6334
|
*/
|
|
6335
|
-
Volume
|
|
6335
|
+
Volume?: number
|
|
6336
6336
|
/**
|
|
6337
6337
|
* 每次查询数量
|
|
6338
6338
|
*/
|
|
6339
|
-
Qps
|
|
6339
|
+
Qps?: number
|
|
6340
6340
|
/**
|
|
6341
6341
|
* RO实例的内网IP地址
|
|
6342
6342
|
*/
|
|
6343
|
-
Vip
|
|
6343
|
+
Vip?: string
|
|
6344
6344
|
/**
|
|
6345
6345
|
* RO实例访问端口
|
|
6346
6346
|
*/
|
|
6347
|
-
Vport
|
|
6347
|
+
Vport?: number
|
|
6348
6348
|
/**
|
|
6349
6349
|
* RO实例所在私有网络ID
|
|
6350
6350
|
*/
|
|
6351
|
-
VpcId
|
|
6351
|
+
VpcId?: number
|
|
6352
6352
|
/**
|
|
6353
6353
|
* RO实例所在私有网络子网ID
|
|
6354
6354
|
*/
|
|
6355
|
-
SubnetId
|
|
6355
|
+
SubnetId?: number
|
|
6356
6356
|
/**
|
|
6357
6357
|
* RO实例规格描述,目前可取值 CUSTOM
|
|
6358
6358
|
*/
|
|
6359
|
-
DeviceType
|
|
6359
|
+
DeviceType?: string
|
|
6360
6360
|
/**
|
|
6361
6361
|
* RO实例数据库引擎版本,可能返回值:5.1、5.5、5.6、5.7、8.0
|
|
6362
6362
|
*/
|
|
6363
|
-
EngineVersion
|
|
6363
|
+
EngineVersion?: string
|
|
6364
6364
|
/**
|
|
6365
6365
|
* RO实例到期时间,时间格式:yyyy-mm-dd hh:mm:ss,如实例为按量计费模式,则此字段值为0000-00-00 00:00:00
|
|
6366
6366
|
*/
|
|
6367
|
-
DeadlineTime
|
|
6367
|
+
DeadlineTime?: string
|
|
6368
6368
|
/**
|
|
6369
6369
|
* RO实例计费类型,可能返回值:0-包年包月,1-按量计费,2-后付费月结
|
|
6370
6370
|
*/
|
|
6371
|
-
PayType
|
|
6371
|
+
PayType?: number
|
|
6372
6372
|
}
|
|
6373
6373
|
|
|
6374
6374
|
/**
|
|
@@ -8037,13 +8037,13 @@ export interface AnalyzeAuditLogsResponse {
|
|
|
8037
8037
|
*/
|
|
8038
8038
|
export interface CreateDBInstanceResponse {
|
|
8039
8039
|
/**
|
|
8040
|
-
*
|
|
8040
|
+
* 计费子订单 ID。
|
|
8041
8041
|
*/
|
|
8042
|
-
DealIds
|
|
8042
|
+
DealIds?: Array<string>
|
|
8043
8043
|
/**
|
|
8044
8044
|
* 实例 ID 列表。
|
|
8045
8045
|
*/
|
|
8046
|
-
InstanceIds
|
|
8046
|
+
InstanceIds?: Array<string>
|
|
8047
8047
|
/**
|
|
8048
8048
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8049
8049
|
*/
|
|
@@ -3225,7 +3225,7 @@ export interface CreateAclRequest {
|
|
|
3225
3225
|
*/
|
|
3226
3226
|
ResourceName?: string
|
|
3227
3227
|
/**
|
|
3228
|
-
*
|
|
3228
|
+
* 默认为*,表示任何host都可以访问。支持填写IP或网段,支持“;”分隔。
|
|
3229
3229
|
*/
|
|
3230
3230
|
Host?: string
|
|
3231
3231
|
/**
|
|
@@ -3581,7 +3581,7 @@ export interface CreateAclResponse {
|
|
|
3581
3581
|
/**
|
|
3582
3582
|
* 返回结果
|
|
3583
3583
|
*/
|
|
3584
|
-
Result
|
|
3584
|
+
Result?: JgwOperateResponse
|
|
3585
3585
|
/**
|
|
3586
3586
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3587
3587
|
*/
|
|
@@ -247,9 +247,8 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
247
247
|
ExclusiveCluster?: ExclusiveCluster
|
|
248
248
|
/**
|
|
249
249
|
* 创建性能容量型实例。
|
|
250
|
-
<ul><li>若需要创建性能容量型实例,则此参数必填,且取值为:SLA
|
|
251
|
-
<ul><li
|
|
252
|
-
<li>当您开通了超大型规格的性能容量型时,SLA对应超强型4规格。超大型规格的性能容量型正在内测中,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category)。</li></ul></li><li>若需要创建共享型实例,则无需填写此参数。</li></ul>
|
|
250
|
+
<ul><li>若需要创建性能容量型实例,则此参数必填,且取值为:SLA,表示超强型1规格。
|
|
251
|
+
<ul><li>当您开通了超大型规格的性能容量型时,SLA对应超强型4规格。如需超大型规格的性能容量型,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category)。</li></ul></li><li>若需要创建共享型实例,则无需填写此参数。</li></ul>
|
|
253
252
|
*/
|
|
254
253
|
SlaType?: string
|
|
255
254
|
/**
|
|
@@ -1637,9 +1636,8 @@ export interface SlaUpdateParam {
|
|
|
1637
1636
|
*/
|
|
1638
1637
|
LoadBalancerId: string
|
|
1639
1638
|
/**
|
|
1640
|
-
* 升级为性能容量型,固定取值为SLA。SLA
|
|
1641
|
-
|
|
1642
|
-
<li>当您开通了超大型规格的性能容量型时,SLA对应超强型4规格。超大型规格的性能容量型正在内测中,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category)。</li></ul>
|
|
1639
|
+
* 升级为性能容量型,固定取值为SLA。SLA表示超强型1规格。
|
|
1640
|
+
当您开通了超大型规格的性能容量型时,SLA对应超强型4规格。如需超大型规格的性能容量型,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。
|
|
1643
1641
|
*/
|
|
1644
1642
|
SlaType: string
|
|
1645
1643
|
}
|
|
@@ -937,11 +937,11 @@ export interface DescribeScheduledSqlInfoResponse {
|
|
|
937
937
|
/**
|
|
938
938
|
* ScheduledSQL任务列表信息
|
|
939
939
|
*/
|
|
940
|
-
ScheduledSqlTaskInfos
|
|
940
|
+
ScheduledSqlTaskInfos?: Array<ScheduledSqlTaskInfo>
|
|
941
941
|
/**
|
|
942
942
|
* 任务总次数
|
|
943
943
|
*/
|
|
944
|
-
TotalCount
|
|
944
|
+
TotalCount?: number
|
|
945
945
|
/**
|
|
946
946
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
947
947
|
*/
|
|
@@ -1192,7 +1192,7 @@ export interface ScheduledSqlTaskInfo {
|
|
|
1192
1192
|
*/
|
|
1193
1193
|
ProcessStartTime?: string
|
|
1194
1194
|
/**
|
|
1195
|
-
* 调度类型,1:持续运行 2
|
|
1195
|
+
* 调度类型,1:持续运行 2:指定时间范围
|
|
1196
1196
|
*/
|
|
1197
1197
|
ProcessType?: number
|
|
1198
1198
|
/**
|
|
@@ -2541,7 +2541,7 @@ export interface ModifyScheduledSqlRequest {
|
|
|
2541
2541
|
*/
|
|
2542
2542
|
SrcTopicId?: string
|
|
2543
2543
|
/**
|
|
2544
|
-
* 任务启动状态. 1
|
|
2544
|
+
* 任务启动状态. 1开启, 2关闭
|
|
2545
2545
|
*/
|
|
2546
2546
|
EnableFlag?: number
|
|
2547
2547
|
/**
|
|
@@ -3349,7 +3349,7 @@ export interface CreateAlarmNoticeResponse {
|
|
|
3349
3349
|
/**
|
|
3350
3350
|
* 告警模板ID
|
|
3351
3351
|
*/
|
|
3352
|
-
AlarmNoticeId
|
|
3352
|
+
AlarmNoticeId?: string
|
|
3353
3353
|
/**
|
|
3354
3354
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3355
3355
|
*/
|
|
@@ -4192,39 +4192,39 @@ export interface AlarmNotice {
|
|
|
4192
4192
|
/**
|
|
4193
4193
|
* 告警通知模板名称。
|
|
4194
4194
|
*/
|
|
4195
|
-
Name
|
|
4195
|
+
Name?: string
|
|
4196
4196
|
/**
|
|
4197
4197
|
* 告警模板的类型。可选值:
|
|
4198
4198
|
<br><li> Trigger - 告警触发
|
|
4199
4199
|
<br><li> Recovery - 告警恢复
|
|
4200
4200
|
<br><li> All - 告警触发和告警恢复
|
|
4201
4201
|
*/
|
|
4202
|
-
Type
|
|
4202
|
+
Type?: string
|
|
4203
4203
|
/**
|
|
4204
4204
|
* 告警通知模板接收者信息。
|
|
4205
4205
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4206
4206
|
*/
|
|
4207
|
-
NoticeReceivers
|
|
4207
|
+
NoticeReceivers?: Array<NoticeReceiver>
|
|
4208
4208
|
/**
|
|
4209
4209
|
* 告警通知模板回调信息。
|
|
4210
4210
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
4211
|
*/
|
|
4212
|
-
WebCallbacks
|
|
4212
|
+
WebCallbacks?: Array<WebCallback>
|
|
4213
4213
|
/**
|
|
4214
4214
|
* 告警通知模板ID。
|
|
4215
4215
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4216
4216
|
*/
|
|
4217
|
-
AlarmNoticeId
|
|
4217
|
+
AlarmNoticeId?: string
|
|
4218
4218
|
/**
|
|
4219
4219
|
* 创建时间。
|
|
4220
4220
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4221
4221
|
*/
|
|
4222
|
-
CreateTime
|
|
4222
|
+
CreateTime?: string
|
|
4223
4223
|
/**
|
|
4224
4224
|
* 最近更新时间。
|
|
4225
4225
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4226
4226
|
*/
|
|
4227
|
-
UpdateTime
|
|
4227
|
+
UpdateTime?: string
|
|
4228
4228
|
}
|
|
4229
4229
|
|
|
4230
4230
|
/**
|
|
@@ -5871,7 +5871,7 @@ export interface CreateScheduledSqlRequest {
|
|
|
5871
5871
|
*/
|
|
5872
5872
|
Name: string
|
|
5873
5873
|
/**
|
|
5874
|
-
* 任务启动状态. 1
|
|
5874
|
+
* 任务启动状态. 1开启, 2关闭
|
|
5875
5875
|
*/
|
|
5876
5876
|
EnableFlag: number
|
|
5877
5877
|
/**
|
|
@@ -5887,7 +5887,7 @@ export interface CreateScheduledSqlRequest {
|
|
|
5887
5887
|
*/
|
|
5888
5888
|
ProcessStartTime: number
|
|
5889
5889
|
/**
|
|
5890
|
-
* 调度类型,1:持续运行 2
|
|
5890
|
+
* 调度类型,1:持续运行 2:指定时间范围
|
|
5891
5891
|
*/
|
|
5892
5892
|
ProcessType: number
|
|
5893
5893
|
/**
|
|
@@ -5911,7 +5911,7 @@ export interface CreateScheduledSqlRequest {
|
|
|
5911
5911
|
*/
|
|
5912
5912
|
ProcessEndTime?: number
|
|
5913
5913
|
/**
|
|
5914
|
-
*
|
|
5914
|
+
* 查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法
|
|
5915
5915
|
*/
|
|
5916
5916
|
SyntaxRule?: number
|
|
5917
5917
|
}
|
|
@@ -260,6 +260,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
260
260
|
当模板较多或模板中的控件较多时,可以通过查询模板接口更方便的获取模板列表,以及每个模板内的控件信息。
|
|
261
261
|
|
|
262
262
|
> **适用场景**
|
|
263
|
+
>
|
|
263
264
|
> 该接口常用来配合“模板发起合同-创建电子文档”接口作为前置的接口使用。
|
|
264
265
|
> 一个模板通常会包含以下结构信息
|
|
265
266
|
>- 模板基本信息
|
|
@@ -623,8 +624,8 @@ callbackinfo包含: 回调地址和签名key
|
|
|
623
624
|
}
|
|
624
625
|
|
|
625
626
|
/**
|
|
626
|
-
* 通过发起转换任务接口(CreateConvertTaskApi
|
|
627
|
-
|
|
627
|
+
* 查询转换任务的状态。转换任务Id通过发起转换任务接口(CreateConvertTaskApi)获取。
|
|
628
|
+
注意:大文件转换所需的时间可能会比较长。
|
|
628
629
|
*/
|
|
629
630
|
async GetTaskResultApi(
|
|
630
631
|
req: GetTaskResultApiRequest,
|
|
@@ -680,9 +681,9 @@ callbackinfo包含: 回调地址和签名key
|
|
|
680
681
|
}
|
|
681
682
|
|
|
682
683
|
/**
|
|
683
|
-
*
|
|
684
|
+
* 查询流程基础信息
|
|
684
685
|
适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
|
|
685
|
-
|
|
686
|
+
每个企业限制日调用量限制:10W, 当当日超过此限制后再调用接口返回错误
|
|
686
687
|
*/
|
|
687
688
|
async DescribeFlowBriefs(
|
|
688
689
|
req: DescribeFlowBriefsRequest,
|