tencentcloud-sdk-nodejs 4.0.427 → 4.0.430
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 +575 -0
- package/SERVICE_CHANGELOG.md +559 -72
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +58 -3
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -43
- package/src/services/cfw/v20190904/cfw_models.ts +48 -164
- package/src/services/ckafka/v20190819/ckafka_models.ts +36 -0
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +107 -25
- package/src/services/cpdp/v20190820/cpdp_client.ts +60 -6
- package/src/services/cpdp/v20190820/cpdp_models.ts +447 -4
- package/src/services/cvm/v20170312/cvm_models.ts +13 -13
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +6 -18
- package/src/services/dcdb/v20180411/dcdb_models.ts +0 -155
- package/src/services/dlc/v20210125/dlc_client.ts +1 -0
- package/src/services/dlc/v20210125/dlc_models.ts +47 -5
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +63 -0
- package/src/services/ic/v20190307/ic_client.ts +13 -0
- package/src/services/ic/v20190307/ic_models.ts +46 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
- package/src/services/monitor/v20180724/monitor_models.ts +6 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
- package/src/services/ocr/v20181119/ocr_client.ts +2 -0
- package/src/services/ocr/v20181119/ocr_models.ts +21 -1
- package/src/services/teo/v20220106/teo_models.ts +6 -0
- package/src/services/tiia/v20190529/tiia_models.ts +30 -0
- package/src/services/tke/v20180525/tke_client.ts +4 -0
- package/src/services/tke/v20180525/tke_models.ts +119 -0
- package/src/services/tmt/v20180321/tmt_models.ts +6 -0
- package/src/services/trtc/v20190722/trtc_client.ts +16 -10
- package/src/services/trtc/v20190722/trtc_models.ts +9 -9
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -15
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -21
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -136
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +29 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +19 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +27 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +380 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -126
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -0
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +17 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +5 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +5 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -9
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +6 -26
- package/test/clb.v20180317.test.js +12 -2
- package/test/cpdp.v20190820.test.js +42 -2
- package/test/dcdb.v20180411.test.js +2 -12
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/ic.v20190307.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
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-08-16 06:06:52 |
|
|
11
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-08-
|
|
11
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-08-31 06:07:15 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-08-24 06:08:44 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-
|
|
17
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-30 06:08:56 |
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-08-19 06:08:16 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
@@ -38,40 +38,40 @@
|
|
|
38
38
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-26 06:12:22 |
|
|
39
39
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-15 06:11:13 |
|
|
40
40
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-17 06:11:23 |
|
|
41
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-
|
|
41
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-30 06:13:27 |
|
|
42
42
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
43
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-
|
|
43
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-29 06:13:59 |
|
|
44
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
45
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
46
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-
|
|
47
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-
|
|
46
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-08-29 06:14:56 |
|
|
47
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-29 06:15:32 |
|
|
48
48
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
49
49
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
|
|
50
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
51
51
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
52
52
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
53
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-
|
|
54
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-
|
|
53
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-30 06:16:47 |
|
|
54
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-30 06:17:26 |
|
|
55
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
57
57
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
|
|
58
58
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
59
59
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
60
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
61
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-
|
|
61
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-31 06:18:54 |
|
|
62
62
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
63
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-
|
|
63
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-30 06:21:25 |
|
|
64
64
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-19 06:16:28 |
|
|
65
65
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
66
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-
|
|
66
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-30 06:23:54 |
|
|
67
67
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
68
68
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
69
69
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
70
70
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
|
|
71
71
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
|
|
72
72
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
73
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-
|
|
74
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-
|
|
73
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-31 06:24:58 |
|
|
74
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-08-30 06:26:45 |
|
|
75
75
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-08-04 06:26:58 |
|
|
76
76
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
77
77
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
|
|
88
88
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-16 06:24:00 |
|
|
89
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-
|
|
90
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-29 00:06:53 |
|
|
90
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-29 00:07:08 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-26 06:28:34 |
|
|
93
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
101
101
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
102
102
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-09 12:12:37 |
|
|
103
|
-
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-
|
|
103
|
+
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-30 06:33:17 |
|
|
104
104
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
105
105
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
|
|
106
106
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
111
111
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
|
|
112
112
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
113
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-
|
|
113
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-30 06:36:25 |
|
|
114
114
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
115
115
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
116
116
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
127
127
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
128
128
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
|
|
129
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-
|
|
129
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-31 06:39:03 |
|
|
130
130
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
|
|
131
131
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
132
132
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
135
135
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
136
136
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
137
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-
|
|
138
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-
|
|
137
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
|
|
138
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-31 06:41:37 |
|
|
139
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
140
140
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-08-18 06:35:33 |
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -181,22 +181,22 @@
|
|
|
181
181
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
182
182
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
183
183
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
|
|
184
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-
|
|
184
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-31 06:52:39 |
|
|
185
185
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
186
186
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
187
187
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
188
188
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
189
189
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
190
190
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
191
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-
|
|
191
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-31 06:53:49 |
|
|
192
192
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-22 06:53:04 |
|
|
193
193
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
194
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-
|
|
194
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-30 06:57:14 |
|
|
195
195
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
196
196
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
197
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-
|
|
197
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
198
198
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
|
|
199
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-
|
|
199
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-31 06:56:14 |
|
|
200
200
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
|
|
201
201
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
202
202
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-08-16 06:49:06 |
|
|
206
206
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
207
207
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-25 06:58:49 |
|
|
208
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-
|
|
208
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-29 06:58:00 |
|
|
209
209
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
|
|
210
210
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
211
211
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-12 15:11:35 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.430"
|
|
@@ -125,6 +125,7 @@ import {
|
|
|
125
125
|
CreateCcGeoIPBlockConfigRequest,
|
|
126
126
|
DeletePortAclConfigResponse,
|
|
127
127
|
CreateDDoSSpeedLimitConfigResponse,
|
|
128
|
+
DescribeNewL7RulesErrHealthResponse,
|
|
128
129
|
DeletePacketFilterConfigRequest,
|
|
129
130
|
ModifyL7RulesEdgeRequest,
|
|
130
131
|
DescribeListDDoSGeoIPBlockConfigResponse,
|
|
@@ -203,6 +204,7 @@ import {
|
|
|
203
204
|
InsL7Rules,
|
|
204
205
|
DescribeCCReqLimitPolicyListResponse,
|
|
205
206
|
DescribeListDDoSAIResponse,
|
|
207
|
+
DescribeNewL7RulesErrHealthRequest,
|
|
206
208
|
ModifyCCPrecisionPolicyResponse,
|
|
207
209
|
CcGeoIPBlockConfig,
|
|
208
210
|
ModifyDDoSSpeedLimitConfigRequest,
|
|
@@ -339,6 +341,16 @@ export class Client extends AbstractClient {
|
|
|
339
341
|
return this.request("DescribeDDoSConnectLimitList", req, cb)
|
|
340
342
|
}
|
|
341
343
|
|
|
344
|
+
/**
|
|
345
|
+
* 获取L7转发规则健康检查异常结果列表
|
|
346
|
+
*/
|
|
347
|
+
async DescribeNewL7RulesErrHealth(
|
|
348
|
+
req: DescribeNewL7RulesErrHealthRequest,
|
|
349
|
+
cb?: (error: string, rep: DescribeNewL7RulesErrHealthResponse) => void
|
|
350
|
+
): Promise<DescribeNewL7RulesErrHealthResponse> {
|
|
351
|
+
return this.request("DescribeNewL7RulesErrHealth", req, cb)
|
|
352
|
+
}
|
|
353
|
+
|
|
342
354
|
/**
|
|
343
355
|
* 获取CC四层黑白名单列表
|
|
344
356
|
*/
|
|
@@ -2452,6 +2452,26 @@ export interface CreateDDoSSpeedLimitConfigResponse {
|
|
|
2452
2452
|
RequestId?: string
|
|
2453
2453
|
}
|
|
2454
2454
|
|
|
2455
|
+
/**
|
|
2456
|
+
* DescribeNewL7RulesErrHealth返回参数结构体
|
|
2457
|
+
*/
|
|
2458
|
+
export interface DescribeNewL7RulesErrHealthResponse {
|
|
2459
|
+
/**
|
|
2460
|
+
* 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割
|
|
2461
|
+
*/
|
|
2462
|
+
ErrHealths: Array<KeyValue>
|
|
2463
|
+
|
|
2464
|
+
/**
|
|
2465
|
+
* 异常规则的总数
|
|
2466
|
+
*/
|
|
2467
|
+
Total: number
|
|
2468
|
+
|
|
2469
|
+
/**
|
|
2470
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2471
|
+
*/
|
|
2472
|
+
RequestId?: string
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2455
2475
|
/**
|
|
2456
2476
|
* DeletePacketFilterConfig请求参数结构体
|
|
2457
2477
|
*/
|
|
@@ -4404,6 +4424,21 @@ export interface DescribeListDDoSAIResponse {
|
|
|
4404
4424
|
RequestId?: string
|
|
4405
4425
|
}
|
|
4406
4426
|
|
|
4427
|
+
/**
|
|
4428
|
+
* DescribeNewL7RulesErrHealth请求参数结构体
|
|
4429
|
+
*/
|
|
4430
|
+
export interface DescribeNewL7RulesErrHealthRequest {
|
|
4431
|
+
/**
|
|
4432
|
+
* 大禹子产品代号(bgpip表示高防IP)
|
|
4433
|
+
*/
|
|
4434
|
+
Business: string
|
|
4435
|
+
|
|
4436
|
+
/**
|
|
4437
|
+
* 规则Id列表
|
|
4438
|
+
*/
|
|
4439
|
+
RuleIdList?: Array<string>
|
|
4440
|
+
}
|
|
4441
|
+
|
|
4407
4442
|
/**
|
|
4408
4443
|
* ModifyCCPrecisionPolicy返回参数结构体
|
|
4409
4444
|
*/
|
|
@@ -1979,6 +1979,26 @@ export interface ModifyLifecycleHookResponse {
|
|
|
1979
1979
|
RequestId?: string
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
+
/**
|
|
1983
|
+
* 远程命令执行对象。NotificationTarget和CommandInfo参数互斥,二者不可同时指定。
|
|
1984
|
+
*/
|
|
1985
|
+
export interface LifecycleCommand {
|
|
1986
|
+
/**
|
|
1987
|
+
* 远程命令ID。若选择执行命令,则此项必填。
|
|
1988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1989
|
+
*/
|
|
1990
|
+
CommandId: string
|
|
1991
|
+
|
|
1992
|
+
/**
|
|
1993
|
+
* 自定义参数。字段类型为 json encoded string。如:{"varA": "222"}。
|
|
1994
|
+
key为自定义参数名称,value为该参数的默认取值。kv均为字符串型。
|
|
1995
|
+
如果未提供该参数取值,将使用 Command 的 DefaultParameters 进行替换。
|
|
1996
|
+
自定义参数最多20个。自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
1997
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1998
|
+
*/
|
|
1999
|
+
Parameters?: Array<string>
|
|
2000
|
+
}
|
|
2001
|
+
|
|
1982
2002
|
/**
|
|
1983
2003
|
* DescribeAutoScalingAdvices返回参数结构体
|
|
1984
2004
|
*/
|
|
@@ -2717,6 +2737,11 @@ export interface CreateLifecycleHookRequest {
|
|
|
2717
2737
|
* 进行生命周期挂钩的场景类型,取值范围包括NORMAL 和 EXTENSION。说明:设置为EXTENSION值,在AttachInstances、DetachInstances、RemoveInstaces接口时会触发生命周期挂钩操作,值为NORMAL则不会在这些接口中触发生命周期挂钩。
|
|
2718
2738
|
*/
|
|
2719
2739
|
LifecycleTransitionType?: string
|
|
2740
|
+
|
|
2741
|
+
/**
|
|
2742
|
+
* 远程命令执行对象。NotificationTarget和CommandInfo参数互斥,二者不可同时指定。
|
|
2743
|
+
*/
|
|
2744
|
+
LifecycleCommand?: LifecycleCommand
|
|
2720
2745
|
}
|
|
2721
2746
|
|
|
2722
2747
|
/**
|
|
@@ -3174,8 +3199,24 @@ export interface LifecycleActionResultInfo {
|
|
|
3174
3199
|
InstanceId: string
|
|
3175
3200
|
|
|
3176
3201
|
/**
|
|
3177
|
-
*
|
|
3202
|
+
* 执行活动ID。可通过TAT的[查询执行活动](https://cloud.tencent.com/document/api/1340/52679)API查询具体的执行结果。
|
|
3178
3203
|
*/
|
|
3204
|
+
InvocationId: string
|
|
3205
|
+
|
|
3206
|
+
/**
|
|
3207
|
+
* 命令调用的结果,表示执行TAT命令是否成功。<br>
|
|
3208
|
+
<li>SUCCESSFUL 命令调用成功,不代表命令执行成功,执行的具体情况可根据InvocationId进行查询</li>
|
|
3209
|
+
<li>FAILED 命令调用失败</li>
|
|
3210
|
+
<li>NONE</li>
|
|
3211
|
+
*/
|
|
3212
|
+
InvokeCommandResult: string
|
|
3213
|
+
|
|
3214
|
+
/**
|
|
3215
|
+
* 通知的结果,表示通知CMQ/TCMQ是否成功。<br>
|
|
3216
|
+
<li>SUCCESSFUL 通知成功</li>
|
|
3217
|
+
<li>FAILED 通知失败</li>
|
|
3218
|
+
<li>NONE</li>
|
|
3219
|
+
*/
|
|
3179
3220
|
NotificationResult: string
|
|
3180
3221
|
|
|
3181
3222
|
/**
|
|
@@ -3184,8 +3225,16 @@ export interface LifecycleActionResultInfo {
|
|
|
3184
3225
|
LifecycleActionResult: string
|
|
3185
3226
|
|
|
3186
3227
|
/**
|
|
3187
|
-
|
|
3188
|
-
|
|
3228
|
+
* 结果的原因。<br>
|
|
3229
|
+
<li>HEARTBEAT_TIMEOUT 由于心跳超时,结果根据DefaultResult设置。</li>
|
|
3230
|
+
<li>NOTIFICATION_FAILURE 由于发送通知失败,结果根据DefaultResult设置。</li>
|
|
3231
|
+
<li>CALL_INTERFACE 调用了接口CompleteLifecycleAction设置结果。</li>
|
|
3232
|
+
<li>ANOTHER_ACTION_ABANDON 另一个生命周期操作的结果已设置为“ABANDON”。</li>
|
|
3233
|
+
<li>COMMAND_CALL_FAILURE 由于命令调用失败,结果根据DefaultResult设置。</li>
|
|
3234
|
+
<li>COMMAND_EXEC_FINISH 命令执行完成。</li>
|
|
3235
|
+
<li>COMMAND_EXEC_FAILURE 由于命令执行失败,结果根据DefaultResult设置。</li>
|
|
3236
|
+
<li>COMMAND_EXEC_RESULT_CHECK_FAILURE 由于命令结果检查失败,结果根据DefaultResult设置。</li>
|
|
3237
|
+
*/
|
|
3189
3238
|
ResultReason: string
|
|
3190
3239
|
}
|
|
3191
3240
|
|
|
@@ -3345,6 +3394,12 @@ export interface LifecycleHook {
|
|
|
3345
3394
|
* 生命周期挂钩适用场景
|
|
3346
3395
|
*/
|
|
3347
3396
|
LifecycleTransitionType: string
|
|
3397
|
+
|
|
3398
|
+
/**
|
|
3399
|
+
* 远程命令执行对象
|
|
3400
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3401
|
+
*/
|
|
3402
|
+
LifecycleCommand: LifecycleCommand
|
|
3348
3403
|
}
|
|
3349
3404
|
|
|
3350
3405
|
/**
|
|
@@ -4460,6 +4460,21 @@ export interface DescribeParamTemplatesRequest {
|
|
|
4460
4460
|
* 引擎版本,缺省则查询所有
|
|
4461
4461
|
*/
|
|
4462
4462
|
EngineVersions?: Array<string>
|
|
4463
|
+
|
|
4464
|
+
/**
|
|
4465
|
+
* 引擎类型,缺省则查询所有
|
|
4466
|
+
*/
|
|
4467
|
+
EngineTypes?: Array<string>
|
|
4468
|
+
|
|
4469
|
+
/**
|
|
4470
|
+
* 模板名称,缺省则查询所有
|
|
4471
|
+
*/
|
|
4472
|
+
TemplateNames?: Array<string>
|
|
4473
|
+
|
|
4474
|
+
/**
|
|
4475
|
+
* 模板id,缺省则查询所有
|
|
4476
|
+
*/
|
|
4477
|
+
TemplateIds?: Array<number>
|
|
4463
4478
|
}
|
|
4464
4479
|
|
|
4465
4480
|
/**
|
|
@@ -177,7 +177,7 @@ export interface DescribeAvailableZoneInfoResponse {
|
|
|
177
177
|
/**
|
|
178
178
|
* 各可用区的资源售卖情况以及支持的存储类型、存储协议等信息
|
|
179
179
|
*/
|
|
180
|
-
RegionZones
|
|
180
|
+
RegionZones: Array<AvailableRegion>
|
|
181
181
|
|
|
182
182
|
/**
|
|
183
183
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -192,17 +192,17 @@ export interface UpdateCfsFileSystemNameResponse {
|
|
|
192
192
|
/**
|
|
193
193
|
* 用户自定义文件系统名称
|
|
194
194
|
*/
|
|
195
|
-
CreationToken
|
|
195
|
+
CreationToken: string
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
198
|
* 文件系统ID
|
|
199
199
|
*/
|
|
200
|
-
FileSystemId
|
|
200
|
+
FileSystemId: string
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* 用户自定义文件系统名称
|
|
204
204
|
*/
|
|
205
|
-
FsName
|
|
205
|
+
FsName: string
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
208
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -247,7 +247,7 @@ export interface DescribeCfsFileSystemClientsResponse {
|
|
|
247
247
|
/**
|
|
248
248
|
* 客户端列表
|
|
249
249
|
*/
|
|
250
|
-
ClientList
|
|
250
|
+
ClientList: Array<FileSystemClient>
|
|
251
251
|
|
|
252
252
|
/**
|
|
253
253
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -272,12 +272,12 @@ export interface DescribeMountTargetsResponse {
|
|
|
272
272
|
/**
|
|
273
273
|
* 挂载点详情
|
|
274
274
|
*/
|
|
275
|
-
MountTargets
|
|
275
|
+
MountTargets: Array<MountInfo>
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
278
|
* 挂载点数量
|
|
279
279
|
*/
|
|
280
|
-
NumberOfMountTargets
|
|
280
|
+
NumberOfMountTargets: number
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -292,12 +292,12 @@ export interface DeleteCfsRuleResponse {
|
|
|
292
292
|
/**
|
|
293
293
|
* 规则 ID
|
|
294
294
|
*/
|
|
295
|
-
RuleId
|
|
295
|
+
RuleId: string
|
|
296
296
|
|
|
297
297
|
/**
|
|
298
298
|
* 权限组 ID
|
|
299
299
|
*/
|
|
300
|
-
PGroupId
|
|
300
|
+
PGroupId: string
|
|
301
301
|
|
|
302
302
|
/**
|
|
303
303
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -412,32 +412,32 @@ export interface UpdateCfsRuleResponse {
|
|
|
412
412
|
/**
|
|
413
413
|
* 权限组 ID
|
|
414
414
|
*/
|
|
415
|
-
PGroupId
|
|
415
|
+
PGroupId: string
|
|
416
416
|
|
|
417
417
|
/**
|
|
418
418
|
* 规则 ID
|
|
419
419
|
*/
|
|
420
|
-
RuleId
|
|
420
|
+
RuleId: string
|
|
421
421
|
|
|
422
422
|
/**
|
|
423
423
|
* 允许访问的客户端 IP 或者 IP 段
|
|
424
424
|
*/
|
|
425
|
-
AuthClientIp
|
|
425
|
+
AuthClientIp: string
|
|
426
426
|
|
|
427
427
|
/**
|
|
428
428
|
* 读写权限
|
|
429
429
|
*/
|
|
430
|
-
RWPermission
|
|
430
|
+
RWPermission: string
|
|
431
431
|
|
|
432
432
|
/**
|
|
433
433
|
* 用户权限
|
|
434
434
|
*/
|
|
435
|
-
UserPermission
|
|
435
|
+
UserPermission: string
|
|
436
436
|
|
|
437
437
|
/**
|
|
438
438
|
* 优先级
|
|
439
439
|
*/
|
|
440
|
-
Priority
|
|
440
|
+
Priority: number
|
|
441
441
|
|
|
442
442
|
/**
|
|
443
443
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -707,12 +707,12 @@ export interface DeleteCfsPGroupResponse {
|
|
|
707
707
|
/**
|
|
708
708
|
* 权限组 ID
|
|
709
709
|
*/
|
|
710
|
-
PGroupId
|
|
710
|
+
PGroupId: string
|
|
711
711
|
|
|
712
712
|
/**
|
|
713
713
|
* 用户 ID
|
|
714
714
|
*/
|
|
715
|
-
AppId
|
|
715
|
+
AppId: number
|
|
716
716
|
|
|
717
717
|
/**
|
|
718
718
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -857,27 +857,27 @@ export interface CreateCfsPGroupResponse {
|
|
|
857
857
|
/**
|
|
858
858
|
* 权限组 ID
|
|
859
859
|
*/
|
|
860
|
-
PGroupId
|
|
860
|
+
PGroupId: string
|
|
861
861
|
|
|
862
862
|
/**
|
|
863
863
|
* 权限组名字
|
|
864
864
|
*/
|
|
865
|
-
Name
|
|
865
|
+
Name: string
|
|
866
866
|
|
|
867
867
|
/**
|
|
868
868
|
* 权限组描述信息
|
|
869
869
|
*/
|
|
870
|
-
DescInfo
|
|
870
|
+
DescInfo: string
|
|
871
871
|
|
|
872
872
|
/**
|
|
873
873
|
* 已经与该权限组绑定的文件系统个数
|
|
874
874
|
*/
|
|
875
|
-
BindCfsNum
|
|
875
|
+
BindCfsNum: number
|
|
876
876
|
|
|
877
877
|
/**
|
|
878
878
|
* 权限组创建时间
|
|
879
879
|
*/
|
|
880
|
-
CDate
|
|
880
|
+
CDate: string
|
|
881
881
|
|
|
882
882
|
/**
|
|
883
883
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -930,9 +930,9 @@ export interface PGroupInfo {
|
|
|
930
930
|
*/
|
|
931
931
|
export interface SignUpCfsServiceResponse {
|
|
932
932
|
/**
|
|
933
|
-
* 该用户当前 CFS 服务的状态,
|
|
933
|
+
* 该用户当前 CFS 服务的状态,creating 是开通中,created 是已开通
|
|
934
934
|
*/
|
|
935
|
-
CfsServiceStatus
|
|
935
|
+
CfsServiceStatus: string
|
|
936
936
|
|
|
937
937
|
/**
|
|
938
938
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -962,7 +962,7 @@ export interface DescribeCfsServiceStatusResponse {
|
|
|
962
962
|
/**
|
|
963
963
|
* 该用户当前 CFS 服务的状态,none 为未开通,creating 为开通中,created 为已开通
|
|
964
964
|
*/
|
|
965
|
-
CfsServiceStatus
|
|
965
|
+
CfsServiceStatus: string
|
|
966
966
|
|
|
967
967
|
/**
|
|
968
968
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -977,32 +977,32 @@ export interface CreateCfsRuleResponse {
|
|
|
977
977
|
/**
|
|
978
978
|
* 规则 ID
|
|
979
979
|
*/
|
|
980
|
-
RuleId
|
|
980
|
+
RuleId: string
|
|
981
981
|
|
|
982
982
|
/**
|
|
983
983
|
* 权限组 ID
|
|
984
984
|
*/
|
|
985
|
-
PGroupId
|
|
985
|
+
PGroupId: string
|
|
986
986
|
|
|
987
987
|
/**
|
|
988
988
|
* 客户端 IP
|
|
989
989
|
*/
|
|
990
|
-
AuthClientIp
|
|
990
|
+
AuthClientIp: string
|
|
991
991
|
|
|
992
992
|
/**
|
|
993
993
|
* 读写权限
|
|
994
994
|
*/
|
|
995
|
-
RWPermission
|
|
995
|
+
RWPermission: string
|
|
996
996
|
|
|
997
997
|
/**
|
|
998
998
|
* 用户权限
|
|
999
999
|
*/
|
|
1000
|
-
UserPermission
|
|
1000
|
+
UserPermission: string
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
1003
|
* 优先级
|
|
1004
1004
|
*/
|
|
1005
|
-
Priority
|
|
1005
|
+
Priority: number
|
|
1006
1006
|
|
|
1007
1007
|
/**
|
|
1008
1008
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1128,17 +1128,17 @@ export interface UpdateCfsPGroupResponse {
|
|
|
1128
1128
|
/**
|
|
1129
1129
|
* 权限组ID
|
|
1130
1130
|
*/
|
|
1131
|
-
PGroupId
|
|
1131
|
+
PGroupId: string
|
|
1132
1132
|
|
|
1133
1133
|
/**
|
|
1134
1134
|
* 权限组名称
|
|
1135
1135
|
*/
|
|
1136
|
-
Name
|
|
1136
|
+
Name: string
|
|
1137
1137
|
|
|
1138
1138
|
/**
|
|
1139
1139
|
* 描述信息
|
|
1140
1140
|
*/
|
|
1141
|
-
DescInfo
|
|
1141
|
+
DescInfo: string
|
|
1142
1142
|
|
|
1143
1143
|
/**
|
|
1144
1144
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1153,7 +1153,7 @@ export interface DescribeCfsRulesResponse {
|
|
|
1153
1153
|
/**
|
|
1154
1154
|
* 权限组规则列表
|
|
1155
1155
|
*/
|
|
1156
|
-
RuleList
|
|
1156
|
+
RuleList: Array<PGroupRuleInfo>
|
|
1157
1157
|
|
|
1158
1158
|
/**
|
|
1159
1159
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1168,12 +1168,12 @@ export interface UpdateCfsFileSystemPGroupResponse {
|
|
|
1168
1168
|
/**
|
|
1169
1169
|
* 权限组 ID
|
|
1170
1170
|
*/
|
|
1171
|
-
PGroupId
|
|
1171
|
+
PGroupId: string
|
|
1172
1172
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* 文件系统 ID
|
|
1175
1175
|
*/
|
|
1176
|
-
FileSystemId
|
|
1176
|
+
FileSystemId: string
|
|
1177
1177
|
|
|
1178
1178
|
/**
|
|
1179
1179
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|