tencentcloud-sdk-nodejs-essbasic 4.0.484 → 4.0.486
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 +371 -0
- package/SERVICE_CHANGELOG.md +429 -64
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +107 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +100 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,45 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 9 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-11-
|
|
7
|
+
发布时间:2022-11-22 06:27:31
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CheckRecordSnapshotRollback](https://cloud.tencent.com/document/api/1427/83186)
|
|
16
|
+
* [CheckSnapshotRollback](https://cloud.tencent.com/document/api/1427/83185)
|
|
17
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/1427/83184)
|
|
18
|
+
* [DeleteSnapshot](https://cloud.tencent.com/document/api/1427/83183)
|
|
19
|
+
* [DescribeRecordSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83182)
|
|
20
|
+
* [DescribeSnapshotConfig](https://cloud.tencent.com/document/api/1427/83181)
|
|
21
|
+
* [DescribeSnapshotList](https://cloud.tencent.com/document/api/1427/83180)
|
|
22
|
+
* [DescribeSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83179)
|
|
23
|
+
* [DescribeSnapshotRollbackTask](https://cloud.tencent.com/document/api/1427/83178)
|
|
24
|
+
* [DownloadSnapshot](https://cloud.tencent.com/document/api/1427/83177)
|
|
25
|
+
* [ModifySnapshotConfig](https://cloud.tencent.com/document/api/1427/83176)
|
|
26
|
+
* [RollbackRecordSnapshot](https://cloud.tencent.com/document/api/1427/83175)
|
|
27
|
+
* [RollbackSnapshot](https://cloud.tencent.com/document/api/1427/83174)
|
|
28
|
+
|
|
29
|
+
新增数据结构:
|
|
30
|
+
|
|
31
|
+
* [SnapshotConfig](https://cloud.tencent.com/document/api/1427/56185#SnapshotConfig)
|
|
32
|
+
* [SnapshotInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotInfo)
|
|
33
|
+
* [SnapshotPageInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotPageInfo)
|
|
34
|
+
* [SnapshotRecord](https://cloud.tencent.com/document/api/1427/56185#SnapshotRecord)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
39
|
+
|
|
40
|
+
### 第 30 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2022-11-21 15:12:52
|
|
8
43
|
|
|
9
44
|
本次发布包含了以下内容:
|
|
10
45
|
|
|
@@ -12,37 +47,48 @@
|
|
|
12
47
|
|
|
13
48
|
修改接口:
|
|
14
49
|
|
|
15
|
-
* [
|
|
50
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
16
51
|
|
|
17
|
-
* 新增入参:
|
|
52
|
+
* 新增入参:SignBeanTag
|
|
18
53
|
|
|
19
|
-
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
20
54
|
|
|
21
|
-
* 新增入参:IPv6InternetAccessible
|
|
22
55
|
|
|
23
|
-
* [UpgradeLaunchConfiguration](https://cloud.tencent.com/document/api/377/35199)
|
|
24
56
|
|
|
25
|
-
|
|
57
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
26
58
|
|
|
59
|
+
### 第 50 次发布
|
|
27
60
|
|
|
28
|
-
|
|
61
|
+
发布时间:2022-11-21 19:31:59
|
|
29
62
|
|
|
30
|
-
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
|
+
|
|
65
|
+
改善已有的文档。
|
|
31
66
|
|
|
32
67
|
修改数据结构:
|
|
33
68
|
|
|
34
|
-
* [
|
|
69
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
35
70
|
|
|
36
|
-
* 新增成员:
|
|
71
|
+
* 新增成员:ChannelComponentId
|
|
37
72
|
|
|
38
73
|
|
|
74
|
+
### 第 49 次发布
|
|
39
75
|
|
|
76
|
+
发布时间:2022-11-21 17:22:12
|
|
40
77
|
|
|
41
|
-
|
|
78
|
+
本次发布包含了以下内容:
|
|
42
79
|
|
|
43
|
-
|
|
80
|
+
改善已有的文档。
|
|
44
81
|
|
|
45
|
-
|
|
82
|
+
修改数据结构:
|
|
83
|
+
|
|
84
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1420/61525#TemplateInfo)
|
|
85
|
+
|
|
86
|
+
* 新增成员:ChannelTemplateId
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### 第 48 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-11-21 15:12:25
|
|
46
92
|
|
|
47
93
|
本次发布包含了以下内容:
|
|
48
94
|
|
|
@@ -50,18 +96,22 @@
|
|
|
50
96
|
|
|
51
97
|
修改接口:
|
|
52
98
|
|
|
53
|
-
* [
|
|
99
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
54
100
|
|
|
55
|
-
*
|
|
101
|
+
* 新增入参:SignBeanTag
|
|
56
102
|
|
|
57
103
|
|
|
58
104
|
|
|
59
105
|
|
|
106
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
60
110
|
## 媒体处理(mps) 版本:2019-06-12
|
|
61
111
|
|
|
62
|
-
### 第
|
|
112
|
+
### 第 47 次发布
|
|
63
113
|
|
|
64
|
-
发布时间:2022-11-
|
|
114
|
+
发布时间:2022-11-22 06:43:53
|
|
65
115
|
|
|
66
116
|
本次发布包含了以下内容:
|
|
67
117
|
|
|
@@ -69,58 +119,49 @@
|
|
|
69
119
|
|
|
70
120
|
新增数据结构:
|
|
71
121
|
|
|
72
|
-
* [
|
|
73
|
-
* [DescribeHLSPullSourceAddress](https://cloud.tencent.com/document/api/862/37615#DescribeHLSPullSourceAddress)
|
|
74
|
-
* [DescribeInputHLSPullSettings](https://cloud.tencent.com/document/api/862/37615#DescribeInputHLSPullSettings)
|
|
75
|
-
* [DescribeOutputHLSPullServerUrl](https://cloud.tencent.com/document/api/862/37615#DescribeOutputHLSPullServerUrl)
|
|
76
|
-
* [DescribeOutputHLSPullSettings](https://cloud.tencent.com/document/api/862/37615#DescribeOutputHLSPullSettings)
|
|
77
|
-
* [HLSPullSourceAddress](https://cloud.tencent.com/document/api/862/37615#HLSPullSourceAddress)
|
|
122
|
+
* [ResilientStreamConf](https://cloud.tencent.com/document/api/862/37615#ResilientStreamConf)
|
|
78
123
|
|
|
79
124
|
修改数据结构:
|
|
80
125
|
|
|
81
126
|
* [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
|
|
82
127
|
|
|
83
|
-
* 新增成员:
|
|
128
|
+
* 新增成员:ResilientStream
|
|
84
129
|
|
|
85
130
|
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
86
131
|
|
|
87
|
-
* 新增成员:
|
|
88
|
-
|
|
89
|
-
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
90
|
-
|
|
91
|
-
* 新增成员:HLSPullSettings
|
|
132
|
+
* 新增成员:ResilientStream
|
|
92
133
|
|
|
93
134
|
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
94
135
|
|
|
95
|
-
* 新增成员:
|
|
136
|
+
* 新增成员:ResilientStream
|
|
96
137
|
|
|
97
138
|
|
|
98
139
|
|
|
99
140
|
|
|
100
|
-
##
|
|
141
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
101
142
|
|
|
102
|
-
### 第
|
|
143
|
+
### 第 17 次发布
|
|
103
144
|
|
|
104
|
-
发布时间:2022-11-
|
|
145
|
+
发布时间:2022-11-22 06:49:05
|
|
105
146
|
|
|
106
147
|
本次发布包含了以下内容:
|
|
107
148
|
|
|
108
149
|
改善已有的文档。
|
|
109
150
|
|
|
110
|
-
|
|
151
|
+
修改接口:
|
|
111
152
|
|
|
112
|
-
* [
|
|
153
|
+
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
113
154
|
|
|
114
|
-
*
|
|
155
|
+
* 新增出参:ID
|
|
115
156
|
|
|
116
157
|
|
|
117
158
|
|
|
118
159
|
|
|
119
|
-
##
|
|
160
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
120
161
|
|
|
121
|
-
### 第
|
|
162
|
+
### 第 30 次发布
|
|
122
163
|
|
|
123
|
-
发布时间:2022-11-
|
|
164
|
+
发布时间:2022-11-22 07:01:36
|
|
124
165
|
|
|
125
166
|
本次发布包含了以下内容:
|
|
126
167
|
|
|
@@ -128,19 +169,21 @@
|
|
|
128
169
|
|
|
129
170
|
新增接口:
|
|
130
171
|
|
|
131
|
-
* [
|
|
132
|
-
|
|
172
|
+
* [DetectChefDress](https://cloud.tencent.com/document/api/865/83188)
|
|
173
|
+
* [DetectSecurity](https://cloud.tencent.com/document/api/865/83187)
|
|
133
174
|
|
|
175
|
+
新增数据结构:
|
|
134
176
|
|
|
135
|
-
|
|
177
|
+
* [AttributesForBody](https://cloud.tencent.com/document/api/865/35474#AttributesForBody)
|
|
178
|
+
* [BodyAttributes](https://cloud.tencent.com/document/api/865/35474#BodyAttributes)
|
|
136
179
|
|
|
137
180
|
|
|
138
181
|
|
|
139
|
-
##
|
|
182
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
140
183
|
|
|
141
|
-
### 第
|
|
184
|
+
### 第 130 次发布
|
|
142
185
|
|
|
143
|
-
发布时间:2022-11-
|
|
186
|
+
发布时间:2022-11-22 07:03:00
|
|
144
187
|
|
|
145
188
|
本次发布包含了以下内容:
|
|
146
189
|
|
|
@@ -148,22 +191,45 @@
|
|
|
148
191
|
|
|
149
192
|
修改数据结构:
|
|
150
193
|
|
|
151
|
-
* [
|
|
194
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
152
195
|
|
|
153
|
-
* 新增成员:
|
|
196
|
+
* 新增成员:Os, Arch
|
|
154
197
|
|
|
155
198
|
|
|
156
199
|
|
|
157
200
|
|
|
158
|
-
##
|
|
201
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
159
202
|
|
|
203
|
+
### 第 10 次发布
|
|
160
204
|
|
|
205
|
+
发布时间:2022-11-22 07:04:58
|
|
161
206
|
|
|
162
|
-
|
|
207
|
+
本次发布包含了以下内容:
|
|
163
208
|
|
|
164
|
-
|
|
209
|
+
改善已有的文档。
|
|
165
210
|
|
|
166
|
-
|
|
211
|
+
修改接口:
|
|
212
|
+
|
|
213
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
214
|
+
|
|
215
|
+
* 新增入参:BatchId
|
|
216
|
+
|
|
217
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
218
|
+
|
|
219
|
+
* 新增入参:BatchId
|
|
220
|
+
|
|
221
|
+
* [ModifyCustomRuleStatus](https://cloud.tencent.com/document/api/1458/81458)
|
|
222
|
+
|
|
223
|
+
* 新增入参:CorpId
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
229
|
+
|
|
230
|
+
### 第 129 次发布
|
|
231
|
+
|
|
232
|
+
发布时间:2022-11-22 07:10:00
|
|
167
233
|
|
|
168
234
|
本次发布包含了以下内容:
|
|
169
235
|
|
|
@@ -171,9 +237,9 @@
|
|
|
171
237
|
|
|
172
238
|
修改接口:
|
|
173
239
|
|
|
174
|
-
* [
|
|
240
|
+
* [ModifyNetworkInterfaceQos](https://cloud.tencent.com/document/api/215/55136)
|
|
175
241
|
|
|
176
|
-
* 新增入参:
|
|
242
|
+
* 新增入参:DirectSendMaxPort
|
|
177
243
|
|
|
178
244
|
|
|
179
245
|
|
|
@@ -3847,7 +3913,7 @@
|
|
|
3847
3913
|
|
|
3848
3914
|
新增数据结构:
|
|
3849
3915
|
|
|
3850
|
-
* [
|
|
3916
|
+
* [IPv6InternetAccessible](https://cloud.tencent.com/document/api/377/20453#IPv6InternetAccessible)
|
|
3851
3917
|
|
|
3852
3918
|
修改数据结构:
|
|
3853
3919
|
|
|
@@ -11506,6 +11572,26 @@
|
|
|
11506
11572
|
|
|
11507
11573
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
11508
11574
|
|
|
11575
|
+
### 第 36 次发布
|
|
11576
|
+
|
|
11577
|
+
发布时间:2022-11-21 06:12:39
|
|
11578
|
+
|
|
11579
|
+
本次发布包含了以下内容:
|
|
11580
|
+
|
|
11581
|
+
改善已有的文档。
|
|
11582
|
+
|
|
11583
|
+
新增接口:
|
|
11584
|
+
|
|
11585
|
+
* [CreateCarrierPrivilegeNumberApplicant](https://cloud.tencent.com/document/api/679/83127)
|
|
11586
|
+
* [DescribeActiveCarrierPrivilegeNumber](https://cloud.tencent.com/document/api/679/83126)
|
|
11587
|
+
* [DescribeCarrierPrivilegeNumberApplicants](https://cloud.tencent.com/document/api/679/83125)
|
|
11588
|
+
|
|
11589
|
+
新增数据结构:
|
|
11590
|
+
|
|
11591
|
+
* [ActiveCarrierPrivilegeNumber](https://cloud.tencent.com/document/api/679/47715#ActiveCarrierPrivilegeNumber)
|
|
11592
|
+
* [CarrierPrivilegeNumberApplicant](https://cloud.tencent.com/document/api/679/47715#CarrierPrivilegeNumberApplicant)
|
|
11593
|
+
* [Filter](https://cloud.tencent.com/document/api/679/47715#Filter)
|
|
11594
|
+
|
|
11509
11595
|
### 第 35 次发布
|
|
11510
11596
|
|
|
11511
11597
|
发布时间:2022-11-16 06:11:21
|
|
@@ -17081,6 +17167,23 @@
|
|
|
17081
17167
|
|
|
17082
17168
|
## 文件存储(cfs) 版本:2019-07-19
|
|
17083
17169
|
|
|
17170
|
+
### 第 13 次发布
|
|
17171
|
+
|
|
17172
|
+
发布时间:2022-11-21 06:14:58
|
|
17173
|
+
|
|
17174
|
+
本次发布包含了以下内容:
|
|
17175
|
+
|
|
17176
|
+
改善已有的文档。
|
|
17177
|
+
|
|
17178
|
+
修改接口:
|
|
17179
|
+
|
|
17180
|
+
* [DeleteCfsSnapshot](https://cloud.tencent.com/document/api/582/80199)
|
|
17181
|
+
|
|
17182
|
+
* 新增入参:SnapshotIds
|
|
17183
|
+
|
|
17184
|
+
* <font color="#dd0000">**修改入参**:</font>SnapshotId
|
|
17185
|
+
|
|
17186
|
+
|
|
17084
17187
|
### 第 12 次发布
|
|
17085
17188
|
|
|
17086
17189
|
发布时间:2022-11-11 06:15:57
|
|
@@ -34808,6 +34911,37 @@
|
|
|
34808
34911
|
|
|
34809
34912
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
34810
34913
|
|
|
34914
|
+
### 第 9 次发布
|
|
34915
|
+
|
|
34916
|
+
发布时间:2022-11-22 06:27:31
|
|
34917
|
+
|
|
34918
|
+
本次发布包含了以下内容:
|
|
34919
|
+
|
|
34920
|
+
改善已有的文档。
|
|
34921
|
+
|
|
34922
|
+
新增接口:
|
|
34923
|
+
|
|
34924
|
+
* [[CheckRecordSnapshotRollback](https://cloud.tencent.com/document/api/1427/83186)](https://cloud.tencent.com/document/api/#/#)
|
|
34925
|
+
* [[CheckSnapshotRollback](https://cloud.tencent.com/document/api/1427/83185)](https://cloud.tencent.com/document/api/#/#)
|
|
34926
|
+
* [[CreateSnapshot](https://cloud.tencent.com/document/api/1427/83184)](https://cloud.tencent.com/document/api/#/#)
|
|
34927
|
+
* [[DeleteSnapshot](https://cloud.tencent.com/document/api/1427/83183)](https://cloud.tencent.com/document/api/#/#)
|
|
34928
|
+
* [[DescribeRecordSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83182)](https://cloud.tencent.com/document/api/#/#)
|
|
34929
|
+
* [[DescribeSnapshotConfig](https://cloud.tencent.com/document/api/1427/83181)](https://cloud.tencent.com/document/api/#/#)
|
|
34930
|
+
* [[DescribeSnapshotList](https://cloud.tencent.com/document/api/1427/83180)](https://cloud.tencent.com/document/api/#/#)
|
|
34931
|
+
* [[DescribeSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83179)](https://cloud.tencent.com/document/api/#/#)
|
|
34932
|
+
* [[DescribeSnapshotRollbackTask](https://cloud.tencent.com/document/api/1427/83178)](https://cloud.tencent.com/document/api/#/#)
|
|
34933
|
+
* [[DownloadSnapshot](https://cloud.tencent.com/document/api/1427/83177)](https://cloud.tencent.com/document/api/#/#)
|
|
34934
|
+
* [[ModifySnapshotConfig](https://cloud.tencent.com/document/api/1427/83176)](https://cloud.tencent.com/document/api/#/#)
|
|
34935
|
+
* [[RollbackRecordSnapshot](https://cloud.tencent.com/document/api/1427/83175)](https://cloud.tencent.com/document/api/#/#)
|
|
34936
|
+
* [[RollbackSnapshot](https://cloud.tencent.com/document/api/1427/83174)](https://cloud.tencent.com/document/api/#/#)
|
|
34937
|
+
|
|
34938
|
+
新增数据结构:
|
|
34939
|
+
|
|
34940
|
+
* [[SnapshotConfig](https://cloud.tencent.com/document/api/1427/56185#SnapshotConfig)](https://cloud.tencent.com/document/api/1427/56185#[SnapshotConfig](https://cloud.tencent.com/document/api/1427/56185#SnapshotConfig))
|
|
34941
|
+
* [[SnapshotInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotInfo)](https://cloud.tencent.com/document/api/1427/56185#[SnapshotInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotInfo))
|
|
34942
|
+
* [[SnapshotPageInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotPageInfo)](https://cloud.tencent.com/document/api/1427/56185#[SnapshotPageInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotPageInfo))
|
|
34943
|
+
* [[SnapshotRecord](https://cloud.tencent.com/document/api/1427/56185#SnapshotRecord)](https://cloud.tencent.com/document/api/1427/56185#[SnapshotRecord](https://cloud.tencent.com/document/api/1427/56185#SnapshotRecord))
|
|
34944
|
+
|
|
34811
34945
|
### 第 8 次发布
|
|
34812
34946
|
|
|
34813
34947
|
发布时间:2022-09-16 06:21:57
|
|
@@ -40341,6 +40475,21 @@
|
|
|
40341
40475
|
|
|
40342
40476
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
40343
40477
|
|
|
40478
|
+
### 第 30 次发布
|
|
40479
|
+
|
|
40480
|
+
发布时间:2022-11-21 15:12:52
|
|
40481
|
+
|
|
40482
|
+
本次发布包含了以下内容:
|
|
40483
|
+
|
|
40484
|
+
改善已有的文档。
|
|
40485
|
+
|
|
40486
|
+
修改接口:
|
|
40487
|
+
|
|
40488
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
40489
|
+
|
|
40490
|
+
* 新增入参:SignBeanTag
|
|
40491
|
+
|
|
40492
|
+
|
|
40344
40493
|
### 第 29 次发布
|
|
40345
40494
|
|
|
40346
40495
|
发布时间:2022-11-17 06:26:17
|
|
@@ -40975,6 +41124,63 @@
|
|
|
40975
41124
|
|
|
40976
41125
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
40977
41126
|
|
|
41127
|
+
### 第 50 次发布
|
|
41128
|
+
|
|
41129
|
+
发布时间:2022-11-21 19:31:59
|
|
41130
|
+
|
|
41131
|
+
本次发布包含了以下内容:
|
|
41132
|
+
|
|
41133
|
+
改善已有的文档。
|
|
41134
|
+
|
|
41135
|
+
修改数据结构:
|
|
41136
|
+
|
|
41137
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
41138
|
+
|
|
41139
|
+
* 新增成员:ChannelComponentId
|
|
41140
|
+
|
|
41141
|
+
|
|
41142
|
+
### 第 49 次发布
|
|
41143
|
+
|
|
41144
|
+
发布时间:2022-11-21 17:22:12
|
|
41145
|
+
|
|
41146
|
+
本次发布包含了以下内容:
|
|
41147
|
+
|
|
41148
|
+
改善已有的文档。
|
|
41149
|
+
|
|
41150
|
+
修改数据结构:
|
|
41151
|
+
|
|
41152
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1420/61525#TemplateInfo)
|
|
41153
|
+
|
|
41154
|
+
* 新增成员:ChannelTemplateId
|
|
41155
|
+
|
|
41156
|
+
|
|
41157
|
+
### 第 48 次发布
|
|
41158
|
+
|
|
41159
|
+
发布时间:2022-11-21 15:12:25
|
|
41160
|
+
|
|
41161
|
+
本次发布包含了以下内容:
|
|
41162
|
+
|
|
41163
|
+
改善已有的文档。
|
|
41164
|
+
|
|
41165
|
+
修改接口:
|
|
41166
|
+
|
|
41167
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
41168
|
+
|
|
41169
|
+
* 新增入参:SignBeanTag
|
|
41170
|
+
|
|
41171
|
+
|
|
41172
|
+
### 第 47 次发布
|
|
41173
|
+
|
|
41174
|
+
发布时间:2022-11-18 20:21:39
|
|
41175
|
+
|
|
41176
|
+
本次发布包含了以下内容:
|
|
41177
|
+
|
|
41178
|
+
改善已有的文档。
|
|
41179
|
+
|
|
41180
|
+
新增接口:
|
|
41181
|
+
|
|
41182
|
+
* [ChannelCreateBoundFlows](https://cloud.tencent.com/document/api/1420/83118)
|
|
41183
|
+
|
|
40978
41184
|
### 第 46 次发布
|
|
40979
41185
|
|
|
40980
41186
|
发布时间:2022-11-17 06:26:33
|
|
@@ -48595,6 +48801,22 @@
|
|
|
48595
48801
|
|
|
48596
48802
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
48597
48803
|
|
|
48804
|
+
### 第 47 次发布
|
|
48805
|
+
|
|
48806
|
+
发布时间:2022-11-21 06:32:42
|
|
48807
|
+
|
|
48808
|
+
本次发布包含了以下内容:
|
|
48809
|
+
|
|
48810
|
+
改善已有的文档。
|
|
48811
|
+
|
|
48812
|
+
新增接口:
|
|
48813
|
+
|
|
48814
|
+
* [DescribeDeviceLocationSolve](https://cloud.tencent.com/document/api/1081/83128)
|
|
48815
|
+
|
|
48816
|
+
新增数据结构:
|
|
48817
|
+
|
|
48818
|
+
* [WifiInfo](https://cloud.tencent.com/document/api/1081/34988#WifiInfo)
|
|
48819
|
+
|
|
48598
48820
|
### 第 46 次发布
|
|
48599
48821
|
|
|
48600
48822
|
发布时间:2022-10-25 06:38:53
|
|
@@ -58106,6 +58328,33 @@
|
|
|
58106
58328
|
|
|
58107
58329
|
## 媒体处理(mps) 版本:2019-06-12
|
|
58108
58330
|
|
|
58331
|
+
### 第 47 次发布
|
|
58332
|
+
|
|
58333
|
+
发布时间:2022-11-22 06:43:53
|
|
58334
|
+
|
|
58335
|
+
本次发布包含了以下内容:
|
|
58336
|
+
|
|
58337
|
+
改善已有的文档。
|
|
58338
|
+
|
|
58339
|
+
新增数据结构:
|
|
58340
|
+
|
|
58341
|
+
* [[ResilientStreamConf](https://cloud.tencent.com/document/api/862/37615#ResilientStreamConf)](https://cloud.tencent.com/document/api/862/37615#[ResilientStreamConf](https://cloud.tencent.com/document/api/862/37615#ResilientStreamConf))
|
|
58342
|
+
|
|
58343
|
+
修改数据结构:
|
|
58344
|
+
|
|
58345
|
+
* [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
|
|
58346
|
+
|
|
58347
|
+
* 新增成员:ResilientStream
|
|
58348
|
+
|
|
58349
|
+
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
58350
|
+
|
|
58351
|
+
* 新增成员:ResilientStream
|
|
58352
|
+
|
|
58353
|
+
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
58354
|
+
|
|
58355
|
+
* 新增成员:ResilientStream
|
|
58356
|
+
|
|
58357
|
+
|
|
58109
58358
|
### 第 46 次发布
|
|
58110
58359
|
|
|
58111
58360
|
发布时间:2022-11-18 06:39:04
|
|
@@ -58116,12 +58365,12 @@
|
|
|
58116
58365
|
|
|
58117
58366
|
新增数据结构:
|
|
58118
58367
|
|
|
58119
|
-
* [
|
|
58120
|
-
* [
|
|
58121
|
-
* [
|
|
58122
|
-
* [
|
|
58123
|
-
* [
|
|
58124
|
-
* [
|
|
58368
|
+
* [CreateInputHLSPullSettings](https://cloud.tencent.com/document/api/862/37615#CreateInputHLSPullSettings)
|
|
58369
|
+
* [DescribeHLSPullSourceAddress](https://cloud.tencent.com/document/api/862/37615#DescribeHLSPullSourceAddress)
|
|
58370
|
+
* [DescribeInputHLSPullSettings](https://cloud.tencent.com/document/api/862/37615#DescribeInputHLSPullSettings)
|
|
58371
|
+
* [DescribeOutputHLSPullServerUrl](https://cloud.tencent.com/document/api/862/37615#DescribeOutputHLSPullServerUrl)
|
|
58372
|
+
* [DescribeOutputHLSPullSettings](https://cloud.tencent.com/document/api/862/37615#DescribeOutputHLSPullSettings)
|
|
58373
|
+
* [HLSPullSourceAddress](https://cloud.tencent.com/document/api/862/37615#HLSPullSourceAddress)
|
|
58125
58374
|
|
|
58126
58375
|
修改数据结构:
|
|
58127
58376
|
|
|
@@ -66169,6 +66418,21 @@
|
|
|
66169
66418
|
|
|
66170
66419
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
66171
66420
|
|
|
66421
|
+
### 第 17 次发布
|
|
66422
|
+
|
|
66423
|
+
发布时间:2022-11-22 06:49:05
|
|
66424
|
+
|
|
66425
|
+
本次发布包含了以下内容:
|
|
66426
|
+
|
|
66427
|
+
改善已有的文档。
|
|
66428
|
+
|
|
66429
|
+
修改接口:
|
|
66430
|
+
|
|
66431
|
+
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
66432
|
+
|
|
66433
|
+
* 新增出参:ID
|
|
66434
|
+
|
|
66435
|
+
|
|
66172
66436
|
### 第 16 次发布
|
|
66173
66437
|
|
|
66174
66438
|
发布时间:2022-10-10 06:36:43
|
|
@@ -69749,6 +70013,21 @@
|
|
|
69749
70013
|
|
|
69750
70014
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
69751
70015
|
|
|
70016
|
+
### 第 23 次发布
|
|
70017
|
+
|
|
70018
|
+
发布时间:2022-11-21 06:46:02
|
|
70019
|
+
|
|
70020
|
+
本次发布包含了以下内容:
|
|
70021
|
+
|
|
70022
|
+
改善已有的文档。
|
|
70023
|
+
|
|
70024
|
+
修改数据结构:
|
|
70025
|
+
|
|
70026
|
+
* [DeployedResources](https://cloud.tencent.com/document/api/400/41679#DeployedResources)
|
|
70027
|
+
|
|
70028
|
+
* 新增成员:Resources
|
|
70029
|
+
|
|
70030
|
+
|
|
69752
70031
|
### 第 22 次发布
|
|
69753
70032
|
|
|
69754
70033
|
发布时间:2022-11-16 06:37:00
|
|
@@ -81685,6 +81964,24 @@
|
|
|
81685
81964
|
|
|
81686
81965
|
## 图像分析(tiia) 版本:2019-05-29
|
|
81687
81966
|
|
|
81967
|
+
### 第 30 次发布
|
|
81968
|
+
|
|
81969
|
+
发布时间:2022-11-22 07:01:36
|
|
81970
|
+
|
|
81971
|
+
本次发布包含了以下内容:
|
|
81972
|
+
|
|
81973
|
+
改善已有的文档。
|
|
81974
|
+
|
|
81975
|
+
新增接口:
|
|
81976
|
+
|
|
81977
|
+
* [[DetectChefDress](https://cloud.tencent.com/document/api/865/83188)](https://cloud.tencent.com/document/api/#/#)
|
|
81978
|
+
* [[DetectSecurity](https://cloud.tencent.com/document/api/865/83187)](https://cloud.tencent.com/document/api/#/#)
|
|
81979
|
+
|
|
81980
|
+
新增数据结构:
|
|
81981
|
+
|
|
81982
|
+
* [[AttributesForBody](https://cloud.tencent.com/document/api/865/35474#AttributesForBody)](https://cloud.tencent.com/document/api/865/35474#[AttributesForBody](https://cloud.tencent.com/document/api/865/35474#AttributesForBody))
|
|
81983
|
+
* [[BodyAttributes](https://cloud.tencent.com/document/api/865/35474#BodyAttributes)](https://cloud.tencent.com/document/api/865/35474#[BodyAttributes](https://cloud.tencent.com/document/api/865/35474#BodyAttributes))
|
|
81984
|
+
|
|
81688
81985
|
### 第 29 次发布
|
|
81689
81986
|
|
|
81690
81987
|
发布时间:2022-11-09 06:57:46
|
|
@@ -82534,7 +82831,7 @@
|
|
|
82534
82831
|
|
|
82535
82832
|
新增接口:
|
|
82536
82833
|
|
|
82537
|
-
* [
|
|
82834
|
+
* [ModifyModelServicePartialConfig](https://cloud.tencent.com/document/api/851/83077)
|
|
82538
82835
|
|
|
82539
82836
|
### 第 8 次发布
|
|
82540
82837
|
|
|
@@ -83340,6 +83637,36 @@
|
|
|
83340
83637
|
|
|
83341
83638
|
## 容器服务(tke) 版本:2018-05-25
|
|
83342
83639
|
|
|
83640
|
+
### 第 130 次发布
|
|
83641
|
+
|
|
83642
|
+
发布时间:2022-11-22 07:03:00
|
|
83643
|
+
|
|
83644
|
+
本次发布包含了以下内容:
|
|
83645
|
+
|
|
83646
|
+
改善已有的文档。
|
|
83647
|
+
|
|
83648
|
+
修改数据结构:
|
|
83649
|
+
|
|
83650
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
83651
|
+
|
|
83652
|
+
* 新增成员:Os, Arch
|
|
83653
|
+
|
|
83654
|
+
|
|
83655
|
+
### 第 129 次发布
|
|
83656
|
+
|
|
83657
|
+
发布时间:2022-11-21 06:55:04
|
|
83658
|
+
|
|
83659
|
+
本次发布包含了以下内容:
|
|
83660
|
+
|
|
83661
|
+
改善已有的文档。
|
|
83662
|
+
|
|
83663
|
+
修改接口:
|
|
83664
|
+
|
|
83665
|
+
* [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
|
|
83666
|
+
|
|
83667
|
+
* 新增入参:GPUArgs, UserScript, IgnoreExistedNode, DockerGraphPath
|
|
83668
|
+
|
|
83669
|
+
|
|
83343
83670
|
### 第 128 次发布
|
|
83344
83671
|
|
|
83345
83672
|
发布时间:2022-11-16 06:43:39
|
|
@@ -86312,6 +86639,29 @@
|
|
|
86312
86639
|
|
|
86313
86640
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
86314
86641
|
|
|
86642
|
+
### 第 10 次发布
|
|
86643
|
+
|
|
86644
|
+
发布时间:2022-11-22 07:04:58
|
|
86645
|
+
|
|
86646
|
+
本次发布包含了以下内容:
|
|
86647
|
+
|
|
86648
|
+
改善已有的文档。
|
|
86649
|
+
|
|
86650
|
+
修改接口:
|
|
86651
|
+
|
|
86652
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
86653
|
+
|
|
86654
|
+
* 新增入参:BatchId
|
|
86655
|
+
|
|
86656
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
86657
|
+
|
|
86658
|
+
* 新增入参:BatchId
|
|
86659
|
+
|
|
86660
|
+
* [ModifyCustomRuleStatus](https://cloud.tencent.com/document/api/1458/81458)
|
|
86661
|
+
|
|
86662
|
+
* 新增入参:CorpId
|
|
86663
|
+
|
|
86664
|
+
|
|
86315
86665
|
### 第 9 次发布
|
|
86316
86666
|
|
|
86317
86667
|
发布时间:2022-11-02 10:37:26
|
|
@@ -94105,6 +94455,21 @@
|
|
|
94105
94455
|
|
|
94106
94456
|
## 私有网络(vpc) 版本:2017-03-12
|
|
94107
94457
|
|
|
94458
|
+
### 第 129 次发布
|
|
94459
|
+
|
|
94460
|
+
发布时间:2022-11-22 07:10:00
|
|
94461
|
+
|
|
94462
|
+
本次发布包含了以下内容:
|
|
94463
|
+
|
|
94464
|
+
改善已有的文档。
|
|
94465
|
+
|
|
94466
|
+
修改接口:
|
|
94467
|
+
|
|
94468
|
+
* [ModifyNetworkInterfaceQos](https://cloud.tencent.com/document/api/215/55136)
|
|
94469
|
+
|
|
94470
|
+
* 新增入参:DirectSendMaxPort
|
|
94471
|
+
|
|
94472
|
+
|
|
94108
94473
|
### 第 128 次发布
|
|
94109
94474
|
|
|
94110
94475
|
发布时间:2022-11-15 06:49:10
|