tencentcloud-sdk-nodejs 4.0.931 → 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 +122 -0
- package/SERVICE_CHANGELOG.md +122 -51
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.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/facefusion/v20220927/facefusion_models.ts +14 -7
- 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/tse/v20201207/tse_models.ts +2 -1
- package/src/services/vclm/v20240523/vclm_client.ts +54 -2
- package/src/services/vclm/v20240523/vclm_models.ts +23 -6
- package/src/services/vrs/v20200824/vrs_client.ts +1 -0
- package/src/services/vrs/v20200824/vrs_models.ts +1 -0
- package/src/services/vtc/v20240223/vtc_client.ts +54 -2
- package/src/services/vtc/v20240223/vtc_models.ts +21 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +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/facefusion/v20220927/facefusion_models.d.ts +14 -7
- 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/tse/v20201207/tse_models.d.ts +2 -1
- 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 +23 -6
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +1 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -0
- 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 +21 -3
- package/test/cfw.v20190904.test.js +0 -10
- package/test/emr.v20190103.test.js +46 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,125 @@
|
|
|
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
|
+
|
|
64
|
+
# Release 4.0.932
|
|
65
|
+
|
|
66
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
67
|
+
|
|
68
|
+
### 第 6 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-09-06 02:22:38
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改接口:
|
|
77
|
+
|
|
78
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
79
|
+
|
|
80
|
+
* 新增入参:VoiceType
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
86
|
+
|
|
87
|
+
### 第 8 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2024-09-06 02:27:27
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
修改数据结构:
|
|
96
|
+
|
|
97
|
+
* [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
|
|
98
|
+
|
|
99
|
+
* <font color="#dd0000">**修改成员**:</font>TextId, Text
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 视频转译(vtc) 版本:2024-02-23
|
|
105
|
+
|
|
106
|
+
### 第 3 次发布
|
|
107
|
+
|
|
108
|
+
发布时间:2024-09-06 02:27:32
|
|
109
|
+
|
|
110
|
+
本次发布包含了以下内容:
|
|
111
|
+
|
|
112
|
+
改善已有的文档。
|
|
113
|
+
|
|
114
|
+
修改接口:
|
|
115
|
+
|
|
116
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
117
|
+
|
|
118
|
+
* 新增入参:VoiceType
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
1
123
|
# Release 4.0.931
|
|
2
124
|
|
|
3
125
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,26 @@
|
|
|
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
|
-
* [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
|
|
16
|
-
|
|
17
|
-
* 新增入参:LoginSecurityStatus
|
|
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-
|
|
23
|
+
发布时间:2024-09-06 17:52:12
|
|
27
24
|
|
|
28
25
|
本次发布包含了以下内容:
|
|
29
26
|
|
|
@@ -31,56 +28,36 @@
|
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
发布时间:2024-09-05 01:30:40
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
45
|
-
|
|
46
|
-
改善已有的文档。
|
|
47
|
-
|
|
48
|
-
修改接口:
|
|
49
|
-
|
|
50
|
-
* [DescribeDSPARDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/97204)
|
|
51
|
-
|
|
52
|
-
* 新增入参:Filters
|
|
53
|
-
|
|
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)
|
|
54
42
|
|
|
55
43
|
|
|
56
44
|
|
|
57
|
-
##
|
|
45
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
58
46
|
|
|
59
|
-
### 第
|
|
47
|
+
### 第 21 次发布
|
|
60
48
|
|
|
61
|
-
发布时间:2024-09-
|
|
49
|
+
发布时间:2024-09-09 02:22:07
|
|
62
50
|
|
|
63
51
|
本次发布包含了以下内容:
|
|
64
52
|
|
|
65
53
|
改善已有的文档。
|
|
66
54
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
* [DescribeWorkspaces](https://cloud.tencent.com/document/api/1527/110754)
|
|
70
|
-
* [ModifyWorkspacesAttribute](https://cloud.tencent.com/document/api/1527/110753)
|
|
71
|
-
* [TerminateWorkspaces](https://cloud.tencent.com/document/api/1527/110752)
|
|
72
|
-
|
|
73
|
-
新增数据结构:
|
|
74
|
-
|
|
75
|
-
* [SpaceInfo](https://cloud.tencent.com/document/api/1527/89579#SpaceInfo)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
55
|
+
修改接口:
|
|
80
56
|
|
|
57
|
+
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
81
58
|
|
|
59
|
+
* 新增入参:IncludeNew
|
|
82
60
|
|
|
83
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
84
61
|
|
|
85
62
|
|
|
86
63
|
|
|
@@ -25452,6 +25429,18 @@
|
|
|
25452
25429
|
|
|
25453
25430
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25454
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
|
+
|
|
25455
25444
|
### 第 62 次发布
|
|
25456
25445
|
|
|
25457
25446
|
发布时间:2024-09-03 01:22:43
|
|
@@ -46627,7 +46616,7 @@
|
|
|
46627
46616
|
|
|
46628
46617
|
新增接口:
|
|
46629
46618
|
|
|
46630
|
-
* [
|
|
46619
|
+
* [DescribeIsolatedInstances](https://cloud.tencent.com/document/api/1003/110751)
|
|
46631
46620
|
|
|
46632
46621
|
### 第 102 次发布
|
|
46633
46622
|
|
|
@@ -61690,6 +61679,28 @@
|
|
|
61690
61679
|
|
|
61691
61680
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
61692
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
|
+
|
|
61693
61704
|
### 第 73 次发布
|
|
61694
61705
|
|
|
61695
61706
|
发布时间:2024-08-30 01:34:26
|
|
@@ -135312,13 +135323,13 @@
|
|
|
135312
135323
|
|
|
135313
135324
|
新增接口:
|
|
135314
135325
|
|
|
135315
|
-
* [
|
|
135316
|
-
* [
|
|
135317
|
-
* [
|
|
135326
|
+
* [DescribeWorkspaces](https://cloud.tencent.com/document/api/1527/110754)
|
|
135327
|
+
* [ModifyWorkspacesAttribute](https://cloud.tencent.com/document/api/1527/110753)
|
|
135328
|
+
* [TerminateWorkspaces](https://cloud.tencent.com/document/api/1527/110752)
|
|
135318
135329
|
|
|
135319
135330
|
新增数据结构:
|
|
135320
135331
|
|
|
135321
|
-
* [
|
|
135332
|
+
* [SpaceInfo](https://cloud.tencent.com/document/api/1527/89579#SpaceInfo)
|
|
135322
135333
|
|
|
135323
135334
|
### 第 17 次发布
|
|
135324
135335
|
|
|
@@ -143695,6 +143706,21 @@
|
|
|
143695
143706
|
|
|
143696
143707
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
143697
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
|
+
|
|
143698
143724
|
### 第 20 次发布
|
|
143699
143725
|
|
|
143700
143726
|
发布时间:2024-08-30 02:18:52
|
|
@@ -151571,6 +151597,21 @@
|
|
|
151571
151597
|
|
|
151572
151598
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
151573
151599
|
|
|
151600
|
+
### 第 6 次发布
|
|
151601
|
+
|
|
151602
|
+
发布时间:2024-09-06 02:22:38
|
|
151603
|
+
|
|
151604
|
+
本次发布包含了以下内容:
|
|
151605
|
+
|
|
151606
|
+
改善已有的文档。
|
|
151607
|
+
|
|
151608
|
+
修改接口:
|
|
151609
|
+
|
|
151610
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
151611
|
+
|
|
151612
|
+
* 新增入参:VoiceType
|
|
151613
|
+
|
|
151614
|
+
|
|
151574
151615
|
### 第 5 次发布
|
|
151575
151616
|
|
|
151576
151617
|
发布时间:2024-08-21 02:27:00
|
|
@@ -161671,6 +161712,21 @@
|
|
|
161671
161712
|
|
|
161672
161713
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
161673
161714
|
|
|
161715
|
+
### 第 8 次发布
|
|
161716
|
+
|
|
161717
|
+
发布时间:2024-09-06 02:27:27
|
|
161718
|
+
|
|
161719
|
+
本次发布包含了以下内容:
|
|
161720
|
+
|
|
161721
|
+
改善已有的文档。
|
|
161722
|
+
|
|
161723
|
+
修改数据结构:
|
|
161724
|
+
|
|
161725
|
+
* [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
|
|
161726
|
+
|
|
161727
|
+
* <font color="#dd0000">**修改成员**:</font>TextId, Text
|
|
161728
|
+
|
|
161729
|
+
|
|
161674
161730
|
### 第 7 次发布
|
|
161675
161731
|
|
|
161676
161732
|
发布时间:2024-08-07 02:38:54
|
|
@@ -161832,6 +161888,21 @@
|
|
|
161832
161888
|
|
|
161833
161889
|
## 视频转译(vtc) 版本:2024-02-23
|
|
161834
161890
|
|
|
161891
|
+
### 第 3 次发布
|
|
161892
|
+
|
|
161893
|
+
发布时间:2024-09-06 02:27:32
|
|
161894
|
+
|
|
161895
|
+
本次发布包含了以下内容:
|
|
161896
|
+
|
|
161897
|
+
改善已有的文档。
|
|
161898
|
+
|
|
161899
|
+
修改接口:
|
|
161900
|
+
|
|
161901
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
161902
|
+
|
|
161903
|
+
* 新增入参:VoiceType
|
|
161904
|
+
|
|
161905
|
+
|
|
161835
161906
|
### 第 2 次发布
|
|
161836
161907
|
|
|
161837
161908
|
发布时间:2024-06-07 02:52:58
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -44,13 +44,13 @@
|
|
|
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 |
|
|
47
|
-
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-
|
|
47
|
+
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-09-06 01:13:27 |
|
|
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
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,9 +73,9 @@
|
|
|
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
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-
|
|
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 |
|
|
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 |
|
|
@@ -83,7 +83,7 @@
|
|
|
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-02 01:33:14 |
|
|
85
85
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-03 01:39:09 |
|
|
86
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-
|
|
86
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-06 01:28:29 |
|
|
87
87
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-08-21 01:31:30 |
|
|
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 |
|
|
@@ -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
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-
|
|
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 |
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
116
116
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
117
117
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
118
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-
|
|
118
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-06 01:40:20 |
|
|
119
119
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
120
120
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
121
121
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -158,7 +158,7 @@
|
|
|
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-06 01:56:47 |
|
|
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 |
|
|
@@ -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,26 +225,26 @@
|
|
|
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
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-
|
|
232
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-06 02:19:47 |
|
|
233
233
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
234
234
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
235
235
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
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
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-
|
|
246
|
-
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-
|
|
247
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-
|
|
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-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
|
*/
|