tencentcloud-sdk-nodejs 4.0.769 → 4.0.771
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 +128 -0
- package/SERVICE_CHANGELOG.md +161 -137
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdc/v20201214/cdc_client.ts +3 -2
- package/src/services/cdc/v20201214/cdc_models.ts +68 -22
- package/src/services/cdwch/v20200915/cdwch_models.ts +7 -3
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -1
- package/src/services/cvm/v20170312/cvm_models.ts +4 -4
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -15
- package/src/services/ess/v20201111/ess_models.ts +11 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -15
- package/src/services/hai/v20230812/hai_models.ts +33 -3
- package/src/services/oceanus/v20190422/oceanus_client.ts +2 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +29 -9
- package/src/services/tcss/v20201101/tcss_client.ts +77 -25
- package/src/services/tcss/v20201101/tcss_models.ts +663 -91
- package/src/services/tms/v20201229/tms_client.ts +18 -2
- package/src/services/tms/v20201229/tms_models.ts +250 -65
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +5 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +67 -22
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +7 -3
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -15
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -15
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +33 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +28 -9
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +23 -7
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +33 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +653 -93
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +243 -64
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -4
- package/test/tcss.v20201101.test.js +46 -6
- package/test/tms.v20201229.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,131 @@
|
|
|
1
|
+
# Release 4.0.771
|
|
2
|
+
|
|
3
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
4
|
+
|
|
5
|
+
### 第 8 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-03 01:08:25
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
16
|
+
|
|
17
|
+
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
27
|
+
|
|
28
|
+
### 第 18 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-01-03 01:08:49
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
|
|
39
|
+
|
|
40
|
+
* 新增入参:CaseType
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
46
|
+
|
|
47
|
+
### 第 6 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-01-03 01:16:14
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
58
|
+
|
|
59
|
+
* 新增入参:OrderField, Order
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
修改数据结构:
|
|
63
|
+
|
|
64
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
65
|
+
|
|
66
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
72
|
+
|
|
73
|
+
### 第 58 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2024-01-03 01:24:22
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
新增接口:
|
|
82
|
+
|
|
83
|
+
* [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
|
|
84
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
|
|
85
|
+
* [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
|
|
86
|
+
* [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
|
|
91
|
+
* [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
|
|
92
|
+
* [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
|
|
93
|
+
* [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
# Release 4.0.770
|
|
98
|
+
|
|
99
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
100
|
+
|
|
101
|
+
### 第 52 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-01-01 00:15:04
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
112
|
+
|
|
113
|
+
* 新增入参:ExtraResult
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
新增数据结构:
|
|
117
|
+
|
|
118
|
+
* [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
|
|
119
|
+
|
|
120
|
+
修改数据结构:
|
|
121
|
+
|
|
122
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
123
|
+
|
|
124
|
+
* 新增成员:EventInfo
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
1
129
|
# Release 4.0.769
|
|
2
130
|
|
|
3
131
|
## 主机安全(cwp) 版本:2018-02-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,61 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 105 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-12-29 01:12:06
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TaskIds
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
|
-
|
|
24
|
-
### 第 145 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-12-29 01:16:02
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
新增接口:
|
|
33
|
-
|
|
34
|
-
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
39
|
-
|
|
40
|
-
### 第 51 次发布
|
|
41
|
-
|
|
42
|
-
发布时间:2023-12-29 01:21:17
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
45
|
-
|
|
46
|
-
改善已有的文档。
|
|
47
|
-
|
|
48
|
-
新增接口:
|
|
49
|
-
|
|
50
|
-
* [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## 云函数(scf) 版本:2018-04-16
|
|
3
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
55
4
|
|
|
56
|
-
### 第
|
|
5
|
+
### 第 8 次发布
|
|
57
6
|
|
|
58
|
-
发布时间:
|
|
7
|
+
发布时间:2024-01-03 01:08:25
|
|
59
8
|
|
|
60
9
|
本次发布包含了以下内容:
|
|
61
10
|
|
|
@@ -63,45 +12,22 @@
|
|
|
63
12
|
|
|
64
13
|
修改接口:
|
|
65
14
|
|
|
66
|
-
* [
|
|
67
|
-
|
|
68
|
-
* <font color="#dd0000">**修改入参**:</font>FunctionName
|
|
69
|
-
|
|
70
|
-
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
71
|
-
|
|
72
|
-
* 新增入参:IgnoreSysLog
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
78
|
-
|
|
79
|
-
### 第 57 次发布
|
|
80
|
-
|
|
81
|
-
发布时间:2023-12-29 01:24:30
|
|
82
|
-
|
|
83
|
-
本次发布包含了以下内容:
|
|
84
|
-
|
|
85
|
-
改善已有的文档。
|
|
86
|
-
|
|
87
|
-
修改数据结构:
|
|
88
|
-
|
|
89
|
-
* [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
|
|
15
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
90
16
|
|
|
91
|
-
*
|
|
17
|
+
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
92
18
|
|
|
93
|
-
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
94
19
|
|
|
95
|
-
|
|
20
|
+
新增数据结构:
|
|
96
21
|
|
|
22
|
+
* [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
|
|
97
23
|
|
|
98
24
|
|
|
99
25
|
|
|
100
|
-
##
|
|
26
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
101
27
|
|
|
102
|
-
### 第
|
|
28
|
+
### 第 18 次发布
|
|
103
29
|
|
|
104
|
-
发布时间:
|
|
30
|
+
发布时间:2024-01-03 01:08:49
|
|
105
31
|
|
|
106
32
|
本次发布包含了以下内容:
|
|
107
33
|
|
|
@@ -109,22 +35,18 @@
|
|
|
109
35
|
|
|
110
36
|
修改接口:
|
|
111
37
|
|
|
112
|
-
* [
|
|
113
|
-
|
|
114
|
-
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
115
|
-
|
|
116
|
-
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
38
|
+
* [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
|
|
117
39
|
|
|
118
|
-
* 新增入参:
|
|
40
|
+
* 新增入参:CaseType
|
|
119
41
|
|
|
120
42
|
|
|
121
43
|
|
|
122
44
|
|
|
123
|
-
##
|
|
45
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
124
46
|
|
|
125
|
-
### 第
|
|
47
|
+
### 第 6 次发布
|
|
126
48
|
|
|
127
|
-
发布时间:
|
|
49
|
+
发布时间:2024-01-03 01:16:14
|
|
128
50
|
|
|
129
51
|
本次发布包含了以下内容:
|
|
130
52
|
|
|
@@ -132,33 +54,25 @@
|
|
|
132
54
|
|
|
133
55
|
修改接口:
|
|
134
56
|
|
|
135
|
-
* [
|
|
57
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
136
58
|
|
|
137
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:OrderField, Order
|
|
138
60
|
|
|
139
61
|
|
|
140
62
|
修改数据结构:
|
|
141
63
|
|
|
142
|
-
* [
|
|
143
|
-
|
|
144
|
-
* <font color="#dd0000">**修改成员**:</font>Value
|
|
145
|
-
|
|
146
|
-
* [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
|
|
147
|
-
|
|
148
|
-
* 新增成员:CertState
|
|
149
|
-
|
|
150
|
-
* [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
|
|
64
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
151
65
|
|
|
152
|
-
* 新增成员:
|
|
66
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
153
67
|
|
|
154
68
|
|
|
155
69
|
|
|
156
70
|
|
|
157
|
-
##
|
|
71
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
158
72
|
|
|
159
|
-
### 第
|
|
73
|
+
### 第 58 次发布
|
|
160
74
|
|
|
161
|
-
发布时间:
|
|
75
|
+
发布时间:2024-01-03 01:24:22
|
|
162
76
|
|
|
163
77
|
本次发布包含了以下内容:
|
|
164
78
|
|
|
@@ -166,30 +80,17 @@
|
|
|
166
80
|
|
|
167
81
|
新增接口:
|
|
168
82
|
|
|
169
|
-
* [
|
|
170
|
-
* [
|
|
171
|
-
* [
|
|
172
|
-
* [
|
|
173
|
-
* [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
178
|
-
|
|
179
|
-
### 第 102 次发布
|
|
180
|
-
|
|
181
|
-
发布时间:2023-12-29 01:28:01
|
|
182
|
-
|
|
183
|
-
本次发布包含了以下内容:
|
|
184
|
-
|
|
185
|
-
改善已有的文档。
|
|
186
|
-
|
|
187
|
-
修改数据结构:
|
|
83
|
+
* [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
|
|
84
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
|
|
85
|
+
* [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
|
|
86
|
+
* [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
|
|
188
87
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
* 新增成员:LbDns
|
|
88
|
+
新增数据结构:
|
|
192
89
|
|
|
90
|
+
* [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
|
|
91
|
+
* [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
|
|
92
|
+
* [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
|
|
93
|
+
* [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
|
|
193
94
|
|
|
194
95
|
|
|
195
96
|
|
|
@@ -18604,6 +18505,25 @@
|
|
|
18604
18505
|
|
|
18605
18506
|
## 本地专用集群(cdc) 版本:2020-12-14
|
|
18606
18507
|
|
|
18508
|
+
### 第 8 次发布
|
|
18509
|
+
|
|
18510
|
+
发布时间:2024-01-03 01:08:25
|
|
18511
|
+
|
|
18512
|
+
本次发布包含了以下内容:
|
|
18513
|
+
|
|
18514
|
+
改善已有的文档。
|
|
18515
|
+
|
|
18516
|
+
修改接口:
|
|
18517
|
+
|
|
18518
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
18519
|
+
|
|
18520
|
+
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
18521
|
+
|
|
18522
|
+
|
|
18523
|
+
新增数据结构:
|
|
18524
|
+
|
|
18525
|
+
* [[HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)](https://cloud.tencent.com/document/api/1346/73770#[HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo))
|
|
18526
|
+
|
|
18607
18527
|
### 第 7 次发布
|
|
18608
18528
|
|
|
18609
18529
|
发布时间:2023-09-12 01:18:51
|
|
@@ -21573,6 +21493,21 @@
|
|
|
21573
21493
|
|
|
21574
21494
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
21575
21495
|
|
|
21496
|
+
### 第 18 次发布
|
|
21497
|
+
|
|
21498
|
+
发布时间:2024-01-03 01:08:49
|
|
21499
|
+
|
|
21500
|
+
本次发布包含了以下内容:
|
|
21501
|
+
|
|
21502
|
+
改善已有的文档。
|
|
21503
|
+
|
|
21504
|
+
修改接口:
|
|
21505
|
+
|
|
21506
|
+
* [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
|
|
21507
|
+
|
|
21508
|
+
* 新增入参:CaseType
|
|
21509
|
+
|
|
21510
|
+
|
|
21576
21511
|
### 第 17 次发布
|
|
21577
21512
|
|
|
21578
21513
|
发布时间:2023-09-08 01:20:53
|
|
@@ -57093,7 +57028,7 @@
|
|
|
57093
57028
|
|
|
57094
57029
|
新增接口:
|
|
57095
57030
|
|
|
57096
|
-
* [
|
|
57031
|
+
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
|
|
57097
57032
|
|
|
57098
57033
|
### 第 144 次发布
|
|
57099
57034
|
|
|
@@ -67274,6 +67209,28 @@
|
|
|
67274
67209
|
|
|
67275
67210
|
## 高性能应用服务(hai) 版本:2023-08-12
|
|
67276
67211
|
|
|
67212
|
+
### 第 6 次发布
|
|
67213
|
+
|
|
67214
|
+
发布时间:2024-01-03 01:16:14
|
|
67215
|
+
|
|
67216
|
+
本次发布包含了以下内容:
|
|
67217
|
+
|
|
67218
|
+
改善已有的文档。
|
|
67219
|
+
|
|
67220
|
+
修改接口:
|
|
67221
|
+
|
|
67222
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
67223
|
+
|
|
67224
|
+
* 新增入参:OrderField, Order
|
|
67225
|
+
|
|
67226
|
+
|
|
67227
|
+
修改数据结构:
|
|
67228
|
+
|
|
67229
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
67230
|
+
|
|
67231
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
67232
|
+
|
|
67233
|
+
|
|
67277
67234
|
### 第 5 次发布
|
|
67278
67235
|
|
|
67279
67236
|
发布时间:2023-12-13 01:52:48
|
|
@@ -88595,6 +88552,32 @@
|
|
|
88595
88552
|
|
|
88596
88553
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
88597
88554
|
|
|
88555
|
+
### 第 52 次发布
|
|
88556
|
+
|
|
88557
|
+
发布时间:2024-01-01 00:15:04
|
|
88558
|
+
|
|
88559
|
+
本次发布包含了以下内容:
|
|
88560
|
+
|
|
88561
|
+
改善已有的文档。
|
|
88562
|
+
|
|
88563
|
+
修改接口:
|
|
88564
|
+
|
|
88565
|
+
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
88566
|
+
|
|
88567
|
+
* 新增入参:ExtraResult
|
|
88568
|
+
|
|
88569
|
+
|
|
88570
|
+
新增数据结构:
|
|
88571
|
+
|
|
88572
|
+
* [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
|
|
88573
|
+
|
|
88574
|
+
修改数据结构:
|
|
88575
|
+
|
|
88576
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
88577
|
+
|
|
88578
|
+
* 新增成员:EventInfo
|
|
88579
|
+
|
|
88580
|
+
|
|
88598
88581
|
### 第 51 次发布
|
|
88599
88582
|
|
|
88600
88583
|
发布时间:2023-12-29 01:21:17
|
|
@@ -88605,7 +88588,7 @@
|
|
|
88605
88588
|
|
|
88606
88589
|
新增接口:
|
|
88607
88590
|
|
|
88608
|
-
* [
|
|
88591
|
+
* [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
|
|
88609
88592
|
|
|
88610
88593
|
### 第 50 次发布
|
|
88611
88594
|
|
|
@@ -109198,6 +109181,28 @@
|
|
|
109198
109181
|
|
|
109199
109182
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
109200
109183
|
|
|
109184
|
+
### 第 58 次发布
|
|
109185
|
+
|
|
109186
|
+
发布时间:2024-01-03 01:24:22
|
|
109187
|
+
|
|
109188
|
+
本次发布包含了以下内容:
|
|
109189
|
+
|
|
109190
|
+
改善已有的文档。
|
|
109191
|
+
|
|
109192
|
+
新增接口:
|
|
109193
|
+
|
|
109194
|
+
* [[DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)](https://cloud.tencent.com/document/api/#/#)
|
|
109195
|
+
* [[DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)](https://cloud.tencent.com/document/api/#/#)
|
|
109196
|
+
* [[DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)](https://cloud.tencent.com/document/api/#/#)
|
|
109197
|
+
* [[DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)](https://cloud.tencent.com/document/api/#/#)
|
|
109198
|
+
|
|
109199
|
+
新增数据结构:
|
|
109200
|
+
|
|
109201
|
+
* [[ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)](https://cloud.tencent.com/document/api/1285/65614#[ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo))
|
|
109202
|
+
* [[ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)](https://cloud.tencent.com/document/api/1285/65614#[ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo))
|
|
109203
|
+
* [[SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)](https://cloud.tencent.com/document/api/1285/65614#[SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem))
|
|
109204
|
+
* [[SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)](https://cloud.tencent.com/document/api/1285/65614#[SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem))
|
|
109205
|
+
|
|
109201
109206
|
### 第 57 次发布
|
|
109202
109207
|
|
|
109203
109208
|
发布时间:2023-12-29 01:24:30
|
|
@@ -125586,6 +125591,25 @@
|
|
|
125586
125591
|
|
|
125587
125592
|
## 文本内容安全(tms) 版本:2020-12-29
|
|
125588
125593
|
|
|
125594
|
+
### 第 9 次发布
|
|
125595
|
+
|
|
125596
|
+
发布时间:2023-12-29 16:06:34
|
|
125597
|
+
|
|
125598
|
+
本次发布包含了以下内容:
|
|
125599
|
+
|
|
125600
|
+
改善已有的文档。
|
|
125601
|
+
|
|
125602
|
+
新增接口:
|
|
125603
|
+
|
|
125604
|
+
* [ModerateText](https://cloud.tencent.com/document/api/1124/102791)
|
|
125605
|
+
|
|
125606
|
+
新增数据结构:
|
|
125607
|
+
|
|
125608
|
+
* [LabelGrade](https://cloud.tencent.com/document/api/1124/51861#LabelGrade)
|
|
125609
|
+
* [LibCheckResult](https://cloud.tencent.com/document/api/1124/51861#LibCheckResult)
|
|
125610
|
+
* [ModelResult](https://cloud.tencent.com/document/api/1124/51861#ModelResult)
|
|
125611
|
+
* [ModerationDetail](https://cloud.tencent.com/document/api/1124/51861#ModerationDetail)
|
|
125612
|
+
|
|
125589
125613
|
### 第 8 次发布
|
|
125590
125614
|
|
|
125591
125615
|
发布时间:2023-11-28 01:28:13
|
|
@@ -128020,11 +128044,11 @@
|
|
|
128020
128044
|
|
|
128021
128045
|
新增接口:
|
|
128022
128046
|
|
|
128023
|
-
* [
|
|
128024
|
-
* [
|
|
128025
|
-
* [
|
|
128026
|
-
* [
|
|
128027
|
-
* [
|
|
128047
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
128048
|
+
* [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
|
|
128049
|
+
* [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
|
|
128050
|
+
* [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
|
|
128051
|
+
* [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
|
|
128028
128052
|
|
|
128029
128053
|
### 第 54 次发布
|
|
128030
128054
|
|