tencentcloud-sdk-nodejs 4.0.768 → 4.0.769
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 +195 -0
- package/SERVICE_CHANGELOG.md +326 -23
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +7 -7
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -13
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
- package/src/services/ess/v20201111/ess_client.ts +50 -6
- package/src/services/ess/v20201111/ess_models.ts +86 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
- package/src/services/oceanus/v20190422/oceanus_client.ts +14 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +71 -13
- package/src/services/scf/v20180416/scf_models.ts +6 -2
- package/src/services/tcss/v20201101/tcss_models.ts +29 -5
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/tiw/v20190919/tiw_models.ts +101 -10
- package/src/services/trp/v20210515/trp_client.ts +1 -1
- package/src/services/trp/v20210515/trp_models.ts +17 -3
- package/src/services/tse/v20201207/tse_client.ts +76 -16
- package/src/services/tse/v20201207/tse_models.ts +237 -58
- package/src/services/tsf/v20180326/tsf_models.ts +24 -20
- package/src/services/vod/v20180717/vod_models.ts +6 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +43 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +44 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +84 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -13
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -12
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +24 -20
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -6
- package/test/ess.v20201111.test.js +10 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tse.v20201207.test.js +54 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,198 @@
|
|
|
1
|
+
# Release 4.0.769
|
|
2
|
+
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
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
|
|
55
|
+
|
|
56
|
+
### 第 64 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2023-12-29 01:22:39
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
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)
|
|
90
|
+
|
|
91
|
+
* 新增成员:ChargeCoresCnt
|
|
92
|
+
|
|
93
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
94
|
+
|
|
95
|
+
* 新增成员:ChargeCoresCnt, DefendStatus
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
101
|
+
|
|
102
|
+
### 第 38 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2023-12-29 01:26:38
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
113
|
+
|
|
114
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
115
|
+
|
|
116
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
117
|
+
|
|
118
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
124
|
+
|
|
125
|
+
### 第 31 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2023-12-29 01:27:21
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
修改接口:
|
|
134
|
+
|
|
135
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
|
|
136
|
+
|
|
137
|
+
* 新增入参:CertState
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
修改数据结构:
|
|
141
|
+
|
|
142
|
+
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
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)
|
|
151
|
+
|
|
152
|
+
* 新增成员:ProductCertify
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
158
|
+
|
|
159
|
+
### 第 55 次发布
|
|
160
|
+
|
|
161
|
+
发布时间:2023-12-29 01:27:46
|
|
162
|
+
|
|
163
|
+
本次发布包含了以下内容:
|
|
164
|
+
|
|
165
|
+
改善已有的文档。
|
|
166
|
+
|
|
167
|
+
新增接口:
|
|
168
|
+
|
|
169
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
170
|
+
* [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
|
|
171
|
+
* [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
|
|
172
|
+
* [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
|
|
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
|
+
修改数据结构:
|
|
188
|
+
|
|
189
|
+
* [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
|
|
190
|
+
|
|
191
|
+
* 新增成员:LbDns
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
1
196
|
# Release 4.0.768
|
|
2
197
|
|
|
3
198
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 105 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-29 01:12:06
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,22 +12,34 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:TaskIds
|
|
18
18
|
|
|
19
|
-
* <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
|
|
20
19
|
|
|
21
|
-
* 新增出参:RunGroupId
|
|
22
20
|
|
|
23
21
|
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
24
23
|
|
|
24
|
+
### 第 145 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
发布时间:2023-12-29 01:16:02
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
|
-
|
|
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
|
|
31
43
|
|
|
32
44
|
本次发布包含了以下内容:
|
|
33
45
|
|
|
@@ -35,15 +47,149 @@
|
|
|
35
47
|
|
|
36
48
|
新增接口:
|
|
37
49
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
|
|
50
|
+
* [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## 云函数(scf) 版本:2018-04-16
|
|
55
|
+
|
|
56
|
+
### 第 64 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2023-12-29 01:22:39
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
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)
|
|
90
|
+
|
|
91
|
+
* 新增成员:ChargeCoresCnt
|
|
92
|
+
|
|
93
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
94
|
+
|
|
95
|
+
* 新增成员:ChargeCoresCnt, DefendStatus
|
|
41
96
|
|
|
42
|
-
新增数据结构:
|
|
43
97
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
101
|
+
|
|
102
|
+
### 第 38 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2023-12-29 01:26:38
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
113
|
+
|
|
114
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
115
|
+
|
|
116
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
117
|
+
|
|
118
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
124
|
+
|
|
125
|
+
### 第 31 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2023-12-29 01:27:21
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
修改接口:
|
|
134
|
+
|
|
135
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
|
|
136
|
+
|
|
137
|
+
* 新增入参:CertState
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
修改数据结构:
|
|
141
|
+
|
|
142
|
+
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
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)
|
|
151
|
+
|
|
152
|
+
* 新增成员:ProductCertify
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
158
|
+
|
|
159
|
+
### 第 55 次发布
|
|
160
|
+
|
|
161
|
+
发布时间:2023-12-29 01:27:46
|
|
162
|
+
|
|
163
|
+
本次发布包含了以下内容:
|
|
164
|
+
|
|
165
|
+
改善已有的文档。
|
|
166
|
+
|
|
167
|
+
新增接口:
|
|
168
|
+
|
|
169
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
170
|
+
* [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
|
|
171
|
+
* [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
|
|
172
|
+
* [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
|
|
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
|
+
修改数据结构:
|
|
188
|
+
|
|
189
|
+
* [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
|
|
190
|
+
|
|
191
|
+
* 新增成员:LbDns
|
|
192
|
+
|
|
47
193
|
|
|
48
194
|
|
|
49
195
|
|
|
@@ -38475,6 +38621,21 @@
|
|
|
38475
38621
|
|
|
38476
38622
|
## 主机安全(cwp) 版本:2018-02-28
|
|
38477
38623
|
|
|
38624
|
+
### 第 105 次发布
|
|
38625
|
+
|
|
38626
|
+
发布时间:2023-12-29 01:12:06
|
|
38627
|
+
|
|
38628
|
+
本次发布包含了以下内容:
|
|
38629
|
+
|
|
38630
|
+
改善已有的文档。
|
|
38631
|
+
|
|
38632
|
+
修改接口:
|
|
38633
|
+
|
|
38634
|
+
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
38635
|
+
|
|
38636
|
+
* 新增入参:TaskIds
|
|
38637
|
+
|
|
38638
|
+
|
|
38478
38639
|
### 第 104 次发布
|
|
38479
38640
|
|
|
38480
38641
|
发布时间:2023-11-24 01:11:01
|
|
@@ -56922,6 +57083,18 @@
|
|
|
56922
57083
|
|
|
56923
57084
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56924
57085
|
|
|
57086
|
+
### 第 145 次发布
|
|
57087
|
+
|
|
57088
|
+
发布时间:2023-12-29 01:16:02
|
|
57089
|
+
|
|
57090
|
+
本次发布包含了以下内容:
|
|
57091
|
+
|
|
57092
|
+
改善已有的文档。
|
|
57093
|
+
|
|
57094
|
+
新增接口:
|
|
57095
|
+
|
|
57096
|
+
* [[ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)](https://cloud.tencent.com/document/api/#/#)
|
|
57097
|
+
|
|
56925
57098
|
### 第 144 次发布
|
|
56926
57099
|
|
|
56927
57100
|
发布时间:2023-12-27 01:19:02
|
|
@@ -88422,6 +88595,18 @@
|
|
|
88422
88595
|
|
|
88423
88596
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
88424
88597
|
|
|
88598
|
+
### 第 51 次发布
|
|
88599
|
+
|
|
88600
|
+
发布时间:2023-12-29 01:21:17
|
|
88601
|
+
|
|
88602
|
+
本次发布包含了以下内容:
|
|
88603
|
+
|
|
88604
|
+
改善已有的文档。
|
|
88605
|
+
|
|
88606
|
+
新增接口:
|
|
88607
|
+
|
|
88608
|
+
* [[GetMetaTable](https://cloud.tencent.com/document/api/849/102773)](https://cloud.tencent.com/document/api/#/#)
|
|
88609
|
+
|
|
88425
88610
|
### 第 50 次发布
|
|
88426
88611
|
|
|
88427
88612
|
发布时间:2023-12-20 01:57:04
|
|
@@ -96902,6 +97087,25 @@
|
|
|
96902
97087
|
|
|
96903
97088
|
## 云函数(scf) 版本:2018-04-16
|
|
96904
97089
|
|
|
97090
|
+
### 第 64 次发布
|
|
97091
|
+
|
|
97092
|
+
发布时间:2023-12-29 01:22:39
|
|
97093
|
+
|
|
97094
|
+
本次发布包含了以下内容:
|
|
97095
|
+
|
|
97096
|
+
改善已有的文档。
|
|
97097
|
+
|
|
97098
|
+
修改接口:
|
|
97099
|
+
|
|
97100
|
+
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
97101
|
+
|
|
97102
|
+
* <font color="#dd0000">**修改入参**:</font>FunctionName
|
|
97103
|
+
|
|
97104
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
97105
|
+
|
|
97106
|
+
* 新增入参:IgnoreSysLog
|
|
97107
|
+
|
|
97108
|
+
|
|
96905
97109
|
### 第 63 次发布
|
|
96906
97110
|
|
|
96907
97111
|
发布时间:2023-11-30 05:41:26
|
|
@@ -108994,6 +109198,25 @@
|
|
|
108994
109198
|
|
|
108995
109199
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
108996
109200
|
|
|
109201
|
+
### 第 57 次发布
|
|
109202
|
+
|
|
109203
|
+
发布时间:2023-12-29 01:24:30
|
|
109204
|
+
|
|
109205
|
+
本次发布包含了以下内容:
|
|
109206
|
+
|
|
109207
|
+
改善已有的文档。
|
|
109208
|
+
|
|
109209
|
+
修改数据结构:
|
|
109210
|
+
|
|
109211
|
+
* [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
|
|
109212
|
+
|
|
109213
|
+
* 新增成员:ChargeCoresCnt
|
|
109214
|
+
|
|
109215
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
109216
|
+
|
|
109217
|
+
* 新增成员:ChargeCoresCnt, DefendStatus
|
|
109218
|
+
|
|
109219
|
+
|
|
108997
109220
|
### 第 56 次发布
|
|
108998
109221
|
|
|
108999
109222
|
发布时间:2023-11-29 02:03:30
|
|
@@ -121139,6 +121362,25 @@
|
|
|
121139
121362
|
|
|
121140
121363
|
## 互动白板(tiw) 版本:2019-09-19
|
|
121141
121364
|
|
|
121365
|
+
### 第 38 次发布
|
|
121366
|
+
|
|
121367
|
+
发布时间:2023-12-29 01:26:38
|
|
121368
|
+
|
|
121369
|
+
本次发布包含了以下内容:
|
|
121370
|
+
|
|
121371
|
+
改善已有的文档。
|
|
121372
|
+
|
|
121373
|
+
修改接口:
|
|
121374
|
+
|
|
121375
|
+
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
121376
|
+
|
|
121377
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
121378
|
+
|
|
121379
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
121380
|
+
|
|
121381
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
121382
|
+
|
|
121383
|
+
|
|
121142
121384
|
### 第 37 次发布
|
|
121143
121385
|
|
|
121144
121386
|
发布时间:2023-12-01 01:26:06
|
|
@@ -125803,6 +126045,36 @@
|
|
|
125803
126045
|
|
|
125804
126046
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
125805
126047
|
|
|
126048
|
+
### 第 31 次发布
|
|
126049
|
+
|
|
126050
|
+
发布时间:2023-12-29 01:27:21
|
|
126051
|
+
|
|
126052
|
+
本次发布包含了以下内容:
|
|
126053
|
+
|
|
126054
|
+
改善已有的文档。
|
|
126055
|
+
|
|
126056
|
+
修改接口:
|
|
126057
|
+
|
|
126058
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
|
|
126059
|
+
|
|
126060
|
+
* 新增入参:CertState
|
|
126061
|
+
|
|
126062
|
+
|
|
126063
|
+
修改数据结构:
|
|
126064
|
+
|
|
126065
|
+
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
126066
|
+
|
|
126067
|
+
* <font color="#dd0000">**修改成员**:</font>Value
|
|
126068
|
+
|
|
126069
|
+
* [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
|
|
126070
|
+
|
|
126071
|
+
* 新增成员:CertState
|
|
126072
|
+
|
|
126073
|
+
* [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
|
|
126074
|
+
|
|
126075
|
+
* 新增成员:ProductCertify
|
|
126076
|
+
|
|
126077
|
+
|
|
125806
126078
|
### 第 30 次发布
|
|
125807
126079
|
|
|
125808
126080
|
发布时间:2023-12-21 10:26:13
|
|
@@ -127738,6 +128010,22 @@
|
|
|
127738
128010
|
|
|
127739
128011
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
127740
128012
|
|
|
128013
|
+
### 第 55 次发布
|
|
128014
|
+
|
|
128015
|
+
发布时间:2023-12-29 01:27:46
|
|
128016
|
+
|
|
128017
|
+
本次发布包含了以下内容:
|
|
128018
|
+
|
|
128019
|
+
改善已有的文档。
|
|
128020
|
+
|
|
128021
|
+
新增接口:
|
|
128022
|
+
|
|
128023
|
+
* [[CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)](https://cloud.tencent.com/document/api/#/#)
|
|
128024
|
+
* [[DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)](https://cloud.tencent.com/document/api/#/#)
|
|
128025
|
+
* [[ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)](https://cloud.tencent.com/document/api/#/#)
|
|
128026
|
+
* [[ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)](https://cloud.tencent.com/document/api/#/#)
|
|
128027
|
+
* [[ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)](https://cloud.tencent.com/document/api/#/#)
|
|
128028
|
+
|
|
127741
128029
|
### 第 54 次发布
|
|
127742
128030
|
|
|
127743
128031
|
发布时间:2023-11-23 01:30:34
|
|
@@ -128835,6 +129123,21 @@
|
|
|
128835
129123
|
|
|
128836
129124
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
128837
129125
|
|
|
129126
|
+
### 第 102 次发布
|
|
129127
|
+
|
|
129128
|
+
发布时间:2023-12-29 01:28:01
|
|
129129
|
+
|
|
129130
|
+
本次发布包含了以下内容:
|
|
129131
|
+
|
|
129132
|
+
改善已有的文档。
|
|
129133
|
+
|
|
129134
|
+
修改数据结构:
|
|
129135
|
+
|
|
129136
|
+
* [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
|
|
129137
|
+
|
|
129138
|
+
* 新增成员:LbDns
|
|
129139
|
+
|
|
129140
|
+
|
|
128838
129141
|
### 第 101 次发布
|
|
128839
129142
|
|
|
128840
129143
|
发布时间:2023-11-30 07:09:40
|
|
@@ -143269,15 +143572,15 @@
|
|
|
143269
143572
|
|
|
143270
143573
|
新增接口:
|
|
143271
143574
|
|
|
143272
|
-
* [
|
|
143273
|
-
* [
|
|
143274
|
-
* [
|
|
143575
|
+
* [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
|
|
143576
|
+
* [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
|
|
143577
|
+
* [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
|
|
143275
143578
|
|
|
143276
143579
|
新增数据结构:
|
|
143277
143580
|
|
|
143278
|
-
* [
|
|
143279
|
-
* [
|
|
143280
|
-
* [
|
|
143581
|
+
* [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
|
|
143582
|
+
* [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
|
|
143583
|
+
* [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
|
|
143281
143584
|
|
|
143282
143585
|
### 第 65 次发布
|
|
143283
143586
|
|