tencentcloud-sdk-nodejs 4.0.641 → 4.0.643
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 +469 -0
- package/SERVICE_CHANGELOG.md +561 -76
- package/package.json +1 -1
- package/products.md +31 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +6 -6
- package/src/services/apigateway/v20180808/apigateway_models.ts +91 -91
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/bi/v20220105/bi_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +13 -0
- package/src/services/cdb/v20170320/cdb_models.ts +145 -4
- package/src/services/cfs/v20190719/cfs_client.ts +1 -1
- package/src/services/cfs/v20190719/cfs_models.ts +83 -73
- package/src/services/cfw/v20190904/cfw_client.ts +51 -27
- package/src/services/cfw/v20190904/cfw_models.ts +95 -33
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -3
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +9 -9
- package/src/services/domain/v20180808/domain_models.ts +32 -4
- package/src/services/emr/v20190103/emr_models.ts +35 -32
- package/src/services/ess/v20201111/ess_client.ts +8 -2
- package/src/services/ess/v20201111/ess_models.ts +16 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +46 -15
- package/src/services/fmu/v20191213/fmu_client.ts +1 -1
- package/src/services/fmu/v20191213/fmu_models.ts +4 -0
- package/src/services/index.ts +1 -0
- package/src/services/iot/v20180123/iot_client.ts +4 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -18
- package/src/services/lcic/v20220817/lcic_models.ts +4 -0
- package/src/services/mall/index.ts +5 -0
- package/src/services/mall/v20230518/index.ts +6 -0
- package/src/services/mall/v20230518/mall_client.ts +44 -0
- package/src/services/mall/v20230518/mall_models.ts +114 -0
- package/src/services/nlp/v20190408/nlp_models.ts +6 -7
- package/src/services/oceanus/v20190422/oceanus_client.ts +28 -14
- package/src/services/oceanus/v20190422/oceanus_models.ts +138 -14
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -6
- package/src/services/ssl/v20191205/ssl_models.ts +10 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +79 -336
- package/src/services/tdmq/v20200217/tdmq_models.ts +764 -1656
- package/src/services/tione/v20211111/tione_models.ts +90 -54
- package/src/services/tke/v20180525/tke_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/wav/v20210129/wav_models.ts +53 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +89 -89
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +142 -4
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +83 -73
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +18 -10
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +25 -13
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +90 -32
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +9 -9
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +32 -4
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -32
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +44 -15
- package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +1 -1
- package/tencentcloud/services/fmu/v20191213/fmu_client.js +1 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iot/v20180123/iot_client.d.ts +3 -1
- package/tencentcloud/services/iot/v20180123/iot_client.js +3 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +28 -18
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/mall/index.d.ts +6 -0
- package/tencentcloud/services/mall/index.js +7 -0
- package/tencentcloud/services/mall/v20230518/index.d.ts +6 -0
- package/tencentcloud/services/mall/v20230518/index.js +9 -0
- package/tencentcloud/services/mall/v20230518/mall_client.d.ts +14 -0
- package/tencentcloud/services/mall/v20230518/mall_client.js +37 -0
- package/tencentcloud/services/mall/v20230518/mall_models.d.ts +95 -0
- package/tencentcloud/services/mall/v20230518/mall_models.js +18 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +6 -7
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -5
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -6
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +134 -14
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -6
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -121
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -162
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +777 -1628
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +90 -54
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +53 -0
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cfw.v20190904.test.js +28 -8
- package/test/essbasic.v20210526.test.js +12 -2
- package/test/mall.v20230518.test.js +31 -0
- package/test/oceanus.v20190422.test.js +14 -4
- package/test/tdmq.v20200217.test.js +12 -192
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-14 01:02:00 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-11 01:03:12 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-14 01:03:04 |
|
|
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-13 01:03:15 |
|
|
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-07-17 01:03:44 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-06 01:08:15 |
|
|
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 |
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-03 01:06:30 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-17 01:06:15 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-12 01:11:36 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-30 01:12:59 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-29 01:09:00 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-07-
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-07-14 01:07:56 |
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-07-14 01:08:16 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -67,20 +67,20 @@
|
|
|
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-06-20 01:16:16 |
|
|
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-07-
|
|
70
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-17 01:12:06 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
|
|
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-07-
|
|
73
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-17 01:13:54 |
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
|
|
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 |
|
|
77
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-
|
|
77
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
|
|
81
81
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-11 01:18:28 |
|
|
82
82
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-10 01:22:33 |
|
|
83
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-
|
|
83
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-14 01:17:08 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
86
86
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-
|
|
94
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-17 01:18:45 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-17 01:19:24 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-17 01:19:47 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
|
|
100
|
-
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-
|
|
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-07 01:35:13 |
|
|
103
103
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-13 01:21:39 |
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
|
|
116
116
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
117
117
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
|
|
118
|
-
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-
|
|
118
|
+
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
119
119
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
|
|
120
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-
|
|
120
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-07-17 01:23:02 |
|
|
121
121
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
122
122
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-06-29 01:26:57 |
|
|
123
123
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
|
|
@@ -125,11 +125,12 @@
|
|
|
125
125
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
126
126
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
|
|
127
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
128
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-
|
|
128
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-14 01:25:31 |
|
|
129
129
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-10 01:32:08 |
|
|
130
130
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-12 01:31:17 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
132
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
133
|
+
| mall | [商场客留通](https://cloud.tencent.com/document/product/1707) | 2023-07-14 16:30:43 |
|
|
133
134
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
|
|
134
135
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-06-21 01:26:39 |
|
|
135
136
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
|
|
@@ -138,15 +139,15 @@
|
|
|
138
139
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
|
|
139
140
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
|
|
140
141
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-13 01:28:24 |
|
|
141
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-07-
|
|
142
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-07-14 01:28:28 |
|
|
142
143
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
143
144
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
|
|
144
145
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
145
146
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
146
|
-
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-
|
|
147
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-14 01:29:25 |
|
|
147
148
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
148
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-
|
|
149
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-
|
|
149
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-07-17 01:29:44 |
|
|
150
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-17 01:30:01 |
|
|
150
151
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
|
|
151
152
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
|
|
152
153
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
|
|
@@ -168,9 +169,9 @@
|
|
|
168
169
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
|
|
169
170
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
|
|
170
171
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
171
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-
|
|
172
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-17 01:33:25 |
|
|
172
173
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
|
|
173
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-
|
|
174
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-17 01:34:11 |
|
|
174
175
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
|
|
175
176
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
|
|
176
177
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-06-21 01:33:28 |
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
184
185
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
|
|
185
186
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
|
|
186
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-
|
|
187
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-14 01:35:07 |
|
|
187
188
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
188
189
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
189
190
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-07-10 10:40:45 |
|
|
@@ -193,10 +194,10 @@
|
|
|
193
194
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-06 01:44:39 |
|
|
194
195
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
195
196
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
|
|
196
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-
|
|
197
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-17 01:38:17 |
|
|
197
198
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
198
199
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
199
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-
|
|
200
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-17 01:39:10 |
|
|
200
201
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
|
|
201
202
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
202
203
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
|
|
@@ -204,9 +205,9 @@
|
|
|
204
205
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
|
|
205
206
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
206
207
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
|
|
207
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-
|
|
208
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-17 01:40:19 |
|
|
208
209
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
|
|
209
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-
|
|
210
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-14 01:40:32 |
|
|
210
211
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
211
212
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
212
213
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
|
|
@@ -214,7 +215,7 @@
|
|
|
214
215
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
215
216
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
|
|
216
217
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
|
|
217
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-
|
|
218
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-17 01:42:33 |
|
|
218
219
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-12 01:47:55 |
|
|
219
220
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
|
|
220
221
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
@@ -226,7 +227,7 @@
|
|
|
226
227
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-12 01:51:01 |
|
|
227
228
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
|
|
228
229
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
|
|
229
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-
|
|
230
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-14 01:46:29 |
|
|
230
231
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-12 01:53:01 |
|
|
231
232
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
232
233
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.643"
|
|
@@ -110,6 +110,7 @@ import {
|
|
|
110
110
|
NetworkConfig,
|
|
111
111
|
ServiceReleaseHistory,
|
|
112
112
|
ModifyUsagePlanResponse,
|
|
113
|
+
IPStrategiesStatus,
|
|
113
114
|
CreateUsagePlanResponse,
|
|
114
115
|
DomainSets,
|
|
115
116
|
DeletePluginRequest,
|
|
@@ -154,7 +155,7 @@ import {
|
|
|
154
155
|
UpdateApiAppKeyRequest,
|
|
155
156
|
ApigatewayTags,
|
|
156
157
|
DomainSetList,
|
|
157
|
-
|
|
158
|
+
ServicesStatus,
|
|
158
159
|
DescribeApiKeyResponse,
|
|
159
160
|
ModifyApiIncrementResponse,
|
|
160
161
|
ModifyApiRequest,
|
|
@@ -165,6 +166,7 @@ import {
|
|
|
165
166
|
DescribeAllPluginApisRequest,
|
|
166
167
|
ApiIdStatus,
|
|
167
168
|
CreateApiRequest,
|
|
169
|
+
UnBindEnvironmentRequest,
|
|
168
170
|
DescribeServiceEnvironmentStrategyRequest,
|
|
169
171
|
DescribeUpstreamBindApisResponse,
|
|
170
172
|
ReleaseServiceRequest,
|
|
@@ -173,7 +175,6 @@ import {
|
|
|
173
175
|
Environment,
|
|
174
176
|
DescribeAPIDocsRequest,
|
|
175
177
|
DescribePluginsByApiRequest,
|
|
176
|
-
UsagePlanStatusInfo,
|
|
177
178
|
ServiceReleaseHistoryInfo,
|
|
178
179
|
CreatePluginResponse,
|
|
179
180
|
ModifyExclusiveInstanceResponse,
|
|
@@ -252,7 +253,6 @@ import {
|
|
|
252
253
|
MicroService,
|
|
253
254
|
DescribeApiEnvironmentStrategyResponse,
|
|
254
255
|
DescribeApiRequest,
|
|
255
|
-
ApiEnvironmentStrategyStataus,
|
|
256
256
|
PluginSummary,
|
|
257
257
|
ApiAppInfo,
|
|
258
258
|
DeleteIPStrategyResponse,
|
|
@@ -262,7 +262,7 @@ import {
|
|
|
262
262
|
ApiAppApiInfo,
|
|
263
263
|
DescribeUsagePlanResponse,
|
|
264
264
|
ReqParameter,
|
|
265
|
-
|
|
265
|
+
ApiEnvironmentStrategyStatus,
|
|
266
266
|
AttachPluginResponse,
|
|
267
267
|
BindEnvironmentRequest,
|
|
268
268
|
ModifyUpstreamResponse,
|
|
@@ -287,7 +287,7 @@ import {
|
|
|
287
287
|
DescribeServiceEnvironmentStrategyResponse,
|
|
288
288
|
DesApisStatus,
|
|
289
289
|
DescribeApiKeysStatusResponse,
|
|
290
|
-
|
|
290
|
+
UsagePlanStatusInfo,
|
|
291
291
|
DescribeLogSearchRequest,
|
|
292
292
|
BuildAPIDocRequest,
|
|
293
293
|
ApiKeysStatus,
|
|
@@ -948,7 +948,7 @@ API 网关的服务创建后,需要发布到某个环境方生效后,使用
|
|
|
948
948
|
}
|
|
949
949
|
|
|
950
950
|
/**
|
|
951
|
-
* 本接口(DescribeIPStrategysStatus)用于查询服务IP
|
|
951
|
+
* 本接口(DescribeIPStrategysStatus)用于查询服务IP策略列表,因为接口名拼写错误,已不推荐使用,请优先使用DescribeIPStrategiesStatus接口。
|
|
952
952
|
*/
|
|
953
953
|
async DescribeIPStrategysStatus(
|
|
954
954
|
req: DescribeIPStrategysStatusRequest,
|
|
@@ -2320,6 +2320,22 @@ export interface ModifyUsagePlanResponse {
|
|
|
2320
2320
|
RequestId?: string
|
|
2321
2321
|
}
|
|
2322
2322
|
|
|
2323
|
+
/**
|
|
2324
|
+
* 策略列表
|
|
2325
|
+
*/
|
|
2326
|
+
export interface IPStrategiesStatus {
|
|
2327
|
+
/**
|
|
2328
|
+
* 策略数量。
|
|
2329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2330
|
+
*/
|
|
2331
|
+
TotalCount: number
|
|
2332
|
+
/**
|
|
2333
|
+
* 策略列表。
|
|
2334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2335
|
+
*/
|
|
2336
|
+
StrategySet: Array<IPStrategy>
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2323
2339
|
/**
|
|
2324
2340
|
* CreateUsagePlan返回参数结构体
|
|
2325
2341
|
*/
|
|
@@ -3278,19 +3294,19 @@ export interface DomainSetList {
|
|
|
3278
3294
|
}
|
|
3279
3295
|
|
|
3280
3296
|
/**
|
|
3281
|
-
*
|
|
3297
|
+
* 服务列表展示
|
|
3282
3298
|
*/
|
|
3283
|
-
export interface
|
|
3299
|
+
export interface ServicesStatus {
|
|
3284
3300
|
/**
|
|
3285
|
-
*
|
|
3301
|
+
* 服务列表总数。
|
|
3286
3302
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3287
3303
|
*/
|
|
3288
3304
|
TotalCount: number
|
|
3289
3305
|
/**
|
|
3290
|
-
*
|
|
3306
|
+
* 服务列表详情。
|
|
3291
3307
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3292
3308
|
*/
|
|
3293
|
-
|
|
3309
|
+
ServiceSet: Array<Service>
|
|
3294
3310
|
}
|
|
3295
3311
|
|
|
3296
3312
|
/**
|
|
@@ -3955,6 +3971,32 @@ export interface CreateApiRequest {
|
|
|
3955
3971
|
Owner?: string
|
|
3956
3972
|
}
|
|
3957
3973
|
|
|
3974
|
+
/**
|
|
3975
|
+
* UnBindEnvironment请求参数结构体
|
|
3976
|
+
*/
|
|
3977
|
+
export interface UnBindEnvironmentRequest {
|
|
3978
|
+
/**
|
|
3979
|
+
* 绑定类型,取值为 API、SERVICE,默认值为 SERVICE。
|
|
3980
|
+
*/
|
|
3981
|
+
BindType: string
|
|
3982
|
+
/**
|
|
3983
|
+
* 待绑定的使用计划唯一 ID 列表。
|
|
3984
|
+
*/
|
|
3985
|
+
UsagePlanIds: Array<string>
|
|
3986
|
+
/**
|
|
3987
|
+
* 待解绑的服务环境。
|
|
3988
|
+
*/
|
|
3989
|
+
Environment: string
|
|
3990
|
+
/**
|
|
3991
|
+
* 待解绑的服务唯一 ID。
|
|
3992
|
+
*/
|
|
3993
|
+
ServiceId: string
|
|
3994
|
+
/**
|
|
3995
|
+
* API 唯一 ID 数组,当 BindType=API 时,需要传入此参数。
|
|
3996
|
+
*/
|
|
3997
|
+
ApiIds?: Array<string>
|
|
3998
|
+
}
|
|
3999
|
+
|
|
3958
4000
|
/**
|
|
3959
4001
|
* DescribeServiceEnvironmentStrategy请求参数结构体
|
|
3960
4002
|
*/
|
|
@@ -4101,47 +4143,6 @@ export interface DescribePluginsByApiRequest {
|
|
|
4101
4143
|
Offset?: number
|
|
4102
4144
|
}
|
|
4103
4145
|
|
|
4104
|
-
/**
|
|
4105
|
-
* 用于使用计划列表展示
|
|
4106
|
-
*/
|
|
4107
|
-
export interface UsagePlanStatusInfo {
|
|
4108
|
-
/**
|
|
4109
|
-
* 使用计划唯一 ID。
|
|
4110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4111
|
-
*/
|
|
4112
|
-
UsagePlanId: string
|
|
4113
|
-
/**
|
|
4114
|
-
* 用户自定义的使用计划名称。
|
|
4115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4116
|
-
*/
|
|
4117
|
-
UsagePlanName: string
|
|
4118
|
-
/**
|
|
4119
|
-
* 用户自定义的使用计划描述。
|
|
4120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4121
|
-
*/
|
|
4122
|
-
UsagePlanDesc: string
|
|
4123
|
-
/**
|
|
4124
|
-
* 每秒最大请求次数。
|
|
4125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4126
|
-
*/
|
|
4127
|
-
MaxRequestNumPreSec: number
|
|
4128
|
-
/**
|
|
4129
|
-
* 请求配额总量,-1表示没有限制。
|
|
4130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4131
|
-
*/
|
|
4132
|
-
MaxRequestNum: number
|
|
4133
|
-
/**
|
|
4134
|
-
* 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
4135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4136
|
-
*/
|
|
4137
|
-
CreatedTime: string
|
|
4138
|
-
/**
|
|
4139
|
-
* 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
4140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4141
|
-
*/
|
|
4142
|
-
ModifiedTime: string
|
|
4143
|
-
}
|
|
4144
|
-
|
|
4145
4146
|
/**
|
|
4146
4147
|
* 服务发布列表详情
|
|
4147
4148
|
*/
|
|
@@ -4150,17 +4151,17 @@ export interface ServiceReleaseHistoryInfo {
|
|
|
4150
4151
|
* 版本号。
|
|
4151
4152
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4152
4153
|
*/
|
|
4153
|
-
VersionName
|
|
4154
|
+
VersionName?: string
|
|
4154
4155
|
/**
|
|
4155
4156
|
* 版本描述。
|
|
4156
4157
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4157
4158
|
*/
|
|
4158
|
-
VersionDesc
|
|
4159
|
+
VersionDesc?: string
|
|
4159
4160
|
/**
|
|
4160
4161
|
* 版本发布时间。
|
|
4161
4162
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4162
4163
|
*/
|
|
4163
|
-
ReleaseTime
|
|
4164
|
+
ReleaseTime?: string
|
|
4164
4165
|
}
|
|
4165
4166
|
|
|
4166
4167
|
/**
|
|
@@ -5789,7 +5790,7 @@ export interface DescribeApiEnvironmentStrategyResponse {
|
|
|
5789
5790
|
* api绑定策略详情
|
|
5790
5791
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5791
5792
|
*/
|
|
5792
|
-
Result
|
|
5793
|
+
Result?: ApiEnvironmentStrategyStatus
|
|
5793
5794
|
/**
|
|
5794
5795
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5795
5796
|
*/
|
|
@@ -5810,22 +5811,6 @@ export interface DescribeApiRequest {
|
|
|
5810
5811
|
ApiId: string
|
|
5811
5812
|
}
|
|
5812
5813
|
|
|
5813
|
-
/**
|
|
5814
|
-
* API绑定策略列表
|
|
5815
|
-
*/
|
|
5816
|
-
export interface ApiEnvironmentStrategyStataus {
|
|
5817
|
-
/**
|
|
5818
|
-
* API绑定的限流策略数量。
|
|
5819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5820
|
-
*/
|
|
5821
|
-
TotalCount: number
|
|
5822
|
-
/**
|
|
5823
|
-
* API绑定的限流策略列表。
|
|
5824
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5825
|
-
*/
|
|
5826
|
-
ApiEnvironmentStrategySet: Array<ApiEnvironmentStrategy>
|
|
5827
|
-
}
|
|
5828
|
-
|
|
5829
5814
|
/**
|
|
5830
5815
|
* 插件列表详情。
|
|
5831
5816
|
*/
|
|
@@ -6062,29 +6047,19 @@ export interface ReqParameter {
|
|
|
6062
6047
|
}
|
|
6063
6048
|
|
|
6064
6049
|
/**
|
|
6065
|
-
*
|
|
6050
|
+
* API绑定策略列表
|
|
6066
6051
|
*/
|
|
6067
|
-
export interface
|
|
6052
|
+
export interface ApiEnvironmentStrategyStatus {
|
|
6068
6053
|
/**
|
|
6069
|
-
*
|
|
6070
|
-
|
|
6071
|
-
BindType: string
|
|
6072
|
-
/**
|
|
6073
|
-
* 待绑定的使用计划唯一 ID 列表。
|
|
6074
|
-
*/
|
|
6075
|
-
UsagePlanIds: Array<string>
|
|
6076
|
-
/**
|
|
6077
|
-
* 待解绑的服务环境。
|
|
6078
|
-
*/
|
|
6079
|
-
Environment: string
|
|
6080
|
-
/**
|
|
6081
|
-
* 待解绑的服务唯一 ID。
|
|
6054
|
+
* API绑定的限流策略数量。
|
|
6055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6082
6056
|
*/
|
|
6083
|
-
|
|
6057
|
+
TotalCount: number
|
|
6084
6058
|
/**
|
|
6085
|
-
* API
|
|
6059
|
+
* API绑定的限流策略列表。
|
|
6060
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6086
6061
|
*/
|
|
6087
|
-
|
|
6062
|
+
ApiEnvironmentStrategySet: Array<ApiEnvironmentStrategy>
|
|
6088
6063
|
}
|
|
6089
6064
|
|
|
6090
6065
|
/**
|
|
@@ -6701,19 +6676,44 @@ export interface DescribeApiKeysStatusResponse {
|
|
|
6701
6676
|
}
|
|
6702
6677
|
|
|
6703
6678
|
/**
|
|
6704
|
-
*
|
|
6679
|
+
* 用于使用计划列表展示
|
|
6705
6680
|
*/
|
|
6706
|
-
export interface
|
|
6681
|
+
export interface UsagePlanStatusInfo {
|
|
6707
6682
|
/**
|
|
6708
|
-
*
|
|
6683
|
+
* 使用计划唯一 ID。
|
|
6709
6684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6710
6685
|
*/
|
|
6711
|
-
|
|
6686
|
+
UsagePlanId: string
|
|
6712
6687
|
/**
|
|
6713
|
-
*
|
|
6688
|
+
* 用户自定义的使用计划名称。
|
|
6714
6689
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6715
6690
|
*/
|
|
6716
|
-
|
|
6691
|
+
UsagePlanName: string
|
|
6692
|
+
/**
|
|
6693
|
+
* 用户自定义的使用计划描述。
|
|
6694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6695
|
+
*/
|
|
6696
|
+
UsagePlanDesc: string
|
|
6697
|
+
/**
|
|
6698
|
+
* 每秒最大请求次数。
|
|
6699
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6700
|
+
*/
|
|
6701
|
+
MaxRequestNumPreSec: number
|
|
6702
|
+
/**
|
|
6703
|
+
* 请求配额总量,-1表示没有限制。
|
|
6704
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6705
|
+
*/
|
|
6706
|
+
MaxRequestNum: number
|
|
6707
|
+
/**
|
|
6708
|
+
* 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
6709
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6710
|
+
*/
|
|
6711
|
+
CreatedTime: string
|
|
6712
|
+
/**
|
|
6713
|
+
* 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
6714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6715
|
+
*/
|
|
6716
|
+
ModifiedTime: string
|
|
6717
6717
|
}
|
|
6718
6718
|
|
|
6719
6719
|
/**
|
|
@@ -6902,7 +6902,7 @@ export interface DescribeIPStrategysStatusResponse {
|
|
|
6902
6902
|
* 符合条件的策略列表。
|
|
6903
6903
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6904
6904
|
*/
|
|
6905
|
-
Result
|
|
6905
|
+
Result?: IPStrategiesStatus
|
|
6906
6906
|
/**
|
|
6907
6907
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6908
6908
|
*/
|
|
@@ -599,7 +599,7 @@ export interface CreateRecTaskRequest {
|
|
|
599
599
|
*/
|
|
600
600
|
ChannelNum: number
|
|
601
601
|
/**
|
|
602
|
-
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。4
|
|
602
|
+
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。4:【增值付费功能】对识别结果按照语义分段,并展示词级别粒度的详细识别结果,仅支持8k_zh、16k_zh引擎,需购买对应资源包使用(注意:如果账号后付费功能开启并使用此功能,将[自动计费](https://cloud.tencent.com/document/product/1093/35686))
|
|
603
603
|
*/
|
|
604
604
|
ResTextFormat: number
|
|
605
605
|
/**
|
|
@@ -85,17 +85,17 @@ export interface ApplyEmbedIntervalResponse {
|
|
|
85
85
|
* 额外参数
|
|
86
86
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
87
87
|
*/
|
|
88
|
-
Extra
|
|
88
|
+
Extra?: string
|
|
89
89
|
/**
|
|
90
90
|
* 结果数据
|
|
91
91
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
92
92
|
*/
|
|
93
|
-
Data
|
|
93
|
+
Data?: ApplyEmbedTokenInfo
|
|
94
94
|
/**
|
|
95
95
|
* 结果描述
|
|
96
96
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
97
97
|
*/
|
|
98
|
-
Msg
|
|
98
|
+
Msg?: string
|
|
99
99
|
/**
|
|
100
100
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
101
101
|
*/
|
|
@@ -210,6 +210,7 @@ import {
|
|
|
210
210
|
ReloadBalanceProxyNodeRequest,
|
|
211
211
|
DescribeAccountsResponse,
|
|
212
212
|
RollbackTimeRange,
|
|
213
|
+
AuditLog,
|
|
213
214
|
DescribeAuditLogFilesRequest,
|
|
214
215
|
ModifyBackupConfigRequest,
|
|
215
216
|
DisassociateSecurityGroupsResponse,
|
|
@@ -220,6 +221,7 @@ import {
|
|
|
220
221
|
DescribeProxyConnectionPoolConfRequest,
|
|
221
222
|
DescribeParamTemplatesRequest,
|
|
222
223
|
DescribeAccountPrivilegesResponse,
|
|
224
|
+
DescribeAuditLogsRequest,
|
|
223
225
|
DescribeBackupConfigRequest,
|
|
224
226
|
RoVipInfo,
|
|
225
227
|
DescribeAccountsRequest,
|
|
@@ -343,6 +345,7 @@ import {
|
|
|
343
345
|
DeleteParamTemplateResponse,
|
|
344
346
|
DBSwitchInfo,
|
|
345
347
|
DescribeTasksResponse,
|
|
348
|
+
DescribeAuditLogsResponse,
|
|
346
349
|
DescribeAuditPoliciesResponse,
|
|
347
350
|
IsolateDBInstanceResponse,
|
|
348
351
|
AdjustCdbProxyRequest,
|
|
@@ -1451,6 +1454,16 @@ export class Client extends AbstractClient {
|
|
|
1451
1454
|
return this.request("DescribeAsyncRequestInfo", req, cb)
|
|
1452
1455
|
}
|
|
1453
1456
|
|
|
1457
|
+
/**
|
|
1458
|
+
* 本接口(DescribeAuditLogs)用于查询数据库审计日志。
|
|
1459
|
+
*/
|
|
1460
|
+
async DescribeAuditLogs(
|
|
1461
|
+
req: DescribeAuditLogsRequest,
|
|
1462
|
+
cb?: (error: string, rep: DescribeAuditLogsResponse) => void
|
|
1463
|
+
): Promise<DescribeAuditLogsResponse> {
|
|
1464
|
+
return this.request("DescribeAuditLogs", req, cb)
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1454
1467
|
/**
|
|
1455
1468
|
* 本接口(DescribeDBInstanceRebootTime)用于查询云数据库实例重启预计所需的时间。
|
|
1456
1469
|
*/
|