tencentcloud-sdk-nodejs 4.0.421 → 4.0.424
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 +971 -0
- package/SERVICE_CHANGELOG.md +1025 -97
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- package/src/services/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +44 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +84 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +303 -57
- package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/gaap/v20180529/gaap_client.ts +160 -37
- package/src/services/gaap/v20180529/gaap_models.ts +610 -179
- package/src/services/gs/v20191118/gs_client.ts +1 -1
- package/src/services/gs/v20191118/gs_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/irp/v20220805/irp_client.ts +3 -3
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_client.ts +6 -3
- package/src/services/monitor/v20180724/monitor_models.ts +200 -76
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +20 -0
- package/src/services/pts/v20210728/pts_client.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +20 -0
- package/src/services/taf/v20200210/taf_client.ts +5 -21
- package/src/services/taf/v20200210/taf_models.ts +42 -170
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
- package/src/services/tcb/v20180608/tcb_models.ts +12 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tcr/v20190924/tcr_client.ts +246 -50
- package/src/services/tcr/v20190924/tcr_models.ts +946 -298
- package/src/services/tcss/v20201101/tcss_models.ts +24 -2
- package/src/services/teo/v20220106/teo_models.ts +284 -109
- package/src/services/tiia/v20190529/tiia_client.ts +4 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +31 -1
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +70 -24
- package/src/services/vod/v20180717/vod_models.ts +498 -86
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +260 -51
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +544 -174
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
- package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +172 -69
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +73 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +108 -12
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +817 -264
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +29 -15
- package/tencentcloud/services/vod/v20180717/vod_client.js +35 -15
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +429 -77
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +56 -6
- package/test/gaap.v20180529.test.js +116 -16
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/taf.v20200210.test.js +0 -10
- package/test/tcr.v20190924.test.js +168 -8
- package/test/vod.v20180717.test.js +32 -2
- package/test/yinsuda.v20220527.test.js +56 -6
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-
|
|
5
|
+
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-08-24 06:06:48 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-
|
|
16
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-
|
|
15
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-08-24 06:08:44 |
|
|
16
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-08-19 06:08:16 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-08-
|
|
21
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-08-25 06:10:07 |
|
|
22
22
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-08-04 06:09:29 |
|
|
23
23
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-15 06:11:03 |
|
|
39
39
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-15 06:11:13 |
|
|
40
40
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-17 06:11:23 |
|
|
41
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-
|
|
41
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-25 06:13:36 |
|
|
42
42
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
43
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-
|
|
43
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-23 06:15:46 |
|
|
44
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
45
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
46
46
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
|
|
@@ -50,27 +50,27 @@
|
|
|
50
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
51
51
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
52
52
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
53
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-
|
|
53
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-23 06:17:56 |
|
|
54
54
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-17 06:14:30 |
|
|
55
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
57
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-
|
|
58
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-
|
|
57
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
|
|
58
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
59
59
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
60
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
61
61
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-15 06:16:16 |
|
|
62
62
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
63
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-
|
|
64
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-
|
|
63
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-22 06:20:03 |
|
|
64
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-19 06:16:28 |
|
|
65
65
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
66
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-
|
|
66
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-25 06:22:53 |
|
|
67
67
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
68
68
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
69
69
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
70
70
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
|
|
71
71
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
|
|
72
72
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
73
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-
|
|
73
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-25 06:25:03 |
|
|
74
74
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-28 06:10:28 |
|
|
75
75
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-08-04 06:26:58 |
|
|
76
76
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
79
79
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
80
80
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
|
|
81
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-
|
|
81
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
82
82
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
83
83
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
84
84
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
|
|
88
88
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-16 06:24:00 |
|
|
89
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-
|
|
90
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-23 17:11:30 |
|
|
90
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-23 16:56:24 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-11 06:31:43 |
|
|
93
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
94
94
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
95
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-
|
|
95
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-25 06:30:05 |
|
|
96
96
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-17 06:24:51 |
|
|
97
97
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
98
|
-
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-
|
|
98
|
+
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-08-19 06:23:23 |
|
|
99
99
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
100
100
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
101
101
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
@@ -110,23 +110,23 @@
|
|
|
110
110
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
111
111
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
|
|
112
112
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
113
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-
|
|
113
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-22 06:33:46 |
|
|
114
114
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
115
|
-
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-
|
|
115
|
+
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
116
116
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
117
117
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
118
118
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-15 06:29:48 |
|
|
119
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-
|
|
119
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-24 06:36:51 |
|
|
120
120
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
121
121
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
122
122
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
|
|
123
123
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
124
124
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
125
125
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
126
|
-
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-
|
|
126
|
+
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
127
127
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
128
128
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
|
|
129
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-
|
|
129
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-25 06:39:26 |
|
|
130
130
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
|
|
131
131
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
132
132
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
135
135
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
136
136
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
137
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-
|
|
137
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-25 06:41:36 |
|
|
138
138
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-16 06:34:58 |
|
|
139
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
140
140
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-08-18 06:35:33 |
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
142
142
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
|
|
143
143
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-15 06:34:53 |
|
|
144
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-08-
|
|
144
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-08-22 06:42:21 |
|
|
145
145
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
|
|
146
146
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-08-11 06:44:49 |
|
|
147
147
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
162
162
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
163
163
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
164
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-
|
|
164
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-22 06:46:33 |
|
|
165
165
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-08-08 06:36:01 |
|
|
166
166
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
167
167
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
@@ -169,48 +169,48 @@
|
|
|
169
169
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-08-11 06:49:15 |
|
|
170
170
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
171
171
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
172
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-
|
|
173
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-
|
|
174
|
-
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-
|
|
172
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
|
|
173
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-23 06:50:01 |
|
|
174
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
175
175
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
176
176
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
177
177
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
|
|
178
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-
|
|
179
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-
|
|
178
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-25 06:49:32 |
|
|
179
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-23 06:51:30 |
|
|
180
180
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
181
181
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
182
182
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
183
183
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
|
|
184
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-
|
|
184
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-23 06:54:06 |
|
|
185
185
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
186
186
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
187
187
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
188
188
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
189
189
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
190
190
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
191
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-
|
|
192
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-
|
|
191
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-23 06:55:34 |
|
|
192
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-22 06:53:04 |
|
|
193
193
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
194
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-
|
|
194
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-23 06:56:25 |
|
|
195
195
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
196
196
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
197
197
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
198
198
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
|
|
199
199
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-15 06:44:54 |
|
|
200
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-
|
|
200
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
|
|
201
201
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
202
202
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
203
203
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-08-15 06:46:14 |
|
|
204
204
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
205
205
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-08-16 06:49:06 |
|
|
206
206
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
207
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-
|
|
207
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-25 06:58:49 |
|
|
208
208
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-10 06:57:28 |
|
|
209
209
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
|
|
210
210
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
211
211
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-12 15:11:35 |
|
|
212
212
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
213
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-
|
|
213
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-08-24 07:02:00 |
|
|
214
214
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
215
215
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
216
216
|
| yunsou | [腾讯云搜](https://cloud.tencent.com/document/product/270) | 2022-04-04 07:39:18 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.424"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
export interface CreateAppScanTaskRepeatRequest {
|
|
22
22
|
/**
|
|
23
|
-
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
|
|
23
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
24
24
|
*/
|
|
25
25
|
Source: number
|
|
26
26
|
|
|
@@ -196,7 +196,7 @@ export interface DescribeResourceUsageInfoResponse {
|
|
|
196
196
|
*/
|
|
197
197
|
export interface DescribeScanTaskListRequest {
|
|
198
198
|
/**
|
|
199
|
-
* 任务来源, -1:所有, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
|
|
199
|
+
* 任务来源, -1:所有, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
200
200
|
*/
|
|
201
201
|
Source: number
|
|
202
202
|
|
|
@@ -310,7 +310,7 @@ export interface CreateAppScanTaskRequest {
|
|
|
310
310
|
TaskType: number
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
|
-
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
|
|
313
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
314
314
|
*/
|
|
315
315
|
Source: number
|
|
316
316
|
|
|
@@ -459,7 +459,7 @@ export interface DescribeFileTicketResponse {
|
|
|
459
459
|
*/
|
|
460
460
|
export interface DescribeScanTaskReportUrlRequest {
|
|
461
461
|
/**
|
|
462
|
-
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
|
|
462
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
463
463
|
*/
|
|
464
464
|
Source: number
|
|
465
465
|
|
|
@@ -541,7 +541,7 @@ export interface AppTaskData {
|
|
|
541
541
|
*/
|
|
542
542
|
export interface DescribeScanTaskStatusRequest {
|
|
543
543
|
/**
|
|
544
|
-
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
|
|
544
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
545
545
|
*/
|
|
546
546
|
Source: number
|
|
547
547
|
|
|
@@ -566,7 +566,7 @@ export interface DescribeScanTaskStatusRequest {
|
|
|
566
566
|
*/
|
|
567
567
|
export interface DescribeFileTicketRequest {
|
|
568
568
|
/**
|
|
569
|
-
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android)
|
|
569
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
570
570
|
*/
|
|
571
571
|
Source: number
|
|
572
572
|
|
|
@@ -602,7 +602,7 @@ export interface CreateAppScanTaskResponse {
|
|
|
602
602
|
*/
|
|
603
603
|
export interface DescribeResourceUsageInfoRequest {
|
|
604
604
|
/**
|
|
605
|
-
* 资源计费项名称(为空时,则根据TaskType和Platform进行查询)
|
|
605
|
+
* 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)
|
|
606
606
|
*/
|
|
607
607
|
PriceName?: string
|
|
608
608
|
|
|
@@ -615,6 +615,11 @@ export interface DescribeResourceUsageInfoRequest {
|
|
|
615
615
|
* 应用平台, 0:android
|
|
616
616
|
*/
|
|
617
617
|
Platform?: number
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
621
|
+
*/
|
|
622
|
+
Source?: number
|
|
618
623
|
}
|
|
619
624
|
|
|
620
625
|
/**
|
|
@@ -638,6 +643,12 @@ export interface DescribeScanTaskReportUrlResponse {
|
|
|
638
643
|
*/
|
|
639
644
|
ReportTitle: string
|
|
640
645
|
|
|
646
|
+
/**
|
|
647
|
+
* 诊断json结果内容
|
|
648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
649
|
+
*/
|
|
650
|
+
ReportResult: string
|
|
651
|
+
|
|
641
652
|
/**
|
|
642
653
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
643
654
|
*/
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
AttachedApiSummary,
|
|
29
29
|
DescribeUsagePlanRequest,
|
|
30
30
|
DeleteUsagePlanResponse,
|
|
31
|
+
ImportOpenApiResponse,
|
|
31
32
|
DisableApiKeyResponse,
|
|
32
33
|
DescribeApiResponse,
|
|
33
34
|
UnReleaseServiceRequest,
|
|
@@ -39,6 +40,7 @@ import {
|
|
|
39
40
|
DescribeApiAppBindApisStatusRequest,
|
|
40
41
|
ModifyApiResponse,
|
|
41
42
|
ServiceEnvironmentStrategy,
|
|
43
|
+
CreateApiRspSet,
|
|
42
44
|
ApiInfo,
|
|
43
45
|
TargetServicesReq,
|
|
44
46
|
DescribeUsagePlansStatusRequest,
|
|
@@ -259,6 +261,7 @@ import {
|
|
|
259
261
|
EnvironmentStrategy,
|
|
260
262
|
InstanceParameterInput,
|
|
261
263
|
DescribeUsagePlanEnvironmentsRequest,
|
|
264
|
+
ImportOpenApiRequest,
|
|
262
265
|
DescribeServiceReleaseVersionResponse,
|
|
263
266
|
UpstreamNode,
|
|
264
267
|
ApiAppApiInfos,
|
|
@@ -1065,6 +1068,16 @@ API 网关的服务创建后,需要发布到某个环境方生效后,使用
|
|
|
1065
1068
|
return this.request("DescribeUpstreamBindApis", req, cb)
|
|
1066
1069
|
}
|
|
1067
1070
|
|
|
1071
|
+
/**
|
|
1072
|
+
* 本接口(ImportOpenApi)用于将OpenAPI规范定义的API导入到API网关。
|
|
1073
|
+
*/
|
|
1074
|
+
async ImportOpenApi(
|
|
1075
|
+
req: ImportOpenApiRequest,
|
|
1076
|
+
cb?: (error: string, rep: ImportOpenApiResponse) => void
|
|
1077
|
+
): Promise<ImportOpenApiResponse> {
|
|
1078
|
+
return this.request("ImportOpenApi", req, cb)
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1068
1081
|
/**
|
|
1069
1082
|
* 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
|
|
1070
1083
|
*/
|
|
@@ -257,6 +257,21 @@ export interface DeleteUsagePlanResponse {
|
|
|
257
257
|
RequestId?: string
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
+
/**
|
|
261
|
+
* ImportOpenApi返回参数结构体
|
|
262
|
+
*/
|
|
263
|
+
export interface ImportOpenApiResponse {
|
|
264
|
+
/**
|
|
265
|
+
* 导入OpenApi返回参数。
|
|
266
|
+
*/
|
|
267
|
+
Result: CreateApiRspSet
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
271
|
+
*/
|
|
272
|
+
RequestId?: string
|
|
273
|
+
}
|
|
274
|
+
|
|
260
275
|
/**
|
|
261
276
|
* DisableApiKey返回参数结构体
|
|
262
277
|
*/
|
|
@@ -496,6 +511,21 @@ export interface ServiceEnvironmentStrategy {
|
|
|
496
511
|
MaxStrategy: number
|
|
497
512
|
}
|
|
498
513
|
|
|
514
|
+
/**
|
|
515
|
+
* CreateApiRsp 返回加TotalCount
|
|
516
|
+
*/
|
|
517
|
+
export interface CreateApiRspSet {
|
|
518
|
+
/**
|
|
519
|
+
* 个数
|
|
520
|
+
*/
|
|
521
|
+
TotalCount: number
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* 返回的数组
|
|
525
|
+
*/
|
|
526
|
+
ApiSet: Array<CreateApiRsp>
|
|
527
|
+
}
|
|
528
|
+
|
|
499
529
|
/**
|
|
500
530
|
* 展示api信息
|
|
501
531
|
*/
|
|
@@ -6650,6 +6680,31 @@ export interface DescribeUsagePlanEnvironmentsRequest {
|
|
|
6650
6680
|
Offset?: number
|
|
6651
6681
|
}
|
|
6652
6682
|
|
|
6683
|
+
/**
|
|
6684
|
+
* ImportOpenApi请求参数结构体
|
|
6685
|
+
*/
|
|
6686
|
+
export interface ImportOpenApiRequest {
|
|
6687
|
+
/**
|
|
6688
|
+
* API所在的服务唯一ID。
|
|
6689
|
+
*/
|
|
6690
|
+
ServiceId: string
|
|
6691
|
+
|
|
6692
|
+
/**
|
|
6693
|
+
* openAPI正文内容。
|
|
6694
|
+
*/
|
|
6695
|
+
Content: string
|
|
6696
|
+
|
|
6697
|
+
/**
|
|
6698
|
+
* Content格式,只能是YAML或者JSON,默认是YAML。
|
|
6699
|
+
*/
|
|
6700
|
+
EncodeType?: string
|
|
6701
|
+
|
|
6702
|
+
/**
|
|
6703
|
+
* Content版本,默认是openAPI,目前只支持openAPI。
|
|
6704
|
+
*/
|
|
6705
|
+
ContentVersion?: string
|
|
6706
|
+
}
|
|
6707
|
+
|
|
6653
6708
|
/**
|
|
6654
6709
|
* DescribeServiceReleaseVersion返回参数结构体
|
|
6655
6710
|
*/
|
|
@@ -473,7 +473,7 @@ export interface CreateRecTaskRequest {
|
|
|
473
473
|
ChannelNum: number
|
|
474
474
|
|
|
475
475
|
/**
|
|
476
|
-
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2
|
|
476
|
+
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。
|
|
477
477
|
*/
|
|
478
478
|
ResTextFormat: number
|
|
479
479
|
|
|
@@ -2327,6 +2327,16 @@ export interface Docker {
|
|
|
2327
2327
|
* Docker Hub 可以不填,但确保具有公网访问能力。或者是 Tencent Registry 服务地址“ccr.ccs.tencentyun.com”
|
|
2328
2328
|
*/
|
|
2329
2329
|
Server?: string
|
|
2330
|
+
|
|
2331
|
+
/**
|
|
2332
|
+
* 拉取Docker镜像重试次数。默认值:0。
|
|
2333
|
+
*/
|
|
2334
|
+
MaxRetryCount?: number
|
|
2335
|
+
|
|
2336
|
+
/**
|
|
2337
|
+
* 拉取Docker镜像失败时延迟时间。单位:秒。
|
|
2338
|
+
*/
|
|
2339
|
+
DelayOnRetry?: number
|
|
2330
2340
|
}
|
|
2331
2341
|
|
|
2332
2342
|
/**
|
|
@@ -2623,7 +2623,7 @@ export interface ModifyAccountPasswordResponse {
|
|
|
2623
2623
|
/**
|
|
2624
2624
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
2625
2625
|
*/
|
|
2626
|
-
AsyncRequestId
|
|
2626
|
+
AsyncRequestId: string
|
|
2627
2627
|
|
|
2628
2628
|
/**
|
|
2629
2629
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4337,7 +4337,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4337
4337
|
AutoRenewFlag?: number
|
|
4338
4338
|
|
|
4339
4339
|
/**
|
|
4340
|
-
*
|
|
4340
|
+
* 主实例地域信息,购买灾备、RO实例时,该字段必填。
|
|
4341
4341
|
*/
|
|
4342
4342
|
MasterRegion?: string
|
|
4343
4343
|
|
|
@@ -4382,7 +4382,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4382
4382
|
ParamTemplateId?: number
|
|
4383
4383
|
|
|
4384
4384
|
/**
|
|
4385
|
-
* 告警策略id
|
|
4385
|
+
* 告警策略id数组。云监控DescribeAlarmPolicy接口返回的OriginId。
|
|
4386
4386
|
*/
|
|
4387
4387
|
AlarmPolicyList?: Array<number>
|
|
4388
4388
|
|
|
@@ -5081,7 +5081,7 @@ export interface VerifyRootAccountResponse {
|
|
|
5081
5081
|
/**
|
|
5082
5082
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果
|
|
5083
5083
|
*/
|
|
5084
|
-
AsyncRequestId
|
|
5084
|
+
AsyncRequestId: string
|
|
5085
5085
|
|
|
5086
5086
|
/**
|
|
5087
5087
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7723,7 +7723,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
7723
7723
|
InstanceRole?: string
|
|
7724
7724
|
|
|
7725
7725
|
/**
|
|
7726
|
-
*
|
|
7726
|
+
* 主实例的可用区信息,购买灾备、RO实例时必填。
|
|
7727
7727
|
*/
|
|
7728
7728
|
MasterRegion?: string
|
|
7729
7729
|
|
|
@@ -7808,7 +7808,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
7808
7808
|
ParamTemplateId?: number
|
|
7809
7809
|
|
|
7810
7810
|
/**
|
|
7811
|
-
* 告警策略id
|
|
7811
|
+
* 告警策略id数组。云监控DescribeAlarmPolicy接口返回的OriginId。
|
|
7812
7812
|
*/
|
|
7813
7813
|
AlarmPolicyList?: Array<number>
|
|
7814
7814
|
|
|
@@ -221,6 +221,12 @@ export interface PostgreSQLModifyConnectParam {
|
|
|
221
221
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
222
222
|
*/
|
|
223
223
|
IsUpdate?: boolean
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* 是否为自建集群
|
|
227
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
228
|
+
*/
|
|
229
|
+
SelfBuilt?: boolean
|
|
224
230
|
}
|
|
225
231
|
|
|
226
232
|
/**
|
|
@@ -1604,10 +1610,16 @@ export interface TransformsParam {
|
|
|
1604
1610
|
SourceType?: string
|
|
1605
1611
|
|
|
1606
1612
|
/**
|
|
1607
|
-
*
|
|
1613
|
+
* 输出格式,JSON,ROW,默认为JSON
|
|
1608
1614
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1609
1615
|
*/
|
|
1610
1616
|
OutputFormat?: string
|
|
1617
|
+
|
|
1618
|
+
/**
|
|
1619
|
+
* 输出格式为ROW必填
|
|
1620
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1621
|
+
*/
|
|
1622
|
+
RowParam?: RowParam
|
|
1611
1623
|
}
|
|
1612
1624
|
|
|
1613
1625
|
/**
|
|
@@ -4433,6 +4445,11 @@ export interface ModifyInstanceAttributesRequest {
|
|
|
4433
4445
|
* 动态硬盘扩容策略配置
|
|
4434
4446
|
*/
|
|
4435
4447
|
DynamicDiskConfig?: DynamicDiskConfig
|
|
4448
|
+
|
|
4449
|
+
/**
|
|
4450
|
+
* 实例级别单条消息大小(单位byte)
|
|
4451
|
+
*/
|
|
4452
|
+
MaxMessageByte?: number
|
|
4436
4453
|
}
|
|
4437
4454
|
|
|
4438
4455
|
/**
|
|
@@ -5590,6 +5607,28 @@ export interface DescribeRouteRequest {
|
|
|
5590
5607
|
InstanceId: string
|
|
5591
5608
|
}
|
|
5592
5609
|
|
|
5610
|
+
/**
|
|
5611
|
+
* 数据处理ROW输出格式配置
|
|
5612
|
+
*/
|
|
5613
|
+
export interface RowParam {
|
|
5614
|
+
/**
|
|
5615
|
+
* 行内容,KEY_VALUE,VALUE
|
|
5616
|
+
*/
|
|
5617
|
+
RowContent: string
|
|
5618
|
+
|
|
5619
|
+
/**
|
|
5620
|
+
* key和value间的分隔符
|
|
5621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5622
|
+
*/
|
|
5623
|
+
KeyValueDelimiter?: string
|
|
5624
|
+
|
|
5625
|
+
/**
|
|
5626
|
+
* 元素建的分隔符
|
|
5627
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5628
|
+
*/
|
|
5629
|
+
EntryDelimiter?: string
|
|
5630
|
+
}
|
|
5631
|
+
|
|
5593
5632
|
/**
|
|
5594
5633
|
* 数据处理——Value处理参数——转换时间格式参数
|
|
5595
5634
|
*/
|
|
@@ -7550,6 +7589,12 @@ export interface MySQLModifyConnectParam {
|
|
|
7550
7589
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7551
7590
|
*/
|
|
7552
7591
|
ClusterId?: string
|
|
7592
|
+
|
|
7593
|
+
/**
|
|
7594
|
+
* 是否是自建的集群
|
|
7595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7596
|
+
*/
|
|
7597
|
+
SelfBuilt?: boolean
|
|
7553
7598
|
}
|
|
7554
7599
|
|
|
7555
7600
|
/**
|