tencentcloud-sdk-nodejs 4.0.294 → 4.0.297
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 +298 -0
- package/SERVICE_CHANGELOG.md +293 -82
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +20 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
- package/src/services/cls/v20201016/cls_models.ts +17 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
- package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
- package/src/services/cvm/v20170312/cvm_models.ts +8 -7
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/ess/index.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +148 -0
- package/src/services/ess/v20201111/ess_models.ts +857 -0
- package/src/services/ess/v20201111/index.ts +6 -0
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +81 -23
- package/src/services/live/v20180801/live_models.ts +453 -251
- package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +33 -1
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_client.ts +148 -38
- package/src/services/vpc/v20170312/vpc_models.ts +530 -62
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +17 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/ess/index.d.ts +6 -0
- package/tencentcloud/services/ess/index.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
- package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
- package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/index.js +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +32 -7
- package/tencentcloud/services/live/v20180801/live_client.js +41 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +47 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +69 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +457 -56
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/ess.v20201111.test.js +111 -0
- package/test/live.v20180801.test.js +44 -4
- package/test/vpc.v20170312.test.js +100 -10
package/products.md
CHANGED
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-28 08:05:12 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-28 08:05:20 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
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-02-21 08:01:06 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-28 08:05:38 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-23 08:02:26 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
|
|
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
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
|
|
30
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-
|
|
30
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-28 08:06:43 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-21 08:02:25 |
|
|
35
35
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-22 08:02:38 |
|
|
36
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-
|
|
36
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
39
39
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-02-21 08:03:03 |
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-25 08:05:41 |
|
|
45
45
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
|
|
46
|
-
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-
|
|
46
|
+
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
48
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-28 08:08:30 |
|
|
49
49
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
50
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-02-21 08:04:00 |
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-
|
|
52
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-25 08:06:26 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
|
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
|
@@ -70,17 +70,18 @@
|
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
|
|
71
71
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
|
|
73
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-
|
|
73
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
77
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
|
|
77
78
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
78
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-
|
|
79
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-
|
|
79
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
80
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
|
|
80
81
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
|
|
81
82
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
|
|
82
83
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
|
|
83
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-
|
|
84
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-24 08:08:38 |
|
|
84
85
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
|
|
85
86
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
|
|
86
87
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-02-21 08:08:48 |
|
|
102
103
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-02-21 08:08:51 |
|
|
103
104
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-23 08:09:41 |
|
|
104
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-
|
|
105
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
|
|
105
106
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
106
107
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
107
108
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-22 08:09:47 |
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
110
111
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
111
112
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
112
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-
|
|
113
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-25 08:11:43 |
|
|
113
114
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-23 08:10:23 |
|
|
114
115
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
|
|
115
116
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
119
120
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-02-21 08:10:11 |
|
|
120
121
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
121
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-
|
|
122
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-24 08:11:34 |
|
|
122
123
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
|
|
123
124
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-21 08:10:28 |
|
|
124
125
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-02-21 08:10:29 |
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-02-21 08:12:08 |
|
|
155
156
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
|
|
156
157
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
157
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-
|
|
158
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
|
|
158
159
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
|
|
159
160
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-21 08:12:32 |
|
|
160
161
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-02-21 08:12:51 |
|
|
@@ -175,14 +176,14 @@
|
|
|
175
176
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
176
177
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
|
|
177
178
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-21 08:13:46 |
|
|
178
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-
|
|
179
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-24 08:15:06 |
|
|
179
180
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
180
181
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
181
182
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
|
|
182
183
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
183
184
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
184
185
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
|
|
185
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-
|
|
186
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-28 08:19:45 |
|
|
186
187
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
187
188
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
188
189
|
| 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.297"
|
|
@@ -245,6 +245,11 @@ export interface KTVMusicDetailInfo {
|
|
|
245
245
|
* 副歌片段数据列表
|
|
246
246
|
*/
|
|
247
247
|
ChorusClipSet: Array<ChorusClip>
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* 前奏间隔,单位:毫秒;注:若参数返回为0则无人声部分
|
|
251
|
+
*/
|
|
252
|
+
PreludeInterval: number
|
|
248
253
|
}
|
|
249
254
|
|
|
250
255
|
/**
|
|
@@ -894,6 +899,11 @@ export interface DescribeKTVMusicDetailResponse {
|
|
|
894
899
|
*/
|
|
895
900
|
ChorusClipSet: Array<ChorusClip>
|
|
896
901
|
|
|
902
|
+
/**
|
|
903
|
+
* 前奏间隔,单位:毫秒;注:若参数返回为0则无人声部分
|
|
904
|
+
*/
|
|
905
|
+
PreludeInterval: number
|
|
906
|
+
|
|
897
907
|
/**
|
|
898
908
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
899
909
|
*/
|
|
@@ -1383,15 +1393,23 @@ export interface SetPlaylistCommandInput {
|
|
|
1383
1393
|
* 变更类型,取值有:
|
|
1384
1394
|
<li>Add:添加</li>
|
|
1385
1395
|
<li>Delete:删除</li>
|
|
1396
|
+
<li>ClearList:清空歌曲列表</li>
|
|
1397
|
+
<li>Move:移动歌曲</li>
|
|
1386
1398
|
*/
|
|
1387
1399
|
Type: string
|
|
1388
1400
|
|
|
1389
1401
|
/**
|
|
1390
1402
|
* 歌单索引位置,
|
|
1391
1403
|
当 Type 取 Add 时,-1表示添加在列表最后位置,大于-1表示要添加的位置;
|
|
1392
|
-
当 Type 取 Delete
|
|
1404
|
+
当 Type 取 Delete 时,表示待删除歌曲的位置;
|
|
1405
|
+
当 Type 取 Move 时,表示待调整歌曲的位置。
|
|
1393
1406
|
*/
|
|
1394
|
-
Index
|
|
1407
|
+
Index?: number
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* 当 Type 取 Move 时,必填,表示移动歌曲的目标位置。
|
|
1411
|
+
*/
|
|
1412
|
+
ChangedIndex?: number
|
|
1395
1413
|
|
|
1396
1414
|
/**
|
|
1397
1415
|
* 歌曲 ID 列表,当 Type 取 Add 时,必填。
|
|
@@ -2944,9 +2944,14 @@ export interface AssociateDDoSEipLoadBalancerRequest {
|
|
|
2944
2944
|
LoadBalancerID: string
|
|
2945
2945
|
|
|
2946
2946
|
/**
|
|
2947
|
-
*
|
|
2947
|
+
* CLB所在地域,例如:ap-hongkong。
|
|
2948
2948
|
*/
|
|
2949
2949
|
LoadBalancerRegion: string
|
|
2950
|
+
|
|
2951
|
+
/**
|
|
2952
|
+
* CLB内网IP
|
|
2953
|
+
*/
|
|
2954
|
+
Vip?: string
|
|
2950
2955
|
}
|
|
2951
2956
|
|
|
2952
2957
|
/**
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3
|
|
278
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率建议8000Hz或者16000Hz;采样精度建议16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
279
279
|
*/
|
|
280
280
|
async SentenceRecognition(
|
|
281
281
|
req: SentenceRecognitionRequest,
|
|
@@ -30,7 +30,7 @@ export interface SubAccountUser {
|
|
|
30
30
|
Name: string
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
|
-
* 子用户 UID
|
|
33
|
+
* 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
|
|
34
34
|
*/
|
|
35
35
|
Uid: number
|
|
36
36
|
|
|
@@ -400,7 +400,7 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
|
400
400
|
*/
|
|
401
401
|
export interface GetSecurityLastUsedRequest {
|
|
402
402
|
/**
|
|
403
|
-
* 查询密钥ID
|
|
403
|
+
* 查询密钥ID列表。最多支持10个。
|
|
404
404
|
*/
|
|
405
405
|
SecretIdList: Array<string>
|
|
406
406
|
}
|
|
@@ -9121,6 +9121,8 @@ export interface DescribePayTypeResponse {
|
|
|
9121
9121
|
flux:流量计费
|
|
9122
9122
|
bandwidth:带宽计费
|
|
9123
9123
|
request:请求数计费
|
|
9124
|
+
flux_sep:动静分离流量计费
|
|
9125
|
+
bandwidth_sep:动静分离带宽计费
|
|
9124
9126
|
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
|
|
9125
9127
|
*/
|
|
9126
9128
|
PayType: string
|
|
@@ -9129,6 +9131,7 @@ request:请求数计费
|
|
|
9129
9131
|
* 计费周期:
|
|
9130
9132
|
day:日结计费
|
|
9131
9133
|
month:月结计费
|
|
9134
|
+
hour:小时结计费
|
|
9132
9135
|
*/
|
|
9133
9136
|
BillingCycle: string
|
|
9134
9137
|
|
|
@@ -9153,6 +9156,8 @@ multiple:分地区计费
|
|
|
9153
9156
|
flux:流量计费
|
|
9154
9157
|
bandwidth:带宽计费
|
|
9155
9158
|
request:请求数计费
|
|
9159
|
+
flux_sep:动静分离流量计费
|
|
9160
|
+
bandwidth_sep:动静分离带宽计费
|
|
9156
9161
|
*/
|
|
9157
9162
|
CurrentPayType: string
|
|
9158
9163
|
|
|
@@ -2832,7 +2832,7 @@ export interface CreateConsumerRequest {
|
|
|
2832
2832
|
GroupName: string
|
|
2833
2833
|
|
|
2834
2834
|
/**
|
|
2835
|
-
* topic名称
|
|
2835
|
+
* topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
|
|
2836
2836
|
*/
|
|
2837
2837
|
TopicName?: string
|
|
2838
2838
|
|
|
@@ -3817,7 +3817,7 @@ export interface InstanceDetail {
|
|
|
3817
3817
|
RenewFlag: number
|
|
3818
3818
|
|
|
3819
3819
|
/**
|
|
3820
|
-
* 实例状态 int:
|
|
3820
|
+
* 实例状态 int:1表示健康,2表示告警,3 表示实例状态异常
|
|
3821
3821
|
*/
|
|
3822
3822
|
Healthy: number
|
|
3823
3823
|
|
|
@@ -24,21 +24,26 @@ import {
|
|
|
24
24
|
GetAttributeKeyRequest,
|
|
25
25
|
DescribeAuditTracksResponse,
|
|
26
26
|
DeleteAuditResponse,
|
|
27
|
-
|
|
27
|
+
ModifyAuditTrackResponse,
|
|
28
28
|
InquireAuditCreditRequest,
|
|
29
29
|
DescribeEventsResponse,
|
|
30
30
|
ListCosEnableRegionResponse,
|
|
31
31
|
LookUpEventsRequest,
|
|
32
32
|
StartLoggingRequest,
|
|
33
|
+
UpdateAuditRequest,
|
|
33
34
|
DescribeAuditTracksRequest,
|
|
34
35
|
CreateAuditResponse,
|
|
36
|
+
DeleteAuditTrackRequest,
|
|
35
37
|
StartLoggingResponse,
|
|
36
38
|
AttributeKeyDetail,
|
|
37
39
|
ListCosEnableRegionRequest,
|
|
38
40
|
ListKeyAliasByRegionResponse,
|
|
41
|
+
CreateAuditTrackResponse,
|
|
39
42
|
Resource,
|
|
40
43
|
ListAuditsRequest,
|
|
44
|
+
ModifyAuditTrackRequest,
|
|
41
45
|
StopLoggingResponse,
|
|
46
|
+
CreateAuditTrackRequest,
|
|
42
47
|
LookupAttribute,
|
|
43
48
|
ListAuditsResponse,
|
|
44
49
|
KeyMetadata,
|
|
@@ -52,6 +57,7 @@ import {
|
|
|
52
57
|
GetAttributeKeyResponse,
|
|
53
58
|
ListCmqEnableRegionResponse,
|
|
54
59
|
LookUpEventsResponse,
|
|
60
|
+
DeleteAuditTrackResponse,
|
|
55
61
|
CosRegionInfo,
|
|
56
62
|
DescribeAuditResponse,
|
|
57
63
|
Event,
|
|
@@ -67,6 +73,16 @@ export class Client extends AbstractClient {
|
|
|
67
73
|
super("cloudaudit.tencentcloudapi.com", "2019-03-19", clientConfig)
|
|
68
74
|
}
|
|
69
75
|
|
|
76
|
+
/**
|
|
77
|
+
* 修改云审计跟踪
|
|
78
|
+
*/
|
|
79
|
+
async ModifyAuditTrack(
|
|
80
|
+
req?: ModifyAuditTrackRequest,
|
|
81
|
+
cb?: (error: string, rep: ModifyAuditTrackResponse) => void
|
|
82
|
+
): Promise<ModifyAuditTrackResponse> {
|
|
83
|
+
return this.request("ModifyAuditTrack", req, cb)
|
|
84
|
+
}
|
|
85
|
+
|
|
70
86
|
/**
|
|
71
87
|
* 开启跟踪集
|
|
72
88
|
*/
|
|
@@ -77,6 +93,16 @@ export class Client extends AbstractClient {
|
|
|
77
93
|
return this.request("StartLogging", req, cb)
|
|
78
94
|
}
|
|
79
95
|
|
|
96
|
+
/**
|
|
97
|
+
* 查询云审计支持的cos可用区
|
|
98
|
+
*/
|
|
99
|
+
async ListCosEnableRegion(
|
|
100
|
+
req: ListCosEnableRegionRequest,
|
|
101
|
+
cb?: (error: string, rep: ListCosEnableRegionResponse) => void
|
|
102
|
+
): Promise<ListCosEnableRegionResponse> {
|
|
103
|
+
return this.request("ListCosEnableRegion", req, cb)
|
|
104
|
+
}
|
|
105
|
+
|
|
80
106
|
/**
|
|
81
107
|
* 查询AttributeKey的有效取值范围
|
|
82
108
|
*/
|
|
@@ -87,6 +113,16 @@ export class Client extends AbstractClient {
|
|
|
87
113
|
return this.request("GetAttributeKey", req, cb)
|
|
88
114
|
}
|
|
89
115
|
|
|
116
|
+
/**
|
|
117
|
+
* 创建跟踪集
|
|
118
|
+
*/
|
|
119
|
+
async CreateAuditTrack(
|
|
120
|
+
req?: CreateAuditTrackRequest,
|
|
121
|
+
cb?: (error: string, rep: CreateAuditTrackResponse) => void
|
|
122
|
+
): Promise<CreateAuditTrackResponse> {
|
|
123
|
+
return this.request("CreateAuditTrack", req, cb)
|
|
124
|
+
}
|
|
125
|
+
|
|
90
126
|
/**
|
|
91
127
|
* 查询云审计支持的cmq的可用区
|
|
92
128
|
*/
|
|
@@ -196,13 +232,13 @@ export class Client extends AbstractClient {
|
|
|
196
232
|
}
|
|
197
233
|
|
|
198
234
|
/**
|
|
199
|
-
*
|
|
235
|
+
* 删除云审计跟踪集
|
|
200
236
|
*/
|
|
201
|
-
async
|
|
202
|
-
req
|
|
203
|
-
cb?: (error: string, rep:
|
|
204
|
-
): Promise<
|
|
205
|
-
return this.request("
|
|
237
|
+
async DeleteAuditTrack(
|
|
238
|
+
req?: DeleteAuditTrackRequest,
|
|
239
|
+
cb?: (error: string, rep: DeleteAuditTrackResponse) => void
|
|
240
|
+
): Promise<DeleteAuditTrackResponse> {
|
|
241
|
+
return this.request("DeleteAuditTrack", req, cb)
|
|
206
242
|
}
|
|
207
243
|
|
|
208
244
|
/**
|
|
@@ -91,73 +91,13 @@ export interface DeleteAuditResponse {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* ModifyAuditTrack返回参数结构体
|
|
95
95
|
*/
|
|
96
|
-
export interface
|
|
96
|
+
export interface ModifyAuditTrackResponse {
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
99
|
-
*/
|
|
100
|
-
AuditName: string
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* 是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq消息通知服务,云审计会将您的日志内容实时投递到您指定地域的指定队列中。
|
|
104
|
-
*/
|
|
105
|
-
IsEnableCmqNotify?: number
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* 管理事件的读写属性。1:只读,2:只写,3:全部。
|
|
109
|
-
*/
|
|
110
|
-
ReadWriteAttribute?: number
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion来获取。云审计不会校验KeyId的合法性,请您谨慎填写,避免给您的数据造成损失。
|
|
114
|
-
*/
|
|
115
|
-
KeyId?: string
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* cos地域。目前支持的地域可以使用ListCosEnableRegion来获取。
|
|
119
|
-
*/
|
|
120
|
-
CosRegion?: string
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* 队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1的话,此值属于必填字段。如果不是新创建的队列,云审计不会去校验该队列是否真的存在,请谨慎填写,避免日志通知不成功,导致您的数据丢失。
|
|
124
|
-
*/
|
|
125
|
-
CmqQueueName?: string
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* 是否创建新的cos存储桶。1:是,0:否。
|
|
129
|
-
*/
|
|
130
|
-
IsCreateNewBucket?: number
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* kms地域。目前支持的地域可以使用ListKmsEnableRegion来获取。必须要和cos的地域保持一致。
|
|
134
|
-
*/
|
|
135
|
-
KmsRegion?: string
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* 是否开启kms加密。1:是,0:否。如果开启KMS加密,数据在投递到cos时,会将数据加密。
|
|
139
|
-
*/
|
|
140
|
-
IsEnableKmsEncry?: number
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40个字符。存储桶命名不能以“-”开头或结尾。如果不是新创建的存储桶,云审计不会去校验该存储桶是否真的存在,请谨慎填写,避免日志投递不成功,导致您的数据丢失。
|
|
144
|
-
*/
|
|
145
|
-
CosBucketName?: string
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* 队列所在的地域。可以通过ListCmqEnableRegion获取支持的cmq地域。如果IsEnableCmqNotify值是1的话,此值属于必填字段。
|
|
149
|
-
*/
|
|
150
|
-
CmqRegion?: string
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* 日志文件前缀。3-40个字符,只能包含 ASCII 编码字母 a-z,A-Z,数字 0-9。
|
|
154
|
-
*/
|
|
155
|
-
LogFilePrefix?: string
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* 是否创建新的队列。1:是,0:否。如果IsEnableCmqNotify值是1的话,此值属于必填字段。
|
|
98
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
159
99
|
*/
|
|
160
|
-
|
|
100
|
+
RequestId?: string
|
|
161
101
|
}
|
|
162
102
|
|
|
163
103
|
/**
|
|
@@ -257,6 +197,76 @@ export interface StartLoggingRequest {
|
|
|
257
197
|
AuditName: string
|
|
258
198
|
}
|
|
259
199
|
|
|
200
|
+
/**
|
|
201
|
+
* UpdateAudit请求参数结构体
|
|
202
|
+
*/
|
|
203
|
+
export interface UpdateAuditRequest {
|
|
204
|
+
/**
|
|
205
|
+
* 跟踪集名称
|
|
206
|
+
*/
|
|
207
|
+
AuditName: string
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* 是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq消息通知服务,云审计会将您的日志内容实时投递到您指定地域的指定队列中。
|
|
211
|
+
*/
|
|
212
|
+
IsEnableCmqNotify?: number
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* 管理事件的读写属性。1:只读,2:只写,3:全部。
|
|
216
|
+
*/
|
|
217
|
+
ReadWriteAttribute?: number
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion来获取。云审计不会校验KeyId的合法性,请您谨慎填写,避免给您的数据造成损失。
|
|
221
|
+
*/
|
|
222
|
+
KeyId?: string
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* cos地域。目前支持的地域可以使用ListCosEnableRegion来获取。
|
|
226
|
+
*/
|
|
227
|
+
CosRegion?: string
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1的话,此值属于必填字段。如果不是新创建的队列,云审计不会去校验该队列是否真的存在,请谨慎填写,避免日志通知不成功,导致您的数据丢失。
|
|
231
|
+
*/
|
|
232
|
+
CmqQueueName?: string
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* 是否创建新的cos存储桶。1:是,0:否。
|
|
236
|
+
*/
|
|
237
|
+
IsCreateNewBucket?: number
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* kms地域。目前支持的地域可以使用ListKmsEnableRegion来获取。必须要和cos的地域保持一致。
|
|
241
|
+
*/
|
|
242
|
+
KmsRegion?: string
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 是否开启kms加密。1:是,0:否。如果开启KMS加密,数据在投递到cos时,会将数据加密。
|
|
246
|
+
*/
|
|
247
|
+
IsEnableKmsEncry?: number
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40个字符。存储桶命名不能以“-”开头或结尾。如果不是新创建的存储桶,云审计不会去校验该存储桶是否真的存在,请谨慎填写,避免日志投递不成功,导致您的数据丢失。
|
|
251
|
+
*/
|
|
252
|
+
CosBucketName?: string
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* 队列所在的地域。可以通过ListCmqEnableRegion获取支持的cmq地域。如果IsEnableCmqNotify值是1的话,此值属于必填字段。
|
|
256
|
+
*/
|
|
257
|
+
CmqRegion?: string
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* 日志文件前缀。3-40个字符,只能包含 ASCII 编码字母 a-z,A-Z,数字 0-9。
|
|
261
|
+
*/
|
|
262
|
+
LogFilePrefix?: string
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* 是否创建新的队列。1:是,0:否。如果IsEnableCmqNotify值是1的话,此值属于必填字段。
|
|
266
|
+
*/
|
|
267
|
+
IsCreateNewQueue?: number
|
|
268
|
+
}
|
|
269
|
+
|
|
260
270
|
/**
|
|
261
271
|
* DescribeAuditTracks请求参数结构体
|
|
262
272
|
*/
|
|
@@ -277,6 +287,11 @@ export interface CreateAuditResponse {
|
|
|
277
287
|
RequestId?: string
|
|
278
288
|
}
|
|
279
289
|
|
|
290
|
+
/**
|
|
291
|
+
* DeleteAuditTrack请求参数结构体
|
|
292
|
+
*/
|
|
293
|
+
export type DeleteAuditTrackRequest = null
|
|
294
|
+
|
|
280
295
|
/**
|
|
281
296
|
* StartLogging返回参数结构体
|
|
282
297
|
*/
|
|
@@ -352,6 +367,16 @@ export interface ListKeyAliasByRegionResponse {
|
|
|
352
367
|
RequestId?: string
|
|
353
368
|
}
|
|
354
369
|
|
|
370
|
+
/**
|
|
371
|
+
* CreateAuditTrack返回参数结构体
|
|
372
|
+
*/
|
|
373
|
+
export interface CreateAuditTrackResponse {
|
|
374
|
+
/**
|
|
375
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
376
|
+
*/
|
|
377
|
+
RequestId?: string
|
|
378
|
+
}
|
|
379
|
+
|
|
355
380
|
/**
|
|
356
381
|
* 资源类型
|
|
357
382
|
*/
|
|
@@ -373,6 +398,11 @@ export interface Resource {
|
|
|
373
398
|
*/
|
|
374
399
|
export type ListAuditsRequest = null
|
|
375
400
|
|
|
401
|
+
/**
|
|
402
|
+
* ModifyAuditTrack请求参数结构体
|
|
403
|
+
*/
|
|
404
|
+
export type ModifyAuditTrackRequest = null
|
|
405
|
+
|
|
376
406
|
/**
|
|
377
407
|
* StopLogging返回参数结构体
|
|
378
408
|
*/
|
|
@@ -388,6 +418,11 @@ export interface StopLoggingResponse {
|
|
|
388
418
|
RequestId?: string
|
|
389
419
|
}
|
|
390
420
|
|
|
421
|
+
/**
|
|
422
|
+
* CreateAuditTrack请求参数结构体
|
|
423
|
+
*/
|
|
424
|
+
export type CreateAuditTrackRequest = null
|
|
425
|
+
|
|
391
426
|
/**
|
|
392
427
|
* 检索条件
|
|
393
428
|
*/
|
|
@@ -664,6 +699,16 @@ export interface LookUpEventsResponse {
|
|
|
664
699
|
RequestId?: string
|
|
665
700
|
}
|
|
666
701
|
|
|
702
|
+
/**
|
|
703
|
+
* DeleteAuditTrack返回参数结构体
|
|
704
|
+
*/
|
|
705
|
+
export interface DeleteAuditTrackResponse {
|
|
706
|
+
/**
|
|
707
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
708
|
+
*/
|
|
709
|
+
RequestId?: string
|
|
710
|
+
}
|
|
711
|
+
|
|
667
712
|
/**
|
|
668
713
|
* cos地域信息
|
|
669
714
|
*/
|