tencentcloud-sdk-nodejs 4.0.479 → 4.0.481
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 +79 -0
- package/SERVICE_CHANGELOG.md +83 -35
- package/package.json +1 -1
- package/products.md +4 -4
- package/src/common/sdk_version.ts +1 -1
- package/src/services/afc/v20200226/afc_client.ts +14 -0
- package/src/services/afc/v20200226/afc_models.ts +69 -0
- package/src/services/cfs/v20190719/cfs_client.ts +115 -78
- package/src/services/cfs/v20190719/cfs_models.ts +875 -728
- package/src/services/faceid/v20180301/faceid_client.ts +62 -189
- package/src/services/faceid/v20180301/faceid_models.ts +1543 -2276
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
- package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +60 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +19 -7
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +27 -9
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +820 -695
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +3 -46
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +3 -66
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1508 -2139
- package/test/afc.v20200226.test.js +10 -0
- package/test/cfs.v20190719.test.js +36 -6
- package/test/faceid.v20180301.test.js +2 -102
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,82 @@
|
|
|
1
|
+
# Release 4.0.481
|
|
2
|
+
|
|
3
|
+
## 定制建模(afc) 版本:2020-02-26
|
|
4
|
+
|
|
5
|
+
### 第 3 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-11-14 06:09:18
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [TransportGeneralInterface](https://cloud.tencent.com/document/api/1029/82738)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [TransportGeneralInterfaceInput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceInput)
|
|
20
|
+
* [TransportGeneralInterfaceOutput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceOutput)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# Release 4.0.480
|
|
25
|
+
|
|
26
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
27
|
+
|
|
28
|
+
### 第 12 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-11-11 06:15:57
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [DeleteUserQuota](https://cloud.tencent.com/document/api/582/82655)
|
|
39
|
+
* [DescribeUserQuota](https://cloud.tencent.com/document/api/582/82654)
|
|
40
|
+
* [SetUserQuota](https://cloud.tencent.com/document/api/582/82653)
|
|
41
|
+
|
|
42
|
+
新增数据结构:
|
|
43
|
+
|
|
44
|
+
* [UserQuota](https://cloud.tencent.com/document/api/582/38175#UserQuota)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
49
|
+
|
|
50
|
+
### 第 49 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2022-11-11 06:30:28
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
59
|
+
|
|
60
|
+
* ApplyLivenessToken
|
|
61
|
+
* ApplySdkVerificationToken
|
|
62
|
+
* ApplyWebVerificationToken
|
|
63
|
+
* CreateUploadUrl
|
|
64
|
+
* DetectReflectLivenessAndCompare
|
|
65
|
+
* GenerateReflectSequence
|
|
66
|
+
* GetLivenessResult
|
|
67
|
+
* GetSdkVerificationResult
|
|
68
|
+
* GetWebVerificationResult
|
|
69
|
+
* VideoLivenessCompare
|
|
70
|
+
|
|
71
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
72
|
+
|
|
73
|
+
* CardVerifyResult
|
|
74
|
+
* CompareResult
|
|
75
|
+
* FileInfo
|
|
76
|
+
* VerificationDetail
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
1
80
|
# Release 4.0.479
|
|
2
81
|
|
|
3
82
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 定制建模(afc) 版本:2020-02-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 3 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-11-
|
|
7
|
+
发布时间:2022-11-14 06:09:18
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,27 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [CreateOptimizedModel](https://cloud.tencent.com/document/api/851/82609)
|
|
17
|
-
* [DeleteModelAccelerateTask](https://cloud.tencent.com/document/api/851/82608)
|
|
18
|
-
* [DescribeModelAccEngineVersions](https://cloud.tencent.com/document/api/851/82607)
|
|
19
|
-
* [DescribeModelAccelerateTask](https://cloud.tencent.com/document/api/851/82606)
|
|
20
|
-
* [DescribeModelAccelerateTasks](https://cloud.tencent.com/document/api/851/82605)
|
|
21
|
-
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/851/82604)
|
|
22
|
-
* [StopModelAccelerateTask](https://cloud.tencent.com/document/api/851/82603)
|
|
15
|
+
* [TransportGeneralInterface](https://cloud.tencent.com/document/api/1029/82738)
|
|
23
16
|
|
|
24
17
|
新增数据结构:
|
|
25
18
|
|
|
26
|
-
* [
|
|
27
|
-
* [
|
|
28
|
-
* [HyperParameter](https://cloud.tencent.com/document/api/851/75051#HyperParameter)
|
|
29
|
-
* [ModelAccEngineVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccEngineVersion)
|
|
30
|
-
* [ModelAccelerateTask](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateTask)
|
|
31
|
-
* [ModelInputInfo](https://cloud.tencent.com/document/api/851/75051#ModelInputInfo)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
19
|
+
* [TransportGeneralInterfaceInput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceInput)
|
|
20
|
+
* [TransportGeneralInterfaceOutput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceOutput)
|
|
36
21
|
|
|
37
22
|
|
|
38
23
|
|
|
@@ -555,6 +540,23 @@
|
|
|
555
540
|
|
|
556
541
|
## 定制建模(afc) 版本:2020-02-26
|
|
557
542
|
|
|
543
|
+
### 第 3 次发布
|
|
544
|
+
|
|
545
|
+
发布时间:2022-11-14 06:09:18
|
|
546
|
+
|
|
547
|
+
本次发布包含了以下内容:
|
|
548
|
+
|
|
549
|
+
改善已有的文档。
|
|
550
|
+
|
|
551
|
+
新增接口:
|
|
552
|
+
|
|
553
|
+
* [[TransportGeneralInterface](https://cloud.tencent.com/document/api/1029/82738)](https://cloud.tencent.com/document/api/#/#)
|
|
554
|
+
|
|
555
|
+
新增数据结构:
|
|
556
|
+
|
|
557
|
+
* [[TransportGeneralInterfaceInput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceInput)](https://cloud.tencent.com/document/api/1029/44018#[TransportGeneralInterfaceInput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceInput))
|
|
558
|
+
* [[TransportGeneralInterfaceOutput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceOutput)](https://cloud.tencent.com/document/api/1029/44018#[TransportGeneralInterfaceOutput](https://cloud.tencent.com/document/api/1029/44018#TransportGeneralInterfaceOutput))
|
|
559
|
+
|
|
558
560
|
### 第 2 次发布
|
|
559
561
|
|
|
560
562
|
发布时间:2021-11-18 08:02:17
|
|
@@ -16839,6 +16841,24 @@
|
|
|
16839
16841
|
|
|
16840
16842
|
## 文件存储(cfs) 版本:2019-07-19
|
|
16841
16843
|
|
|
16844
|
+
### 第 12 次发布
|
|
16845
|
+
|
|
16846
|
+
发布时间:2022-11-11 06:15:57
|
|
16847
|
+
|
|
16848
|
+
本次发布包含了以下内容:
|
|
16849
|
+
|
|
16850
|
+
改善已有的文档。
|
|
16851
|
+
|
|
16852
|
+
新增接口:
|
|
16853
|
+
|
|
16854
|
+
* [DeleteUserQuota](https://cloud.tencent.com/document/api/582/82655)
|
|
16855
|
+
* [DescribeUserQuota](https://cloud.tencent.com/document/api/582/82654)
|
|
16856
|
+
* [SetUserQuota](https://cloud.tencent.com/document/api/582/82653)
|
|
16857
|
+
|
|
16858
|
+
新增数据结构:
|
|
16859
|
+
|
|
16860
|
+
* [UserQuota](https://cloud.tencent.com/document/api/582/38175#UserQuota)
|
|
16861
|
+
|
|
16842
16862
|
### 第 11 次发布
|
|
16843
16863
|
|
|
16844
16864
|
发布时间:2022-09-07 06:15:13
|
|
@@ -41415,6 +41435,34 @@
|
|
|
41415
41435
|
|
|
41416
41436
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
41417
41437
|
|
|
41438
|
+
### 第 49 次发布
|
|
41439
|
+
|
|
41440
|
+
发布时间:2022-11-11 06:30:28
|
|
41441
|
+
|
|
41442
|
+
本次发布包含了以下内容:
|
|
41443
|
+
|
|
41444
|
+
改善已有的文档。
|
|
41445
|
+
|
|
41446
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
41447
|
+
|
|
41448
|
+
* ApplyLivenessToken
|
|
41449
|
+
* ApplySdkVerificationToken
|
|
41450
|
+
* ApplyWebVerificationToken
|
|
41451
|
+
* CreateUploadUrl
|
|
41452
|
+
* DetectReflectLivenessAndCompare
|
|
41453
|
+
* GenerateReflectSequence
|
|
41454
|
+
* GetLivenessResult
|
|
41455
|
+
* GetSdkVerificationResult
|
|
41456
|
+
* GetWebVerificationResult
|
|
41457
|
+
* VideoLivenessCompare
|
|
41458
|
+
|
|
41459
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
41460
|
+
|
|
41461
|
+
* CardVerifyResult
|
|
41462
|
+
* CompareResult
|
|
41463
|
+
* FileInfo
|
|
41464
|
+
* VerificationDetail
|
|
41465
|
+
|
|
41418
41466
|
### 第 48 次发布
|
|
41419
41467
|
|
|
41420
41468
|
发布时间:2022-10-17 06:26:28
|
|
@@ -81501,23 +81549,23 @@
|
|
|
81501
81549
|
|
|
81502
81550
|
新增接口:
|
|
81503
81551
|
|
|
81504
|
-
* [
|
|
81505
|
-
* [
|
|
81506
|
-
* [
|
|
81507
|
-
* [
|
|
81508
|
-
* [
|
|
81509
|
-
* [
|
|
81510
|
-
* [
|
|
81511
|
-
* [
|
|
81552
|
+
* [CreateBatchModelAccTasks](https://cloud.tencent.com/document/api/851/82610)
|
|
81553
|
+
* [CreateOptimizedModel](https://cloud.tencent.com/document/api/851/82609)
|
|
81554
|
+
* [DeleteModelAccelerateTask](https://cloud.tencent.com/document/api/851/82608)
|
|
81555
|
+
* [DescribeModelAccEngineVersions](https://cloud.tencent.com/document/api/851/82607)
|
|
81556
|
+
* [DescribeModelAccelerateTask](https://cloud.tencent.com/document/api/851/82606)
|
|
81557
|
+
* [DescribeModelAccelerateTasks](https://cloud.tencent.com/document/api/851/82605)
|
|
81558
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/851/82604)
|
|
81559
|
+
* [StopModelAccelerateTask](https://cloud.tencent.com/document/api/851/82603)
|
|
81512
81560
|
|
|
81513
81561
|
新增数据结构:
|
|
81514
81562
|
|
|
81515
|
-
* [
|
|
81516
|
-
* [
|
|
81517
|
-
* [
|
|
81518
|
-
* [
|
|
81519
|
-
* [
|
|
81520
|
-
* [
|
|
81563
|
+
* [BatchModelAccTask](https://cloud.tencent.com/document/api/851/75051#BatchModelAccTask)
|
|
81564
|
+
* [EngineVersion](https://cloud.tencent.com/document/api/851/75051#EngineVersion)
|
|
81565
|
+
* [HyperParameter](https://cloud.tencent.com/document/api/851/75051#HyperParameter)
|
|
81566
|
+
* [ModelAccEngineVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccEngineVersion)
|
|
81567
|
+
* [ModelAccelerateTask](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateTask)
|
|
81568
|
+
* [ModelInputInfo](https://cloud.tencent.com/document/api/851/75051#ModelInputInfo)
|
|
81521
81569
|
|
|
81522
81570
|
### 第 7 次发布
|
|
81523
81571
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-09-19 11:21:50 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-
|
|
8
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-10-31 06:07:18 |
|
|
11
11
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-11-09 06:08:09 |
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-10-31 06:15:07 |
|
|
45
45
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
46
46
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
47
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-
|
|
47
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-11 06:15:57 |
|
|
48
48
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-10-25 06:18:27 |
|
|
49
49
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
50
50
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-09-27 06:14:52 |
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-11-08 06:25:11 |
|
|
92
92
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-08 06:25:25 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
94
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-11-11 06:30:28 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
96
96
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
97
97
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-10-13 06:28:02 |
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-11-09 06:57:46 |
|
|
196
196
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-10 06:57:12 |
|
|
197
197
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
198
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-11-
|
|
198
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-11-11 06:58:11 |
|
|
199
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
200
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
201
201
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.481"
|
|
@@ -19,10 +19,14 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
OtherModelScores,
|
|
22
|
+
TransportGeneralInterfaceInput,
|
|
23
|
+
TransportGeneralInterfaceOutput,
|
|
22
24
|
QueryAntiFraudVipResponse,
|
|
23
25
|
RiskDetail,
|
|
26
|
+
TransportGeneralInterfaceRequest,
|
|
24
27
|
SimpleKindRiskDetail,
|
|
25
28
|
GetAntiFraudVipResponse,
|
|
29
|
+
TransportGeneralInterfaceResponse,
|
|
26
30
|
AntiFraudVipCryptoFilter,
|
|
27
31
|
AntiFraudVipFilter,
|
|
28
32
|
QueryAntiFraudVipRequest,
|
|
@@ -60,4 +64,14 @@ export class Client extends AbstractClient {
|
|
|
60
64
|
): Promise<GetAntiFraudVipResponse> {
|
|
61
65
|
return this.request("GetAntiFraudVip", req, cb)
|
|
62
66
|
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* 天御信鸽取数平台接口
|
|
70
|
+
*/
|
|
71
|
+
async TransportGeneralInterface(
|
|
72
|
+
req: TransportGeneralInterfaceRequest,
|
|
73
|
+
cb?: (error: string, rep: TransportGeneralInterfaceResponse) => void
|
|
74
|
+
): Promise<TransportGeneralInterfaceResponse> {
|
|
75
|
+
return this.request("TransportGeneralInterface", req, cb)
|
|
76
|
+
}
|
|
63
77
|
}
|
|
@@ -30,6 +30,49 @@ export interface OtherModelScores {
|
|
|
30
30
|
ModelScore: string
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
/**
|
|
34
|
+
* 天御信鸽取数平台接口入参
|
|
35
|
+
*/
|
|
36
|
+
export interface TransportGeneralInterfaceInput {
|
|
37
|
+
/**
|
|
38
|
+
* 公证处请求接口名
|
|
39
|
+
*/
|
|
40
|
+
InterfaceName?: string
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 公证处业务详情二层入参
|
|
44
|
+
*/
|
|
45
|
+
NotarizationInput?: string
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 业务二层详情入参的哈希签名
|
|
49
|
+
*/
|
|
50
|
+
NotarizationSign?: string
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 天御信鸽取数平台接口出参
|
|
55
|
+
*/
|
|
56
|
+
export interface TransportGeneralInterfaceOutput {
|
|
57
|
+
/**
|
|
58
|
+
* 错误码
|
|
59
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
60
|
+
*/
|
|
61
|
+
Code: string
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* 回包信息
|
|
65
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
66
|
+
*/
|
|
67
|
+
Message: string
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* 公证处业务回包
|
|
71
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
72
|
+
*/
|
|
73
|
+
NotarizationData: string
|
|
74
|
+
}
|
|
75
|
+
|
|
33
76
|
/**
|
|
34
77
|
* QueryAntiFraudVip返回参数结构体
|
|
35
78
|
*/
|
|
@@ -77,6 +120,16 @@ export interface RiskDetail {
|
|
|
77
120
|
RiskCode: number
|
|
78
121
|
}
|
|
79
122
|
|
|
123
|
+
/**
|
|
124
|
+
* TransportGeneralInterface请求参数结构体
|
|
125
|
+
*/
|
|
126
|
+
export interface TransportGeneralInterfaceRequest {
|
|
127
|
+
/**
|
|
128
|
+
* 业务入参
|
|
129
|
+
*/
|
|
130
|
+
BusinessSecurityData?: TransportGeneralInterfaceInput
|
|
131
|
+
}
|
|
132
|
+
|
|
80
133
|
/**
|
|
81
134
|
* 扩展字段,对风险类型的说明
|
|
82
135
|
*/
|
|
@@ -109,6 +162,22 @@ export interface GetAntiFraudVipResponse {
|
|
|
109
162
|
RequestId?: string
|
|
110
163
|
}
|
|
111
164
|
|
|
165
|
+
/**
|
|
166
|
+
* TransportGeneralInterface返回参数结构体
|
|
167
|
+
*/
|
|
168
|
+
export interface TransportGeneralInterfaceResponse {
|
|
169
|
+
/**
|
|
170
|
+
* 业务出参
|
|
171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
172
|
+
*/
|
|
173
|
+
Data: TransportGeneralInterfaceOutput
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
177
|
+
*/
|
|
178
|
+
RequestId?: string
|
|
179
|
+
}
|
|
180
|
+
|
|
112
181
|
/**
|
|
113
182
|
* AntiFraudVipCryptoFilter– 业务入参
|
|
114
183
|
*/
|
|
@@ -18,87 +18,94 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
-
DeleteCfsFileSystemResponse,
|
|
22
|
-
SnapshotInfo,
|
|
23
|
-
DescribeCfsFileSystemsRequest,
|
|
24
|
-
DeleteMountTargetRequest,
|
|
25
|
-
CreateCfsRuleRequest,
|
|
26
|
-
FileSystemInfo,
|
|
27
|
-
PGroup,
|
|
28
|
-
DescribeAvailableZoneInfoResponse,
|
|
29
21
|
SnapshotStatistics,
|
|
30
|
-
UpdateCfsFileSystemNameRequest,
|
|
31
|
-
DeleteCfsSnapshotResponse,
|
|
32
22
|
DescribeCfsPGroupsResponse,
|
|
33
|
-
|
|
34
|
-
SnapshotOperateLog,
|
|
35
|
-
DescribeSnapshotOperationLogsResponse,
|
|
36
|
-
UpdateCfsRuleRequest,
|
|
37
|
-
DeleteAutoSnapshotPolicyResponse,
|
|
38
|
-
CreateCfsSnapshotRequest,
|
|
23
|
+
DescribeMountTargetsResponse,
|
|
39
24
|
DescribeSnapshotOperationLogsRequest,
|
|
40
|
-
DeleteCfsRuleResponse,
|
|
41
|
-
DescribeCfsSnapshotOverviewResponse,
|
|
42
|
-
DeleteCfsRuleRequest,
|
|
43
|
-
DeleteMountTargetResponse,
|
|
44
|
-
UpdateCfsPGroupRequest,
|
|
45
|
-
MountInfo,
|
|
46
|
-
UpdateCfsRuleResponse,
|
|
47
25
|
FileSystemClient,
|
|
48
26
|
DescribeCfsFileSystemsResponse,
|
|
49
|
-
DescribeAutoSnapshotPoliciesResponse,
|
|
50
27
|
CreateCfsFileSystemResponse,
|
|
51
|
-
|
|
28
|
+
FileSystemInfo,
|
|
52
29
|
BindAutoSnapshotPolicyRequest,
|
|
53
|
-
DescribeCfsFileSystemClientsRequest,
|
|
54
|
-
DeleteCfsSnapshotRequest,
|
|
55
|
-
DescribeCfsPGroupsRequest,
|
|
56
|
-
AvailableZone,
|
|
57
30
|
CreateCfsPGroupRequest,
|
|
58
|
-
DeleteCfsPGroupResponse,
|
|
59
|
-
DescribeCfsSnapshotsResponse,
|
|
60
31
|
DescribeAutoSnapshotPoliciesRequest,
|
|
61
|
-
|
|
62
|
-
AvailableRegion,
|
|
63
|
-
UpdateCfsSnapshotAttributeRequest,
|
|
64
|
-
CreateCfsFileSystemRequest,
|
|
32
|
+
DescribeAvailableZoneInfoRequest,
|
|
65
33
|
DescribeMountTargetsRequest,
|
|
34
|
+
BindAutoSnapshotPolicyResponse,
|
|
35
|
+
SignUpCfsServiceRequest,
|
|
36
|
+
SignUpCfsServiceResponse,
|
|
37
|
+
AutoSnapshotPolicyInfo,
|
|
38
|
+
DescribeCfsRulesRequest,
|
|
39
|
+
DeleteCfsPGroupRequest,
|
|
40
|
+
UpdateCfsPGroupResponse,
|
|
41
|
+
DeleteAutoSnapshotPolicyRequest,
|
|
42
|
+
DeleteCfsFileSystemResponse,
|
|
43
|
+
UpdateCfsRuleRequest,
|
|
44
|
+
DeleteUserQuotaRequest,
|
|
45
|
+
DescribeAvailableZoneInfoResponse,
|
|
46
|
+
DeleteCfsSnapshotResponse,
|
|
47
|
+
DescribeCfsFileSystemClientsResponse,
|
|
48
|
+
DeleteMountTargetResponse,
|
|
49
|
+
CreateCfsSnapshotRequest,
|
|
50
|
+
DeleteCfsRuleRequest,
|
|
51
|
+
DescribeCfsRulesResponse,
|
|
52
|
+
DescribeSnapshotOperationLogsResponse,
|
|
53
|
+
UpdateCfsFileSystemPGroupResponse,
|
|
54
|
+
DeleteCfsFileSystemRequest,
|
|
66
55
|
CreateCfsPGroupResponse,
|
|
67
|
-
UpdateCfsFileSystemPGroupRequest,
|
|
68
|
-
PGroupRuleInfo,
|
|
69
|
-
UpdateCfsFileSystemNameResponse,
|
|
70
56
|
DescribeCfsServiceStatusRequest,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
57
|
+
DeleteUserQuotaResponse,
|
|
58
|
+
PGroup,
|
|
59
|
+
SetUserQuotaRequest,
|
|
60
|
+
CreateAutoSnapshotPolicyResponse,
|
|
61
|
+
AvailableType,
|
|
62
|
+
UpdateCfsSnapshotAttributeRequest,
|
|
63
|
+
UserQuota,
|
|
64
|
+
DeleteMountTargetRequest,
|
|
65
|
+
CreateCfsRuleRequest,
|
|
66
|
+
UpdateCfsFileSystemNameRequest,
|
|
67
|
+
SnapshotOperateLog,
|
|
68
|
+
DescribeUserQuotaRequest,
|
|
69
|
+
UpdateCfsFileSystemNameResponse,
|
|
70
|
+
DescribeCfsSnapshotOverviewResponse,
|
|
71
|
+
DeleteCfsSnapshotRequest,
|
|
72
|
+
DescribeCfsFileSystemClientsRequest,
|
|
73
|
+
AvailableProtoStatus,
|
|
74
|
+
DescribeCfsFileSystemsRequest,
|
|
75
|
+
AvailableRegion,
|
|
76
|
+
CreateCfsFileSystemRequest,
|
|
77
|
+
AvailableZone,
|
|
74
78
|
Filter,
|
|
75
79
|
UnbindAutoSnapshotPolicyRequest,
|
|
76
|
-
|
|
77
|
-
AutoSnapshotPolicyInfo,
|
|
80
|
+
UnbindAutoSnapshotPolicyResponse,
|
|
78
81
|
DescribeCfsServiceStatusResponse,
|
|
79
|
-
|
|
80
|
-
CreateAutoSnapshotPolicyResponse,
|
|
81
|
-
UpdateCfsFileSystemPGroupResponse,
|
|
82
|
-
TagInfo,
|
|
83
|
-
AvailableProtoStatus,
|
|
84
|
-
DescribeCfsRulesRequest,
|
|
85
|
-
BindAutoSnapshotPolicyResponse,
|
|
82
|
+
PGroupRuleInfo,
|
|
86
83
|
DescribeCfsSnapshotsRequest,
|
|
87
84
|
UpdateCfsFileSystemSizeLimitResponse,
|
|
88
|
-
DeleteCfsPGroupRequest,
|
|
89
85
|
UpdateAutoSnapshotPolicyRequest,
|
|
90
|
-
DescribeCfsSnapshotOverviewRequest,
|
|
91
|
-
AvailableType,
|
|
92
|
-
UnbindAutoSnapshotPolicyResponse,
|
|
93
86
|
UpdateCfsFileSystemSizeLimitRequest,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
DescribeCfsRulesResponse,
|
|
97
|
-
SignUpCfsServiceRequest,
|
|
98
|
-
DeleteAutoSnapshotPolicyRequest,
|
|
99
|
-
CreateAutoSnapshotPolicyRequest,
|
|
87
|
+
UpdateCfsRuleResponse,
|
|
88
|
+
UpdateCfsPGroupRequest,
|
|
100
89
|
UpdateAutoSnapshotPolicyResponse,
|
|
90
|
+
FileSystemByPolicy,
|
|
91
|
+
SnapshotInfo,
|
|
92
|
+
MountInfo,
|
|
101
93
|
CreateCfsSnapshotResponse,
|
|
94
|
+
UpdateCfsFileSystemPGroupRequest,
|
|
95
|
+
DeleteAutoSnapshotPolicyResponse,
|
|
96
|
+
DeleteCfsRuleResponse,
|
|
97
|
+
UpdateCfsSnapshotAttributeResponse,
|
|
98
|
+
SetUserQuotaResponse,
|
|
99
|
+
TagInfo,
|
|
100
|
+
DescribeCfsPGroupsRequest,
|
|
101
|
+
DeleteCfsPGroupResponse,
|
|
102
|
+
DescribeUserQuotaResponse,
|
|
103
|
+
PGroupInfo,
|
|
104
|
+
CreateCfsRuleResponse,
|
|
105
|
+
DescribeCfsSnapshotsResponse,
|
|
106
|
+
DescribeAutoSnapshotPoliciesResponse,
|
|
107
|
+
DescribeCfsSnapshotOverviewRequest,
|
|
108
|
+
CreateAutoSnapshotPolicyRequest,
|
|
102
109
|
} from "./cfs_models"
|
|
103
110
|
|
|
104
111
|
/**
|
|
@@ -160,6 +167,16 @@ export class Client extends AbstractClient {
|
|
|
160
167
|
return this.request("DescribeCfsPGroups", req, cb)
|
|
161
168
|
}
|
|
162
169
|
|
|
170
|
+
/**
|
|
171
|
+
* 设置文件系统配额,提供UID/GID的配额设置的接口
|
|
172
|
+
*/
|
|
173
|
+
async SetUserQuota(
|
|
174
|
+
req: SetUserQuotaRequest,
|
|
175
|
+
cb?: (error: string, rep: SetUserQuotaResponse) => void
|
|
176
|
+
): Promise<SetUserQuotaResponse> {
|
|
177
|
+
return this.request("SetUserQuota", req, cb)
|
|
178
|
+
}
|
|
179
|
+
|
|
163
180
|
/**
|
|
164
181
|
* 查询文件系统快照定期策略列表信息
|
|
165
182
|
*/
|
|
@@ -171,13 +188,13 @@ export class Client extends AbstractClient {
|
|
|
171
188
|
}
|
|
172
189
|
|
|
173
190
|
/**
|
|
174
|
-
*
|
|
191
|
+
* 本接口(DescribeMountTargets)用于查询文件系统挂载点信息
|
|
175
192
|
*/
|
|
176
|
-
async
|
|
177
|
-
req:
|
|
178
|
-
cb?: (error: string, rep:
|
|
179
|
-
): Promise<
|
|
180
|
-
return this.request("
|
|
193
|
+
async DescribeMountTargets(
|
|
194
|
+
req: DescribeMountTargetsRequest,
|
|
195
|
+
cb?: (error: string, rep: DescribeMountTargetsResponse) => void
|
|
196
|
+
): Promise<DescribeMountTargetsResponse> {
|
|
197
|
+
return this.request("DescribeMountTargets", req, cb)
|
|
181
198
|
}
|
|
182
199
|
|
|
183
200
|
/**
|
|
@@ -240,6 +257,16 @@ export class Client extends AbstractClient {
|
|
|
240
257
|
return this.request("UpdateCfsFileSystemSizeLimit", req, cb)
|
|
241
258
|
}
|
|
242
259
|
|
|
260
|
+
/**
|
|
261
|
+
* 创建定期快照策略
|
|
262
|
+
*/
|
|
263
|
+
async CreateAutoSnapshotPolicy(
|
|
264
|
+
req: CreateAutoSnapshotPolicyRequest,
|
|
265
|
+
cb?: (error: string, rep: CreateAutoSnapshotPolicyResponse) => void
|
|
266
|
+
): Promise<CreateAutoSnapshotPolicyResponse> {
|
|
267
|
+
return this.request("CreateAutoSnapshotPolicy", req, cb)
|
|
268
|
+
}
|
|
269
|
+
|
|
243
270
|
/**
|
|
244
271
|
* 用于删除文件系统
|
|
245
272
|
*/
|
|
@@ -280,6 +307,16 @@ export class Client extends AbstractClient {
|
|
|
280
307
|
return this.request("DescribeCfsSnapshotOverview", req, cb)
|
|
281
308
|
}
|
|
282
309
|
|
|
310
|
+
/**
|
|
311
|
+
* 查询文件系统配额
|
|
312
|
+
*/
|
|
313
|
+
async DescribeUserQuota(
|
|
314
|
+
req: DescribeUserQuotaRequest,
|
|
315
|
+
cb?: (error: string, rep: DescribeUserQuotaResponse) => void
|
|
316
|
+
): Promise<DescribeUserQuotaResponse> {
|
|
317
|
+
return this.request("DescribeUserQuota", req, cb)
|
|
318
|
+
}
|
|
319
|
+
|
|
283
320
|
/**
|
|
284
321
|
* 更新定期自动快照策略
|
|
285
322
|
*/
|
|
@@ -311,13 +348,13 @@ export class Client extends AbstractClient {
|
|
|
311
348
|
}
|
|
312
349
|
|
|
313
350
|
/**
|
|
314
|
-
*
|
|
351
|
+
* 文件系统绑定快照策略,可以同时绑定多个fs,一个fs 只能跟一个策略绑定
|
|
315
352
|
*/
|
|
316
|
-
async
|
|
317
|
-
req:
|
|
318
|
-
cb?: (error: string, rep:
|
|
319
|
-
): Promise<
|
|
320
|
-
return this.request("
|
|
353
|
+
async BindAutoSnapshotPolicy(
|
|
354
|
+
req: BindAutoSnapshotPolicyRequest,
|
|
355
|
+
cb?: (error: string, rep: BindAutoSnapshotPolicyResponse) => void
|
|
356
|
+
): Promise<BindAutoSnapshotPolicyResponse> {
|
|
357
|
+
return this.request("BindAutoSnapshotPolicy", req, cb)
|
|
321
358
|
}
|
|
322
359
|
|
|
323
360
|
/**
|
|
@@ -341,13 +378,13 @@ export class Client extends AbstractClient {
|
|
|
341
378
|
}
|
|
342
379
|
|
|
343
380
|
/**
|
|
344
|
-
*
|
|
381
|
+
* 指定条件删除文件系统配额
|
|
345
382
|
*/
|
|
346
|
-
async
|
|
347
|
-
req:
|
|
348
|
-
cb?: (error: string, rep:
|
|
349
|
-
): Promise<
|
|
350
|
-
return this.request("
|
|
383
|
+
async DeleteUserQuota(
|
|
384
|
+
req: DeleteUserQuotaRequest,
|
|
385
|
+
cb?: (error: string, rep: DeleteUserQuotaResponse) => void
|
|
386
|
+
): Promise<DeleteUserQuotaResponse> {
|
|
387
|
+
return this.request("DeleteUserQuota", req, cb)
|
|
351
388
|
}
|
|
352
389
|
|
|
353
390
|
/**
|