tencentcloud-sdk-nodejs 4.0.935 → 4.0.937
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 +554 -0
- package/SERVICE_CHANGELOG.md +633 -168
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +9 -0
- package/src/services/cam/v20190116/cam_client.ts +25 -0
- package/src/services/cam/v20190116/cam_models.ts +101 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -4
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +42 -2
- package/src/services/dasb/v20191018/dasb_client.ts +20 -7
- package/src/services/dasb/v20191018/dasb_models.ts +222 -137
- package/src/services/dlc/v20210125/dlc_client.ts +5 -2
- package/src/services/dlc/v20210125/dlc_models.ts +200 -88
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -1
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +6 -8
- package/src/services/ess/v20201111/ess_models.ts +58 -45
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +38 -25
- package/src/services/iss/v20230517/iss_models.ts +49 -6
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +194 -58
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/region/v20220627/region_models.ts +10 -11
- package/src/services/sms/v20210111/sms_models.ts +9 -9
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tat/v20201028/tat_models.ts +5 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tke/v20220501/tke_client.ts +97 -20
- package/src/services/tke/v20220501/tke_models.ts +494 -215
- package/src/services/tmt/v20180321/tmt_models.ts +22 -22
- package/src/services/vdb/v20230616/vdb_client.ts +1 -1
- package/src/services/vdb/v20230616/vdb_models.ts +14 -1
- package/src/services/vod/index.ts +2 -0
- package/src/services/vod/v20180717/vod_models.ts +16 -4
- package/src/services/vod/v20240718/index.ts +6 -0
- package/src/services/vod/v20240718/vod_client.ts +44 -0
- package/src/services/vod/v20240718/vod_models.ts +76 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +96 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -4
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +42 -2
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +219 -137
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +197 -88
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +58 -45
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +13 -9
- package/tencentcloud/services/iss/v20230517/iss_client.js +18 -12
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +46 -6
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +191 -58
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/region/v20220627/region_models.d.ts +10 -11
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -9
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +29 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +42 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +481 -219
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +22 -22
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +1 -1
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +14 -1
- package/tencentcloud/services/vod/index.d.ts +4 -0
- package/tencentcloud/services/vod/index.js +2 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +16 -4
- package/tencentcloud/services/vod/v20240718/index.d.ts +6 -0
- package/tencentcloud/services/vod/v20240718/index.js +9 -0
- package/tencentcloud/services/vod/v20240718/vod_client.d.ts +14 -0
- package/tencentcloud/services/vod/v20240718/vod_client.js +37 -0
- package/tencentcloud/services/vod/v20240718/vod_models.d.ts +57 -0
- package/tencentcloud/services/vod/v20240718/vod_models.js +18 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
- package/test/cam.v20190116.test.js +20 -0
- package/test/dasb.v20191018.test.js +10 -0
- package/test/iss.v20230517.test.js +18 -8
- package/test/tke.v20220501.test.js +64 -4
- package/test/vod.v20240718.test.js +31 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-12 01:07:21 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-09-03 01:07:31 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-08-27 22:32:44 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-13 01:04:24 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-28 01:05:22 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-02 01:09:58 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-09-13 01:08:46 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-07-26 01:14:48 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-22 01:10:57 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-13 01:10:44 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-04 01:13:34 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
51
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-
|
|
51
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-13 01:14:11 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
|
|
53
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-
|
|
53
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-12 01:19:27 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
55
55
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
|
|
56
56
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -76,19 +76,19 @@
|
|
|
76
76
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-09 01:25:33 |
|
|
77
77
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
78
78
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-06 01:24:52 |
|
|
79
|
-
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-
|
|
79
|
+
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-13 01:25:56 |
|
|
80
80
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
81
81
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
82
82
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
|
|
83
83
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
84
84
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
|
|
85
85
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
86
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-
|
|
86
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-13 01:28:24 |
|
|
87
87
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
|
|
88
88
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
89
89
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
90
90
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
91
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-
|
|
91
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-13 01:31:06 |
|
|
92
92
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
93
93
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-10 01:32:13 |
|
|
94
94
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
@@ -97,15 +97,15 @@
|
|
|
97
97
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
98
98
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
99
99
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
100
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-
|
|
100
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-13 01:34:59 |
|
|
101
101
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
102
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-
|
|
103
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-
|
|
102
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-13 01:36:15 |
|
|
103
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-13 01:37:18 |
|
|
104
104
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
105
105
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
|
|
106
106
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
107
107
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
108
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-
|
|
108
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
109
109
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-09-09 01:43:37 |
|
|
110
110
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-08-29 01:44:47 |
|
|
111
111
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -126,18 +126,18 @@
|
|
|
126
126
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
|
|
127
127
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
128
128
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
129
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-
|
|
129
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-12 01:46:54 |
|
|
130
130
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
131
131
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
132
132
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
133
133
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
134
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-11
|
|
134
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-11 10:47:51 |
|
|
135
135
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
136
136
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
137
137
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
138
138
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-26 02:00:18 |
|
|
139
139
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-28 01:59:28 |
|
|
140
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
140
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
141
141
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-09-04 01:48:41 |
|
|
142
142
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
143
143
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -150,15 +150,15 @@
|
|
|
150
150
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
|
|
151
151
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
|
|
152
152
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-28 02:05:12 |
|
|
153
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-
|
|
154
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-
|
|
153
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-13 01:54:23 |
|
|
154
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-12 02:00:38 |
|
|
155
155
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
156
156
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
157
157
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
158
158
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
159
159
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
160
160
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
|
|
161
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-
|
|
161
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-13 01:56:59 |
|
|
162
162
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
163
163
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-28 02:12:13 |
|
|
164
164
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
169
169
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
|
|
170
170
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-11 02:05:34 |
|
|
171
|
-
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-
|
|
171
|
+
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
|
|
172
172
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
173
173
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
174
174
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-08-23 02:05:36 |
|
|
@@ -177,12 +177,12 @@
|
|
|
177
177
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
178
178
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
179
179
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
180
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-
|
|
180
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-11 16:52:30 |
|
|
181
181
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
182
182
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
183
183
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
|
|
184
184
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
185
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-
|
|
185
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-12 02:09:52 |
|
|
186
186
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
187
187
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
188
188
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
|
|
@@ -190,13 +190,13 @@
|
|
|
190
190
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
|
|
191
191
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-08-23 02:09:59 |
|
|
192
192
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
193
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-
|
|
193
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-09-13 02:06:44 |
|
|
194
194
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
195
195
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-05-14 02:28:40 |
|
|
196
196
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
197
197
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
198
198
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-08-05 02:05:20 |
|
|
199
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-
|
|
199
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-09-13 02:07:42 |
|
|
200
200
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-08-08 02:12:50 |
|
|
201
201
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
202
202
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-08-23 02:13:33 |
|
|
207
207
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
208
208
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
209
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-
|
|
209
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-13 02:12:41 |
|
|
210
210
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
211
211
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
212
212
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-11 02:18:47 |
|
|
@@ -219,10 +219,10 @@
|
|
|
219
219
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-08-19 02:22:39 |
|
|
220
220
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
|
|
221
221
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
222
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-
|
|
222
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-12 02:23:02 |
|
|
223
223
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
224
224
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-08-27 10:28:06 |
|
|
225
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-
|
|
225
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
|
|
226
226
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
227
227
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
228
228
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
@@ -237,16 +237,16 @@
|
|
|
237
237
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
238
238
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
239
239
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-10 02:22:16 |
|
|
240
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-
|
|
240
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-13 02:23:25 |
|
|
241
241
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
242
242
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
243
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-
|
|
244
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
243
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
244
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-12 02:30:22 |
|
|
245
245
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
246
246
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
247
247
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
|
|
248
248
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
249
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-
|
|
249
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-13 02:29:56 |
|
|
250
250
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
251
251
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
252
252
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.937"
|
|
@@ -109,6 +109,10 @@ export interface ModifyApmInstanceRequest {
|
|
|
109
109
|
0为按量付费
|
|
110
110
|
*/
|
|
111
111
|
PayMode?: number
|
|
112
|
+
/**
|
|
113
|
+
* 响应时间满意阈值
|
|
114
|
+
*/
|
|
115
|
+
ResponseDurationWarningThreshold?: number
|
|
112
116
|
}
|
|
113
117
|
|
|
114
118
|
/**
|
|
@@ -260,6 +264,11 @@ export interface ApmInstanceDetail {
|
|
|
260
264
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
265
|
*/
|
|
262
266
|
PayModeEffective?: boolean
|
|
267
|
+
/**
|
|
268
|
+
* 响应时间满意阈值
|
|
269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
|
+
*/
|
|
271
|
+
ResponseDurationWarningThreshold?: number
|
|
263
272
|
}
|
|
264
273
|
|
|
265
274
|
/**
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
ListAttachedRolePoliciesResponse,
|
|
23
23
|
CreateMessageReceiverRequest,
|
|
24
24
|
UpdateUserOIDCConfigResponse,
|
|
25
|
+
Receiver,
|
|
25
26
|
ListAccessKeysRequest,
|
|
26
27
|
SetMfaFlagResponse,
|
|
27
28
|
UpdateSAMLProviderRequest,
|
|
@@ -55,6 +56,7 @@ import {
|
|
|
55
56
|
GetCustomMFATokenInfoRequest,
|
|
56
57
|
DescribeRoleListRequest,
|
|
57
58
|
DescribeUserSAMLConfigRequest,
|
|
59
|
+
DeleteMessageReceiverResponse,
|
|
58
60
|
DeleteAccessKeyResponse,
|
|
59
61
|
PutRolePermissionsBoundaryRequest,
|
|
60
62
|
GetGroupRequest,
|
|
@@ -121,6 +123,7 @@ import {
|
|
|
121
123
|
SubAccountInfo,
|
|
122
124
|
CreateGroupRequest,
|
|
123
125
|
SAMLProviderInfo,
|
|
126
|
+
ListReceiverRequest,
|
|
124
127
|
DisableUserSSORequest,
|
|
125
128
|
ListPoliciesGrantingServiceAccessRequest,
|
|
126
129
|
UpdateSAMLProviderResponse,
|
|
@@ -144,6 +147,7 @@ import {
|
|
|
144
147
|
CreateOIDCConfigRequest,
|
|
145
148
|
AccessKey,
|
|
146
149
|
GetGroupResponse,
|
|
150
|
+
ListReceiverResponse,
|
|
147
151
|
UpdateOIDCConfigResponse,
|
|
148
152
|
UntagRoleRequest,
|
|
149
153
|
AttachGroupPolicyRequest,
|
|
@@ -211,6 +215,7 @@ import {
|
|
|
211
215
|
UpdateUserSAMLConfigResponse,
|
|
212
216
|
AttachUserPolicyResponse,
|
|
213
217
|
DescribeSafeAuthFlagCollResponse,
|
|
218
|
+
DeleteMessageReceiverRequest,
|
|
214
219
|
DescribeSafeAuthFlagCollRequest,
|
|
215
220
|
PutRolePermissionsBoundaryResponse,
|
|
216
221
|
SetMfaFlagRequest,
|
|
@@ -284,6 +289,16 @@ export class Client extends AbstractClient {
|
|
|
284
289
|
return this.request("DeleteRolePermissionsBoundary", req, cb)
|
|
285
290
|
}
|
|
286
291
|
|
|
292
|
+
/**
|
|
293
|
+
* 获取消息接收人列表
|
|
294
|
+
*/
|
|
295
|
+
async ListReceiver(
|
|
296
|
+
req: ListReceiverRequest,
|
|
297
|
+
cb?: (error: string, rep: ListReceiverResponse) => void
|
|
298
|
+
): Promise<ListReceiverResponse> {
|
|
299
|
+
return this.request("ListReceiver", req, cb)
|
|
300
|
+
}
|
|
301
|
+
|
|
287
302
|
/**
|
|
288
303
|
* 本接口(ListAttachedGroupPolicies)可用于查询用户组关联的策略列表。
|
|
289
304
|
*/
|
|
@@ -946,6 +961,16 @@ export class Client extends AbstractClient {
|
|
|
946
961
|
return this.request("ListGroupsForUser", req, cb)
|
|
947
962
|
}
|
|
948
963
|
|
|
964
|
+
/**
|
|
965
|
+
* 删除消息接收人
|
|
966
|
+
*/
|
|
967
|
+
async DeleteMessageReceiver(
|
|
968
|
+
req: DeleteMessageReceiverRequest,
|
|
969
|
+
cb?: (error: string, rep: DeleteMessageReceiverResponse) => void
|
|
970
|
+
): Promise<DeleteMessageReceiverResponse> {
|
|
971
|
+
return this.request("DeleteMessageReceiver", req, cb)
|
|
972
|
+
}
|
|
973
|
+
|
|
949
974
|
/**
|
|
950
975
|
* 查询SAML身份提供商详情
|
|
951
976
|
*/
|
|
@@ -109,6 +109,55 @@ export interface UpdateUserOIDCConfigResponse {
|
|
|
109
109
|
RequestId?: string
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
/**
|
|
113
|
+
* 消息接收人信息
|
|
114
|
+
*/
|
|
115
|
+
export interface Receiver {
|
|
116
|
+
/**
|
|
117
|
+
* id
|
|
118
|
+
*/
|
|
119
|
+
Uid: number
|
|
120
|
+
/**
|
|
121
|
+
* 名字
|
|
122
|
+
*/
|
|
123
|
+
Name: string
|
|
124
|
+
/**
|
|
125
|
+
* 备注
|
|
126
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
127
|
+
*/
|
|
128
|
+
Remark: string
|
|
129
|
+
/**
|
|
130
|
+
* 手机号码
|
|
131
|
+
*/
|
|
132
|
+
PhoneNumber: string
|
|
133
|
+
/**
|
|
134
|
+
* 手机号码是否验证
|
|
135
|
+
*/
|
|
136
|
+
PhoneFlag: number
|
|
137
|
+
/**
|
|
138
|
+
* 邮箱
|
|
139
|
+
*/
|
|
140
|
+
Email: string
|
|
141
|
+
/**
|
|
142
|
+
* 邮箱是否验证
|
|
143
|
+
*/
|
|
144
|
+
EmailFlag: number
|
|
145
|
+
/**
|
|
146
|
+
* 是否主联系人
|
|
147
|
+
*/
|
|
148
|
+
IsReceiverOwner: number
|
|
149
|
+
/**
|
|
150
|
+
* 是否允许微信接收通知
|
|
151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
152
|
+
*/
|
|
153
|
+
WechatFlag: number
|
|
154
|
+
/**
|
|
155
|
+
* 账号uin
|
|
156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
157
|
+
*/
|
|
158
|
+
Uin: number
|
|
159
|
+
}
|
|
160
|
+
|
|
112
161
|
/**
|
|
113
162
|
* ListAccessKeys请求参数结构体
|
|
114
163
|
*/
|
|
@@ -602,6 +651,16 @@ export interface DescribeRoleListRequest {
|
|
|
602
651
|
*/
|
|
603
652
|
export type DescribeUserSAMLConfigRequest = null
|
|
604
653
|
|
|
654
|
+
/**
|
|
655
|
+
* DeleteMessageReceiver返回参数结构体
|
|
656
|
+
*/
|
|
657
|
+
export interface DeleteMessageReceiverResponse {
|
|
658
|
+
/**
|
|
659
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
660
|
+
*/
|
|
661
|
+
RequestId?: string
|
|
662
|
+
}
|
|
663
|
+
|
|
605
664
|
/**
|
|
606
665
|
* DeleteAccessKey返回参数结构体
|
|
607
666
|
*/
|
|
@@ -1941,6 +2000,20 @@ export interface SAMLProviderInfo {
|
|
|
1941
2000
|
ModifyTime: string
|
|
1942
2001
|
}
|
|
1943
2002
|
|
|
2003
|
+
/**
|
|
2004
|
+
* ListReceiver请求参数结构体
|
|
2005
|
+
*/
|
|
2006
|
+
export interface ListReceiverRequest {
|
|
2007
|
+
/**
|
|
2008
|
+
* 分页偏移量
|
|
2009
|
+
*/
|
|
2010
|
+
Offset?: number
|
|
2011
|
+
/**
|
|
2012
|
+
* 分页限制数目
|
|
2013
|
+
*/
|
|
2014
|
+
Limit?: number
|
|
2015
|
+
}
|
|
2016
|
+
|
|
1944
2017
|
/**
|
|
1945
2018
|
* DisableUserSSO请求参数结构体
|
|
1946
2019
|
*/
|
|
@@ -2401,6 +2474,24 @@ export interface GetGroupResponse {
|
|
|
2401
2474
|
RequestId?: string
|
|
2402
2475
|
}
|
|
2403
2476
|
|
|
2477
|
+
/**
|
|
2478
|
+
* ListReceiver返回参数结构体
|
|
2479
|
+
*/
|
|
2480
|
+
export interface ListReceiverResponse {
|
|
2481
|
+
/**
|
|
2482
|
+
* 总数目
|
|
2483
|
+
*/
|
|
2484
|
+
TotalCount?: number
|
|
2485
|
+
/**
|
|
2486
|
+
* 联系人列表
|
|
2487
|
+
*/
|
|
2488
|
+
Receivers?: Array<Receiver>
|
|
2489
|
+
/**
|
|
2490
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2491
|
+
*/
|
|
2492
|
+
RequestId?: string
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2404
2495
|
/**
|
|
2405
2496
|
* UpdateOIDCConfig返回参数结构体
|
|
2406
2497
|
*/
|
|
@@ -3645,6 +3736,16 @@ export interface DescribeSafeAuthFlagCollResponse {
|
|
|
3645
3736
|
RequestId?: string
|
|
3646
3737
|
}
|
|
3647
3738
|
|
|
3739
|
+
/**
|
|
3740
|
+
* DeleteMessageReceiver请求参数结构体
|
|
3741
|
+
*/
|
|
3742
|
+
export interface DeleteMessageReceiverRequest {
|
|
3743
|
+
/**
|
|
3744
|
+
* 消息接受者的名称
|
|
3745
|
+
*/
|
|
3746
|
+
Name: string
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3648
3749
|
/**
|
|
3649
3750
|
* DescribeSafeAuthFlagColl请求参数结构体
|
|
3650
3751
|
*/
|
|
@@ -7563,11 +7563,11 @@ export interface DescribeSSLStatusResponse {
|
|
|
7563
7563
|
/**
|
|
7564
7564
|
* 是否开通 SSL 。ON 代表开通 ,OFF 代表未开通。
|
|
7565
7565
|
*/
|
|
7566
|
-
Status
|
|
7566
|
+
Status?: string
|
|
7567
7567
|
/**
|
|
7568
7568
|
* 证书下载链接。
|
|
7569
7569
|
*/
|
|
7570
|
-
Url
|
|
7570
|
+
Url?: string
|
|
7571
7571
|
/**
|
|
7572
7572
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7573
7573
|
*/
|
|
@@ -10184,11 +10184,13 @@ export interface LocalBinlogConfigDefault {
|
|
|
10184
10184
|
*/
|
|
10185
10185
|
export interface DescribeSSLStatusRequest {
|
|
10186
10186
|
/**
|
|
10187
|
-
* 实例 ID
|
|
10187
|
+
* 实例 ID。
|
|
10188
|
+
说明:实例 ID 和实例组 ID 两个参数选其一填写即可。若要查询双节点、三节点实例 SSL 开通情况,请填写实例 ID 参数进行查询。单节点(云盘)、集群版实例不支持开启 SSL,因此不支持查询。
|
|
10188
10189
|
*/
|
|
10189
10190
|
InstanceId?: string
|
|
10190
10191
|
/**
|
|
10191
|
-
* 只读组 ID
|
|
10192
|
+
* 只读组 ID。
|
|
10193
|
+
说明:实例 ID 和实例组 ID 两个参数选其一填写即可。若要查询只读实例或只读组 SSL 开通情况,请填写 RoGroupId 参数,并注意填写的都是只读组 ID。单节点(云盘)、集群版实例不支持开启 SSL,因此不支持查询。
|
|
10192
10194
|
*/
|
|
10193
10195
|
RoGroupId?: string
|
|
10194
10196
|
}
|
|
@@ -1601,7 +1601,7 @@ export interface DescribeTaskExecuteLogsResponse {
|
|
|
1601
1601
|
/**
|
|
1602
1602
|
* 日志数据
|
|
1603
1603
|
*/
|
|
1604
|
-
LogMessage
|
|
1604
|
+
LogMessage?: Array<string>
|
|
1605
1605
|
/**
|
|
1606
1606
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1607
1607
|
*/
|
|
@@ -877,6 +877,11 @@ export interface BlockIgnoreRule {
|
|
|
877
877
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
878
878
|
*/
|
|
879
879
|
CustomRule?: CustomWhiteRule
|
|
880
|
+
/**
|
|
881
|
+
* 1 border 2 nat 4 vpc 8 border-serial
|
|
882
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
883
|
+
*/
|
|
884
|
+
FwType?: number
|
|
880
885
|
}
|
|
881
886
|
|
|
882
887
|
/**
|
|
@@ -1660,7 +1665,7 @@ export interface BanAndAllowRuleDel {
|
|
|
1660
1665
|
*/
|
|
1661
1666
|
Ioc?: string
|
|
1662
1667
|
/**
|
|
1663
|
-
* 0互联网出站 1互联网入站 5内网访问源 6内网访问目的
|
|
1668
|
+
* 0互联网出站 1互联网入站 5内网访问源 6内网访问目的 (DeleteBlockIgnoreRuleNew接口,该字段无效)
|
|
1664
1669
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1665
1670
|
*/
|
|
1666
1671
|
DirectionList?: string
|
|
@@ -2630,6 +2635,10 @@ export interface CreateNatRuleItem {
|
|
|
2630
2635
|
* 内部id
|
|
2631
2636
|
*/
|
|
2632
2637
|
InternalUuid?: number
|
|
2638
|
+
/**
|
|
2639
|
+
* 规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
|
|
2640
|
+
*/
|
|
2641
|
+
Scope?: string
|
|
2633
2642
|
}
|
|
2634
2643
|
|
|
2635
2644
|
/**
|
|
@@ -2989,6 +2998,11 @@ export interface EdgeIpInfo {
|
|
|
2989
2998
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2990
2999
|
*/
|
|
2991
3000
|
Domain?: string
|
|
3001
|
+
/**
|
|
3002
|
+
* IP超量状态
|
|
3003
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3004
|
+
*/
|
|
3005
|
+
OverUsedStatus?: number
|
|
2992
3006
|
}
|
|
2993
3007
|
|
|
2994
3008
|
/**
|
|
@@ -5673,6 +5687,11 @@ export interface BanAndAllowRule {
|
|
|
5673
5687
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5674
5688
|
*/
|
|
5675
5689
|
CustomRule?: CustomWhiteRule
|
|
5690
|
+
/**
|
|
5691
|
+
* 放通的引擎: 1针对互联网边界 2针对nat防火墙 4针对vpc防火墙
|
|
5692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5693
|
+
*/
|
|
5694
|
+
FwType?: number
|
|
5676
5695
|
}
|
|
5677
5696
|
|
|
5678
5697
|
/**
|
|
@@ -6316,10 +6335,16 @@ export interface DescAcItem {
|
|
|
6316
6335
|
*/
|
|
6317
6336
|
BetaList?: Array<BetaInfoByACL>
|
|
6318
6337
|
/**
|
|
6319
|
-
*
|
|
6338
|
+
* (1)互联网边界防火墙,生效范围:serial,串行;side,旁路;all,全局;
|
|
6339
|
+
(2)NAT边界防火墙:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
|
|
6320
6340
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6321
6341
|
*/
|
|
6322
6342
|
Scope?: string
|
|
6343
|
+
/**
|
|
6344
|
+
* 生效范围描述
|
|
6345
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6346
|
+
*/
|
|
6347
|
+
ScopeDesc?: string
|
|
6323
6348
|
/**
|
|
6324
6349
|
* 互联网边界防火墙使用的内部规则id
|
|
6325
6350
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -7018,6 +7043,21 @@ export interface NatSwitchListData {
|
|
|
7018
7043
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7019
7044
|
*/
|
|
7020
7045
|
Abnormal?: number
|
|
7046
|
+
/**
|
|
7047
|
+
* nat防火墙出口路由表id
|
|
7048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7049
|
+
*/
|
|
7050
|
+
ORTableId?: string
|
|
7051
|
+
/**
|
|
7052
|
+
* nat防火墙出口路由表名称
|
|
7053
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7054
|
+
*/
|
|
7055
|
+
ORTableName?: string
|
|
7056
|
+
/**
|
|
7057
|
+
* 出口Snat Ip列表
|
|
7058
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7059
|
+
*/
|
|
7060
|
+
Ohavips?: Array<string>
|
|
7021
7061
|
}
|
|
7022
7062
|
|
|
7023
7063
|
/**
|