tencentcloud-sdk-nodejs 4.0.584 → 4.0.586
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 +481 -0
- package/SERVICE_CHANGELOG.md +669 -7
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +59 -18
- package/src/services/apm/v20210622/apm_models.ts +12 -0
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cfs/v20190719/cfs_models.ts +8 -8
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +48 -10
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +301 -73
- package/src/services/ess/v20201111/ess_models.ts +11 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +12 -2
- package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
- package/src/services/gme/v20180711/gme_client.ts +4 -2
- package/src/services/gme/v20180711/gme_models.ts +70 -34
- package/src/services/goosefs/v20220519/goosefs_models.ts +10 -0
- package/src/services/lcic/v20220817/lcic_client.ts +23 -9
- package/src/services/lcic/v20220817/lcic_models.ts +63 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -2
- package/src/services/ocr/v20181119/ocr_client.ts +33 -9
- package/src/services/ocr/v20181119/ocr_models.ts +143 -19
- package/src/services/scf/v20180416/scf_models.ts +7 -1
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +29 -7
- package/src/services/ssl/v20191205/ssl_client.ts +16 -4
- package/src/services/ssl/v20191205/ssl_models.ts +152 -112
- package/src/services/tdmq/v20200217/tdmq_client.ts +30 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +299 -16
- package/src/services/tem/v20210701/tem_models.ts +6 -1
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +62 -25
- package/src/services/tke/v20180525/tke_models.ts +362 -204
- package/src/services/trtc/v20190722/trtc_client.ts +3 -3
- package/src/services/trtc/v20190722/trtc_models.ts +4 -4
- package/src/services/tts/v20190823/tts_models.ts +40 -0
- package/src/services/vod/v20180717/vod_client.ts +2 -1
- package/src/services/vod/v20180717/vod_models.ts +81 -43
- package/src/services/vpc/v20170312/vpc_models.ts +13 -1
- package/src/services/waf/v20180125/waf_client.ts +44 -8
- package/src/services/waf/v20180125/waf_models.ts +158 -17
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +50 -16
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +10 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -8
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +15 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +21 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +254 -62
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -2
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +57 -26
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +8 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +13 -5
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +53 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +123 -17
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +25 -7
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +130 -96
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +251 -14
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +20 -8
- package/tencentcloud/services/tke/v20180525/tke_client.js +28 -10
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +306 -170
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +38 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +69 -37
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +15 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +21 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +134 -15
- package/test/dbbrain.v20210527.test.js +32 -2
- package/test/lcic.v20220817.test.js +12 -2
- package/test/ocr.v20181119.test.js +22 -2
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tdmq.v20200217.test.js +20 -0
- package/test/tke.v20180525.test.js +36 -6
- package/test/waf.v20180125.test.js +32 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-03-30 01:01:08 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-03-30 01:01:12 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-03-30 01:01:15 |
|
|
9
|
-
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-
|
|
9
|
+
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-04-21 01:01:27 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-03-30 01:01:22 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-03-30 01:01:58 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-31 01:02:09 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-04-21 01:01:52 |
|
|
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
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
|
|
18
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-
|
|
18
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-21 01:08:25 |
|
|
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-20 01:03:25 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
|
|
22
|
-
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-
|
|
22
|
+
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-04-12 01:08:36 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-
|
|
41
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-21 01:11:17 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-05 01:10:00 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-05 01:11:35 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-19 01:10:00 |
|
|
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-04-19 01:11:05 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-
|
|
48
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-20 01:08:12 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-05 01:16:43 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-11 01:14:47 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
|
|
75
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-
|
|
75
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-21 01:20:02 |
|
|
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-04-07 01:43:48 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
79
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-
|
|
79
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-20 01:15:39 |
|
|
80
80
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-14 01:33:12 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-19 01:27:47 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
|
|
@@ -88,18 +88,18 @@
|
|
|
88
88
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-03-30 01:36:48 |
|
|
89
89
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-30 01:36:56 |
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
91
|
-
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-
|
|
91
|
+
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-
|
|
96
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-20 16:31:25 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-20 16:37:39 |
|
|
96
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-17 01:20:00 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
100
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
|
|
101
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
102
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-
|
|
101
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-21 01:25:14 |
|
|
102
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-04-20 01:23:06 |
|
|
103
103
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
104
104
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-30 01:39:39 |
|
|
105
105
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-
|
|
127
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-21 01:29:46 |
|
|
127
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-20 01:27:41 |
|
|
128
128
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-19 01:38:43 |
|
|
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 |
|
|
@@ -135,7 +135,7 @@
|
|
|
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-04-11 01:28:42 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-21 01:31:58 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-12 01:45:49 |
|
|
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-04-17 01:29:42 |
|
|
@@ -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-04-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-20 01:31:28 |
|
|
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,17 +158,17 @@
|
|
|
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-04-18 01:36:49 |
|
|
161
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-
|
|
162
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
161
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-20 01:34:05 |
|
|
162
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-04-20 01:34:23 |
|
|
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 |
|
|
165
165
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-03-30 01:52:41 |
|
|
166
166
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-03-30 01:52:50 |
|
|
167
167
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
|
|
168
168
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
169
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-
|
|
169
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-21 01:38:00 |
|
|
170
170
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-03-30 01:53:27 |
|
|
171
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-
|
|
171
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-04-21 01:38:46 |
|
|
172
172
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
|
|
173
173
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-03-30 01:53:51 |
|
|
174
174
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
|
|
@@ -190,10 +190,10 @@
|
|
|
190
190
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
|
|
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
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-
|
|
193
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-21 01:42:37 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-
|
|
195
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-21 01:43:33 |
|
|
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 |
|
|
@@ -201,9 +201,9 @@
|
|
|
201
201
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
|
|
202
202
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
203
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
|
|
204
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-
|
|
204
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-20 01:43:31 |
|
|
205
205
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
|
|
206
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-
|
|
206
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-21 01:46:03 |
|
|
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 |
|
|
@@ -211,18 +211,18 @@
|
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
212
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-18 01:48:00 |
|
|
213
213
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
214
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-
|
|
215
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-21 01:47:52 |
|
|
215
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
|
|
216
216
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-19 01:58:00 |
|
|
217
217
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
218
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-
|
|
218
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-21 01:49:37 |
|
|
219
219
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
220
220
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
221
221
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
222
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-
|
|
223
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-
|
|
222
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-21 01:49:58 |
|
|
223
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-21 01:51:07 |
|
|
224
224
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
|
|
225
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-
|
|
225
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-21 01:52:42 |
|
|
226
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
227
227
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-13 01:50:59 |
|
|
228
228
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.586"
|
|
@@ -258,11 +258,6 @@ pcre(正则表达式)
|
|
|
258
258
|
* DescribeOverviewCCTrend请求参数结构体
|
|
259
259
|
*/
|
|
260
260
|
export interface DescribeOverviewCCTrendRequest {
|
|
261
|
-
/**
|
|
262
|
-
* 大禹子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
|
|
263
|
-
*/
|
|
264
|
-
Business: string
|
|
265
|
-
|
|
266
261
|
/**
|
|
267
262
|
* 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
|
268
263
|
*/
|
|
@@ -283,6 +278,11 @@ export interface DescribeOverviewCCTrendRequest {
|
|
|
283
278
|
*/
|
|
284
279
|
MetricName: string
|
|
285
280
|
|
|
281
|
+
/**
|
|
282
|
+
* 大禹子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
|
|
283
|
+
*/
|
|
284
|
+
Business?: string
|
|
285
|
+
|
|
286
286
|
/**
|
|
287
287
|
* 资源的IP
|
|
288
288
|
*/
|
|
@@ -430,6 +430,11 @@ export interface DescribeListSchedulingDomainRequest {
|
|
|
430
430
|
* 调度域名搜索
|
|
431
431
|
*/
|
|
432
432
|
FilterDomain?: string
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* 运行状态 0 代表未运行 1 正在运行 2 运行异常
|
|
436
|
+
*/
|
|
437
|
+
Status?: string
|
|
433
438
|
}
|
|
434
439
|
|
|
435
440
|
/**
|
|
@@ -715,6 +720,11 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
715
720
|
* 默认false;接口传true,返回数据中不包含高级信息,高级信息包含:InstanceList[0].Usage。
|
|
716
721
|
*/
|
|
717
722
|
ExcludeAdvancedInfo?: boolean
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* 资产IP数组
|
|
726
|
+
*/
|
|
727
|
+
FilterAssetIpList?: Array<string>
|
|
718
728
|
}
|
|
719
729
|
|
|
720
730
|
/**
|
|
@@ -1602,11 +1612,6 @@ export interface ModifyCCReqLimitPolicyRequest {
|
|
|
1602
1612
|
* DescribeOverviewDDoSTrend请求参数结构体
|
|
1603
1613
|
*/
|
|
1604
1614
|
export interface DescribeOverviewDDoSTrendRequest {
|
|
1605
|
-
/**
|
|
1606
|
-
* 大禹子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
|
1607
|
-
*/
|
|
1608
|
-
Business: string
|
|
1609
|
-
|
|
1610
1615
|
/**
|
|
1611
1616
|
* 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
|
1612
1617
|
*/
|
|
@@ -1627,6 +1632,11 @@ export interface DescribeOverviewDDoSTrendRequest {
|
|
|
1627
1632
|
*/
|
|
1628
1633
|
MetricName: string
|
|
1629
1634
|
|
|
1635
|
+
/**
|
|
1636
|
+
* 大禹子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
|
|
1637
|
+
*/
|
|
1638
|
+
Business?: string
|
|
1639
|
+
|
|
1630
1640
|
/**
|
|
1631
1641
|
* 资源实例的IP列表
|
|
1632
1642
|
*/
|
|
@@ -2863,12 +2873,12 @@ export interface BGPIPInstance {
|
|
|
2863
2873
|
Status: string
|
|
2864
2874
|
|
|
2865
2875
|
/**
|
|
2866
|
-
*
|
|
2876
|
+
* 到期时间
|
|
2867
2877
|
*/
|
|
2868
2878
|
ExpiredTime: string
|
|
2869
2879
|
|
|
2870
2880
|
/**
|
|
2871
|
-
*
|
|
2881
|
+
* 购买时间
|
|
2872
2882
|
*/
|
|
2873
2883
|
CreatedTime: string
|
|
2874
2884
|
|
|
@@ -3532,6 +3542,12 @@ export interface IPLineInfo {
|
|
|
3532
3542
|
* 资源flag,0:高防包资源,1:高防IP资源,2:非高防资源IP
|
|
3533
3543
|
*/
|
|
3534
3544
|
ResourceFlag?: number
|
|
3545
|
+
|
|
3546
|
+
/**
|
|
3547
|
+
* 域名化资产对应的域名
|
|
3548
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3549
|
+
*/
|
|
3550
|
+
Domain?: string
|
|
3535
3551
|
}
|
|
3536
3552
|
|
|
3537
3553
|
/**
|
|
@@ -4106,12 +4122,12 @@ export interface DescribeListSchedulingDomainResponse {
|
|
|
4106
4122
|
/**
|
|
4107
4123
|
* 总数
|
|
4108
4124
|
*/
|
|
4109
|
-
Total
|
|
4125
|
+
Total?: number
|
|
4110
4126
|
|
|
4111
4127
|
/**
|
|
4112
4128
|
* 调度域名信息列表
|
|
4113
4129
|
*/
|
|
4114
|
-
DomainList
|
|
4130
|
+
DomainList?: Array<SchedulingDomainInfo>
|
|
4115
4131
|
|
|
4116
4132
|
/**
|
|
4117
4133
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4479,12 +4495,12 @@ export interface DescribeOverviewCCTrendResponse {
|
|
|
4479
4495
|
/**
|
|
4480
4496
|
* 值个数
|
|
4481
4497
|
*/
|
|
4482
|
-
Count
|
|
4498
|
+
Count?: number
|
|
4483
4499
|
|
|
4484
4500
|
/**
|
|
4485
4501
|
* 值数组
|
|
4486
4502
|
*/
|
|
4487
|
-
Data
|
|
4503
|
+
Data?: Array<number>
|
|
4488
4504
|
|
|
4489
4505
|
/**
|
|
4490
4506
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4930,6 +4946,12 @@ export interface DescribeBizTrendResponse {
|
|
|
4930
4946
|
*/
|
|
4931
4947
|
MetricName?: string
|
|
4932
4948
|
|
|
4949
|
+
/**
|
|
4950
|
+
* 返回DataList中的最大值
|
|
4951
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4952
|
+
*/
|
|
4953
|
+
MaxData?: number
|
|
4954
|
+
|
|
4933
4955
|
/**
|
|
4934
4956
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4935
4957
|
*/
|
|
@@ -5427,6 +5449,12 @@ other(托管IP)
|
|
|
5427
5449
|
* IP所属的云产品实例ID,例如是弹性网卡的IP,InstanceId为弹性网卡的ID(eni-*); 如果是托管IP没有对应的资源实例ID,InstanceId为""
|
|
5428
5450
|
*/
|
|
5429
5451
|
InstanceId: string
|
|
5452
|
+
|
|
5453
|
+
/**
|
|
5454
|
+
* 域名化资产对应的域名
|
|
5455
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5456
|
+
*/
|
|
5457
|
+
Domain?: string
|
|
5430
5458
|
}
|
|
5431
5459
|
|
|
5432
5460
|
/**
|
|
@@ -5745,6 +5773,12 @@ export interface BGPInstance {
|
|
|
5745
5773
|
* 赠送的业务带宽
|
|
5746
5774
|
*/
|
|
5747
5775
|
GiftServiceBandWidth?: number
|
|
5776
|
+
|
|
5777
|
+
/**
|
|
5778
|
+
* 修改时间
|
|
5779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5780
|
+
*/
|
|
5781
|
+
ModifyTime?: string
|
|
5748
5782
|
}
|
|
5749
5783
|
|
|
5750
5784
|
/**
|
|
@@ -5860,6 +5894,13 @@ export interface DescribeBizTrendRequest {
|
|
|
5860
5894
|
* 协议及端口列表,协议可取值TCP, UDP, HTTP, HTTPS,仅统计纬度为连接数时有效
|
|
5861
5895
|
*/
|
|
5862
5896
|
ProtoInfo?: Array<ProtocolPort>
|
|
5897
|
+
|
|
5898
|
+
/**
|
|
5899
|
+
* 业务类型可取值domain, port
|
|
5900
|
+
port:端口业务
|
|
5901
|
+
domain:域名业务
|
|
5902
|
+
*/
|
|
5903
|
+
BusinessType?: string
|
|
5863
5904
|
}
|
|
5864
5905
|
|
|
5865
5906
|
/**
|
|
@@ -5989,12 +6030,12 @@ export interface DescribeOverviewDDoSTrendResponse {
|
|
|
5989
6030
|
/**
|
|
5990
6031
|
* 值个数
|
|
5991
6032
|
*/
|
|
5992
|
-
Count
|
|
6033
|
+
Count?: number
|
|
5993
6034
|
|
|
5994
6035
|
/**
|
|
5995
6036
|
* 值数组,攻击流量带宽单位为Mbps,包速率单位为pps
|
|
5996
6037
|
*/
|
|
5997
|
-
Data
|
|
6038
|
+
Data?: Array<number>
|
|
5998
6039
|
|
|
5999
6040
|
/**
|
|
6000
6041
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -245,6 +245,18 @@ export interface ApmInstanceDetail {
|
|
|
245
245
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
246
|
*/
|
|
247
247
|
TotalCount: number
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* CLS日志集 | ES集群ID
|
|
251
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
252
|
+
*/
|
|
253
|
+
LogSet: string
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Metric数据保存时长
|
|
257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
|
+
*/
|
|
259
|
+
MetricDuration: number
|
|
248
260
|
}
|
|
249
261
|
|
|
250
262
|
/**
|
|
@@ -378,42 +378,42 @@ export interface CreateCfsFileSystemResponse {
|
|
|
378
378
|
/**
|
|
379
379
|
* 文件系统创建时间
|
|
380
380
|
*/
|
|
381
|
-
CreationTime
|
|
381
|
+
CreationTime?: string
|
|
382
382
|
|
|
383
383
|
/**
|
|
384
384
|
* 用户自定义文件系统名称
|
|
385
385
|
*/
|
|
386
|
-
CreationToken
|
|
386
|
+
CreationToken?: string
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
389
|
* 文件系统 ID
|
|
390
390
|
*/
|
|
391
|
-
FileSystemId
|
|
391
|
+
FileSystemId?: string
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* 文件系统状态,可能出现状态包括:“creating” 创建中, “create_failed” 创建失败, “available” 可用, “unserviced” 不可用, “upgrading” 升级中, “deleting” 删除中。
|
|
395
395
|
*/
|
|
396
|
-
LifeCycleState
|
|
396
|
+
LifeCycleState?: string
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
399
|
* 文件系统已使用容量大小,单位为 Byte
|
|
400
400
|
*/
|
|
401
|
-
SizeByte
|
|
401
|
+
SizeByte?: number
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* 可用区 ID
|
|
405
405
|
*/
|
|
406
|
-
ZoneId
|
|
406
|
+
ZoneId?: number
|
|
407
407
|
|
|
408
408
|
/**
|
|
409
409
|
* 用户自定义文件系统名称
|
|
410
410
|
*/
|
|
411
|
-
FsName
|
|
411
|
+
FsName?: string
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
414
|
* 文件系统是否加密
|
|
415
415
|
*/
|
|
416
|
-
Encrypted
|
|
416
|
+
Encrypted?: boolean
|
|
417
417
|
|
|
418
418
|
/**
|
|
419
419
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
HealthReportTask,
|
|
24
24
|
CreateDBDiagReportTaskRequest,
|
|
25
25
|
TableSpaceTimeSeries,
|
|
26
|
+
DescribeAuditLogFilesResponse,
|
|
26
27
|
DescribeSlowLogsRequest,
|
|
27
28
|
DescribeTopSpaceTablesRequest,
|
|
28
29
|
ScoreItem,
|
|
@@ -36,8 +37,9 @@ import {
|
|
|
36
37
|
DescribeRedisTopBigKeysResponse,
|
|
37
38
|
DescribeSqlTemplateRequest,
|
|
38
39
|
DescribeTopSpaceSchemaTimeSeriesResponse,
|
|
40
|
+
AuditLogFilter,
|
|
39
41
|
SlowLogTopSqlItem,
|
|
40
|
-
|
|
42
|
+
CreateKillTaskResponse,
|
|
41
43
|
DiagHistoryEventItem,
|
|
42
44
|
DescribeProxySessionKillTasksRequest,
|
|
43
45
|
DescribeMySqlProcessListResponse,
|
|
@@ -49,6 +51,7 @@ import {
|
|
|
49
51
|
KillMySqlThreadsResponse,
|
|
50
52
|
CreateSchedulerMailProfileRequest,
|
|
51
53
|
ContactItem,
|
|
54
|
+
DeleteAuditLogFileResponse,
|
|
52
55
|
DescribeDBSpaceStatusRequest,
|
|
53
56
|
TimeSlice,
|
|
54
57
|
DeleteDBDiagReportTasksRequest,
|
|
@@ -62,11 +65,11 @@ import {
|
|
|
62
65
|
CancelKillTaskRequest,
|
|
63
66
|
MySqlProcess,
|
|
64
67
|
DescribeDBDiagHistoryRequest,
|
|
65
|
-
|
|
68
|
+
CreateAuditLogFileResponse,
|
|
66
69
|
DeleteSqlFiltersResponse,
|
|
67
70
|
DescribeDBDiagEventsRequest,
|
|
68
71
|
CreateDBDiagReportUrlResponse,
|
|
69
|
-
|
|
72
|
+
CreateProxySessionKillTaskRequest,
|
|
70
73
|
DeleteDBDiagReportTasksResponse,
|
|
71
74
|
DescribeProxyProcessStatisticsResponse,
|
|
72
75
|
SlowLogHost,
|
|
@@ -116,17 +119,20 @@ import {
|
|
|
116
119
|
IssueTypeInfo,
|
|
117
120
|
DescribeDiagDBInstancesResponse,
|
|
118
121
|
DescribeAllUserGroupRequest,
|
|
119
|
-
|
|
122
|
+
CreateKillTaskRequest,
|
|
120
123
|
CreateSecurityAuditLogExportTaskResponse,
|
|
121
124
|
SchemaItem,
|
|
122
125
|
DescribeSlowLogUserHostStatsRequest,
|
|
123
126
|
DescribeTopSpaceSchemasResponse,
|
|
124
127
|
CreateProxySessionKillTaskResponse,
|
|
128
|
+
AuditLogFile,
|
|
125
129
|
DescribeSlowLogTimeSeriesStatsResponse,
|
|
126
130
|
DescribeProxyProcessStatisticsRequest,
|
|
127
131
|
MonitorFloatMetric,
|
|
128
132
|
DescribeRedisTopKeyPrefixListResponse,
|
|
129
133
|
DescribeAllUserGroupResponse,
|
|
134
|
+
CreateAuditLogFileRequest,
|
|
135
|
+
DeleteAuditLogFileRequest,
|
|
130
136
|
ModifyDiagDBInstanceConfResponse,
|
|
131
137
|
DescribeUserSqlAdviceResponse,
|
|
132
138
|
DescribeDBSpaceStatusResponse,
|
|
@@ -142,6 +148,8 @@ import {
|
|
|
142
148
|
ScoreDetail,
|
|
143
149
|
DescribeTopSpaceSchemasRequest,
|
|
144
150
|
DescribeSlowLogTopSqlsResponse,
|
|
151
|
+
DescribeNoPrimaryKeyTablesResponse,
|
|
152
|
+
DescribeAuditLogFilesRequest,
|
|
145
153
|
DeleteSqlFiltersRequest,
|
|
146
154
|
DescribeUserSqlAdviceRequest,
|
|
147
155
|
Table,
|
|
@@ -249,6 +257,26 @@ export class Client extends AbstractClient {
|
|
|
249
257
|
return this.request("DescribeDBDiagReportTasks", req, cb)
|
|
250
258
|
}
|
|
251
259
|
|
|
260
|
+
/**
|
|
261
|
+
* 修改实例巡检开关。
|
|
262
|
+
*/
|
|
263
|
+
async ModifyDiagDBInstanceConf(
|
|
264
|
+
req: ModifyDiagDBInstanceConfRequest,
|
|
265
|
+
cb?: (error: string, rep: ModifyDiagDBInstanceConfResponse) => void
|
|
266
|
+
): Promise<ModifyDiagDBInstanceConfResponse> {
|
|
267
|
+
return this.request("ModifyDiagDBInstanceConf", req, cb)
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* 用于删除云数据库实例的审计日志文件。
|
|
272
|
+
*/
|
|
273
|
+
async DeleteAuditLogFile(
|
|
274
|
+
req: DeleteAuditLogFileRequest,
|
|
275
|
+
cb?: (error: string, rep: DeleteAuditLogFileResponse) => void
|
|
276
|
+
): Promise<DeleteAuditLogFileResponse> {
|
|
277
|
+
return this.request("DeleteAuditLogFile", req, cb)
|
|
278
|
+
}
|
|
279
|
+
|
|
252
280
|
/**
|
|
253
281
|
* 获取邮件发送联系组的相关信息。
|
|
254
282
|
*/
|
|
@@ -389,6 +417,16 @@ export class Client extends AbstractClient {
|
|
|
389
417
|
return this.request("ModifySqlFilters", req, cb)
|
|
390
418
|
}
|
|
391
419
|
|
|
420
|
+
/**
|
|
421
|
+
* 用于创建云数据库实例的审计日志文件,最多下载600w审计日志。
|
|
422
|
+
*/
|
|
423
|
+
async CreateAuditLogFile(
|
|
424
|
+
req: CreateAuditLogFileRequest,
|
|
425
|
+
cb?: (error: string, rep: CreateAuditLogFileResponse) => void
|
|
426
|
+
): Promise<CreateAuditLogFileResponse> {
|
|
427
|
+
return this.request("CreateAuditLogFile", req, cb)
|
|
428
|
+
}
|
|
429
|
+
|
|
392
430
|
/**
|
|
393
431
|
* 查询redis实例大key列表。
|
|
394
432
|
*/
|
|
@@ -570,13 +608,13 @@ export class Client extends AbstractClient {
|
|
|
570
608
|
}
|
|
571
609
|
|
|
572
610
|
/**
|
|
573
|
-
*
|
|
611
|
+
* 用于创建云数据库实例的审计日志文件
|
|
574
612
|
*/
|
|
575
|
-
async
|
|
576
|
-
req:
|
|
577
|
-
cb?: (error: string, rep:
|
|
578
|
-
): Promise<
|
|
579
|
-
return this.request("
|
|
613
|
+
async DescribeAuditLogFiles(
|
|
614
|
+
req: DescribeAuditLogFilesRequest,
|
|
615
|
+
cb?: (error: string, rep: DescribeAuditLogFilesResponse) => void
|
|
616
|
+
): Promise<DescribeAuditLogFilesResponse> {
|
|
617
|
+
return this.request("DescribeAuditLogFiles", req, cb)
|
|
580
618
|
}
|
|
581
619
|
|
|
582
620
|
/**
|