tencentcloud-sdk-nodejs 4.0.356 → 4.0.357
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 +270 -0
- package/SERVICE_CHANGELOG.md +491 -513
- package/package.json +1 -1
- package/products.md +14 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/index.ts +5 -0
- package/src/services/acp/v20220105/acp_client.ts +106 -0
- package/src/services/acp/v20220105/acp_models.ts +605 -0
- package/src/services/acp/v20220105/index.ts +6 -0
- package/src/services/ams/v20201229/ams_client.ts +2 -0
- package/src/services/ams/v20201229/ams_models.ts +54 -0
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/bsca/v20210811/bsca_client.ts +12 -0
- package/src/services/bsca/v20210811/bsca_models.ts +25 -0
- package/src/services/ecm/v20190719/ecm_models.ts +10 -2
- package/src/services/emr/v20190103/emr_client.ts +6 -4
- package/src/services/emr/v20190103/emr_models.ts +7 -1
- package/src/services/index.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mmps/index.ts +5 -0
- package/src/services/mmps/v20200710/index.ts +6 -0
- package/src/services/mmps/v20200710/mmps_client.ts +167 -0
- package/src/services/mmps/v20200710/mmps_models.ts +846 -0
- package/src/services/ocr/v20181119/ocr_client.ts +38 -1
- package/src/services/ocr/v20181119/ocr_models.ts +329 -10
- package/src/services/tem/v20210701/tem_models.ts +7 -2
- package/src/services/tiia/v20190529/tiia_client.ts +17 -2
- package/src/services/tiia/v20190529/tiia_models.ts +74 -35
- package/src/services/tke/v20180525/tke_client.ts +1 -0
- package/src/services/tke/v20180525/tke_models.ts +20 -0
- package/src/services/vm/v20201229/vm_client.ts +2 -0
- package/src/services/vm/v20201229/vm_models.ts +54 -0
- package/src/services/vod/v20180717/vod_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/index.d.ts +6 -0
- package/tencentcloud/services/acp/index.js +7 -0
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +34 -0
- package/tencentcloud/services/acp/v20220105/acp_client.js +67 -0
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +491 -0
- package/tencentcloud/services/acp/v20220105/acp_models.js +18 -0
- package/tencentcloud/services/acp/v20220105/index.d.ts +6 -0
- package/tencentcloud/services/acp/v20220105/index.js +9 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +47 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +5 -1
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +6 -0
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +22 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +9 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +4 -2
- package/tencentcloud/services/emr/v20190103/emr_client.js +4 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +7 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -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 +1 -1
- package/tencentcloud/services/mmps/index.d.ts +6 -0
- package/tencentcloud/services/mmps/index.js +7 -0
- package/tencentcloud/services/mmps/v20200710/index.d.ts +6 -0
- package/tencentcloud/services/mmps/v20200710/index.js +9 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +54 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +97 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +695 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.js +18 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +18 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +275 -8
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +6 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +9 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +64 -29
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +17 -0
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +47 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
- package/test/acp.v20220105.test.js +81 -0
- package/test/bsca.v20210811.test.js +10 -0
- package/test/mmps.v20200710.test.js +131 -0
- package/test/ocr.v20181119.test.js +30 -0
- package/test/tiia.v20190529.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
+
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-08 15:18:26 |
|
|
5
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
6
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
7
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
8
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
9
|
-
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-
|
|
10
|
+
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-09 06:05:24 |
|
|
10
11
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-17 06:03:35 |
|
|
11
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
12
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
@@ -14,7 +15,7 @@
|
|
|
14
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-21 06:05:25 |
|
|
15
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
|
|
16
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-09 06:06:03 |
|
|
18
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
19
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
20
21
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
28
29
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
29
30
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
30
|
-
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-
|
|
31
|
+
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-06-09 06:06:39 |
|
|
31
32
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
32
33
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
|
|
33
34
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
@@ -77,10 +78,10 @@
|
|
|
77
78
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-05-26 06:11:01 |
|
|
78
79
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
79
80
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
80
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-
|
|
81
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-09 06:11:09 |
|
|
81
82
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
82
83
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
83
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-
|
|
84
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
|
|
84
85
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
|
|
85
86
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-07 06:07:22 |
|
|
86
87
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-02 06:08:13 |
|
|
@@ -111,13 +112,14 @@
|
|
|
111
112
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
|
|
112
113
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
|
|
113
114
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
114
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-
|
|
115
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-09 06:14:00 |
|
|
115
116
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
116
117
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
117
118
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
|
|
118
119
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
119
120
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
120
121
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
122
|
+
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-08 15:18:22 |
|
|
121
123
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
122
124
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
123
125
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-26 06:14:37 |
|
|
@@ -129,7 +131,7 @@
|
|
|
129
131
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
130
132
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
131
133
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-08 06:13:07 |
|
|
132
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-
|
|
134
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-09 06:15:14 |
|
|
133
135
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-05-30 06:11:27 |
|
|
134
136
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
135
137
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -171,7 +173,7 @@
|
|
|
171
173
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
172
174
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
173
175
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
|
|
174
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-
|
|
176
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-09 06:18:14 |
|
|
175
177
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-08 06:16:20 |
|
|
176
178
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
177
179
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -179,10 +181,10 @@
|
|
|
179
181
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
180
182
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
181
183
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
182
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-
|
|
184
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-09 06:18:37 |
|
|
183
185
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
184
186
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
185
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-
|
|
187
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-09 06:18:50 |
|
|
186
188
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
187
189
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
188
190
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
@@ -193,9 +195,9 @@
|
|
|
193
195
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
194
196
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
195
197
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
196
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-
|
|
198
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-09 06:19:53 |
|
|
197
199
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
198
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-
|
|
200
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-09 06:19:56 |
|
|
199
201
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-02 06:17:13 |
|
|
200
202
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
201
203
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.357"
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
CreateAppScanTaskRepeatRequest,
|
|
22
|
+
DescribeScanTaskListResponse,
|
|
23
|
+
AppInfoItem,
|
|
24
|
+
DescribeScanTaskListRequest,
|
|
25
|
+
TaskFlowStepsInfo,
|
|
26
|
+
CreateAppScanTaskRequest,
|
|
27
|
+
DescribeScanTaskStatusResponse,
|
|
28
|
+
DescribeFileTicketResponse,
|
|
29
|
+
DescribeScanTaskReportUrlRequest,
|
|
30
|
+
AppTaskData,
|
|
31
|
+
DescribeScanTaskStatusRequest,
|
|
32
|
+
DescribeFileTicketRequest,
|
|
33
|
+
CreateAppScanTaskResponse,
|
|
34
|
+
DescribeScanTaskReportUrlResponse,
|
|
35
|
+
CreateAppScanTaskRepeatResponse,
|
|
36
|
+
} from "./acp_models"
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* acp client
|
|
40
|
+
* @class
|
|
41
|
+
*/
|
|
42
|
+
export class Client extends AbstractClient {
|
|
43
|
+
constructor(clientConfig: ClientConfig) {
|
|
44
|
+
super("acp.tencentcloudapi.com", "2022-01-05", clientConfig)
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 创建应用合规隐私诊断任务
|
|
49
|
+
*/
|
|
50
|
+
async CreateAppScanTask(
|
|
51
|
+
req: CreateAppScanTaskRequest,
|
|
52
|
+
cb?: (error: string, rep: CreateAppScanTaskResponse) => void
|
|
53
|
+
): Promise<CreateAppScanTaskResponse> {
|
|
54
|
+
return this.request("CreateAppScanTask", req, cb)
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* App应用合规隐私诊断重试任务
|
|
59
|
+
*/
|
|
60
|
+
async CreateAppScanTaskRepeat(
|
|
61
|
+
req: CreateAppScanTaskRepeatRequest,
|
|
62
|
+
cb?: (error: string, rep: CreateAppScanTaskRepeatResponse) => void
|
|
63
|
+
): Promise<CreateAppScanTaskRepeatResponse> {
|
|
64
|
+
return this.request("CreateAppScanTaskRepeat", req, cb)
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 获取应用合规文件上传凭证,用于上传诊断文件
|
|
69
|
+
*/
|
|
70
|
+
async DescribeFileTicket(
|
|
71
|
+
req: DescribeFileTicketRequest,
|
|
72
|
+
cb?: (error: string, rep: DescribeFileTicketResponse) => void
|
|
73
|
+
): Promise<DescribeFileTicketResponse> {
|
|
74
|
+
return this.request("DescribeFileTicket", req, cb)
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 获取App合规诊断任务报告url
|
|
79
|
+
*/
|
|
80
|
+
async DescribeScanTaskReportUrl(
|
|
81
|
+
req: DescribeScanTaskReportUrlRequest,
|
|
82
|
+
cb?: (error: string, rep: DescribeScanTaskReportUrlResponse) => void
|
|
83
|
+
): Promise<DescribeScanTaskReportUrlResponse> {
|
|
84
|
+
return this.request("DescribeScanTaskReportUrl", req, cb)
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* 查询App隐私合规诊断任务状态
|
|
89
|
+
*/
|
|
90
|
+
async DescribeScanTaskStatus(
|
|
91
|
+
req: DescribeScanTaskStatusRequest,
|
|
92
|
+
cb?: (error: string, rep: DescribeScanTaskStatusResponse) => void
|
|
93
|
+
): Promise<DescribeScanTaskStatusResponse> {
|
|
94
|
+
return this.request("DescribeScanTaskStatus", req, cb)
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* 获取App隐私合规诊断任务列表
|
|
99
|
+
*/
|
|
100
|
+
async DescribeScanTaskList(
|
|
101
|
+
req: DescribeScanTaskListRequest,
|
|
102
|
+
cb?: (error: string, rep: DescribeScanTaskListResponse) => void
|
|
103
|
+
): Promise<DescribeScanTaskListResponse> {
|
|
104
|
+
return this.request("DescribeScanTaskList", req, cb)
|
|
105
|
+
}
|
|
106
|
+
}
|