tencentcloud-sdk-nodejs 4.0.932 → 4.0.933
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 +63 -0
- package/SERVICE_CHANGELOG.md +72 -19
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +5 -19
- package/src/services/cfw/v20190904/cfw_models.ts +59 -74
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/emr/v20190103/emr_client.ts +86 -34
- package/src/services/emr/v20190103/emr_models.ts +727 -361
- package/src/services/ess/v20201111/ess_client.ts +15 -3
- package/src/services/ess/v20201111/ess_models.ts +42 -48
- package/src/services/gme/v20180711/gme_models.ts +7 -7
- package/src/services/teo/v20220901/teo_models.ts +6 -4
- package/src/services/trocket/v20230308/trocket_models.ts +4 -0
- package/src/services/vclm/v20240523/vclm_client.ts +54 -2
- package/src/services/vclm/v20240523/vclm_models.ts +17 -4
- package/src/services/vtc/v20240223/vtc_client.ts +54 -2
- package/src/services/vtc/v20240223/vtc_models.ts +18 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -8
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +59 -72
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +28 -12
- package/tencentcloud/services/emr/v20190103/emr_client.js +38 -14
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +712 -358
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +15 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +15 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -48
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -7
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +6 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +4 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +53 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +53 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +17 -4
- package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +53 -1
- package/tencentcloud/services/vtc/v20240223/vtc_client.js +53 -1
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +18 -4
- package/test/cfw.v20190904.test.js +0 -10
- package/test/emr.v20190103.test.js +46 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
|
1
|
+
# Release 4.0.933
|
|
2
|
+
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 63 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-09-09 01:19:11
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DeleteVpcInstance
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
20
|
+
|
|
21
|
+
### 第 74 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-09-06 17:52:12
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)
|
|
32
|
+
* [DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)
|
|
33
|
+
* [ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)
|
|
34
|
+
* [ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)
|
|
39
|
+
* [ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)
|
|
40
|
+
* [Item](https://cloud.tencent.com/document/api/589/33981#Item)
|
|
41
|
+
* [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
46
|
+
|
|
47
|
+
### 第 21 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-09-09 02:22:07
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
58
|
+
|
|
59
|
+
* 新增入参:IncludeNew
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
1
64
|
# Release 4.0.932
|
|
2
65
|
|
|
3
66
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,52 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 63 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-09 01:19:11
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
16
|
-
|
|
17
|
-
* 新增入参:VoiceType
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
18
14
|
|
|
15
|
+
* DeleteVpcInstance
|
|
19
16
|
|
|
20
17
|
|
|
21
18
|
|
|
22
|
-
##
|
|
19
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
23
20
|
|
|
24
|
-
### 第
|
|
21
|
+
### 第 74 次发布
|
|
25
22
|
|
|
26
|
-
发布时间:2024-09-06
|
|
23
|
+
发布时间:2024-09-06 17:52:12
|
|
27
24
|
|
|
28
25
|
本次发布包含了以下内容:
|
|
29
26
|
|
|
30
27
|
改善已有的文档。
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
新增接口:
|
|
33
30
|
|
|
34
|
-
* [
|
|
31
|
+
* [DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)
|
|
32
|
+
* [DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)
|
|
33
|
+
* [ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)
|
|
34
|
+
* [ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
新增数据结构:
|
|
37
37
|
|
|
38
|
+
* [ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)
|
|
39
|
+
* [ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)
|
|
40
|
+
* [Item](https://cloud.tencent.com/document/api/589/33981#Item)
|
|
41
|
+
* [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)
|
|
38
42
|
|
|
39
43
|
|
|
40
44
|
|
|
41
|
-
##
|
|
45
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
42
46
|
|
|
43
|
-
### 第
|
|
47
|
+
### 第 21 次发布
|
|
44
48
|
|
|
45
|
-
发布时间:2024-09-
|
|
49
|
+
发布时间:2024-09-09 02:22:07
|
|
46
50
|
|
|
47
51
|
本次发布包含了以下内容:
|
|
48
52
|
|
|
@@ -50,9 +54,9 @@
|
|
|
50
54
|
|
|
51
55
|
修改接口:
|
|
52
56
|
|
|
53
|
-
* [
|
|
57
|
+
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
54
58
|
|
|
55
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:IncludeNew
|
|
56
60
|
|
|
57
61
|
|
|
58
62
|
|
|
@@ -25425,6 +25429,18 @@
|
|
|
25425
25429
|
|
|
25426
25430
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25427
25431
|
|
|
25432
|
+
### 第 63 次发布
|
|
25433
|
+
|
|
25434
|
+
发布时间:2024-09-09 01:19:11
|
|
25435
|
+
|
|
25436
|
+
本次发布包含了以下内容:
|
|
25437
|
+
|
|
25438
|
+
改善已有的文档。
|
|
25439
|
+
|
|
25440
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
25441
|
+
|
|
25442
|
+
* DeleteVpcInstance
|
|
25443
|
+
|
|
25428
25444
|
### 第 62 次发布
|
|
25429
25445
|
|
|
25430
25446
|
发布时间:2024-09-03 01:22:43
|
|
@@ -61663,6 +61679,28 @@
|
|
|
61663
61679
|
|
|
61664
61680
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
61665
61681
|
|
|
61682
|
+
### 第 74 次发布
|
|
61683
|
+
|
|
61684
|
+
发布时间:2024-09-06 17:52:12
|
|
61685
|
+
|
|
61686
|
+
本次发布包含了以下内容:
|
|
61687
|
+
|
|
61688
|
+
改善已有的文档。
|
|
61689
|
+
|
|
61690
|
+
新增接口:
|
|
61691
|
+
|
|
61692
|
+
* [[DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)](https://cloud.tencent.com/document/api/#/#)
|
|
61693
|
+
* [[DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)](https://cloud.tencent.com/document/api/#/#)
|
|
61694
|
+
* [[ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)](https://cloud.tencent.com/document/api/#/#)
|
|
61695
|
+
* [[ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)](https://cloud.tencent.com/document/api/#/#)
|
|
61696
|
+
|
|
61697
|
+
新增数据结构:
|
|
61698
|
+
|
|
61699
|
+
* [[ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)](https://cloud.tencent.com/document/api/589/33981#[ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2))
|
|
61700
|
+
* [[ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)](https://cloud.tencent.com/document/api/589/33981#[ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo))
|
|
61701
|
+
* [[Item](https://cloud.tencent.com/document/api/589/33981#Item)](https://cloud.tencent.com/document/api/589/33981#[Item](https://cloud.tencent.com/document/api/589/33981#Item))
|
|
61702
|
+
* [[ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)](https://cloud.tencent.com/document/api/589/33981#[ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq))
|
|
61703
|
+
|
|
61666
61704
|
### 第 73 次发布
|
|
61667
61705
|
|
|
61668
61706
|
发布时间:2024-08-30 01:34:26
|
|
@@ -143668,6 +143706,21 @@
|
|
|
143668
143706
|
|
|
143669
143707
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
143670
143708
|
|
|
143709
|
+
### 第 21 次发布
|
|
143710
|
+
|
|
143711
|
+
发布时间:2024-09-09 02:22:07
|
|
143712
|
+
|
|
143713
|
+
本次发布包含了以下内容:
|
|
143714
|
+
|
|
143715
|
+
改善已有的文档。
|
|
143716
|
+
|
|
143717
|
+
修改接口:
|
|
143718
|
+
|
|
143719
|
+
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
143720
|
+
|
|
143721
|
+
* 新增入参:IncludeNew
|
|
143722
|
+
|
|
143723
|
+
|
|
143671
143724
|
### 第 20 次发布
|
|
143672
143725
|
|
|
143673
143726
|
发布时间:2024-08-30 02:18:52
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
51
51
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-03 01:21:59 |
|
|
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-09 01:19:11 |
|
|
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 |
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-28 01:24:29 |
|
|
74
74
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
75
75
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-29 01:25:55 |
|
|
76
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-
|
|
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
79
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-08-30 01:26:40 |
|
|
@@ -97,16 +97,16 @@
|
|
|
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-
|
|
100
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-09 01:39:08 |
|
|
101
101
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-03 01:47:13 |
|
|
102
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-
|
|
102
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-09 01:40:22 |
|
|
103
103
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-03 01:49:10 |
|
|
104
104
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-06 01:38:13 |
|
|
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
108
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-23 01:36:12 |
|
|
109
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-
|
|
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 |
|
|
112
112
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-05 02:11:14 |
|
|
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
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-
|
|
212
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-09 02:17:49 |
|
|
213
213
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
|
|
214
214
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
215
215
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-03 02:41:07 |
|
|
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
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-
|
|
229
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-
|
|
228
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-09 02:22:07 |
|
|
229
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
230
230
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
231
231
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-04 02:18:27 |
|
|
232
232
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-06 02:19:47 |
|
|
@@ -236,15 +236,15 @@
|
|
|
236
236
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
|
|
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
|
-
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-
|
|
239
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-09 02:26:33 |
|
|
240
240
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
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
243
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-28 02:44:44 |
|
|
244
244
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-03 02:49:57 |
|
|
245
245
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
246
|
-
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-
|
|
247
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-
|
|
246
|
+
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-09 02:31:26 |
|
|
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
249
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-29 20:07:34 |
|
|
250
250
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.933"
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
DeleteNatFwInstanceResponse,
|
|
55
55
|
DeleteBlockIgnoreRuleNewResponse,
|
|
56
56
|
DeleteAllAccessControlRuleRequest,
|
|
57
|
-
|
|
57
|
+
ModifyEdgeIpSwitchRequest,
|
|
58
58
|
ModifyAllVPCSwitchStatusResponse,
|
|
59
59
|
VpcZoneData,
|
|
60
60
|
DatabaseWhiteListRuleData,
|
|
@@ -75,9 +75,9 @@ import {
|
|
|
75
75
|
CreateSecurityGroupRulesResponse,
|
|
76
76
|
ExpandCfwVerticalRequest,
|
|
77
77
|
ModifyAllPublicIPSwitchStatusResponse,
|
|
78
|
-
|
|
78
|
+
SyncFwOperateRequest,
|
|
79
79
|
ModifyAssetScanRequest,
|
|
80
|
-
|
|
80
|
+
ModifyBlockIgnoreListRequest,
|
|
81
81
|
BanAndAllowRuleDel,
|
|
82
82
|
AddEnterpriseSecurityGroupRulesRequest,
|
|
83
83
|
FwGateway,
|
|
@@ -151,7 +151,6 @@ import {
|
|
|
151
151
|
ModifyEnterpriseSecurityGroupRuleRequest,
|
|
152
152
|
BetaInfoByACL,
|
|
153
153
|
RemoveNatAcRuleRequest,
|
|
154
|
-
ModifySequenceRulesResponse,
|
|
155
154
|
DescribeAssetSyncRequest,
|
|
156
155
|
DeleteVpcFwGroupRequest,
|
|
157
156
|
IPDefendStatus,
|
|
@@ -188,7 +187,7 @@ import {
|
|
|
188
187
|
VpcDnsInfo,
|
|
189
188
|
CreateAddressTemplateResponse,
|
|
190
189
|
DescribeTableStatusResponse,
|
|
191
|
-
|
|
190
|
+
ModifySequenceRulesResponse,
|
|
192
191
|
DeleteIdsWhiteRuleResponse,
|
|
193
192
|
CreateAlertCenterOmitResponse,
|
|
194
193
|
DescribeResourceGroupNewResponse,
|
|
@@ -213,7 +212,6 @@ import {
|
|
|
213
212
|
DescribeAcListsRequest,
|
|
214
213
|
IdsWhiteInfo,
|
|
215
214
|
DescribeGuideScanInfoRequest,
|
|
216
|
-
SyncFwOperateRequest,
|
|
217
215
|
UnHandleEvent,
|
|
218
216
|
DescribeAssociatedInstanceListRequest,
|
|
219
217
|
ModifyVpcAcRuleResponse,
|
|
@@ -265,7 +263,7 @@ import {
|
|
|
265
263
|
TLogInfo,
|
|
266
264
|
DescribeLogsResponse,
|
|
267
265
|
CreateSecurityGroupRulesRequest,
|
|
268
|
-
|
|
266
|
+
DnsVpcSwitch,
|
|
269
267
|
SwitchListsData,
|
|
270
268
|
CreateVpcFwGroupRequest,
|
|
271
269
|
CreateNatFwInstanceWithDomainRequest,
|
|
@@ -485,18 +483,6 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
485
483
|
return this.request("ModifyNatSequenceRules", req, cb)
|
|
486
484
|
}
|
|
487
485
|
|
|
488
|
-
/**
|
|
489
|
-
* 接口废弃
|
|
490
|
-
|
|
491
|
-
删除防火墙实例
|
|
492
|
-
*/
|
|
493
|
-
async DeleteVpcInstance(
|
|
494
|
-
req?: DeleteVpcInstanceRequest,
|
|
495
|
-
cb?: (error: string, rep: DeleteVpcInstanceResponse) => void
|
|
496
|
-
): Promise<DeleteVpcInstanceResponse> {
|
|
497
|
-
return this.request("DeleteVpcInstance", req, cb)
|
|
498
|
-
}
|
|
499
|
-
|
|
500
486
|
/**
|
|
501
487
|
* DescribeUnHandleEventTabList 告警中心伪攻击链事件未处置接口
|
|
502
488
|
*/
|
|
@@ -928,29 +928,30 @@ export interface DeleteAllAccessControlRuleRequest {
|
|
|
928
928
|
}
|
|
929
929
|
|
|
930
930
|
/**
|
|
931
|
-
*
|
|
931
|
+
* ModifyEdgeIpSwitch请求参数结构体
|
|
932
932
|
*/
|
|
933
|
-
export interface
|
|
934
|
-
/**
|
|
935
|
-
* 1封禁列表 2 放通列表
|
|
936
|
-
*/
|
|
937
|
-
RuleType: number
|
|
933
|
+
export interface ModifyEdgeIpSwitchRequest {
|
|
938
934
|
/**
|
|
939
|
-
*
|
|
935
|
+
* 0 关闭开关
|
|
936
|
+
1 打开开关
|
|
937
|
+
2 不操作开关,此次切换模式
|
|
940
938
|
*/
|
|
941
|
-
|
|
939
|
+
Enable?: number
|
|
942
940
|
/**
|
|
943
|
-
*
|
|
941
|
+
* 操作开关详情
|
|
944
942
|
*/
|
|
945
|
-
|
|
943
|
+
EdgeIpSwitchLst?: Array<EdgeIpSwitch>
|
|
946
944
|
/**
|
|
947
|
-
*
|
|
945
|
+
* 0 不自动选择子网
|
|
946
|
+
1 自动选择子网创建私有连接
|
|
948
947
|
*/
|
|
949
|
-
|
|
948
|
+
AutoChooseSubnet?: number
|
|
950
949
|
/**
|
|
951
|
-
*
|
|
950
|
+
* 0 切换为旁路
|
|
951
|
+
1 切换为串行
|
|
952
|
+
2 不切换模式,此次操作开关
|
|
952
953
|
*/
|
|
953
|
-
|
|
954
|
+
SwitchMode?: number
|
|
954
955
|
}
|
|
955
956
|
|
|
956
957
|
/**
|
|
@@ -1580,13 +1581,17 @@ export interface ModifyAllPublicIPSwitchStatusResponse {
|
|
|
1580
1581
|
}
|
|
1581
1582
|
|
|
1582
1583
|
/**
|
|
1583
|
-
*
|
|
1584
|
+
* SyncFwOperate请求参数结构体
|
|
1584
1585
|
*/
|
|
1585
|
-
export interface
|
|
1586
|
+
export interface SyncFwOperateRequest {
|
|
1586
1587
|
/**
|
|
1587
|
-
*
|
|
1588
|
+
* 同步操作类型:Route,同步防火墙路由
|
|
1588
1589
|
*/
|
|
1589
|
-
|
|
1590
|
+
SyncType: string
|
|
1591
|
+
/**
|
|
1592
|
+
* 防火墙类型;nat,nat防火墙;ew,vpc间防火墙
|
|
1593
|
+
*/
|
|
1594
|
+
FwType?: string
|
|
1590
1595
|
}
|
|
1591
1596
|
|
|
1592
1597
|
/**
|
|
@@ -1620,17 +1625,29 @@ export interface ModifyAssetScanRequest {
|
|
|
1620
1625
|
}
|
|
1621
1626
|
|
|
1622
1627
|
/**
|
|
1623
|
-
*
|
|
1628
|
+
* ModifyBlockIgnoreList请求参数结构体
|
|
1624
1629
|
*/
|
|
1625
|
-
export interface
|
|
1630
|
+
export interface ModifyBlockIgnoreListRequest {
|
|
1626
1631
|
/**
|
|
1627
|
-
*
|
|
1632
|
+
* 1封禁列表 2 放通列表
|
|
1628
1633
|
*/
|
|
1629
|
-
|
|
1634
|
+
RuleType: number
|
|
1630
1635
|
/**
|
|
1631
|
-
*
|
|
1636
|
+
* IP、Domain二选一(注:封禁列表,只能填写IP),不能同时为空
|
|
1632
1637
|
*/
|
|
1633
|
-
|
|
1638
|
+
IOC: Array<IocListData>
|
|
1639
|
+
/**
|
|
1640
|
+
* 可选值:delete(删除)、edit(编辑)、add(添加) 其他值无效
|
|
1641
|
+
*/
|
|
1642
|
+
IocAction: string
|
|
1643
|
+
/**
|
|
1644
|
+
* 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
|
|
1645
|
+
*/
|
|
1646
|
+
StartTime?: string
|
|
1647
|
+
/**
|
|
1648
|
+
* 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填,必须大于当前时间且大于StartTime
|
|
1649
|
+
*/
|
|
1650
|
+
EndTime?: string
|
|
1634
1651
|
}
|
|
1635
1652
|
|
|
1636
1653
|
/**
|
|
@@ -3661,21 +3678,6 @@ export interface RemoveNatAcRuleRequest {
|
|
|
3661
3678
|
Direction?: number
|
|
3662
3679
|
}
|
|
3663
3680
|
|
|
3664
|
-
/**
|
|
3665
|
-
* ModifySequenceRules返回参数结构体
|
|
3666
|
-
*/
|
|
3667
|
-
export interface ModifySequenceRulesResponse {
|
|
3668
|
-
/**
|
|
3669
|
-
* 0: 修改成功, 非0: 修改失败
|
|
3670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3671
|
-
*/
|
|
3672
|
-
Status: number
|
|
3673
|
-
/**
|
|
3674
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3675
|
-
*/
|
|
3676
|
-
RequestId?: string
|
|
3677
|
-
}
|
|
3678
|
-
|
|
3679
3681
|
/**
|
|
3680
3682
|
* DescribeAssetSync请求参数结构体
|
|
3681
3683
|
*/
|
|
@@ -4521,30 +4523,18 @@ export interface DescribeTableStatusResponse {
|
|
|
4521
4523
|
}
|
|
4522
4524
|
|
|
4523
4525
|
/**
|
|
4524
|
-
*
|
|
4526
|
+
* ModifySequenceRules返回参数结构体
|
|
4525
4527
|
*/
|
|
4526
|
-
export interface
|
|
4527
|
-
/**
|
|
4528
|
-
* 0 关闭开关
|
|
4529
|
-
1 打开开关
|
|
4530
|
-
2 不操作开关,此次切换模式
|
|
4531
|
-
*/
|
|
4532
|
-
Enable?: number
|
|
4533
|
-
/**
|
|
4534
|
-
* 操作开关详情
|
|
4535
|
-
*/
|
|
4536
|
-
EdgeIpSwitchLst?: Array<EdgeIpSwitch>
|
|
4528
|
+
export interface ModifySequenceRulesResponse {
|
|
4537
4529
|
/**
|
|
4538
|
-
* 0
|
|
4539
|
-
|
|
4530
|
+
* 0: 修改成功, 非0: 修改失败
|
|
4531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4540
4532
|
*/
|
|
4541
|
-
|
|
4533
|
+
Status: number
|
|
4542
4534
|
/**
|
|
4543
|
-
*
|
|
4544
|
-
1 切换为串行
|
|
4545
|
-
2 不切换模式,此次操作开关
|
|
4535
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4546
4536
|
*/
|
|
4547
|
-
|
|
4537
|
+
RequestId?: string
|
|
4548
4538
|
}
|
|
4549
4539
|
|
|
4550
4540
|
/**
|
|
@@ -5150,20 +5140,6 @@ export interface IdsWhiteInfo {
|
|
|
5150
5140
|
*/
|
|
5151
5141
|
export type DescribeGuideScanInfoRequest = null
|
|
5152
5142
|
|
|
5153
|
-
/**
|
|
5154
|
-
* SyncFwOperate请求参数结构体
|
|
5155
|
-
*/
|
|
5156
|
-
export interface SyncFwOperateRequest {
|
|
5157
|
-
/**
|
|
5158
|
-
* 同步操作类型:Route,同步防火墙路由
|
|
5159
|
-
*/
|
|
5160
|
-
SyncType: string
|
|
5161
|
-
/**
|
|
5162
|
-
* 防火墙类型;nat,nat防火墙;ew,vpc间防火墙
|
|
5163
|
-
*/
|
|
5164
|
-
FwType?: string
|
|
5165
|
-
}
|
|
5166
|
-
|
|
5167
5143
|
/**
|
|
5168
5144
|
* 未处置事件详情
|
|
5169
5145
|
*/
|
|
@@ -6511,9 +6487,18 @@ export interface CreateSecurityGroupRulesRequest {
|
|
|
6511
6487
|
}
|
|
6512
6488
|
|
|
6513
6489
|
/**
|
|
6514
|
-
*
|
|
6490
|
+
* 设置nat防火墙的vpc dns 接入开关
|
|
6515
6491
|
*/
|
|
6516
|
-
export
|
|
6492
|
+
export interface DnsVpcSwitch {
|
|
6493
|
+
/**
|
|
6494
|
+
* vpc id
|
|
6495
|
+
*/
|
|
6496
|
+
VpcId: string
|
|
6497
|
+
/**
|
|
6498
|
+
* 0:设置为关闭 1:设置为打开
|
|
6499
|
+
*/
|
|
6500
|
+
Status: number
|
|
6501
|
+
}
|
|
6517
6502
|
|
|
6518
6503
|
/**
|
|
6519
6504
|
* 防火墙开关列表对象
|