tencentcloud-sdk-nodejs 4.0.708 → 4.0.710
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 +441 -0
- package/SERVICE_CHANGELOG.md +424 -202
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bi/v20220105/bi_client.ts +91 -79
- package/src/services/bi/v20220105/bi_models.ts +68 -25
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +25 -25
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +21 -8
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +274 -205
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_client.ts +31 -18
- package/src/services/clb/v20180317/clb_models.ts +112 -52
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cme/v20191029/cme_models.ts +8 -0
- package/src/services/cwp/v20180228/cwp_client.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +32 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +17 -4
- package/src/services/dlc/v20210125/dlc_models.ts +139 -89
- package/src/services/domain/v20180808/domain_client.ts +78 -17
- package/src/services/domain/v20180808/domain_models.ts +188 -21
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +36 -2
- package/src/services/ess/v20201111/ess_models.ts +11 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +161 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +140 -51
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +12 -12
- 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/lcic/v20220817/lcic_client.ts +30 -1
- package/src/services/lcic/v20220817/lcic_models.ts +191 -23
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/oceanus/v20190422/oceanus_client.ts +63 -3
- package/src/services/oceanus/v20190422/oceanus_models.ts +207 -55
- package/src/services/organization/v20210331/organization_client.ts +57 -9
- package/src/services/organization/v20210331/organization_models.ts +192 -74
- package/src/services/rce/v20201103/rce_models.ts +7 -7
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +95 -12
- package/src/services/teo/index.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +2 -4
- package/src/services/tione/v20211111/tione_models.ts +0 -2
- package/src/services/tse/v20201207/tse_client.ts +13 -0
- package/src/services/tse/v20201207/tse_models.ts +66 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +314 -277
- package/src/services/waf/v20180125/waf_models.ts +4528 -4307
- package/src/services/wedata/v20210820/wedata_models.ts +6 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +35 -31
- package/tencentcloud/services/bi/v20220105/bi_client.js +51 -45
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +65 -24
- 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 +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +25 -25
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +267 -201
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +11 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +14 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +109 -52
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -89
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +26 -6
- package/tencentcloud/services/domain/v20180808/domain_client.js +37 -7
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +177 -21
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +34 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +34 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +158 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +158 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +137 -48
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -12
- 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/lcic/v20220817/lcic_client.d.ts +9 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +182 -23
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +21 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +30 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +197 -55
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +24 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +183 -73
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +7 -7
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +92 -12
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +1 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +0 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +63 -2
- 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/waf/v20180125/waf_client.d.ts +15 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +21 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4298 -4084
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -1
- package/test/bi.v20220105.test.js +42 -32
- package/test/cdwpg.v20201230.test.js +10 -0
- package/test/clb.v20180317.test.js +14 -4
- package/test/dlc.v20210125.test.js +10 -0
- package/test/domain.v20180808.test.js +54 -4
- package/test/lcic.v20220817.test.js +20 -0
- package/test/oceanus.v20190422.test.js +50 -0
- package/test/organization.v20210331.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +32 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-18 01:13:22 |
|
|
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-10-18 01:14:30 |
|
|
@@ -39,14 +39,14 @@
|
|
|
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
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-18 01:20:48 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-20 01:08:30 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
|
-
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-
|
|
49
|
+
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-19 15:58:54 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-20 01:09:37 |
|
|
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
63
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-10 01:11:13 |
|
|
64
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-
|
|
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 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
@@ -69,9 +69,9 @@
|
|
|
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-19 16:01:46 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-
|
|
74
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-20 01:12:35 |
|
|
75
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-20 01:13:30 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-
|
|
84
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
@@ -95,10 +95,10 @@
|
|
|
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-20 01:15:34 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-20 01:15:49 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-
|
|
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 |
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
129
129
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
130
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
131
|
-
| lcic | [
|
|
131
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-10-19 16:09:49 |
|
|
132
132
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-18 02:19:03 |
|
|
133
133
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-18 02:20:12 |
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
137
137
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-08-29 01:18:45 |
|
|
138
138
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
|
|
139
|
-
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-
|
|
139
|
+
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
|
|
140
140
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
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
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-19 16:11:02 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
@@ -149,22 +149,22 @@
|
|
|
149
149
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
150
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
151
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
152
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-
|
|
153
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-
|
|
152
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-19 16:11:52 |
|
|
153
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-20 01:20:31 |
|
|
154
154
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
155
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-
|
|
155
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-19 16:12:27 |
|
|
156
156
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
157
157
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
158
158
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
|
|
159
159
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-
|
|
162
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
161
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-19 16:13:58 |
|
|
162
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-19 16:13:59 |
|
|
163
163
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
166
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-16
|
|
167
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-19 16:14:22 |
|
|
168
168
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-18 02:37:31 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
@@ -181,7 +181,7 @@
|
|
|
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-19 16:15:26 |
|
|
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,10 +197,10 @@
|
|
|
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-19 16:17:03 |
|
|
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
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-
|
|
203
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-19 16:17:52 |
|
|
204
204
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
|
|
205
205
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
206
206
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
209
209
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
210
210
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
211
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-
|
|
211
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-10-20 01:25:11 |
|
|
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 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-
|
|
223
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-20 01:26:31 |
|
|
224
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
226
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
@@ -230,9 +230,9 @@
|
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
231
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-19 16:23:29 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-
|
|
235
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-19 16:24:08 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
237
237
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
238
238
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.710"
|
|
@@ -48,8 +48,9 @@ import {
|
|
|
48
48
|
BaseStateAction,
|
|
49
49
|
Data,
|
|
50
50
|
ModifyUserRoleProjectResponse,
|
|
51
|
-
|
|
51
|
+
DescribeUserRoleProjectListResponse,
|
|
52
52
|
ModifyDatasourceCloudResponse,
|
|
53
|
+
ModifyDatasourceCloudRequest,
|
|
53
54
|
ModifyDatasourceRequest,
|
|
54
55
|
ModifyProjectRequest,
|
|
55
56
|
ModifyUserRoleProjectRequest,
|
|
@@ -67,6 +68,7 @@ import {
|
|
|
67
68
|
DescribeUserRoleListRequest,
|
|
68
69
|
DeleteProjectResponse,
|
|
69
70
|
ProjectListData,
|
|
71
|
+
DescribeUserRoleProjectListRequest,
|
|
70
72
|
PermissionGroup,
|
|
71
73
|
CreateEmbedTokenResponse,
|
|
72
74
|
CreateUserRoleProjectRequest,
|
|
@@ -122,23 +124,33 @@ export class Client extends AbstractClient {
|
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
/**
|
|
125
|
-
*
|
|
127
|
+
* 项目详情接口
|
|
126
128
|
*/
|
|
127
|
-
async
|
|
128
|
-
req:
|
|
129
|
-
cb?: (error: string, rep:
|
|
130
|
-
): Promise<
|
|
131
|
-
return this.request("
|
|
129
|
+
async DescribeProjectInfo(
|
|
130
|
+
req: DescribeProjectInfoRequest,
|
|
131
|
+
cb?: (error: string, rep: DescribeProjectInfoResponse) => void
|
|
132
|
+
): Promise<DescribeProjectInfoResponse> {
|
|
133
|
+
return this.request("DescribeProjectInfo", req, cb)
|
|
132
134
|
}
|
|
133
135
|
|
|
134
136
|
/**
|
|
135
|
-
*
|
|
137
|
+
* 申请延长Token可用时间接口-强鉴权
|
|
136
138
|
*/
|
|
137
|
-
async
|
|
138
|
-
req:
|
|
139
|
-
cb?: (error: string, rep:
|
|
140
|
-
): Promise<
|
|
141
|
-
return this.request("
|
|
139
|
+
async ApplyEmbedInterval(
|
|
140
|
+
req: ApplyEmbedIntervalRequest,
|
|
141
|
+
cb?: (error: string, rep: ApplyEmbedIntervalResponse) => void
|
|
142
|
+
): Promise<ApplyEmbedIntervalResponse> {
|
|
143
|
+
return this.request("ApplyEmbedInterval", req, cb)
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* 创建云数据库
|
|
148
|
+
*/
|
|
149
|
+
async CreateDatasourceCloud(
|
|
150
|
+
req: CreateDatasourceCloudRequest,
|
|
151
|
+
cb?: (error: string, rep: CreateDatasourceCloudResponse) => void
|
|
152
|
+
): Promise<CreateDatasourceCloudResponse> {
|
|
153
|
+
return this.request("CreateDatasourceCloud", req, cb)
|
|
142
154
|
}
|
|
143
155
|
|
|
144
156
|
/**
|
|
@@ -161,26 +173,6 @@ export class Client extends AbstractClient {
|
|
|
161
173
|
return this.request("CreateEmbedToken", req, cb)
|
|
162
174
|
}
|
|
163
175
|
|
|
164
|
-
/**
|
|
165
|
-
* 项目详情接口
|
|
166
|
-
*/
|
|
167
|
-
async DescribeProjectInfo(
|
|
168
|
-
req: DescribeProjectInfoRequest,
|
|
169
|
-
cb?: (error: string, rep: DescribeProjectInfoResponse) => void
|
|
170
|
-
): Promise<DescribeProjectInfoResponse> {
|
|
171
|
-
return this.request("DescribeProjectInfo", req, cb)
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* 创建项目
|
|
176
|
-
*/
|
|
177
|
-
async CreateProject(
|
|
178
|
-
req: CreateProjectRequest,
|
|
179
|
-
cb?: (error: string, rep: CreateProjectResponse) => void
|
|
180
|
-
): Promise<CreateProjectResponse> {
|
|
181
|
-
return this.request("CreateProject", req, cb)
|
|
182
|
-
}
|
|
183
|
-
|
|
184
176
|
/**
|
|
185
177
|
* 创建用户角色
|
|
186
178
|
*/
|
|
@@ -191,16 +183,6 @@ export class Client extends AbstractClient {
|
|
|
191
183
|
return this.request("CreateUserRole", req, cb)
|
|
192
184
|
}
|
|
193
185
|
|
|
194
|
-
/**
|
|
195
|
-
* 项目内-用户接口
|
|
196
|
-
*/
|
|
197
|
-
async DescribeUserProjectList(
|
|
198
|
-
req: DescribeUserProjectListRequest,
|
|
199
|
-
cb?: (error: string, rep: DescribeUserProjectListResponse) => void
|
|
200
|
-
): Promise<DescribeUserProjectListResponse> {
|
|
201
|
-
return this.request("DescribeUserProjectList", req, cb)
|
|
202
|
-
}
|
|
203
|
-
|
|
204
186
|
/**
|
|
205
187
|
* 删除数据源
|
|
206
188
|
*/
|
|
@@ -211,16 +193,6 @@ export class Client extends AbstractClient {
|
|
|
211
193
|
return this.request("DeleteDatasource", req, cb)
|
|
212
194
|
}
|
|
213
195
|
|
|
214
|
-
/**
|
|
215
|
-
* 申请延长Token可用时间接口-强鉴权
|
|
216
|
-
*/
|
|
217
|
-
async ApplyEmbedInterval(
|
|
218
|
-
req: ApplyEmbedIntervalRequest,
|
|
219
|
-
cb?: (error: string, rep: ApplyEmbedIntervalResponse) => void
|
|
220
|
-
): Promise<ApplyEmbedIntervalResponse> {
|
|
221
|
-
return this.request("ApplyEmbedInterval", req, cb)
|
|
222
|
-
}
|
|
223
|
-
|
|
224
196
|
/**
|
|
225
197
|
* 删除用户角色,会删除用户
|
|
226
198
|
*/
|
|
@@ -231,16 +203,6 @@ export class Client extends AbstractClient {
|
|
|
231
203
|
return this.request("DeleteUserRole", req, cb)
|
|
232
204
|
}
|
|
233
205
|
|
|
234
|
-
/**
|
|
235
|
-
* 项目-修改用户角色信息
|
|
236
|
-
*/
|
|
237
|
-
async ModifyUserRoleProject(
|
|
238
|
-
req: ModifyUserRoleProjectRequest,
|
|
239
|
-
cb?: (error: string, rep: ModifyUserRoleProjectResponse) => void
|
|
240
|
-
): Promise<ModifyUserRoleProjectResponse> {
|
|
241
|
-
return this.request("ModifyUserRoleProject", req, cb)
|
|
242
|
-
}
|
|
243
|
-
|
|
244
206
|
/**
|
|
245
207
|
* 修改项目信息
|
|
246
208
|
*/
|
|
@@ -251,16 +213,6 @@ export class Client extends AbstractClient {
|
|
|
251
213
|
return this.request("ModifyProject", req, cb)
|
|
252
214
|
}
|
|
253
215
|
|
|
254
|
-
/**
|
|
255
|
-
* 项目信息
|
|
256
|
-
*/
|
|
257
|
-
async DescribeProjectList(
|
|
258
|
-
req: DescribeProjectListRequest,
|
|
259
|
-
cb?: (error: string, rep: DescribeProjectListResponse) => void
|
|
260
|
-
): Promise<DescribeProjectListResponse> {
|
|
261
|
-
return this.request("DescribeProjectList", req, cb)
|
|
262
|
-
}
|
|
263
|
-
|
|
264
216
|
/**
|
|
265
217
|
* 用户角色列表
|
|
266
218
|
*/
|
|
@@ -272,13 +224,33 @@ export class Client extends AbstractClient {
|
|
|
272
224
|
}
|
|
273
225
|
|
|
274
226
|
/**
|
|
275
|
-
*
|
|
227
|
+
* 项目内-用户角色列表
|
|
276
228
|
*/
|
|
277
|
-
async
|
|
278
|
-
req:
|
|
279
|
-
cb?: (error: string, rep:
|
|
280
|
-
): Promise<
|
|
281
|
-
return this.request("
|
|
229
|
+
async DescribeUserRoleProjectList(
|
|
230
|
+
req: DescribeUserRoleProjectListRequest,
|
|
231
|
+
cb?: (error: string, rep: DescribeUserRoleProjectListResponse) => void
|
|
232
|
+
): Promise<DescribeUserRoleProjectListResponse> {
|
|
233
|
+
return this.request("DescribeUserRoleProjectList", req, cb)
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* 更新云数据库
|
|
238
|
+
*/
|
|
239
|
+
async ModifyDatasourceCloud(
|
|
240
|
+
req: ModifyDatasourceCloudRequest,
|
|
241
|
+
cb?: (error: string, rep: ModifyDatasourceCloudResponse) => void
|
|
242
|
+
): Promise<ModifyDatasourceCloudResponse> {
|
|
243
|
+
return this.request("ModifyDatasourceCloud", req, cb)
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* 项目内-创建用户角色
|
|
248
|
+
*/
|
|
249
|
+
async CreateUserRoleProject(
|
|
250
|
+
req: CreateUserRoleProjectRequest,
|
|
251
|
+
cb?: (error: string, rep: CreateUserRoleProjectResponse) => void
|
|
252
|
+
): Promise<CreateUserRoleProjectResponse> {
|
|
253
|
+
return this.request("CreateUserRoleProject", req, cb)
|
|
282
254
|
}
|
|
283
255
|
|
|
284
256
|
/**
|
|
@@ -291,6 +263,26 @@ export class Client extends AbstractClient {
|
|
|
291
263
|
return this.request("DeleteUserRoleProject", req, cb)
|
|
292
264
|
}
|
|
293
265
|
|
|
266
|
+
/**
|
|
267
|
+
* 创建项目
|
|
268
|
+
*/
|
|
269
|
+
async CreateProject(
|
|
270
|
+
req: CreateProjectRequest,
|
|
271
|
+
cb?: (error: string, rep: CreateProjectResponse) => void
|
|
272
|
+
): Promise<CreateProjectResponse> {
|
|
273
|
+
return this.request("CreateProject", req, cb)
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* 项目内-用户接口
|
|
278
|
+
*/
|
|
279
|
+
async DescribeUserProjectList(
|
|
280
|
+
req: DescribeUserProjectListRequest,
|
|
281
|
+
cb?: (error: string, rep: DescribeUserProjectListResponse) => void
|
|
282
|
+
): Promise<DescribeUserProjectListResponse> {
|
|
283
|
+
return this.request("DescribeUserProjectList", req, cb)
|
|
284
|
+
}
|
|
285
|
+
|
|
294
286
|
/**
|
|
295
287
|
* 删除项目
|
|
296
288
|
*/
|
|
@@ -300,4 +292,24 @@ export class Client extends AbstractClient {
|
|
|
300
292
|
): Promise<DeleteProjectResponse> {
|
|
301
293
|
return this.request("DeleteProject", req, cb)
|
|
302
294
|
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* 项目-修改用户角色信息
|
|
298
|
+
*/
|
|
299
|
+
async ModifyUserRoleProject(
|
|
300
|
+
req: ModifyUserRoleProjectRequest,
|
|
301
|
+
cb?: (error: string, rep: ModifyUserRoleProjectResponse) => void
|
|
302
|
+
): Promise<ModifyUserRoleProjectResponse> {
|
|
303
|
+
return this.request("ModifyUserRoleProject", req, cb)
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* 项目信息
|
|
308
|
+
*/
|
|
309
|
+
async DescribeProjectList(
|
|
310
|
+
req: DescribeProjectListRequest,
|
|
311
|
+
cb?: (error: string, rep: DescribeProjectListResponse) => void
|
|
312
|
+
): Promise<DescribeProjectListResponse> {
|
|
313
|
+
return this.request("DescribeProjectList", req, cb)
|
|
314
|
+
}
|
|
303
315
|
}
|
|
@@ -830,6 +830,56 @@ export interface ModifyUserRoleProjectResponse {
|
|
|
830
830
|
RequestId?: string
|
|
831
831
|
}
|
|
832
832
|
|
|
833
|
+
/**
|
|
834
|
+
* DescribeUserRoleProjectList返回参数结构体
|
|
835
|
+
*/
|
|
836
|
+
export interface DescribeUserRoleProjectListResponse {
|
|
837
|
+
/**
|
|
838
|
+
* 扩展
|
|
839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
840
|
+
*/
|
|
841
|
+
Extra?: string
|
|
842
|
+
/**
|
|
843
|
+
* 数据
|
|
844
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
845
|
+
*/
|
|
846
|
+
Data?: UserRoleListData
|
|
847
|
+
/**
|
|
848
|
+
* 消息
|
|
849
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
850
|
+
*/
|
|
851
|
+
Msg?: string
|
|
852
|
+
/**
|
|
853
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
854
|
+
*/
|
|
855
|
+
RequestId?: string
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
/**
|
|
859
|
+
* ModifyDatasourceCloud返回参数结构体
|
|
860
|
+
*/
|
|
861
|
+
export interface ModifyDatasourceCloudResponse {
|
|
862
|
+
/**
|
|
863
|
+
* 成功无
|
|
864
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
865
|
+
*/
|
|
866
|
+
Data?: string
|
|
867
|
+
/**
|
|
868
|
+
* 额外信息
|
|
869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
870
|
+
*/
|
|
871
|
+
Extra?: string
|
|
872
|
+
/**
|
|
873
|
+
* 提示
|
|
874
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
875
|
+
*/
|
|
876
|
+
Msg?: string
|
|
877
|
+
/**
|
|
878
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
879
|
+
*/
|
|
880
|
+
RequestId?: string
|
|
881
|
+
}
|
|
882
|
+
|
|
833
883
|
/**
|
|
834
884
|
* ModifyDatasourceCloud请求参数结构体
|
|
835
885
|
*/
|
|
@@ -916,31 +966,6 @@ export interface ModifyDatasourceCloudRequest {
|
|
|
916
966
|
DataOriginDatasourceId?: string
|
|
917
967
|
}
|
|
918
968
|
|
|
919
|
-
/**
|
|
920
|
-
* ModifyDatasourceCloud返回参数结构体
|
|
921
|
-
*/
|
|
922
|
-
export interface ModifyDatasourceCloudResponse {
|
|
923
|
-
/**
|
|
924
|
-
* 成功无
|
|
925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
926
|
-
*/
|
|
927
|
-
Data?: string
|
|
928
|
-
/**
|
|
929
|
-
* 额外信息
|
|
930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
931
|
-
*/
|
|
932
|
-
Extra?: string
|
|
933
|
-
/**
|
|
934
|
-
* 提示
|
|
935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
936
|
-
*/
|
|
937
|
-
Msg?: string
|
|
938
|
-
/**
|
|
939
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
940
|
-
*/
|
|
941
|
-
RequestId?: string
|
|
942
|
-
}
|
|
943
|
-
|
|
944
969
|
/**
|
|
945
970
|
* ModifyDatasource请求参数结构体
|
|
946
971
|
*/
|
|
@@ -1708,6 +1733,24 @@ export interface ProjectListData {
|
|
|
1708
1733
|
TotalPages: number
|
|
1709
1734
|
}
|
|
1710
1735
|
|
|
1736
|
+
/**
|
|
1737
|
+
* DescribeUserRoleProjectList请求参数结构体
|
|
1738
|
+
*/
|
|
1739
|
+
export interface DescribeUserRoleProjectListRequest {
|
|
1740
|
+
/**
|
|
1741
|
+
* 页码
|
|
1742
|
+
*/
|
|
1743
|
+
PageNo: number
|
|
1744
|
+
/**
|
|
1745
|
+
* 页数
|
|
1746
|
+
*/
|
|
1747
|
+
PageSize: number
|
|
1748
|
+
/**
|
|
1749
|
+
* 项目ID
|
|
1750
|
+
*/
|
|
1751
|
+
ProjectId: number
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1711
1754
|
/**
|
|
1712
1755
|
* 商业化版本权限分组
|
|
1713
1756
|
*/
|
|
@@ -1703,7 +1703,7 @@ export interface ModifySnapshotsSharePermissionRequest {
|
|
|
1703
1703
|
*/
|
|
1704
1704
|
SnapshotIds: Array<string>
|
|
1705
1705
|
/**
|
|
1706
|
-
* 接收分享快照的账号Id列表,array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/568)
|
|
1706
|
+
* 接收分享快照的账号Id列表,array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/568)。账号ID不同于QQ号,查询用户账号ID请查看[账号信息](https://console.cloud.tencent.com/developer)中的账号ID栏。
|
|
1707
1707
|
*/
|
|
1708
1708
|
AccountIds: Array<string>
|
|
1709
1709
|
/**
|