tencentcloud-sdk-nodejs 4.0.585 → 4.0.587
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 +645 -0
- package/SERVICE_CHANGELOG.md +753 -56
- package/package.json +1 -1
- package/products.md +41 -41
- 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/ccc/v20200210/ccc_models.ts +20 -5
- package/src/services/cdb/v20170320/cdb_client.ts +4 -2
- package/src/services/cdb/v20170320/cdb_models.ts +70 -17
- package/src/services/cfs/v20190719/cfs_client.ts +12 -0
- package/src/services/cfs/v20190719/cfs_models.ts +35 -0
- package/src/services/clb/v20180317/clb_models.ts +6 -1
- package/src/services/cls/v20201016/cls_models.ts +73 -129
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +48 -10
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +301 -73
- package/src/services/ecm/v20190719/ecm_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +27 -5
- 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_models.ts +13 -6
- package/src/services/keewidb/v20220308/keewidb_client.ts +14 -2
- package/src/services/keewidb/v20220308/keewidb_models.ts +48 -13
- package/src/services/lcic/v20220817/lcic_client.ts +23 -9
- package/src/services/lcic/v20220817/lcic_models.ts +61 -0
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +25 -0
- package/src/services/postgres/v20170312/postgres_client.ts +523 -487
- package/src/services/postgres/v20170312/postgres_models.ts +160 -31
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +10 -9
- package/src/services/scf/v20180416/scf_models.ts +10 -3
- 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 +43 -3
- package/src/services/tdmq/v20200217/tdmq_models.ts +392 -64
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_client.ts +61 -24
- package/src/services/tke/v20180525/tke_models.ts +346 -198
- package/src/services/trp/v20210515/trp_client.ts +1 -1
- package/src/services/trp/v20210515/trp_models.ts +90 -77
- package/src/services/trtc/v20190722/trtc_client.ts +2 -0
- package/src/services/trtc/v20190722/trtc_models.ts +3 -3
- package/src/services/tts/v20190823/tts_models.ts +32 -2
- package/src/services/vod/v20180717/vod_client.ts +2 -1
- package/src/services/vod/v20180717/vod_models.ts +96 -39
- package/src/services/vpc/v20170312/vpc_models.ts +47 -12
- package/src/services/waf/v20180125/waf_models.ts +57 -13
- 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/ccc/v20200210/ccc_models.d.ts +17 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -16
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +5 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +6 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +30 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +70 -126
- 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/ecm/v20190719/ecm_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +25 -5
- 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_models.d.ts +8 -2
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +5 -1
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +6 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +42 -12
- 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 +51 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +21 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +173 -161
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +258 -240
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +136 -27
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +9 -8
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -2
- 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 +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +329 -53
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -9
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +292 -165
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +53 -44
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +32 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +82 -33
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +42 -12
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +42 -5
- package/test/cfs.v20190719.test.js +10 -0
- package/test/dbbrain.v20210527.test.js +32 -2
- package/test/keewidb.v20220308.test.js +10 -0
- package/test/lcic.v20220817.test.js +12 -2
- package/test/postgres.v20170312.test.js +192 -162
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tdmq.v20200217.test.js +30 -0
- package/test/tke.v20180525.test.js +36 -6
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,24 +6,24 @@
|
|
|
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
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
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
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-04-24 01:03:28 |
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-24 01:03:32 |
|
|
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-03-30 01:04:12 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
|
|
@@ -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-24 01:05:46 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-05 01:10:00 |
|
|
43
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-
|
|
43
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-24 01:06:05 |
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-24 01:06:23 |
|
|
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-24 01:08:05 |
|
|
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 |
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
57
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-04-19 01:12:57 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-24 01:09:35 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-24 01:10:23 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
|
|
72
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-
|
|
72
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-24 01:14:18 |
|
|
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 |
|
|
@@ -86,19 +86,19 @@
|
|
|
86
86
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
|
|
87
87
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
|
|
88
88
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-03-30 01:36:48 |
|
|
89
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
89
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
91
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-20
|
|
96
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-24 01:19:11 |
|
|
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
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-
|
|
101
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-
|
|
100
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-24 01:20:10 |
|
|
101
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-21 01:25:14 |
|
|
102
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 |
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
|
|
120
120
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-12 01:33:34 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-03-30 01:42:57 |
|
|
122
|
-
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-
|
|
122
|
+
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-24 01:28:14 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
124
|
-
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-
|
|
124
|
+
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
|
|
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-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-21 01:29:46 |
|
|
127
127
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-20 01:27:41 |
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-24 01:29:32 |
|
|
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 |
|
|
@@ -135,30 +135,30 @@
|
|
|
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-24 01:31:01 |
|
|
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 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
143
143
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
144
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-
|
|
144
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-04-24 01:32:41 |
|
|
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-24 01:33:06 |
|
|
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 |
|
|
151
151
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
|
|
152
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-
|
|
152
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-24 01:34:02 |
|
|
153
153
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
|
|
154
154
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-24 01:34:59 |
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
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-
|
|
161
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-24 01:35:50 |
|
|
162
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 |
|
|
@@ -166,9 +166,9 @@
|
|
|
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-24 01:40:56 |
|
|
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-04-20 01:41:18 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-24 01:41:53 |
|
|
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,26 +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-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 |
|
|
210
210
|
| tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-
|
|
212
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-24 01:46:22 |
|
|
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-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-24 01:46:52 |
|
|
215
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-04-
|
|
218
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-24 01:48:24 |
|
|
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-24 01:48:45 |
|
|
223
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-24 01:49:51 |
|
|
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-24 01:51:56 |
|
|
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.587"
|
|
@@ -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
|
/**
|
|
@@ -2501,24 +2501,24 @@ export interface DescribeCallInMetricsResponse {
|
|
|
2501
2501
|
/**
|
|
2502
2502
|
* 时间戳
|
|
2503
2503
|
*/
|
|
2504
|
-
Timestamp
|
|
2504
|
+
Timestamp?: number
|
|
2505
2505
|
|
|
2506
2506
|
/**
|
|
2507
2507
|
* 总体指标
|
|
2508
2508
|
*/
|
|
2509
|
-
TotalMetrics
|
|
2509
|
+
TotalMetrics?: CallInMetrics
|
|
2510
2510
|
|
|
2511
2511
|
/**
|
|
2512
2512
|
* 线路维度指标
|
|
2513
2513
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2514
2514
|
*/
|
|
2515
|
-
NumberMetrics
|
|
2515
|
+
NumberMetrics?: Array<CallInNumberMetrics>
|
|
2516
2516
|
|
|
2517
2517
|
/**
|
|
2518
2518
|
* 技能组维度指标
|
|
2519
2519
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2520
2520
|
*/
|
|
2521
|
-
SkillGroupMetrics
|
|
2521
|
+
SkillGroupMetrics?: Array<CallInSkillGroupMetrics>
|
|
2522
2522
|
|
|
2523
2523
|
/**
|
|
2524
2524
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2601,6 +2601,16 @@ export interface DescribeStaffStatusMetricsRequest {
|
|
|
2601
2601
|
* 筛选坐席列表,默认不传返回全部坐席信息
|
|
2602
2602
|
*/
|
|
2603
2603
|
StaffList?: Array<string>
|
|
2604
|
+
|
|
2605
|
+
/**
|
|
2606
|
+
* 筛选技能组ID列表
|
|
2607
|
+
*/
|
|
2608
|
+
GroupIdList?: Array<number>
|
|
2609
|
+
|
|
2610
|
+
/**
|
|
2611
|
+
* 筛选坐席状态列表
|
|
2612
|
+
*/
|
|
2613
|
+
StatusList?: Array<string>
|
|
2604
2614
|
}
|
|
2605
2615
|
|
|
2606
2616
|
/**
|
|
@@ -2889,7 +2899,7 @@ export interface DescribeStaffStatusMetricsResponse {
|
|
|
2889
2899
|
/**
|
|
2890
2900
|
* 坐席状态实时信息
|
|
2891
2901
|
*/
|
|
2892
|
-
Metrics
|
|
2902
|
+
Metrics?: Array<StaffStatusMetrics>
|
|
2893
2903
|
|
|
2894
2904
|
/**
|
|
2895
2905
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3080,6 +3090,11 @@ export interface DescribeCallInMetricsRequest {
|
|
|
3080
3090
|
* 是否返回线路维度信息,默认“否”
|
|
3081
3091
|
*/
|
|
3082
3092
|
EnabledNumber?: boolean
|
|
3093
|
+
|
|
3094
|
+
/**
|
|
3095
|
+
* 筛选技能组列表
|
|
3096
|
+
*/
|
|
3097
|
+
GroupIdList?: Array<number>
|
|
3083
3098
|
}
|
|
3084
3099
|
|
|
3085
3100
|
/**
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
DescribeInstanceParamRecordsRequest,
|
|
53
53
|
StopRollbackResponse,
|
|
54
54
|
AnalyzeAuditLogsRequest,
|
|
55
|
-
|
|
55
|
+
ModifyBackupEncryptionStatusResponse,
|
|
56
56
|
DatabaseName,
|
|
57
57
|
DescribeInstanceParamsRequest,
|
|
58
58
|
DescribeRoMinScaleResponse,
|
|
@@ -92,6 +92,7 @@ import {
|
|
|
92
92
|
DescribeInstanceParamsResponse,
|
|
93
93
|
UploadInfo,
|
|
94
94
|
DisassociateSecurityGroupsRequest,
|
|
95
|
+
AuditRuleFilters,
|
|
95
96
|
ModifyLocalBinlogConfigRequest,
|
|
96
97
|
StartBatchRollbackResponse,
|
|
97
98
|
ModifyAccountHostResponse,
|
|
@@ -102,6 +103,7 @@ import {
|
|
|
102
103
|
AuditRule,
|
|
103
104
|
DescribeBinlogsRequest,
|
|
104
105
|
RollbackDBName,
|
|
106
|
+
RuleFilters,
|
|
105
107
|
CreateAuditRuleResponse,
|
|
106
108
|
ModifyRemoteBackupConfigResponse,
|
|
107
109
|
DescribeDBInstanceInfoResponse,
|
|
@@ -286,7 +288,7 @@ import {
|
|
|
286
288
|
DescribeTagsOfInstanceIdsRequest,
|
|
287
289
|
RWInfos,
|
|
288
290
|
CloseCDBProxyResponse,
|
|
289
|
-
|
|
291
|
+
StopReplicationResponse,
|
|
290
292
|
UpgradeDBInstanceEngineVersionRequest,
|
|
291
293
|
DescribeDataBackupOverviewRequest,
|
|
292
294
|
DescribeDBInstanceInfoRequest,
|