tencentcloud-sdk-nodejs 4.0.571 → 4.0.573
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 +179 -0
- package/SERVICE_CHANGELOG.md +192 -349
- package/package.json +1 -1
- package/products.md +21 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +138 -8
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -14
- package/src/services/index.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +25 -3
- package/src/services/scf/v20180416/scf_client.ts +12 -0
- package/src/services/scf/v20180416/scf_models.ts +50 -0
- package/src/services/tcss/v20201101/tcss_models.ts +27 -27
- package/src/services/teo/v20220901/teo_models.ts +4 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/trro/index.ts +5 -0
- package/src/services/trro/v20220325/index.ts +6 -0
- package/src/services/trro/v20220325/trro_client.ts +241 -0
- package/src/services/trro/v20220325/trro_models.ts +989 -0
- package/src/services/vod/v20180717/vod_client.ts +73 -9
- package/src/services/vod/v20180717/vod_models.ts +701 -213
- package/src/services/waf/v20180125/waf_client.ts +14 -1
- package/src/services/waf/v20180125/waf_models.ts +66 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +115 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -12
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -3
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +27 -27
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/trro/index.d.ts +6 -0
- package/tencentcloud/services/trro/index.js +7 -0
- package/tencentcloud/services/trro/v20220325/index.d.ts +6 -0
- package/tencentcloud/services/trro/v20220325/index.js +9 -0
- package/tencentcloud/services/trro/v20220325/trro_client.d.ts +78 -0
- package/tencentcloud/services/trro/v20220325/trro_client.js +133 -0
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +819 -0
- package/tencentcloud/services/trro/v20220325/trro_models.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +30 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +602 -190
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -20
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/trro.v20220325.test.js +191 -0
- package/test/vod.v20180717.test.js +50 -0
- package/test/waf.v20180125.test.js +10 -0
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
|
|
18
18
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-30 01:02:59 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-04 01:02:47 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-30 01:03:38 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 17:11:05 |
|
|
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-03-30 01:06:39 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-04 01:05:18 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-30 01:07:10 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-04 01:05:52 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-31 01:08:16 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-03 01:14:22 |
|
|
76
76
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-03-30 01:34:49 |
|
|
78
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
78
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
79
79
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-31 01:20:34 |
|
|
80
80
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-31 01:23:52 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-30 01:35:59 |
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-30 01:37:44 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
94
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-31 01:26:47 |
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-03 14:45:34 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
107
107
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-30 01:39:51 |
|
|
108
108
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-03-30 01:39:58 |
|
|
109
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-
|
|
109
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-04-04 01:19:53 |
|
|
110
110
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
111
111
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-03-30 01:40:21 |
|
|
112
112
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-03-30 01:40:23 |
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-30 01:41:14 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-03-30 01:41:31 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-04 01:22:15 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-03-30 01:42:57 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-30 01:43:21 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
131
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
|
|
132
|
-
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-
|
|
132
|
+
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-04-04 01:31:50 |
|
|
133
133
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-03-30 01:46:55 |
|
|
134
134
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-31 01:36:51 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-04 01:32:21 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-30 01:48:34 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-30 01:49:16 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-04 01:34:31 |
|
|
148
148
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
|
|
149
149
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
|
|
150
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
160
160
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-30 01:51:57 |
|
|
161
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-
|
|
161
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-04 01:39:21 |
|
|
162
162
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-30 01:52:27 |
|
|
163
163
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
|
|
164
164
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
|
|
176
176
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-04-03 01:31:53 |
|
|
177
177
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-03-30 01:54:15 |
|
|
178
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-
|
|
178
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-04-04 01:41:31 |
|
|
179
179
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
180
180
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-03-30 01:54:25 |
|
|
181
181
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -187,13 +187,13 @@
|
|
|
187
187
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
188
188
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-30 01:57:46 |
|
|
189
189
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-30 01:57:53 |
|
|
190
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-
|
|
190
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-04 01:43:09 |
|
|
191
191
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
|
|
192
192
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
|
|
193
193
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-30 02:27:20 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-30 02:27:51 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-04 01:46:12 |
|
|
197
197
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
|
|
198
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
199
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
|
|
@@ -203,25 +203,26 @@
|
|
|
203
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
|
|
204
204
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-30 02:30:26 |
|
|
205
205
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-30 02:30:43 |
|
|
206
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-
|
|
206
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-04 01:48:42 |
|
|
207
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
208
208
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
|
|
210
210
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
211
211
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-03 01:40:05 |
|
|
212
|
+
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-04 09:21:02 |
|
|
212
213
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
|
|
213
214
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
|
|
214
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-
|
|
215
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-04 01:50:53 |
|
|
215
216
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
216
217
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-03-30 02:47:14 |
|
|
217
218
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
218
219
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
219
220
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
220
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
221
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-
|
|
222
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
|
221
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-04 01:52:17 |
|
|
222
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
|
|
223
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-04 02:20:33 |
|
|
223
224
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
224
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-
|
|
225
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-04 02:21:01 |
|
|
225
226
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
226
227
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-30 02:59:12 |
|
|
227
228
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.573"
|
|
@@ -47,6 +47,7 @@ import {
|
|
|
47
47
|
DescribeDBSlowLogsRequest,
|
|
48
48
|
CreateAccountRequest,
|
|
49
49
|
DescribeDBParametersResponse,
|
|
50
|
+
DescribeDatabaseTableRequest,
|
|
50
51
|
IsolateHourDCDBInstanceRequest,
|
|
51
52
|
ModifyDBInstanceNameResponse,
|
|
52
53
|
DescribeFlowResponse,
|
|
@@ -75,6 +76,7 @@ import {
|
|
|
75
76
|
DatabaseProcedure,
|
|
76
77
|
DescribeDCDBPriceRequest,
|
|
77
78
|
SwitchDBInstanceHAResponse,
|
|
79
|
+
DescribeBackupFilesResponse,
|
|
78
80
|
ParamModifyResult,
|
|
79
81
|
TablePrivilege,
|
|
80
82
|
DescribeProjectSecurityGroupsResponse,
|
|
@@ -104,7 +106,7 @@ import {
|
|
|
104
106
|
DCDBShardInfo,
|
|
105
107
|
CopyAccountPrivilegesRequest,
|
|
106
108
|
SecurityGroup,
|
|
107
|
-
|
|
109
|
+
DescribeBackupFilesRequest,
|
|
108
110
|
DescribeDCDBInstanceNodeInfoResponse,
|
|
109
111
|
KillSessionRequest,
|
|
110
112
|
TerminateDedicatedDBInstanceRequest,
|
|
@@ -121,6 +123,7 @@ import {
|
|
|
121
123
|
DescribeShardSpecResponse,
|
|
122
124
|
DescribeDCDBShardsResponse,
|
|
123
125
|
ZonesInfo,
|
|
126
|
+
InstanceBackupFileItem,
|
|
124
127
|
CreateHourDCDBInstanceResponse,
|
|
125
128
|
Database,
|
|
126
129
|
GrantAccountPrivilegesResponse,
|
|
@@ -634,6 +637,16 @@ export class Client extends AbstractClient {
|
|
|
634
637
|
return this.request("CloseDBExtranetAccess", req, cb)
|
|
635
638
|
}
|
|
636
639
|
|
|
640
|
+
/**
|
|
641
|
+
* 本接口(DescribeBackupFiles)用于查看备份文件列表。
|
|
642
|
+
*/
|
|
643
|
+
async DescribeBackupFiles(
|
|
644
|
+
req: DescribeBackupFilesRequest,
|
|
645
|
+
cb?: (error: string, rep: DescribeBackupFilesResponse) => void
|
|
646
|
+
): Promise<DescribeBackupFilesResponse> {
|
|
647
|
+
return this.request("DescribeBackupFiles", req, cb)
|
|
648
|
+
}
|
|
649
|
+
|
|
637
650
|
/**
|
|
638
651
|
* 本接口(ModifyDBEncryptAttributes)用于修改实例数据加密。
|
|
639
652
|
*/
|
|
@@ -609,6 +609,26 @@ export interface DescribeDBParametersResponse {
|
|
|
609
609
|
RequestId?: string
|
|
610
610
|
}
|
|
611
611
|
|
|
612
|
+
/**
|
|
613
|
+
* DescribeDatabaseTable请求参数结构体
|
|
614
|
+
*/
|
|
615
|
+
export interface DescribeDatabaseTableRequest {
|
|
616
|
+
/**
|
|
617
|
+
* 实例 ID,形如:dcdbt-ow7t8lmc。
|
|
618
|
+
*/
|
|
619
|
+
InstanceId: string
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* 数据库名称,通过 DescribeDatabases 接口获取。
|
|
623
|
+
*/
|
|
624
|
+
DbName: string
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* 表名称,通过 DescribeDatabaseObjects 接口获取。
|
|
628
|
+
*/
|
|
629
|
+
Table: string
|
|
630
|
+
}
|
|
631
|
+
|
|
612
632
|
/**
|
|
613
633
|
* IsolateHourDCDBInstance请求参数结构体
|
|
614
634
|
*/
|
|
@@ -1480,6 +1500,26 @@ export interface SwitchDBInstanceHAResponse {
|
|
|
1480
1500
|
RequestId?: string
|
|
1481
1501
|
}
|
|
1482
1502
|
|
|
1503
|
+
/**
|
|
1504
|
+
* DescribeBackupFiles返回参数结构体
|
|
1505
|
+
*/
|
|
1506
|
+
export interface DescribeBackupFilesResponse {
|
|
1507
|
+
/**
|
|
1508
|
+
* 备份文件列表
|
|
1509
|
+
*/
|
|
1510
|
+
Files: Array<InstanceBackupFileItem>
|
|
1511
|
+
|
|
1512
|
+
/**
|
|
1513
|
+
* 总条目数
|
|
1514
|
+
*/
|
|
1515
|
+
TotalCount: number
|
|
1516
|
+
|
|
1517
|
+
/**
|
|
1518
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1519
|
+
*/
|
|
1520
|
+
RequestId?: string
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1483
1523
|
/**
|
|
1484
1524
|
* 修改参数结果
|
|
1485
1525
|
*/
|
|
@@ -2456,23 +2496,53 @@ export interface SecurityGroup {
|
|
|
2456
2496
|
}
|
|
2457
2497
|
|
|
2458
2498
|
/**
|
|
2459
|
-
*
|
|
2499
|
+
* DescribeBackupFiles请求参数结构体
|
|
2460
2500
|
*/
|
|
2461
|
-
export interface
|
|
2501
|
+
export interface DescribeBackupFilesRequest {
|
|
2462
2502
|
/**
|
|
2463
|
-
*
|
|
2503
|
+
* 按实例ID查询
|
|
2464
2504
|
*/
|
|
2465
|
-
InstanceId
|
|
2505
|
+
InstanceId?: string
|
|
2466
2506
|
|
|
2467
2507
|
/**
|
|
2468
|
-
*
|
|
2508
|
+
* 按分片ID查询
|
|
2469
2509
|
*/
|
|
2470
|
-
|
|
2510
|
+
ShardId?: string
|
|
2471
2511
|
|
|
2472
2512
|
/**
|
|
2473
|
-
*
|
|
2513
|
+
* 备份类型,Data:数据备份,Binlog:Binlog备份,Errlog:错误日志,Slowlog:慢日志
|
|
2474
2514
|
*/
|
|
2475
|
-
|
|
2515
|
+
BackupType?: string
|
|
2516
|
+
|
|
2517
|
+
/**
|
|
2518
|
+
* 按开始时间查询
|
|
2519
|
+
*/
|
|
2520
|
+
StartTime?: string
|
|
2521
|
+
|
|
2522
|
+
/**
|
|
2523
|
+
* 按结束时间查询
|
|
2524
|
+
*/
|
|
2525
|
+
EndTime?: string
|
|
2526
|
+
|
|
2527
|
+
/**
|
|
2528
|
+
* 分页参数
|
|
2529
|
+
*/
|
|
2530
|
+
Limit?: number
|
|
2531
|
+
|
|
2532
|
+
/**
|
|
2533
|
+
* 分页参数
|
|
2534
|
+
*/
|
|
2535
|
+
Offset?: number
|
|
2536
|
+
|
|
2537
|
+
/**
|
|
2538
|
+
* 排序参数,可选值:Time,Size
|
|
2539
|
+
*/
|
|
2540
|
+
OrderBy?: string
|
|
2541
|
+
|
|
2542
|
+
/**
|
|
2543
|
+
* 排序参数,可选值:DESC,ASC
|
|
2544
|
+
*/
|
|
2545
|
+
OrderType?: string
|
|
2476
2546
|
}
|
|
2477
2547
|
|
|
2478
2548
|
/**
|
|
@@ -2806,6 +2876,66 @@ export interface ZonesInfo {
|
|
|
2806
2876
|
OnSale: boolean
|
|
2807
2877
|
}
|
|
2808
2878
|
|
|
2879
|
+
/**
|
|
2880
|
+
* 实例备份文件信息
|
|
2881
|
+
*/
|
|
2882
|
+
export interface InstanceBackupFileItem {
|
|
2883
|
+
/**
|
|
2884
|
+
* 实例ID
|
|
2885
|
+
*/
|
|
2886
|
+
InstanceId: string
|
|
2887
|
+
|
|
2888
|
+
/**
|
|
2889
|
+
* 实例名称
|
|
2890
|
+
*/
|
|
2891
|
+
InstanceName: string
|
|
2892
|
+
|
|
2893
|
+
/**
|
|
2894
|
+
* 实例状态
|
|
2895
|
+
*/
|
|
2896
|
+
InstanceStatus: number
|
|
2897
|
+
|
|
2898
|
+
/**
|
|
2899
|
+
* 分片ID
|
|
2900
|
+
*/
|
|
2901
|
+
ShardId: string
|
|
2902
|
+
|
|
2903
|
+
/**
|
|
2904
|
+
* 文件路径
|
|
2905
|
+
*/
|
|
2906
|
+
FilePath: string
|
|
2907
|
+
|
|
2908
|
+
/**
|
|
2909
|
+
* 文件名
|
|
2910
|
+
*/
|
|
2911
|
+
FileName: string
|
|
2912
|
+
|
|
2913
|
+
/**
|
|
2914
|
+
* 文件大小
|
|
2915
|
+
*/
|
|
2916
|
+
FileSize: number
|
|
2917
|
+
|
|
2918
|
+
/**
|
|
2919
|
+
* 备份类型,Data:数据备份,Binlog:Binlog备份,Errlog:错误日志,Slowlog:慢日志
|
|
2920
|
+
*/
|
|
2921
|
+
BackupType: string
|
|
2922
|
+
|
|
2923
|
+
/**
|
|
2924
|
+
* 手动备份,0:否,1:是
|
|
2925
|
+
*/
|
|
2926
|
+
ManualBackup: number
|
|
2927
|
+
|
|
2928
|
+
/**
|
|
2929
|
+
* 备份开始时间
|
|
2930
|
+
*/
|
|
2931
|
+
StartTime: string
|
|
2932
|
+
|
|
2933
|
+
/**
|
|
2934
|
+
* 备份结束时间
|
|
2935
|
+
*/
|
|
2936
|
+
EndTime: string
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2809
2939
|
/**
|
|
2810
2940
|
* CreateHourDCDBInstance返回参数结构体
|
|
2811
2941
|
*/
|
|
@@ -299,7 +299,7 @@ export class Client extends AbstractClient {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
302
|
+
* 删除员工绑定角色
|
|
303
303
|
*/
|
|
304
304
|
async ChannelDeleteRoleUsers(
|
|
305
305
|
req: ChannelDeleteRoleUsersRequest,
|
|
@@ -526,7 +526,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
|
-
*
|
|
529
|
+
* 查询用户角色
|
|
530
530
|
*/
|
|
531
531
|
async ChannelDescribeRoles(
|
|
532
532
|
req: ChannelDescribeRolesRequest,
|
|
@@ -547,7 +547,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
/**
|
|
550
|
-
*
|
|
550
|
+
* 绑定员工角色
|
|
551
551
|
*/
|
|
552
552
|
async ChannelCreateUserRoles(
|
|
553
553
|
req: ChannelCreateUserRolesRequest,
|
|
@@ -503,9 +503,9 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
503
503
|
*/
|
|
504
504
|
export interface ChannelDeleteRoleUsersRequest {
|
|
505
505
|
/**
|
|
506
|
-
*
|
|
506
|
+
* 代理信息
|
|
507
507
|
*/
|
|
508
|
-
|
|
508
|
+
Agent: Agent
|
|
509
509
|
|
|
510
510
|
/**
|
|
511
511
|
* 角色Id
|
|
@@ -518,9 +518,9 @@ export interface ChannelDeleteRoleUsersRequest {
|
|
|
518
518
|
UserIds: Array<string>
|
|
519
519
|
|
|
520
520
|
/**
|
|
521
|
-
*
|
|
521
|
+
* 操作人信息
|
|
522
522
|
*/
|
|
523
|
-
|
|
523
|
+
Operator: UserInfo
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
/**
|
|
@@ -1049,11 +1049,6 @@ export interface ResourceUrlInfo {
|
|
|
1049
1049
|
* ChannelDescribeRoles请求参数结构体
|
|
1050
1050
|
*/
|
|
1051
1051
|
export interface ChannelDescribeRolesRequest {
|
|
1052
|
-
/**
|
|
1053
|
-
* 操作人信息
|
|
1054
|
-
*/
|
|
1055
|
-
Operator: UserInfo
|
|
1056
|
-
|
|
1057
1052
|
/**
|
|
1058
1053
|
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
|
|
1059
1054
|
*/
|
|
@@ -1069,6 +1064,11 @@ export interface ChannelDescribeRolesRequest {
|
|
|
1069
1064
|
*/
|
|
1070
1065
|
Limit: string
|
|
1071
1066
|
|
|
1067
|
+
/**
|
|
1068
|
+
* 操作人信息
|
|
1069
|
+
*/
|
|
1070
|
+
Operator: UserInfo
|
|
1071
|
+
|
|
1072
1072
|
/**
|
|
1073
1073
|
* 查询的关键字段:
|
|
1074
1074
|
Key:"RoleType",Vales:["1"]查询系统角色,Values:["2]查询自定义角色
|
|
@@ -3301,11 +3301,6 @@ export interface ModifyExtendedServiceResponse {
|
|
|
3301
3301
|
* ChannelCreateUserRoles请求参数结构体
|
|
3302
3302
|
*/
|
|
3303
3303
|
export interface ChannelCreateUserRolesRequest {
|
|
3304
|
-
/**
|
|
3305
|
-
* 操作者信息
|
|
3306
|
-
*/
|
|
3307
|
-
Operator: UserInfo
|
|
3308
|
-
|
|
3309
3304
|
/**
|
|
3310
3305
|
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
|
|
3311
3306
|
*/
|
|
@@ -3320,6 +3315,11 @@ export interface ChannelCreateUserRolesRequest {
|
|
|
3320
3315
|
* 绑定角色的角色id列表
|
|
3321
3316
|
*/
|
|
3322
3317
|
RoleIds: Array<string>
|
|
3318
|
+
|
|
3319
|
+
/**
|
|
3320
|
+
* 操作者信息
|
|
3321
|
+
*/
|
|
3322
|
+
Operator: UserInfo
|
|
3323
3323
|
}
|
|
3324
3324
|
|
|
3325
3325
|
/**
|
package/src/services/index.ts
CHANGED
|
@@ -207,6 +207,7 @@ export { tms } from "./tms"
|
|
|
207
207
|
export { tmt } from "./tmt"
|
|
208
208
|
export { trdp } from "./trdp"
|
|
209
209
|
export { trp } from "./trp"
|
|
210
|
+
export { trro } from "./trro"
|
|
210
211
|
export { trtc } from "./trtc"
|
|
211
212
|
export { tse } from "./tse"
|
|
212
213
|
export { tsf } from "./tsf"
|
|
@@ -1500,6 +1500,18 @@ export interface PrometheusInstancesOverview {
|
|
|
1500
1500
|
* 绑定集群正常状态总数
|
|
1501
1501
|
*/
|
|
1502
1502
|
BoundNormal: number
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* 资源包状态,0-无可用资源包,1-有可用资源包
|
|
1506
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1507
|
+
*/
|
|
1508
|
+
ResourcePackageStatus?: number
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* 资源包规格名称
|
|
1512
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1513
|
+
*/
|
|
1514
|
+
ResourcePackageSpecName?: string
|
|
1503
1515
|
}
|
|
1504
1516
|
|
|
1505
1517
|
/**
|
|
@@ -10626,17 +10638,27 @@ export interface Filter {
|
|
|
10626
10638
|
/**
|
|
10627
10639
|
* 过滤方式(=, !=, in)
|
|
10628
10640
|
*/
|
|
10629
|
-
Type
|
|
10641
|
+
Type?: string
|
|
10630
10642
|
|
|
10631
10643
|
/**
|
|
10632
10644
|
* 过滤维度名
|
|
10633
10645
|
*/
|
|
10634
|
-
Key
|
|
10646
|
+
Key?: string
|
|
10635
10647
|
|
|
10636
10648
|
/**
|
|
10637
10649
|
* 过滤值,in过滤方式用逗号分割多个值
|
|
10638
10650
|
*/
|
|
10639
|
-
Value
|
|
10651
|
+
Value?: string
|
|
10652
|
+
|
|
10653
|
+
/**
|
|
10654
|
+
* 过滤条件名称
|
|
10655
|
+
*/
|
|
10656
|
+
Name?: string
|
|
10657
|
+
|
|
10658
|
+
/**
|
|
10659
|
+
* 过滤条件取值范围
|
|
10660
|
+
*/
|
|
10661
|
+
Values?: Array<string>
|
|
10640
10662
|
}
|
|
10641
10663
|
|
|
10642
10664
|
/**
|
|
@@ -106,6 +106,7 @@ import {
|
|
|
106
106
|
CreateTriggerResponse,
|
|
107
107
|
PublishLayerVersionRequest,
|
|
108
108
|
CreateNamespaceRequest,
|
|
109
|
+
UpdateTriggerStatusResponse,
|
|
109
110
|
UpdateFunctionEventInvokeConfigRequest,
|
|
110
111
|
DeleteLayerVersionRequest,
|
|
111
112
|
Filter,
|
|
@@ -125,6 +126,7 @@ import {
|
|
|
125
126
|
GetFunctionAddressResponse,
|
|
126
127
|
CfsInsInfo,
|
|
127
128
|
InstanceConcurrencyConfig,
|
|
129
|
+
UpdateTriggerStatusRequest,
|
|
128
130
|
TriggerAction,
|
|
129
131
|
LimitsInfo,
|
|
130
132
|
ListLayersResponse,
|
|
@@ -402,6 +404,16 @@ export class Client extends AbstractClient {
|
|
|
402
404
|
return this.request("DeleteNamespace", req, cb)
|
|
403
405
|
}
|
|
404
406
|
|
|
407
|
+
/**
|
|
408
|
+
* 更新触发器状态的值
|
|
409
|
+
*/
|
|
410
|
+
async UpdateTriggerStatus(
|
|
411
|
+
req: UpdateTriggerStatusRequest,
|
|
412
|
+
cb?: (error: string, rep: UpdateTriggerStatusResponse) => void
|
|
413
|
+
): Promise<UpdateTriggerStatusResponse> {
|
|
414
|
+
return this.request("UpdateTriggerStatus", req, cb)
|
|
415
|
+
}
|
|
416
|
+
|
|
405
417
|
/**
|
|
406
418
|
* 为某个函数版本创建一个别名,您可以使用别名来标记特定的函数版本,如DEV/RELEASE版本,也可以随时修改别名指向的版本。
|
|
407
419
|
一个别名必须指向一个主版本,此外还可以同时指向一个附加版本。调用函数时指定特定的别名,则请求会被发送到别名指向的版本上,您可以配置请求发送到主版本和附加版本的比例。
|
|
@@ -2337,6 +2337,16 @@ export interface CreateNamespaceRequest {
|
|
|
2337
2337
|
Description?: string
|
|
2338
2338
|
}
|
|
2339
2339
|
|
|
2340
|
+
/**
|
|
2341
|
+
* UpdateTriggerStatus返回参数结构体
|
|
2342
|
+
*/
|
|
2343
|
+
export interface UpdateTriggerStatusResponse {
|
|
2344
|
+
/**
|
|
2345
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2346
|
+
*/
|
|
2347
|
+
RequestId?: string
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2340
2350
|
/**
|
|
2341
2351
|
* UpdateFunctionEventInvokeConfig请求参数结构体
|
|
2342
2352
|
*/
|
|
@@ -3092,6 +3102,46 @@ export interface InstanceConcurrencyConfig {
|
|
|
3092
3102
|
MaxConcurrency?: number
|
|
3093
3103
|
}
|
|
3094
3104
|
|
|
3105
|
+
/**
|
|
3106
|
+
* UpdateTriggerStatus请求参数结构体
|
|
3107
|
+
*/
|
|
3108
|
+
export interface UpdateTriggerStatusRequest {
|
|
3109
|
+
/**
|
|
3110
|
+
* 触发器的初始是能状态OPEN表示开启 CLOSE表示关闭
|
|
3111
|
+
*/
|
|
3112
|
+
Enable: string
|
|
3113
|
+
|
|
3114
|
+
/**
|
|
3115
|
+
* 函数名称
|
|
3116
|
+
*/
|
|
3117
|
+
FunctionName: string
|
|
3118
|
+
|
|
3119
|
+
/**
|
|
3120
|
+
* 触发器名称
|
|
3121
|
+
*/
|
|
3122
|
+
TriggerName: string
|
|
3123
|
+
|
|
3124
|
+
/**
|
|
3125
|
+
* 触发器类型
|
|
3126
|
+
*/
|
|
3127
|
+
Type: string
|
|
3128
|
+
|
|
3129
|
+
/**
|
|
3130
|
+
* 函数的版本,默认为 $LATEST,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布。
|
|
3131
|
+
*/
|
|
3132
|
+
Qualifier?: string
|
|
3133
|
+
|
|
3134
|
+
/**
|
|
3135
|
+
* 函数的命名空间
|
|
3136
|
+
*/
|
|
3137
|
+
Namespace?: string
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* 如果更新的触发器类型为 COS 触发器,该字段为必填值,存放 JSON 格式的数据 {"event":"cos:ObjectCreated:*"},数据内容和 SetTrigger 接口中该字段的格式相同;如果更新的触发器类型为定时触发器或 CMQ 触发器,可以不指定该字段
|
|
3141
|
+
*/
|
|
3142
|
+
TriggerDesc?: string
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3095
3145
|
/**
|
|
3096
3146
|
* 预置定时任务动作
|
|
3097
3147
|
*/
|