tencentcloud-sdk-nodejs 4.0.570 → 4.0.572
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 +488 -0
- package/SERVICE_CHANGELOG.md +508 -132
- package/package.json +1 -1
- package/products.md +44 -44
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +14 -12
- package/src/services/car/v20220110/car_client.ts +24 -0
- package/src/services/car/v20220110/car_models.ts +40 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +52 -2
- package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +20 -7
- package/src/services/cwp/v20180228/cwp_models.ts +185 -4
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +138 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
- package/src/services/lcic/v20220817/lcic_client.ts +55 -16
- package/src/services/lcic/v20220817/lcic_models.ts +325 -111
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
- package/src/services/monitor/v20180724/monitor_models.ts +25 -3
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +26 -16
- package/src/services/redis/v20180412/redis_models.ts +35 -12
- package/src/services/scf/v20180416/scf_client.ts +12 -0
- package/src/services/scf/v20180416/scf_models.ts +50 -0
- package/src/services/smop/v20201203/smop_models.ts +8 -2
- package/src/services/tcss/v20201101/tcss_models.ts +71 -61
- package/src/services/teo/v20220901/teo_models.ts +4 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +73 -9
- package/src/services/vod/v20180717/vod_models.ts +705 -212
- package/src/services/vpc/v20170312/vpc_client.ts +11 -10
- package/src/services/vpc/v20170312/vpc_models.ts +191 -72
- package/src/services/waf/v20180125/waf_client.ts +14 -1
- package/src/services/waf/v20180125/waf_models.ts +66 -24
- package/src/services/wedata/v20210820/wedata_models.ts +11 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +14 -12
- package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
- package/tencentcloud/services/car/v20220110/car_client.js +12 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +155 -4
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +115 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -12
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +69 -61
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +30 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +608 -192
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -20
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
- package/test/car.v20220110.test.js +20 -0
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/cwp.v20180228.test.js +12 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/lcic.v20220817.test.js +34 -4
- package/test/scf.v20180416.test.js +10 -0
- package/test/vod.v20180717.test.js +50 -0
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,30 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 55 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-04-04 01:14:38
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
24
|
+
|
|
25
|
+
### 第 85 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2023-04-04 01:32:21
|
|
8
28
|
|
|
9
29
|
本次发布包含了以下内容:
|
|
10
30
|
|
|
@@ -12,22 +32,24 @@
|
|
|
12
32
|
|
|
13
33
|
修改数据结构:
|
|
14
34
|
|
|
15
|
-
* [
|
|
35
|
+
* [Filter](https://cloud.tencent.com/document/api/248/30354#Filter)
|
|
16
36
|
|
|
17
|
-
* 新增成员:
|
|
37
|
+
* 新增成员:Name, Values
|
|
18
38
|
|
|
39
|
+
* <font color="#dd0000">**修改成员**:</font>Type, Key, Value
|
|
19
40
|
|
|
41
|
+
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesOverview)
|
|
20
42
|
|
|
43
|
+
* 新增成员:ResourcePackageStatus, ResourcePackageSpecName
|
|
21
44
|
|
|
22
|
-
## 品牌经营管家(bma) 版本:2021-06-24
|
|
23
45
|
|
|
24
46
|
|
|
25
47
|
|
|
26
|
-
##
|
|
48
|
+
## 云函数(scf) 版本:2018-04-16
|
|
27
49
|
|
|
28
|
-
### 第
|
|
50
|
+
### 第 50 次发布
|
|
29
51
|
|
|
30
|
-
发布时间:2023-
|
|
52
|
+
发布时间:2023-04-04 01:39:21
|
|
31
53
|
|
|
32
54
|
本次发布包含了以下内容:
|
|
33
55
|
|
|
@@ -35,19 +57,15 @@
|
|
|
35
57
|
|
|
36
58
|
新增接口:
|
|
37
59
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
新增数据结构:
|
|
41
|
-
|
|
42
|
-
* [RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)
|
|
60
|
+
* [UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)
|
|
43
61
|
|
|
44
62
|
|
|
45
63
|
|
|
46
|
-
##
|
|
64
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
47
65
|
|
|
48
|
-
### 第
|
|
66
|
+
### 第 142 次发布
|
|
49
67
|
|
|
50
|
-
发布时间:2023-
|
|
68
|
+
发布时间:2023-04-04 01:48:42
|
|
51
69
|
|
|
52
70
|
本次发布包含了以下内容:
|
|
53
71
|
|
|
@@ -55,18 +73,18 @@
|
|
|
55
73
|
|
|
56
74
|
修改数据结构:
|
|
57
75
|
|
|
58
|
-
* [
|
|
76
|
+
* [ServiceAccountAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#ServiceAccountAuthenticationOptions)
|
|
59
77
|
|
|
60
|
-
* 新增成员:
|
|
78
|
+
* 新增成员:UseTKEDefault
|
|
61
79
|
|
|
62
80
|
|
|
63
81
|
|
|
64
82
|
|
|
65
|
-
##
|
|
83
|
+
## 云点播(vod) 版本:2018-07-17
|
|
66
84
|
|
|
67
|
-
### 第
|
|
85
|
+
### 第 147 次发布
|
|
68
86
|
|
|
69
|
-
发布时间:2023-
|
|
87
|
+
发布时间:2023-04-04 01:52:17
|
|
70
88
|
|
|
71
89
|
本次发布包含了以下内容:
|
|
72
90
|
|
|
@@ -74,83 +92,45 @@
|
|
|
74
92
|
|
|
75
93
|
新增接口:
|
|
76
94
|
|
|
77
|
-
* [
|
|
78
|
-
* [
|
|
79
|
-
* [
|
|
80
|
-
* [
|
|
81
|
-
* [
|
|
82
|
-
* [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
|
|
83
|
-
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
|
|
84
|
-
* [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
|
|
85
|
-
* [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
|
|
86
|
-
* [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
|
|
87
|
-
* [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
|
|
88
|
-
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
|
|
89
|
-
* [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
|
|
90
|
-
* [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
|
|
91
|
-
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
|
|
92
|
-
|
|
93
|
-
新增数据结构:
|
|
94
|
-
|
|
95
|
-
* [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
|
|
96
|
-
* [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
|
|
97
|
-
* [ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)
|
|
98
|
-
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
99
|
-
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
|
100
|
-
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
|
|
101
|
-
* [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
|
|
102
|
-
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
|
103
|
-
* [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
|
|
104
|
-
* [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
|
|
105
|
-
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
|
|
106
|
-
* [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
|
|
107
|
-
* [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
|
|
108
|
-
* [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
|
|
109
|
-
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
|
|
110
|
-
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
|
|
111
|
-
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
|
112
|
-
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
|
|
113
|
-
* [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
|
|
114
|
-
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
|
115
|
-
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
|
|
116
|
-
* [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
|
|
117
|
-
* [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
|
|
118
|
-
* [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
|
|
119
|
-
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
120
|
-
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
121
|
-
* [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
|
|
122
|
-
* [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
|
|
123
|
-
* [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
|
|
124
|
-
* [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
|
|
125
|
-
* [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
|
|
126
|
-
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
|
|
95
|
+
* [CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
96
|
+
* [DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
97
|
+
* [DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
98
|
+
* [ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
99
|
+
* [RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
127
100
|
|
|
101
|
+
修改接口:
|
|
128
102
|
|
|
103
|
+
* [PullUpload](https://cloud.tencent.com/document/api/266/35575)
|
|
129
104
|
|
|
130
|
-
|
|
105
|
+
* 新增入参:MediaType
|
|
131
106
|
|
|
132
107
|
|
|
108
|
+
新增数据结构:
|
|
133
109
|
|
|
134
|
-
|
|
110
|
+
* [RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)
|
|
111
|
+
* [RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)
|
|
112
|
+
* [RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)
|
|
113
|
+
* [RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)
|
|
135
114
|
|
|
136
115
|
|
|
137
116
|
|
|
138
|
-
##
|
|
117
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
139
118
|
|
|
140
|
-
### 第
|
|
119
|
+
### 第 27 次发布
|
|
141
120
|
|
|
142
|
-
发布时间:2023-
|
|
121
|
+
发布时间:2023-04-04 02:20:33
|
|
143
122
|
|
|
144
123
|
本次发布包含了以下内容:
|
|
145
124
|
|
|
146
125
|
改善已有的文档。
|
|
147
126
|
|
|
148
|
-
|
|
127
|
+
新增接口:
|
|
149
128
|
|
|
150
|
-
* [
|
|
129
|
+
* [DescribeVipInfo](https://cloud.tencent.com/document/api/627/89806)
|
|
151
130
|
|
|
152
|
-
|
|
131
|
+
新增数据结构:
|
|
153
132
|
|
|
133
|
+
* [VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)
|
|
154
134
|
|
|
155
135
|
|
|
156
136
|
|
|
@@ -10992,6 +10972,19 @@
|
|
|
10992
10972
|
|
|
10993
10973
|
## 应用云渲染(car) 版本:2022-01-10
|
|
10994
10974
|
|
|
10975
|
+
### 第 5 次发布
|
|
10976
|
+
|
|
10977
|
+
发布时间:2023-03-30 17:11:05
|
|
10978
|
+
|
|
10979
|
+
本次发布包含了以下内容:
|
|
10980
|
+
|
|
10981
|
+
改善已有的文档。
|
|
10982
|
+
|
|
10983
|
+
新增接口:
|
|
10984
|
+
|
|
10985
|
+
* [StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)
|
|
10986
|
+
* [StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)
|
|
10987
|
+
|
|
10995
10988
|
### 第 4 次发布
|
|
10996
10989
|
|
|
10997
10990
|
发布时间:2023-01-09 01:07:04
|
|
@@ -15767,6 +15760,36 @@
|
|
|
15767
15760
|
|
|
15768
15761
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
15769
15762
|
|
|
15763
|
+
### 第 118 次发布
|
|
15764
|
+
|
|
15765
|
+
发布时间:2023-03-31 01:08:16
|
|
15766
|
+
|
|
15767
|
+
本次发布包含了以下内容:
|
|
15768
|
+
|
|
15769
|
+
改善已有的文档。
|
|
15770
|
+
|
|
15771
|
+
修改接口:
|
|
15772
|
+
|
|
15773
|
+
* [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
|
|
15774
|
+
|
|
15775
|
+
* 新增入参:OthersPrivateAccess
|
|
15776
|
+
|
|
15777
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
15778
|
+
|
|
15779
|
+
* 新增入参:OthersPrivateAccess
|
|
15780
|
+
|
|
15781
|
+
|
|
15782
|
+
新增数据结构:
|
|
15783
|
+
|
|
15784
|
+
* [OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)
|
|
15785
|
+
|
|
15786
|
+
修改数据结构:
|
|
15787
|
+
|
|
15788
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
15789
|
+
|
|
15790
|
+
* 新增成员:OthersPrivateAccess
|
|
15791
|
+
|
|
15792
|
+
|
|
15770
15793
|
### 第 117 次发布
|
|
15771
15794
|
|
|
15772
15795
|
发布时间:2023-02-28 01:07:06
|
|
@@ -18423,6 +18446,33 @@
|
|
|
18423
18446
|
|
|
18424
18447
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
18425
18448
|
|
|
18449
|
+
### 第 10 次发布
|
|
18450
|
+
|
|
18451
|
+
发布时间:2023-04-03 01:07:25
|
|
18452
|
+
|
|
18453
|
+
本次发布包含了以下内容:
|
|
18454
|
+
|
|
18455
|
+
改善已有的文档。
|
|
18456
|
+
|
|
18457
|
+
修改接口:
|
|
18458
|
+
|
|
18459
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)
|
|
18460
|
+
|
|
18461
|
+
* 新增入参:IsOpenApi
|
|
18462
|
+
|
|
18463
|
+
|
|
18464
|
+
### 第 9 次发布
|
|
18465
|
+
|
|
18466
|
+
发布时间:2023-03-31 01:09:05
|
|
18467
|
+
|
|
18468
|
+
本次发布包含了以下内容:
|
|
18469
|
+
|
|
18470
|
+
改善已有的文档。
|
|
18471
|
+
|
|
18472
|
+
新增接口:
|
|
18473
|
+
|
|
18474
|
+
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)
|
|
18475
|
+
|
|
18426
18476
|
### 第 8 次发布
|
|
18427
18477
|
|
|
18428
18478
|
发布时间:2023-03-16 01:15:13
|
|
@@ -31521,6 +31571,22 @@
|
|
|
31521
31571
|
|
|
31522
31572
|
## 主机安全(cwp) 版本:2018-02-28
|
|
31523
31573
|
|
|
31574
|
+
### 第 76 次发布
|
|
31575
|
+
|
|
31576
|
+
发布时间:2023-03-31 01:16:52
|
|
31577
|
+
|
|
31578
|
+
本次发布包含了以下内容:
|
|
31579
|
+
|
|
31580
|
+
改善已有的文档。
|
|
31581
|
+
|
|
31582
|
+
新增接口:
|
|
31583
|
+
|
|
31584
|
+
* [DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)
|
|
31585
|
+
|
|
31586
|
+
新增数据结构:
|
|
31587
|
+
|
|
31588
|
+
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
31589
|
+
|
|
31524
31590
|
### 第 75 次发布
|
|
31525
31591
|
|
|
31526
31592
|
发布时间:2023-03-30 01:13:34
|
|
@@ -31531,11 +31597,11 @@
|
|
|
31531
31597
|
|
|
31532
31598
|
新增接口:
|
|
31533
31599
|
|
|
31534
|
-
* [
|
|
31600
|
+
* [DescribeRiskDnsEventList](https://cloud.tencent.com/document/api/296/89634)
|
|
31535
31601
|
|
|
31536
31602
|
新增数据结构:
|
|
31537
31603
|
|
|
31538
|
-
* [
|
|
31604
|
+
* [RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)
|
|
31539
31605
|
|
|
31540
31606
|
### 第 74 次发布
|
|
31541
31607
|
|
|
@@ -36930,6 +36996,22 @@
|
|
|
36930
36996
|
|
|
36931
36997
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
36932
36998
|
|
|
36999
|
+
### 第 55 次发布
|
|
37000
|
+
|
|
37001
|
+
发布时间:2023-04-04 01:14:38
|
|
37002
|
+
|
|
37003
|
+
本次发布包含了以下内容:
|
|
37004
|
+
|
|
37005
|
+
改善已有的文档。
|
|
37006
|
+
|
|
37007
|
+
新增接口:
|
|
37008
|
+
|
|
37009
|
+
* [[DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)](https://cloud.tencent.com/document/api/#/#)
|
|
37010
|
+
|
|
37011
|
+
新增数据结构:
|
|
37012
|
+
|
|
37013
|
+
* [[InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)](https://cloud.tencent.com/document/api/557/16142#[InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem))
|
|
37014
|
+
|
|
36933
37015
|
### 第 54 次发布
|
|
36934
37016
|
|
|
36935
37017
|
发布时间:2023-03-29 03:25:14
|
|
@@ -45211,6 +45293,21 @@
|
|
|
45211
45293
|
|
|
45212
45294
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
45213
45295
|
|
|
45296
|
+
### 第 55 次发布
|
|
45297
|
+
|
|
45298
|
+
发布时间:2023-03-31 01:26:47
|
|
45299
|
+
|
|
45300
|
+
本次发布包含了以下内容:
|
|
45301
|
+
|
|
45302
|
+
改善已有的文档。
|
|
45303
|
+
|
|
45304
|
+
修改数据结构:
|
|
45305
|
+
|
|
45306
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
45307
|
+
|
|
45308
|
+
* 新增成员:CcInfos
|
|
45309
|
+
|
|
45310
|
+
|
|
45214
45311
|
### 第 54 次发布
|
|
45215
45312
|
|
|
45216
45313
|
发布时间:2023-03-28 10:31:03
|
|
@@ -46283,6 +46380,21 @@
|
|
|
46283
46380
|
|
|
46284
46381
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
46285
46382
|
|
|
46383
|
+
### 第 72 次发布
|
|
46384
|
+
|
|
46385
|
+
发布时间:2023-03-31 16:30:48
|
|
46386
|
+
|
|
46387
|
+
本次发布包含了以下内容:
|
|
46388
|
+
|
|
46389
|
+
改善已有的文档。
|
|
46390
|
+
|
|
46391
|
+
修改数据结构:
|
|
46392
|
+
|
|
46393
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
46394
|
+
|
|
46395
|
+
* 新增成员:UserData
|
|
46396
|
+
|
|
46397
|
+
|
|
46286
46398
|
### 第 71 次发布
|
|
46287
46399
|
|
|
46288
46400
|
发布时间:2023-03-27 01:54:48
|
|
@@ -58251,6 +58363,41 @@
|
|
|
58251
58363
|
|
|
58252
58364
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
58253
58365
|
|
|
58366
|
+
### 第 20 次发布
|
|
58367
|
+
|
|
58368
|
+
发布时间:2023-04-03 01:23:43
|
|
58369
|
+
|
|
58370
|
+
本次发布包含了以下内容:
|
|
58371
|
+
|
|
58372
|
+
改善已有的文档。
|
|
58373
|
+
|
|
58374
|
+
修改接口:
|
|
58375
|
+
|
|
58376
|
+
* [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
|
|
58377
|
+
|
|
58378
|
+
* 新增出参:DeveloperId
|
|
58379
|
+
|
|
58380
|
+
|
|
58381
|
+
### 第 19 次发布
|
|
58382
|
+
|
|
58383
|
+
发布时间:2023-03-31 01:33:58
|
|
58384
|
+
|
|
58385
|
+
本次发布包含了以下内容:
|
|
58386
|
+
|
|
58387
|
+
改善已有的文档。
|
|
58388
|
+
|
|
58389
|
+
新增接口:
|
|
58390
|
+
|
|
58391
|
+
* [DescribeAnswerList](https://cloud.tencent.com/document/api/1639/89679)
|
|
58392
|
+
* [DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)
|
|
58393
|
+
* [DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)
|
|
58394
|
+
|
|
58395
|
+
新增数据结构:
|
|
58396
|
+
|
|
58397
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
58398
|
+
* [AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)
|
|
58399
|
+
* [QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)
|
|
58400
|
+
|
|
58254
58401
|
### 第 18 次发布
|
|
58255
58402
|
|
|
58256
58403
|
发布时间:2023-03-22 01:59:37
|
|
@@ -63270,6 +63417,21 @@
|
|
|
63270
63417
|
|
|
63271
63418
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
63272
63419
|
|
|
63420
|
+
### 第 31 次发布
|
|
63421
|
+
|
|
63422
|
+
发布时间:2023-03-31 01:36:51
|
|
63423
|
+
|
|
63424
|
+
本次发布包含了以下内容:
|
|
63425
|
+
|
|
63426
|
+
改善已有的文档。
|
|
63427
|
+
|
|
63428
|
+
修改接口:
|
|
63429
|
+
|
|
63430
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)
|
|
63431
|
+
|
|
63432
|
+
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
63433
|
+
|
|
63434
|
+
|
|
63273
63435
|
### 第 30 次发布
|
|
63274
63436
|
|
|
63275
63437
|
发布时间:2023-03-01 01:35:11
|
|
@@ -63797,6 +63959,27 @@
|
|
|
63797
63959
|
|
|
63798
63960
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
63799
63961
|
|
|
63962
|
+
### 第 85 次发布
|
|
63963
|
+
|
|
63964
|
+
发布时间:2023-04-04 01:32:21
|
|
63965
|
+
|
|
63966
|
+
本次发布包含了以下内容:
|
|
63967
|
+
|
|
63968
|
+
改善已有的文档。
|
|
63969
|
+
|
|
63970
|
+
修改数据结构:
|
|
63971
|
+
|
|
63972
|
+
* [Filter](https://cloud.tencent.com/document/api/248/30354#Filter)
|
|
63973
|
+
|
|
63974
|
+
* 新增成员:Name, Values
|
|
63975
|
+
|
|
63976
|
+
* <font color="#dd0000">**修改成员**:</font>Type, Key, Value
|
|
63977
|
+
|
|
63978
|
+
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesOverview)
|
|
63979
|
+
|
|
63980
|
+
* 新增成员:ResourcePackageStatus, ResourcePackageSpecName
|
|
63981
|
+
|
|
63982
|
+
|
|
63800
63983
|
### 第 84 次发布
|
|
63801
63984
|
|
|
63802
63985
|
发布时间:2023-03-29 03:52:31
|
|
@@ -69284,6 +69467,21 @@
|
|
|
69284
69467
|
|
|
69285
69468
|
## 文字识别(ocr) 版本:2018-11-19
|
|
69286
69469
|
|
|
69470
|
+
### 第 92 次发布
|
|
69471
|
+
|
|
69472
|
+
发布时间:2023-03-31 01:39:23
|
|
69473
|
+
|
|
69474
|
+
本次发布包含了以下内容:
|
|
69475
|
+
|
|
69476
|
+
改善已有的文档。
|
|
69477
|
+
|
|
69478
|
+
修改接口:
|
|
69479
|
+
|
|
69480
|
+
* [RecognizeIndonesiaIDCardOCR](https://cloud.tencent.com/document/api/866/75195)
|
|
69481
|
+
|
|
69482
|
+
* 新增出参:Provinsi, Kota
|
|
69483
|
+
|
|
69484
|
+
|
|
69287
69485
|
### 第 91 次发布
|
|
69288
69486
|
|
|
69289
69487
|
发布时间:2023-03-30 01:49:43
|
|
@@ -75186,6 +75384,18 @@
|
|
|
75186
75384
|
|
|
75187
75385
|
## 云函数(scf) 版本:2018-04-16
|
|
75188
75386
|
|
|
75387
|
+
### 第 50 次发布
|
|
75388
|
+
|
|
75389
|
+
发布时间:2023-04-04 01:39:21
|
|
75390
|
+
|
|
75391
|
+
本次发布包含了以下内容:
|
|
75392
|
+
|
|
75393
|
+
改善已有的文档。
|
|
75394
|
+
|
|
75395
|
+
新增接口:
|
|
75396
|
+
|
|
75397
|
+
* [[UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)](https://cloud.tencent.com/document/api/#/#)
|
|
75398
|
+
|
|
75189
75399
|
### 第 49 次发布
|
|
75190
75400
|
|
|
75191
75401
|
发布时间:2023-03-24 02:04:32
|
|
@@ -76638,6 +76848,21 @@
|
|
|
76638
76848
|
|
|
76639
76849
|
## 腾讯安心用户运营平台(smop) 版本:2020-12-03
|
|
76640
76850
|
|
|
76851
|
+
### 第 2 次发布
|
|
76852
|
+
|
|
76853
|
+
发布时间:2023-04-03 01:30:29
|
|
76854
|
+
|
|
76855
|
+
本次发布包含了以下内容:
|
|
76856
|
+
|
|
76857
|
+
改善已有的文档。
|
|
76858
|
+
|
|
76859
|
+
修改数据结构:
|
|
76860
|
+
|
|
76861
|
+
* [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
|
|
76862
|
+
|
|
76863
|
+
* 新增成员:GrowScore
|
|
76864
|
+
|
|
76865
|
+
|
|
76641
76866
|
### 第 1 次发布
|
|
76642
76867
|
|
|
76643
76868
|
发布时间:2023-03-21 09:25:44
|
|
@@ -85245,6 +85470,25 @@
|
|
|
85245
85470
|
|
|
85246
85471
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
85247
85472
|
|
|
85473
|
+
### 第 38 次发布
|
|
85474
|
+
|
|
85475
|
+
发布时间:2023-04-03 01:33:45
|
|
85476
|
+
|
|
85477
|
+
本次发布包含了以下内容:
|
|
85478
|
+
|
|
85479
|
+
改善已有的文档。
|
|
85480
|
+
|
|
85481
|
+
修改接口:
|
|
85482
|
+
|
|
85483
|
+
* [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
|
|
85484
|
+
|
|
85485
|
+
* 新增出参:MasterIps
|
|
85486
|
+
|
|
85487
|
+
* [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
|
|
85488
|
+
|
|
85489
|
+
* 新增出参:NotImportedClusterCount
|
|
85490
|
+
|
|
85491
|
+
|
|
85248
85492
|
### 第 37 次发布
|
|
85249
85493
|
|
|
85250
85494
|
发布时间:2023-03-28 02:03:24
|
|
@@ -91806,56 +92050,56 @@
|
|
|
91806
92050
|
|
|
91807
92051
|
新增接口:
|
|
91808
92052
|
|
|
91809
|
-
* [
|
|
91810
|
-
* [
|
|
91811
|
-
* [
|
|
91812
|
-
* [
|
|
91813
|
-
* [
|
|
91814
|
-
* [
|
|
91815
|
-
* [
|
|
91816
|
-
* [
|
|
91817
|
-
* [
|
|
91818
|
-
* [
|
|
91819
|
-
* [
|
|
91820
|
-
* [
|
|
91821
|
-
* [
|
|
91822
|
-
* [
|
|
91823
|
-
* [
|
|
91824
|
-
|
|
91825
|
-
新增数据结构:
|
|
91826
|
-
|
|
91827
|
-
* [
|
|
91828
|
-
* [
|
|
91829
|
-
* [
|
|
91830
|
-
* [
|
|
91831
|
-
* [
|
|
91832
|
-
* [
|
|
91833
|
-
* [
|
|
91834
|
-
* [
|
|
91835
|
-
* [
|
|
91836
|
-
* [
|
|
91837
|
-
* [
|
|
91838
|
-
* [
|
|
91839
|
-
* [
|
|
91840
|
-
* [
|
|
91841
|
-
* [
|
|
91842
|
-
* [
|
|
91843
|
-
* [
|
|
91844
|
-
* [
|
|
91845
|
-
* [
|
|
91846
|
-
* [
|
|
91847
|
-
* [
|
|
91848
|
-
* [
|
|
91849
|
-
* [
|
|
91850
|
-
* [
|
|
91851
|
-
* [
|
|
91852
|
-
* [
|
|
91853
|
-
* [
|
|
91854
|
-
* [
|
|
91855
|
-
* [
|
|
91856
|
-
* [
|
|
91857
|
-
* [
|
|
91858
|
-
* [
|
|
92053
|
+
* [AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/89578)
|
|
92054
|
+
* [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
|
|
92055
|
+
* [AddQueue](https://cloud.tencent.com/document/api/1527/89567)
|
|
92056
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
92057
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)
|
|
92058
|
+
* [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
|
|
92059
|
+
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
|
|
92060
|
+
* [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
|
|
92061
|
+
* [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
|
|
92062
|
+
* [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
|
|
92063
|
+
* [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
|
|
92064
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
|
|
92065
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
|
|
92066
|
+
* [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
|
|
92067
|
+
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
|
|
92068
|
+
|
|
92069
|
+
新增数据结构:
|
|
92070
|
+
|
|
92071
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
|
|
92072
|
+
* [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
|
|
92073
|
+
* [ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)
|
|
92074
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
92075
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
|
92076
|
+
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
|
|
92077
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
|
|
92078
|
+
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
|
92079
|
+
* [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
|
|
92080
|
+
* [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
|
|
92081
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
|
|
92082
|
+
* [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
|
|
92083
|
+
* [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
|
|
92084
|
+
* [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
|
|
92085
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
|
|
92086
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
|
|
92087
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
|
92088
|
+
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
|
|
92089
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
|
|
92090
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
|
92091
|
+
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
|
|
92092
|
+
* [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
|
|
92093
|
+
* [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
|
|
92094
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
|
|
92095
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
92096
|
+
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
92097
|
+
* [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
|
|
92098
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
|
|
92099
|
+
* [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
|
|
92100
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
|
|
92101
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
|
|
92102
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
|
|
91859
92103
|
|
|
91860
92104
|
|
|
91861
92105
|
|
|
@@ -94367,6 +94611,21 @@
|
|
|
94367
94611
|
|
|
94368
94612
|
## 容器服务(tke) 版本:2018-05-25
|
|
94369
94613
|
|
|
94614
|
+
### 第 142 次发布
|
|
94615
|
+
|
|
94616
|
+
发布时间:2023-04-04 01:48:42
|
|
94617
|
+
|
|
94618
|
+
本次发布包含了以下内容:
|
|
94619
|
+
|
|
94620
|
+
改善已有的文档。
|
|
94621
|
+
|
|
94622
|
+
修改数据结构:
|
|
94623
|
+
|
|
94624
|
+
* [ServiceAccountAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#ServiceAccountAuthenticationOptions)
|
|
94625
|
+
|
|
94626
|
+
* 新增成员:UseTKEDefault
|
|
94627
|
+
|
|
94628
|
+
|
|
94370
94629
|
### 第 141 次发布
|
|
94371
94630
|
|
|
94372
94631
|
发布时间:2023-03-21 02:24:11
|
|
@@ -102697,6 +102956,51 @@
|
|
|
102697
102956
|
|
|
102698
102957
|
## 云点播(vod) 版本:2018-07-17
|
|
102699
102958
|
|
|
102959
|
+
### 第 147 次发布
|
|
102960
|
+
|
|
102961
|
+
发布时间:2023-04-04 01:52:17
|
|
102962
|
+
|
|
102963
|
+
本次发布包含了以下内容:
|
|
102964
|
+
|
|
102965
|
+
改善已有的文档。
|
|
102966
|
+
|
|
102967
|
+
新增接口:
|
|
102968
|
+
|
|
102969
|
+
* [[CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)](https://cloud.tencent.com/document/api/#/#)
|
|
102970
|
+
* [[DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)](https://cloud.tencent.com/document/api/#/#)
|
|
102971
|
+
* [[DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)](https://cloud.tencent.com/document/api/#/#)
|
|
102972
|
+
* [[ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)](https://cloud.tencent.com/document/api/#/#)
|
|
102973
|
+
* [[RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)](https://cloud.tencent.com/document/api/#/#)
|
|
102974
|
+
|
|
102975
|
+
修改接口:
|
|
102976
|
+
|
|
102977
|
+
* [PullUpload](https://cloud.tencent.com/document/api/266/35575)
|
|
102978
|
+
|
|
102979
|
+
* 新增入参:MediaType
|
|
102980
|
+
|
|
102981
|
+
|
|
102982
|
+
新增数据结构:
|
|
102983
|
+
|
|
102984
|
+
* [[RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)](https://cloud.tencent.com/document/api/266/31773#[RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo))
|
|
102985
|
+
* [[RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)](https://cloud.tencent.com/document/api/266/31773#[RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig))
|
|
102986
|
+
* [[RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)](https://cloud.tencent.com/document/api/266/31773#[RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate))
|
|
102987
|
+
* [[RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)](https://cloud.tencent.com/document/api/266/31773#[RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo))
|
|
102988
|
+
|
|
102989
|
+
### 第 146 次发布
|
|
102990
|
+
|
|
102991
|
+
发布时间:2023-03-31 02:05:47
|
|
102992
|
+
|
|
102993
|
+
本次发布包含了以下内容:
|
|
102994
|
+
|
|
102995
|
+
改善已有的文档。
|
|
102996
|
+
|
|
102997
|
+
修改数据结构:
|
|
102998
|
+
|
|
102999
|
+
* [RebuildMediaTaskInput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskInput)
|
|
103000
|
+
|
|
103001
|
+
* 新增成员:Definition
|
|
103002
|
+
|
|
103003
|
+
|
|
102700
103004
|
### 第 145 次发布
|
|
102701
103005
|
|
|
102702
103006
|
发布时间:2023-03-29 04:28:58
|
|
@@ -106636,6 +106940,47 @@
|
|
|
106636
106940
|
|
|
106637
106941
|
## 私有网络(vpc) 版本:2017-03-12
|
|
106638
106942
|
|
|
106943
|
+
### 第 148 次发布
|
|
106944
|
+
|
|
106945
|
+
发布时间:2023-04-03 01:42:53
|
|
106946
|
+
|
|
106947
|
+
本次发布包含了以下内容:
|
|
106948
|
+
|
|
106949
|
+
改善已有的文档。
|
|
106950
|
+
|
|
106951
|
+
修改数据结构:
|
|
106952
|
+
|
|
106953
|
+
* [CcnBandwidthInfo](https://cloud.tencent.com/document/api/215/15824#CcnBandwidthInfo)
|
|
106954
|
+
|
|
106955
|
+
* 新增成员:TagSet
|
|
106956
|
+
|
|
106957
|
+
|
|
106958
|
+
### 第 147 次发布
|
|
106959
|
+
|
|
106960
|
+
发布时间:2023-03-31 02:06:58
|
|
106961
|
+
|
|
106962
|
+
本次发布包含了以下内容:
|
|
106963
|
+
|
|
106964
|
+
改善已有的文档。
|
|
106965
|
+
|
|
106966
|
+
修改接口:
|
|
106967
|
+
|
|
106968
|
+
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
106969
|
+
|
|
106970
|
+
* 新增入参:Filters, Offset, Limit
|
|
106971
|
+
|
|
106972
|
+
* 新增出参:TotalCount, CcnBandwidthSet
|
|
106973
|
+
|
|
106974
|
+
* [DescribeVpnGatewayRoutes](https://cloud.tencent.com/document/api/215/57676)
|
|
106975
|
+
|
|
106976
|
+
* 新增出参:TotalCount
|
|
106977
|
+
|
|
106978
|
+
|
|
106979
|
+
新增数据结构:
|
|
106980
|
+
|
|
106981
|
+
* [CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth)
|
|
106982
|
+
* [CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo)
|
|
106983
|
+
|
|
106639
106984
|
### 第 146 次发布
|
|
106640
106985
|
|
|
106641
106986
|
发布时间:2023-03-16 02:29:21
|
|
@@ -109956,6 +110301,22 @@
|
|
|
109956
110301
|
|
|
109957
110302
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
109958
110303
|
|
|
110304
|
+
### 第 27 次发布
|
|
110305
|
+
|
|
110306
|
+
发布时间:2023-04-04 02:20:33
|
|
110307
|
+
|
|
110308
|
+
本次发布包含了以下内容:
|
|
110309
|
+
|
|
110310
|
+
改善已有的文档。
|
|
110311
|
+
|
|
110312
|
+
新增接口:
|
|
110313
|
+
|
|
110314
|
+
* [[DescribeVipInfo](https://cloud.tencent.com/document/api/627/89806)](https://cloud.tencent.com/document/api/#/#)
|
|
110315
|
+
|
|
110316
|
+
新增数据结构:
|
|
110317
|
+
|
|
110318
|
+
* [[VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)](https://cloud.tencent.com/document/api/627/53609#[VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo))
|
|
110319
|
+
|
|
109959
110320
|
### 第 26 次发布
|
|
109960
110321
|
|
|
109961
110322
|
发布时间:2023-03-27 03:03:12
|
|
@@ -110722,6 +111083,21 @@
|
|
|
110722
111083
|
|
|
110723
111084
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
110724
111085
|
|
|
111086
|
+
### 第 23 次发布
|
|
111087
|
+
|
|
111088
|
+
发布时间:2023-03-31 02:11:48
|
|
111089
|
+
|
|
111090
|
+
本次发布包含了以下内容:
|
|
111091
|
+
|
|
111092
|
+
改善已有的文档。
|
|
111093
|
+
|
|
111094
|
+
修改数据结构:
|
|
111095
|
+
|
|
111096
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
111097
|
+
|
|
111098
|
+
* 新增成员:LifeDays
|
|
111099
|
+
|
|
111100
|
+
|
|
110725
111101
|
### 第 22 次发布
|
|
110726
111102
|
|
|
110727
111103
|
发布时间:2023-03-22 02:53:10
|