tencentcloud-sdk-nodejs 4.0.661 → 4.0.663
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 +209 -0
- package/SERVICE_CHANGELOG.md +221 -348
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/bi/v20220105/bi_models.ts +6 -6
- package/src/services/cam/v20190116/cam_client.ts +26 -14
- package/src/services/cam/v20190116/cam_models.ts +64 -28
- package/src/services/cdb/v20170320/cdb_models.ts +8 -3
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -7
- package/src/services/cls/v20201016/cls_client.ts +4 -4
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +11 -7
- package/src/services/ecm/v20190719/ecm_models.ts +4 -4
- package/src/services/eis/v20210601/eis_models.ts +14 -4
- package/src/services/ess/v20201111/ess_models.ts +32 -11
- package/src/services/essbasic/v20210526/essbasic_client.ts +52 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +268 -21
- package/src/services/gme/v20180711/gme_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +5 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/ms/v20180408/ms_client.ts +8 -18
- package/src/services/organization/v20210331/organization_client.ts +12 -0
- package/src/services/organization/v20210331/organization_models.ts +24 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +13 -3
- package/src/services/wedata/v20210820/wedata_models.ts +15 -11
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +9 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +6 -6
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -5
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -6
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +62 -28
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +29 -7
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -4
- package/tencentcloud/services/cls/v20201016/cls_client.js +4 -4
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -7
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -4
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +14 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +24 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +258 -21
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +5 -15
- package/tencentcloud/services/ms/v20180408/ms_client.js +5 -15
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +22 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +15 -11
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +9 -0
- package/test/cam.v20190116.test.js +14 -4
- package/test/essbasic.v20210526.test.js +40 -0
- package/test/organization.v20210331.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-11 01:02:40 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-08-10 01:03:11 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-25 10:39:16 |
|
|
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-05-18 01:04:59 |
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-03 12:20:37 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-11 01:04:42 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
|
|
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-08-04 01:07:16 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-08-08 01:09:59 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-08-10 01:05:52 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-07-28 01:11:59 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-08-04 01:07:45 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
@@ -54,12 +54,12 @@
|
|
|
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-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-08-11 01:08:23 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-07 01:08:20 |
|
|
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-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-10 01:09:13 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-09 01:16:08 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
|
|
@@ -67,10 +67,10 @@
|
|
|
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-08-09 01:17:49 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-
|
|
70
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-11 01:15:11 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-10 01:13:25 |
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-08 01:15:01 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -88,19 +88,19 @@
|
|
|
88
88
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
|
|
89
89
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-05-18 01:24:28 |
|
|
90
90
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
|
|
91
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
91
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-08-11 01:20:26 |
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
|
-
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-
|
|
93
|
+
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
|
|
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-08-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-11 01:21:52 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-11 01:22:14 |
|
|
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-08-01 01:24:47 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
102
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-28 01:27:13 |
|
|
103
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-
|
|
103
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-11 01:23:25 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
106
106
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
127
127
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
128
128
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
129
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-
|
|
130
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-
|
|
131
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-
|
|
129
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-11 01:27:55 |
|
|
130
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-10 01:27:25 |
|
|
131
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-11 01:28:41 |
|
|
132
132
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
133
133
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
134
134
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-07 01:14:24 |
|
|
141
141
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
|
|
142
142
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
|
|
143
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-
|
|
143
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-11 01:31:01 |
|
|
144
144
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
145
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-
|
|
145
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-10 01:31:07 |
|
|
146
146
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
147
147
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
148
148
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-09 01:39:21 |
|
|
151
151
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-09 01:39:38 |
|
|
152
152
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
|
|
153
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-
|
|
153
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-10 01:32:28 |
|
|
154
154
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
|
|
155
155
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
156
156
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-08-04 01:15:26 |
|
|
@@ -188,14 +188,14 @@
|
|
|
188
188
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-21 01:39:45 |
|
|
189
189
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
190
190
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
191
|
-
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-
|
|
191
|
+
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
|
|
192
192
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
193
193
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
|
|
194
194
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
|
|
195
195
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
|
|
196
196
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
197
197
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
198
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-
|
|
198
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-11 01:40:09 |
|
|
199
199
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
200
200
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
201
201
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
|
|
@@ -206,33 +206,33 @@
|
|
|
206
206
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
|
|
207
207
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
208
208
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
|
|
209
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-08-
|
|
210
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-
|
|
211
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-
|
|
209
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-08-10 01:41:45 |
|
|
210
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-10 01:42:10 |
|
|
211
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-10 01:42:34 |
|
|
212
212
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
213
213
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
214
214
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
|
|
215
|
-
| tourism | [
|
|
215
|
+
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
216
216
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
217
217
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-08-07 10:45:38 |
|
|
218
218
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
|
|
219
219
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
220
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-
|
|
221
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-
|
|
220
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-10 01:44:04 |
|
|
221
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-11 01:44:23 |
|
|
222
222
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
|
|
223
223
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
224
224
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
|
|
225
225
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
226
226
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
227
227
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
228
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-
|
|
229
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-
|
|
228
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-11 01:45:58 |
|
|
229
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-10 01:46:52 |
|
|
230
230
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
231
231
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
|
|
232
232
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
233
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-
|
|
233
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-10 01:48:52 |
|
|
234
234
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
235
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-
|
|
235
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
236
236
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
237
237
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
238
238
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2023-05-18 02:21:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.663"
|
|
@@ -211,7 +211,7 @@ export class Client extends AbstractClient {
|
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
213
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
214
|
-
•
|
|
214
|
+
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、葡萄牙语、土耳其语、阿拉伯语、西班牙语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
215
215
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
|
|
216
216
|
• 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。推荐使用 [ 腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储&生成URL提交任务,无外网&流量下行费用,节约成本、提升任务速度。(COS桶权限需要设置公有读私有写,或URL设置外部可访问)
|
|
217
217
|
• 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
|
|
@@ -23,17 +23,17 @@ export interface CreateEmbedTokenResponse {
|
|
|
23
23
|
* 额外信息
|
|
24
24
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
25
|
*/
|
|
26
|
-
Extra
|
|
26
|
+
Extra?: string
|
|
27
27
|
/**
|
|
28
28
|
* 数据
|
|
29
29
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
30
|
*/
|
|
31
|
-
Data
|
|
31
|
+
Data?: EmbedTokenInfo
|
|
32
32
|
/**
|
|
33
33
|
* 结果描述
|
|
34
34
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
35
|
*/
|
|
36
|
-
Msg
|
|
36
|
+
Msg?: string
|
|
37
37
|
/**
|
|
38
38
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
39
39
|
*/
|
|
@@ -107,7 +107,7 @@ export interface ApplyEmbedIntervalResponse {
|
|
|
107
107
|
*/
|
|
108
108
|
export interface CreateEmbedTokenRequest {
|
|
109
109
|
/**
|
|
110
|
-
* 分享项目id
|
|
110
|
+
* 分享项目id
|
|
111
111
|
*/
|
|
112
112
|
ProjectId?: number
|
|
113
113
|
/**
|
|
@@ -181,10 +181,10 @@ export interface EmbedTokenInfo {
|
|
|
181
181
|
* 嵌出类型
|
|
182
182
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
183
183
|
*/
|
|
184
|
-
Scope
|
|
184
|
+
Scope?: string
|
|
185
185
|
/**
|
|
186
186
|
* 过期时间,分钟为单位,最大240
|
|
187
187
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
188
188
|
*/
|
|
189
|
-
ExpireTime
|
|
189
|
+
ExpireTime?: number
|
|
190
190
|
}
|
|
@@ -20,7 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
SubAccountUser,
|
|
22
22
|
ListAttachedRolePoliciesResponse,
|
|
23
|
-
|
|
23
|
+
CreateMessageReceiverRequest,
|
|
24
24
|
UpdateUserOIDCConfigResponse,
|
|
25
25
|
ListAccessKeysRequest,
|
|
26
26
|
SetMfaFlagResponse,
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
UpdatePolicyResponse,
|
|
32
32
|
DeleteUserResponse,
|
|
33
33
|
TagRoleResponse,
|
|
34
|
+
LoginActionFlagIntl,
|
|
34
35
|
GetRoleRequest,
|
|
35
36
|
CreateServiceLinkedRoleRequest,
|
|
36
37
|
ListAttachedGroupPoliciesRequest,
|
|
@@ -142,6 +143,7 @@ import {
|
|
|
142
143
|
AccessKey,
|
|
143
144
|
GetGroupResponse,
|
|
144
145
|
UpdateOIDCConfigResponse,
|
|
146
|
+
UntagRoleRequest,
|
|
145
147
|
AttachGroupPolicyRequest,
|
|
146
148
|
DeleteSAMLProviderResponse,
|
|
147
149
|
GetAccountSummaryResponse,
|
|
@@ -216,7 +218,7 @@ import {
|
|
|
216
218
|
ListAttachedUserPoliciesRequest,
|
|
217
219
|
UpdatePolicyRequest,
|
|
218
220
|
DeleteOIDCConfigRequest,
|
|
219
|
-
|
|
221
|
+
CreateMessageReceiverResponse,
|
|
220
222
|
CreateGroupResponse,
|
|
221
223
|
} from "./cam_models"
|
|
222
224
|
|
|
@@ -359,6 +361,16 @@ export class Client extends AbstractClient {
|
|
|
359
361
|
return this.request("DescribeUserOIDCConfig", req, cb)
|
|
360
362
|
}
|
|
361
363
|
|
|
364
|
+
/**
|
|
365
|
+
* 修改用户SAML配置
|
|
366
|
+
*/
|
|
367
|
+
async UpdateUserSAMLConfig(
|
|
368
|
+
req: UpdateUserSAMLConfigRequest,
|
|
369
|
+
cb?: (error: string, rep: UpdateUserSAMLConfigResponse) => void
|
|
370
|
+
): Promise<UpdateUserSAMLConfigResponse> {
|
|
371
|
+
return this.request("UpdateUserSAMLConfig", req, cb)
|
|
372
|
+
}
|
|
373
|
+
|
|
362
374
|
/**
|
|
363
375
|
* 为CAM用户创建访问密钥
|
|
364
376
|
*/
|
|
@@ -450,13 +462,13 @@ export class Client extends AbstractClient {
|
|
|
450
462
|
}
|
|
451
463
|
|
|
452
464
|
/**
|
|
453
|
-
*
|
|
465
|
+
* 查询用户组详情
|
|
454
466
|
*/
|
|
455
|
-
async
|
|
456
|
-
req:
|
|
457
|
-
cb?: (error: string, rep:
|
|
458
|
-
): Promise<
|
|
459
|
-
return this.request("
|
|
467
|
+
async GetGroup(
|
|
468
|
+
req: GetGroupRequest,
|
|
469
|
+
cb?: (error: string, rep: GetGroupResponse) => void
|
|
470
|
+
): Promise<GetGroupResponse> {
|
|
471
|
+
return this.request("GetGroup", req, cb)
|
|
460
472
|
}
|
|
461
473
|
|
|
462
474
|
/**
|
|
@@ -762,13 +774,13 @@ export class Client extends AbstractClient {
|
|
|
762
774
|
}
|
|
763
775
|
|
|
764
776
|
/**
|
|
765
|
-
*
|
|
777
|
+
* 创建消息接收人接口:仅允许已完成实名认证的用户访问消息接收人接口,并对每个用户限制每天最多请求10次。
|
|
766
778
|
*/
|
|
767
|
-
async
|
|
768
|
-
req:
|
|
769
|
-
cb?: (error: string, rep:
|
|
770
|
-
): Promise<
|
|
771
|
-
return this.request("
|
|
779
|
+
async CreateMessageReceiver(
|
|
780
|
+
req: CreateMessageReceiverRequest,
|
|
781
|
+
cb?: (error: string, rep: CreateMessageReceiverResponse) => void
|
|
782
|
+
): Promise<CreateMessageReceiverResponse> {
|
|
783
|
+
return this.request("CreateMessageReceiver", req, cb)
|
|
772
784
|
}
|
|
773
785
|
|
|
774
786
|
/**
|
|
@@ -74,33 +74,29 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* CreateMessageReceiver请求参数结构体
|
|
78
78
|
*/
|
|
79
|
-
export interface
|
|
79
|
+
export interface CreateMessageReceiverRequest {
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* 消息接收人的用户名
|
|
82
82
|
*/
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* 硬token
|
|
86
|
-
*/
|
|
87
|
-
Token?: number
|
|
83
|
+
Name: string
|
|
88
84
|
/**
|
|
89
|
-
*
|
|
85
|
+
* 手机号国际区号,国内为86
|
|
90
86
|
*/
|
|
91
|
-
|
|
87
|
+
CountryCode: string
|
|
92
88
|
/**
|
|
93
|
-
*
|
|
89
|
+
* 手机号码, 例如:132****2492
|
|
94
90
|
*/
|
|
95
|
-
|
|
91
|
+
PhoneNumber: string
|
|
96
92
|
/**
|
|
97
|
-
*
|
|
93
|
+
* 邮箱,例如:57*****@qq.com
|
|
98
94
|
*/
|
|
99
|
-
|
|
95
|
+
Email: string
|
|
100
96
|
/**
|
|
101
|
-
*
|
|
97
|
+
* 消息接收人的备注,选填
|
|
102
98
|
*/
|
|
103
|
-
|
|
99
|
+
Remark?: string
|
|
104
100
|
}
|
|
105
101
|
|
|
106
102
|
/**
|
|
@@ -233,6 +229,36 @@ export interface TagRoleResponse {
|
|
|
233
229
|
RequestId?: string
|
|
234
230
|
}
|
|
235
231
|
|
|
232
|
+
/**
|
|
233
|
+
* 登录和敏感操作flag
|
|
234
|
+
*/
|
|
235
|
+
export interface LoginActionFlagIntl {
|
|
236
|
+
/**
|
|
237
|
+
* 手机
|
|
238
|
+
*/
|
|
239
|
+
Phone?: number
|
|
240
|
+
/**
|
|
241
|
+
* 硬token
|
|
242
|
+
*/
|
|
243
|
+
Token?: number
|
|
244
|
+
/**
|
|
245
|
+
* 软token
|
|
246
|
+
*/
|
|
247
|
+
Stoken?: number
|
|
248
|
+
/**
|
|
249
|
+
* 微信
|
|
250
|
+
*/
|
|
251
|
+
Wechat?: number
|
|
252
|
+
/**
|
|
253
|
+
* 自定义
|
|
254
|
+
*/
|
|
255
|
+
Custom?: number
|
|
256
|
+
/**
|
|
257
|
+
* 邮件
|
|
258
|
+
*/
|
|
259
|
+
Mail?: number
|
|
260
|
+
}
|
|
261
|
+
|
|
236
262
|
/**
|
|
237
263
|
* GetRole请求参数结构体
|
|
238
264
|
*/
|
|
@@ -2303,6 +2329,24 @@ export interface UpdateOIDCConfigResponse {
|
|
|
2303
2329
|
RequestId?: string
|
|
2304
2330
|
}
|
|
2305
2331
|
|
|
2332
|
+
/**
|
|
2333
|
+
* UntagRole请求参数结构体
|
|
2334
|
+
*/
|
|
2335
|
+
export interface UntagRoleRequest {
|
|
2336
|
+
/**
|
|
2337
|
+
* 标签键
|
|
2338
|
+
*/
|
|
2339
|
+
TagKeys: Array<string>
|
|
2340
|
+
/**
|
|
2341
|
+
* 角色名,与角色ID至少输入一个
|
|
2342
|
+
*/
|
|
2343
|
+
RoleName?: string
|
|
2344
|
+
/**
|
|
2345
|
+
* 角色ID,与角色名至少输入一个
|
|
2346
|
+
*/
|
|
2347
|
+
RoleId?: string
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2306
2350
|
/**
|
|
2307
2351
|
* AttachGroupPolicy请求参数结构体
|
|
2308
2352
|
*/
|
|
@@ -3647,21 +3691,13 @@ export interface DeleteOIDCConfigRequest {
|
|
|
3647
3691
|
}
|
|
3648
3692
|
|
|
3649
3693
|
/**
|
|
3650
|
-
*
|
|
3694
|
+
* CreateMessageReceiver返回参数结构体
|
|
3651
3695
|
*/
|
|
3652
|
-
export interface
|
|
3653
|
-
/**
|
|
3654
|
-
* 标签键
|
|
3655
|
-
*/
|
|
3656
|
-
TagKeys: Array<string>
|
|
3657
|
-
/**
|
|
3658
|
-
* 角色名,与角色ID至少输入一个
|
|
3659
|
-
*/
|
|
3660
|
-
RoleName?: string
|
|
3696
|
+
export interface CreateMessageReceiverResponse {
|
|
3661
3697
|
/**
|
|
3662
|
-
*
|
|
3698
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3663
3699
|
*/
|
|
3664
|
-
|
|
3700
|
+
RequestId?: string
|
|
3665
3701
|
}
|
|
3666
3702
|
|
|
3667
3703
|
/**
|
|
@@ -4499,7 +4499,7 @@ export interface DescribeAuditLogsRequest {
|
|
|
4499
4499
|
*/
|
|
4500
4500
|
OrderBy?: string
|
|
4501
4501
|
/**
|
|
4502
|
-
*
|
|
4502
|
+
* 过滤条件。多个值之前是且的关系。
|
|
4503
4503
|
*/
|
|
4504
4504
|
LogFilter?: Array<InstanceAuditLogFilters>
|
|
4505
4505
|
}
|
|
@@ -5812,7 +5812,10 @@ export interface DeleteAuditRuleResponse {
|
|
|
5812
5812
|
*/
|
|
5813
5813
|
export interface InstanceAuditLogFilters {
|
|
5814
5814
|
/**
|
|
5815
|
-
*
|
|
5815
|
+
* 过滤项。目前支持以下搜索条件:
|
|
5816
|
+
|
|
5817
|
+
包含、不包含、包含(分词维度)、不包含(分词维度):
|
|
5818
|
+
sql - SQL详情
|
|
5816
5819
|
|
|
5817
5820
|
等于、不等于、包含、不包含:
|
|
5818
5821
|
host - 客户端地址;
|
|
@@ -5837,6 +5840,8 @@ sentRows - 返回行数。
|
|
|
5837
5840
|
Type?: string
|
|
5838
5841
|
/**
|
|
5839
5842
|
* 过滤条件。支持以下条件:
|
|
5843
|
+
WINC-包含(分词维度),
|
|
5844
|
+
WEXC-不包含(分词维度),
|
|
5840
5845
|
INC - 包含,
|
|
5841
5846
|
EXC - 不包含,
|
|
5842
5847
|
EQS - 等于,
|
|
@@ -5845,7 +5850,7 @@ RA - 范围。
|
|
|
5845
5850
|
*/
|
|
5846
5851
|
Compare?: string
|
|
5847
5852
|
/**
|
|
5848
|
-
*
|
|
5853
|
+
* 过滤的值。反向查询时,多个值之前是且的关系,正向查询多个值是或的关系
|
|
5849
5854
|
*/
|
|
5850
5855
|
Value?: Array<string>
|
|
5851
5856
|
}
|
|
@@ -822,6 +822,10 @@ export interface EsParam {
|
|
|
822
822
|
* 消息要映射为 es 索引中 @timestamp 的字段,如果当前配置为空,则使用消息的时间戳进行映射
|
|
823
823
|
*/
|
|
824
824
|
DateField?: string
|
|
825
|
+
/**
|
|
826
|
+
* 用来区分当前索引映射,属于新建索引还是存量索引。"EXIST_MAPPING":从存量索引中选择;"NEW_MAPPING":新建索引
|
|
827
|
+
*/
|
|
828
|
+
RecordMappingMode?: string
|
|
825
829
|
}
|
|
826
830
|
|
|
827
831
|
/**
|
|
@@ -2804,6 +2808,22 @@ export interface AuthorizeTokenRequest {
|
|
|
2804
2808
|
Tokens: string
|
|
2805
2809
|
}
|
|
2806
2810
|
|
|
2811
|
+
/**
|
|
2812
|
+
* RenewCkafkaInstance接口出参bigDealIds
|
|
2813
|
+
*/
|
|
2814
|
+
export interface RenewCkafkaInstanceResp {
|
|
2815
|
+
/**
|
|
2816
|
+
* 订单号
|
|
2817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2818
|
+
*/
|
|
2819
|
+
BigDealId?: string
|
|
2820
|
+
/**
|
|
2821
|
+
* 子订单号
|
|
2822
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2823
|
+
*/
|
|
2824
|
+
DealName?: string
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2807
2827
|
/**
|
|
2808
2828
|
* 操作类型返回的Data结构
|
|
2809
2829
|
*/
|
|
@@ -2821,19 +2841,17 @@ export interface OperateResponseData {
|
|
|
2821
2841
|
}
|
|
2822
2842
|
|
|
2823
2843
|
/**
|
|
2824
|
-
* RenewCkafkaInstance
|
|
2844
|
+
* RenewCkafkaInstance返回参数结构体
|
|
2825
2845
|
*/
|
|
2826
2846
|
export interface RenewCkafkaInstanceResponse {
|
|
2827
2847
|
/**
|
|
2828
|
-
*
|
|
2829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2848
|
+
* 返回值
|
|
2830
2849
|
*/
|
|
2831
|
-
|
|
2850
|
+
Result?: RenewCkafkaInstanceResp
|
|
2832
2851
|
/**
|
|
2833
|
-
*
|
|
2834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2852
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2835
2853
|
*/
|
|
2836
|
-
|
|
2854
|
+
RequestId?: string
|
|
2837
2855
|
}
|
|
2838
2856
|
|
|
2839
2857
|
/**
|
|
@@ -5558,6 +5576,11 @@ export interface InstanceAttributesResponse {
|
|
|
5558
5576
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5559
5577
|
*/
|
|
5560
5578
|
DynamicDiskConfig: DynamicDiskConfig
|
|
5579
|
+
/**
|
|
5580
|
+
* 实例计费类型
|
|
5581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5582
|
+
*/
|
|
5583
|
+
InstanceChargeType?: string
|
|
5561
5584
|
}
|
|
5562
5585
|
|
|
5563
5586
|
/**
|
|
@@ -584,7 +584,7 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
/**
|
|
587
|
-
*
|
|
587
|
+
* 本接口用于获取定时SQL分析任务列表
|
|
588
588
|
*/
|
|
589
589
|
async DescribeScheduledSqlInfo(
|
|
590
590
|
req: DescribeScheduledSqlInfoRequest,
|
|
@@ -904,7 +904,7 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
/**
|
|
907
|
-
*
|
|
907
|
+
* 本接口用于删除定时SQL分析任务
|
|
908
908
|
*/
|
|
909
909
|
async DeleteScheduledSql(
|
|
910
910
|
req: DeleteScheduledSqlRequest,
|
|
@@ -1214,7 +1214,7 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* 本接口用于创建定时SQL分析任务
|
|
1218
1218
|
*/
|
|
1219
1219
|
async CreateScheduledSql(
|
|
1220
1220
|
req: CreateScheduledSqlRequest,
|
|
@@ -1234,7 +1234,7 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
1236
|
/**
|
|
1237
|
-
*
|
|
1237
|
+
* 本接口用于修改定时SQL分析任务
|
|
1238
1238
|
*/
|
|
1239
1239
|
async ModifyScheduledSql(
|
|
1240
1240
|
req: ModifyScheduledSqlRequest,
|