tencentcloud-sdk-nodejs 4.0.316 → 4.0.319
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 +581 -0
- package/SERVICE_CHANGELOG.md +563 -31
- package/package.json +1 -1
- package/products.md +32 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +5 -0
- package/src/services/as/v20180419/as_client.ts +17 -2
- package/src/services/as/v20180419/as_models.ts +6 -0
- package/src/services/batch/v20170312/batch_models.ts +28 -3
- package/src/services/billing/v20180709/billing_models.ts +13 -2
- package/src/services/cat/v20180409/cat_client.ts +12 -0
- package/src/services/cat/v20180409/cat_models.ts +50 -0
- package/src/services/cdb/v20170320/cdb_models.ts +8 -3
- package/src/services/cdn/v20180606/cdn_models.ts +2 -2
- package/src/services/cfg/index.ts +5 -0
- package/src/services/cfg/v20210820/cfg_client.ts +169 -0
- package/src/services/cfg/v20210820/cfg_models.ts +1227 -0
- package/src/services/cfg/v20210820/index.ts +6 -0
- package/src/services/cls/v20201016/cls_client.ts +22 -9
- package/src/services/cls/v20201016/cls_models.ts +70 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +14 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +58 -0
- package/src/services/cvm/v20170312/cvm_models.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +25 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +53 -3
- package/src/services/dcdb/v20180411/dcdb_models.ts +9 -9
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -2
- package/src/services/iecp/v20210914/iecp_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +12 -2
- package/src/services/mariadb/v20170312/mariadb_models.ts +29 -29
- package/src/services/nlp/v20190408/nlp_client.ts +6 -46
- package/src/services/nlp/v20190408/nlp_models.ts +37 -212
- package/src/services/partners/v20180321/partners_client.ts +4 -5
- package/src/services/partners/v20180321/partners_models.ts +18 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +7 -1
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +3 -2
- package/src/services/ses/v20201002/ses_models.ts +6 -1
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +28 -4
- package/src/services/tcb/v20180608/tcb_models.ts +5 -0
- package/src/services/tcss/v20201101/tcss_models.ts +18 -0
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +51 -2
- package/src/services/thpc/v20211109/thpc_client.ts +2 -1
- package/src/services/thpc/v20211109/thpc_models.ts +34 -14
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +17 -0
- package/src/services/vpc/v20170312/vpc_models.ts +27 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +15 -0
- package/tencentcloud/services/as/v20180419/as_client.js +15 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +5 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +23 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -2
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +42 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/cfg/index.d.ts +6 -0
- package/tencentcloud/services/cfg/index.js +7 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +50 -0
- package/tencentcloud/services/cfg/v20210820/cfg_client.js +91 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1015 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.js +18 -0
- package/tencentcloud/services/cfg/v20210820/index.d.ts +6 -0
- package/tencentcloud/services/cfg/v20210820/index.js +9 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +11 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +6 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +7 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +50 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +47 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +9 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +10 -2
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +29 -29
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -13
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -18
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +35 -187
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +3 -4
- package/tencentcloud/services/partners/v20180321/partners_client.js +3 -4
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +15 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +6 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -0
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +24 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +43 -2
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +30 -13
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +14 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +23 -7
- package/test/cat.v20180409.test.js +10 -0
- package/test/cfg.v20210820.test.js +121 -0
- package/test/cls.v20201016.test.js +12 -2
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +20 -0
- package/test/nlp.v20190408.test.js +0 -30
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
|
|
15
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-
|
|
15
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-03-30 06:01:18 |
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-30 06:01:19 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-24 17:32:45 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-
|
|
20
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-03-31 06:03:07 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-21 08:01:38 |
|
|
22
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-
|
|
22
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-30 06:01:46 |
|
|
23
23
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
25
25
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-02-21 08:01:45 |
|
|
@@ -30,12 +30,13 @@
|
|
|
30
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-28 08:03:45 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-03-16 08:04:45 |
|
|
32
32
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-03-04 10:56:53 |
|
|
33
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-
|
|
33
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-03-31 06:03:51 |
|
|
34
34
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
|
|
35
35
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
|
|
36
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-
|
|
37
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-
|
|
36
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-30 06:02:35 |
|
|
37
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-30 06:02:55 |
|
|
38
38
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
39
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-03-30 12:59:20 |
|
|
39
40
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
40
41
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-03-16 08:05:40 |
|
|
41
42
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-02-21 08:03:12 |
|
|
@@ -46,20 +47,20 @@
|
|
|
46
47
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
|
|
47
48
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
48
49
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
49
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-
|
|
50
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-30 06:03:52 |
|
|
50
51
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
51
52
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
52
53
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
53
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-
|
|
54
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-29 08:07:17 |
|
|
54
55
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-
|
|
56
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-31 06:06:01 |
|
|
56
57
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-03-24 20:38:18 |
|
|
57
58
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
58
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-
|
|
59
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-03-29 08:08:26 |
|
|
59
60
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
60
61
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
|
|
61
62
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
62
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-
|
|
63
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-30 06:05:36 |
|
|
63
64
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-22 08:08:11 |
|
|
64
65
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
65
66
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
|
|
77
78
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-21 11:04:25 |
|
|
78
79
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-18 15:46:35 |
|
|
79
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-
|
|
80
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-29 08:10:05 |
|
|
80
81
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
81
82
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
|
|
82
83
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-23 08:06:46 |
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-03-24 08:12:37 |
|
|
92
93
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
|
93
94
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
|
94
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-
|
|
95
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-30 06:07:34 |
|
|
95
96
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
|
|
96
97
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
|
|
97
98
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
|
|
@@ -103,37 +104,37 @@
|
|
|
103
104
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
|
|
104
105
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
|
|
105
106
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
|
|
106
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-
|
|
107
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-31 06:10:23 |
|
|
107
108
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
108
109
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
109
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-
|
|
110
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-30 06:09:11 |
|
|
110
111
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
111
112
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-03-22 11:40:43 |
|
|
112
113
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
113
114
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
114
115
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-09 08:13:56 |
|
|
115
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-
|
|
116
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-29 08:13:08 |
|
|
116
117
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-18 08:15:06 |
|
|
117
118
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
118
119
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
119
120
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-02-21 08:10:10 |
|
|
120
121
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
121
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-
|
|
122
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-31 06:11:26 |
|
|
122
123
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
123
124
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
124
125
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-24 17:13:23 |
|
|
125
126
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-
|
|
127
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-31 06:11:44 |
|
|
127
128
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
128
129
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
|
|
129
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-
|
|
130
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-03-30 06:10:30 |
|
|
130
131
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
|
|
131
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-
|
|
132
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-31 06:12:04 |
|
|
132
133
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
133
134
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
134
135
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-24 20:44:23 |
|
|
135
136
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-24 17:41:54 |
|
|
136
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-
|
|
137
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-31 06:12:30 |
|
|
137
138
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
|
|
138
139
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
139
140
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
|
|
@@ -152,18 +153,18 @@
|
|
|
152
153
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-02-21 08:11:55 |
|
|
153
154
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
154
155
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-02-21 08:12:00 |
|
|
155
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-
|
|
156
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-
|
|
156
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-03-29 08:15:32 |
|
|
157
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-29 08:15:41 |
|
|
157
158
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
|
|
158
159
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
159
160
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-03-22 08:15:02 |
|
|
160
161
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-03-23 08:12:18 |
|
|
161
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-
|
|
162
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-29 08:16:06 |
|
|
162
163
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
|
|
163
164
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
|
|
164
165
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-24 20:46:23 |
|
|
165
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-
|
|
166
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-03-
|
|
166
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-30 06:12:59 |
|
|
167
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-03-30 06:13:05 |
|
|
167
168
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
168
169
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
|
|
169
170
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -172,12 +173,12 @@
|
|
|
172
173
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-03-16 08:15:31 |
|
|
173
174
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-02-21 08:13:19 |
|
|
174
175
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-21 08:13:23 |
|
|
175
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-
|
|
176
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-31 06:14:50 |
|
|
176
177
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
177
178
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
|
|
178
179
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
179
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-
|
|
180
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-
|
|
180
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-31 06:15:07 |
|
|
181
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-29 08:17:32 |
|
|
181
182
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-23 08:13:50 |
|
|
182
183
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
183
184
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
@@ -185,7 +186,7 @@
|
|
|
185
186
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
186
187
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
187
188
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-28 08:15:45 |
|
|
188
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-
|
|
189
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-31 06:16:03 |
|
|
189
190
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
190
191
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
191
192
|
| 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.319"
|
|
@@ -246,6 +246,7 @@ export class Client extends AbstractClient {
|
|
|
246
246
|
/**
|
|
247
247
|
* 为伸缩组指定数量扩容实例,返回扩容活动的 ActivityId。
|
|
248
248
|
* 伸缩组需要未处于活动中
|
|
249
|
+
* 伸缩组处于停用状态时,该接口也会生效,可参考[停用伸缩组](https://cloud.tencent.com/document/api/377/20435)文档查看伸缩组停用状态的影响范围
|
|
249
250
|
* 接口会增加期望实例数,新的期望实例数需要小于等于最大实例数
|
|
250
251
|
* 扩容如果失败或者部分成功,最后期望实例数只会增加实际成功的实例数量
|
|
251
252
|
*/
|
|
@@ -348,6 +349,7 @@ export class Client extends AbstractClient {
|
|
|
348
349
|
/**
|
|
349
350
|
* 为伸缩组指定数量缩容实例,返回缩容活动的 ActivityId。
|
|
350
351
|
* 伸缩组需要未处于活动中
|
|
352
|
+
* 伸缩组处于停用状态时,该接口也会生效,可参考[停用伸缩组](https://cloud.tencent.com/document/api/377/20435)文档查看伸缩组停用状态的影响范围
|
|
351
353
|
* 根据伸缩组的`TerminationPolicies`策略,选择被缩容的实例,可参考[缩容处理](https://cloud.tencent.com/document/product/377/8563)
|
|
352
354
|
* 接口只会选择`IN_SERVICE`实例缩容,如果需要缩容其他状态实例,可以使用 [DetachInstances](https://cloud.tencent.com/document/api/377/20436) 或 [RemoveInstances](https://cloud.tencent.com/document/api/377/20431) 接口
|
|
353
355
|
* 接口会减少期望实例数,新的期望实例数需要大于等于最小实例数
|
|
@@ -605,8 +607,21 @@ export class Client extends AbstractClient {
|
|
|
605
607
|
}
|
|
606
608
|
|
|
607
609
|
/**
|
|
608
|
-
|
|
609
|
-
|
|
610
|
+
* 本接口(DisableAutoScalingGroup)用于停用指定伸缩组。
|
|
611
|
+
* 停用伸缩组后,自动触发的伸缩活动不再进行,包括:
|
|
612
|
+
- 告警策略触发的伸缩活动
|
|
613
|
+
- 匹配期望实例数的伸缩活动
|
|
614
|
+
- 不健康实例替换活动
|
|
615
|
+
- 定时任务
|
|
616
|
+
* 停用伸缩组后,手动触发的伸缩活动允许进行,包括:
|
|
617
|
+
- 指定数量扩容实例(ScaleOutInstances)
|
|
618
|
+
- 指定数量缩容实例(ScaleInInstances)
|
|
619
|
+
- 从伸缩组中移出 CVM 实例(DetachInstances)
|
|
620
|
+
- 从伸缩组中删除 CVM 实例(RemoveInstances)
|
|
621
|
+
- 添加 CVM 实例到伸缩组(AttachInstances)
|
|
622
|
+
- 关闭伸缩组内 CVM 实例(StopAutoScalingInstances)
|
|
623
|
+
- 开启伸缩组内 CVM 实例(StartAutoScalingInstances)
|
|
624
|
+
*/
|
|
610
625
|
async DisableAutoScalingGroup(
|
|
611
626
|
req: DisableAutoScalingGroupRequest,
|
|
612
627
|
cb?: (error: string, rep: DisableAutoScalingGroupResponse) => void
|
|
@@ -2331,6 +2331,12 @@ export interface DataDisk {
|
|
|
2331
2331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2332
2332
|
*/
|
|
2333
2333
|
DeleteWithInstance?: boolean
|
|
2334
|
+
|
|
2335
|
+
/**
|
|
2336
|
+
* 数据盘是否加密。取值范围:<br><li>TRUE:加密<br><li>FALSE:不加密
|
|
2337
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2338
|
+
*/
|
|
2339
|
+
Encrypt?: boolean
|
|
2334
2340
|
}
|
|
2335
2341
|
|
|
2336
2342
|
/**
|
|
@@ -1232,6 +1232,14 @@ export interface Job {
|
|
|
1232
1232
|
* 标签列表。通过指定该参数可以支持绑定标签到作业。每个作业最多绑定10个标签。
|
|
1233
1233
|
*/
|
|
1234
1234
|
Tags?: Array<Tag>
|
|
1235
|
+
|
|
1236
|
+
/**
|
|
1237
|
+
* 表示通知信息的通知目标类型。
|
|
1238
|
+
取值范围:CMQ,TDMQ_CMQ。
|
|
1239
|
+
CMQ:表示向腾讯云CMQ发送消息。
|
|
1240
|
+
TDMQ_CMQ:表示向腾讯云TDMQ_CMQ发送消息。<br/>默认值为CMQ。<br/>注:腾讯云计划于2022年6月前正式下线消息队列 CMQ,建议使用TDMQ_CMQ。参考文档:[CMQ迁移到TDMQ_CMQ](https://cloud.tencent.com/document/product/406/60860)
|
|
1241
|
+
*/
|
|
1242
|
+
NotificationTarget?: string
|
|
1235
1243
|
}
|
|
1236
1244
|
|
|
1237
1245
|
/**
|
|
@@ -1605,6 +1613,14 @@ export interface NamedCpmComputeEnv {
|
|
|
1605
1613
|
* 标签列表。通过指定该参数可以支持绑定标签到黑石计算环境。每个黑石计算环境最多绑定10个标签。
|
|
1606
1614
|
*/
|
|
1607
1615
|
Tags?: Array<Tag>
|
|
1616
|
+
|
|
1617
|
+
/**
|
|
1618
|
+
* 表示通知信息的通知目标类型。
|
|
1619
|
+
取值范围:CMQ,TDMQ_CMQ。
|
|
1620
|
+
CMQ:表示向腾讯云CMQ发送消息。
|
|
1621
|
+
TDMQ_CMQ:表示向腾讯云TDMQ_CMQ发送消息。<br/>默认值为CMQ。<br/>注:腾讯云计划于2022年6月前正式下线消息队列 CMQ,建议使用TDMQ_CMQ。参考文档:[CMQ迁移到TDMQ_CMQ](https://cloud.tencent.com/document/product/406/60860)
|
|
1622
|
+
*/
|
|
1623
|
+
NotificationTarget?: string
|
|
1608
1624
|
}
|
|
1609
1625
|
|
|
1610
1626
|
/**
|
|
@@ -1759,8 +1775,9 @@ export interface DataDisk {
|
|
|
1759
1775
|
DiskType?: string
|
|
1760
1776
|
|
|
1761
1777
|
/**
|
|
1762
|
-
|
|
1763
|
-
|
|
1778
|
+
* 数据盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID,暂时不支持该参数。
|
|
1779
|
+
该参数目前仅用于`DescribeInstances`接口。
|
|
1780
|
+
*/
|
|
1764
1781
|
DiskId?: string
|
|
1765
1782
|
|
|
1766
1783
|
/**
|
|
@@ -1862,7 +1879,7 @@ export interface NamedComputeEnv {
|
|
|
1862
1879
|
/**
|
|
1863
1880
|
* 通知信息
|
|
1864
1881
|
*/
|
|
1865
|
-
Notifications?: Notification
|
|
1882
|
+
Notifications?: Array<Notification>
|
|
1866
1883
|
|
|
1867
1884
|
/**
|
|
1868
1885
|
* 非活跃节点处理策略,默认“RECREATE”,即对于实例创建失败或异常退还的计算节点,定期重新创建实例资源。
|
|
@@ -1878,6 +1895,14 @@ export interface NamedComputeEnv {
|
|
|
1878
1895
|
* 标签列表。通过指定该参数可以支持绑定标签到计算环境。每个计算环境最多绑定10个标签。
|
|
1879
1896
|
*/
|
|
1880
1897
|
Tags?: Array<Tag>
|
|
1898
|
+
|
|
1899
|
+
/**
|
|
1900
|
+
* 表示通知信息的通知目标类型。
|
|
1901
|
+
取值范围:CMQ,TDMQ_CMQ。
|
|
1902
|
+
CMQ:表示向腾讯云CMQ发送消息。
|
|
1903
|
+
TDMQ_CMQ:表示向腾讯云TDMQ_CMQ发送消息。<br/>默认值为CMQ。<br/>注:腾讯云计划于2022年6月前正式下线消息队列 CMQ,建议使用TDMQ_CMQ。参考文档:[CMQ迁移到TDMQ_CMQ](https://cloud.tencent.com/document/product/406/60860)
|
|
1904
|
+
*/
|
|
1905
|
+
NotificationTarget?: string
|
|
1881
1906
|
}
|
|
1882
1907
|
|
|
1883
1908
|
/**
|
|
@@ -2085,6 +2085,11 @@ export interface DescribeDealsByCondRequest {
|
|
|
2085
2085
|
* 大订单号
|
|
2086
2086
|
*/
|
|
2087
2087
|
BigDealId?: string
|
|
2088
|
+
|
|
2089
|
+
/**
|
|
2090
|
+
* 资源id
|
|
2091
|
+
*/
|
|
2092
|
+
ResourceId?: string
|
|
2088
2093
|
}
|
|
2089
2094
|
|
|
2090
2095
|
/**
|
|
@@ -2716,6 +2721,12 @@ postMoveIn 按量计费迁入资源
|
|
|
2716
2721
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2717
2722
|
*/
|
|
2718
2723
|
SubProductName: string
|
|
2724
|
+
|
|
2725
|
+
/**
|
|
2726
|
+
* 订单对应的资源id, 查询参数Limit超过200,将返回null
|
|
2727
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2728
|
+
*/
|
|
2729
|
+
ResourceId: Array<string>
|
|
2719
2730
|
}
|
|
2720
2731
|
|
|
2721
2732
|
/**
|
|
@@ -2802,12 +2813,12 @@ export interface DescribeDealsByCondResponse {
|
|
|
2802
2813
|
/**
|
|
2803
2814
|
* 订单列表
|
|
2804
2815
|
*/
|
|
2805
|
-
Deals
|
|
2816
|
+
Deals: Array<Deal>
|
|
2806
2817
|
|
|
2807
2818
|
/**
|
|
2808
2819
|
* 订单总数
|
|
2809
2820
|
*/
|
|
2810
|
-
TotalCount
|
|
2821
|
+
TotalCount: number
|
|
2811
2822
|
|
|
2812
2823
|
/**
|
|
2813
2824
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
DescribeProbeNodesResponse,
|
|
25
25
|
RunTaskRequest,
|
|
26
26
|
DescribeTaskDetailResponse,
|
|
27
|
+
DescribeProbeMetricDataResponse,
|
|
27
28
|
DeleteTasksResponse,
|
|
28
29
|
CatTaskDetail,
|
|
29
30
|
BindAlarmPolicyRequest,
|
|
@@ -82,6 +83,7 @@ import {
|
|
|
82
83
|
DescribeAlarmTopicRequest,
|
|
83
84
|
DescribeAgentGroupsResponse,
|
|
84
85
|
SuspendProbeTaskRequest,
|
|
86
|
+
DescribeProbeMetricDataRequest,
|
|
85
87
|
GetRespTimeTrendExRequest,
|
|
86
88
|
UpdateProbeTaskConfigurationListRequest,
|
|
87
89
|
CreateProbeTasksRequest,
|
|
@@ -293,6 +295,16 @@ export class Client extends AbstractClient {
|
|
|
293
295
|
return this.request("GetDailyAvailRatio", req, cb)
|
|
294
296
|
}
|
|
295
297
|
|
|
298
|
+
/**
|
|
299
|
+
* 列出云拨测指标详细数据
|
|
300
|
+
*/
|
|
301
|
+
async DescribeProbeMetricData(
|
|
302
|
+
req: DescribeProbeMetricDataRequest,
|
|
303
|
+
cb?: (error: string, rep: DescribeProbeMetricDataResponse) => void
|
|
304
|
+
): Promise<DescribeProbeMetricDataResponse> {
|
|
305
|
+
return this.request("DescribeProbeMetricData", req, cb)
|
|
306
|
+
}
|
|
307
|
+
|
|
296
308
|
/**
|
|
297
309
|
* 恢复拨测任务
|
|
298
310
|
*/
|
|
@@ -151,6 +151,21 @@ export interface DescribeTaskDetailResponse {
|
|
|
151
151
|
RequestId?: string
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
+
/**
|
|
155
|
+
* DescribeProbeMetricData返回参数结构体
|
|
156
|
+
*/
|
|
157
|
+
export interface DescribeProbeMetricDataResponse {
|
|
158
|
+
/**
|
|
159
|
+
* 指标 JSON 序列化后的字符串
|
|
160
|
+
*/
|
|
161
|
+
MetricSet: string
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
165
|
+
*/
|
|
166
|
+
RequestId?: string
|
|
167
|
+
}
|
|
168
|
+
|
|
154
169
|
/**
|
|
155
170
|
* DeleteTasks返回参数结构体
|
|
156
171
|
*/
|
|
@@ -1979,6 +1994,41 @@ export interface SuspendProbeTaskRequest {
|
|
|
1979
1994
|
TaskIds: Array<string>
|
|
1980
1995
|
}
|
|
1981
1996
|
|
|
1997
|
+
/**
|
|
1998
|
+
* DescribeProbeMetricData请求参数结构体
|
|
1999
|
+
*/
|
|
2000
|
+
export interface DescribeProbeMetricDataRequest {
|
|
2001
|
+
/**
|
|
2002
|
+
* 分析任务类型
|
|
2003
|
+
*/
|
|
2004
|
+
AnalyzeTaskType?: string
|
|
2005
|
+
|
|
2006
|
+
/**
|
|
2007
|
+
* 指标类型,counter 或者 gauge
|
|
2008
|
+
*/
|
|
2009
|
+
MetricType?: string
|
|
2010
|
+
|
|
2011
|
+
/**
|
|
2012
|
+
* 指标详细字段
|
|
2013
|
+
*/
|
|
2014
|
+
Field?: string
|
|
2015
|
+
|
|
2016
|
+
/**
|
|
2017
|
+
* 过滤条件
|
|
2018
|
+
*/
|
|
2019
|
+
Filter?: string
|
|
2020
|
+
|
|
2021
|
+
/**
|
|
2022
|
+
* 聚合时间, 1m、1d、100d 等等
|
|
2023
|
+
*/
|
|
2024
|
+
GroupBy?: string
|
|
2025
|
+
|
|
2026
|
+
/**
|
|
2027
|
+
* 过滤条件数组
|
|
2028
|
+
*/
|
|
2029
|
+
Filters?: Array<string>
|
|
2030
|
+
}
|
|
2031
|
+
|
|
1982
2032
|
/**
|
|
1983
2033
|
* GetRespTimeTrendEx请求参数结构体
|
|
1984
2034
|
*/
|
|
@@ -1761,7 +1761,7 @@ export interface InitDBInstancesResponse {
|
|
|
1761
1761
|
/**
|
|
1762
1762
|
* 异步任务的请求ID数组,可使用此ID查询异步任务的执行结果
|
|
1763
1763
|
*/
|
|
1764
|
-
AsyncRequestIds
|
|
1764
|
+
AsyncRequestIds: Array<string>
|
|
1765
1765
|
|
|
1766
1766
|
/**
|
|
1767
1767
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6119,6 +6119,11 @@ export interface DescribeAuditPoliciesRequest {
|
|
|
6119
6119
|
注意,参数 RuleId,InstanceId,PolicyId,PolicyName 必须至少传一个。
|
|
6120
6120
|
*/
|
|
6121
6121
|
RuleId?: string
|
|
6122
|
+
|
|
6123
|
+
/**
|
|
6124
|
+
* 实例名称
|
|
6125
|
+
*/
|
|
6126
|
+
InstanceName?: string
|
|
6122
6127
|
}
|
|
6123
6128
|
|
|
6124
6129
|
/**
|
|
@@ -7193,13 +7198,13 @@ export interface DescribeAuditPoliciesResponse {
|
|
|
7193
7198
|
/**
|
|
7194
7199
|
* 符合条件的审计策略个数。
|
|
7195
7200
|
*/
|
|
7196
|
-
TotalCount
|
|
7201
|
+
TotalCount: number
|
|
7197
7202
|
|
|
7198
7203
|
/**
|
|
7199
7204
|
* 审计策略详情。
|
|
7200
7205
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7201
7206
|
*/
|
|
7202
|
-
Items
|
|
7207
|
+
Items: Array<AuditPolicy>
|
|
7203
7208
|
|
|
7204
7209
|
/**
|
|
7205
7210
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1759,7 +1759,7 @@ export interface ListTopDataRequest {
|
|
|
1759
1759
|
/**
|
|
1760
1760
|
* 查询起始日期:yyyy-MM-dd HH:mm:ss
|
|
1761
1761
|
仅支持按天粒度的数据查询,取入参中的天信息作为起始日期
|
|
1762
|
-
返回大于等于起始日期当天 00:00:00
|
|
1762
|
+
返回大于等于起始日期当天 00:00:00 点产生的数据,如 StartTime为2018-09-04 10:40:00,返回数据的起始时间为2018-09-04 00:00:00
|
|
1763
1763
|
仅支持 90 天内数据查询
|
|
1764
1764
|
*/
|
|
1765
1765
|
StartTime: string
|
|
@@ -1767,7 +1767,7 @@ export interface ListTopDataRequest {
|
|
|
1767
1767
|
/**
|
|
1768
1768
|
* 查询结束日期:yyyy-MM-dd HH:mm:ss
|
|
1769
1769
|
仅支持按天粒度的数据查询,取入参中的天信息作为结束日期
|
|
1770
|
-
返回小于等于结束日期当天 23:59:59
|
|
1770
|
+
返回小于等于结束日期当天 23:59:59 产生的数据,如EndTime为2018-09-05 22:40:00,返回数据的结束时间为2018-09-05 23:59:59
|
|
1771
1771
|
EndTime 需要大于等于 StartTime
|
|
1772
1772
|
*/
|
|
1773
1773
|
EndTime: string
|