tencentcloud-sdk-nodejs-essbasic 4.0.269 → 4.0.270
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 +312 -0
- package/SERVICE_CHANGELOG.md +457 -62
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -19
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -19
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -5
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 计费相关(billing) 版本:2018-07-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 30 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-01-
|
|
7
|
+
发布时间:2022-01-11 08:03:32
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
新增数据结构:
|
|
14
|
-
|
|
15
|
-
* [CosConfig](https://cloud.tencent.com/document/api/628/45244#CosConfig)
|
|
16
|
-
|
|
17
13
|
修改数据结构:
|
|
18
14
|
|
|
19
|
-
* [
|
|
15
|
+
* [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
|
|
20
16
|
|
|
21
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:Action
|
|
22
18
|
|
|
23
19
|
|
|
24
20
|
|
|
25
21
|
|
|
26
|
-
##
|
|
22
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
27
23
|
|
|
28
|
-
### 第
|
|
24
|
+
### 第 36 次发布
|
|
29
25
|
|
|
30
|
-
发布时间:2022-01-
|
|
26
|
+
发布时间:2022-01-11 08:04:11
|
|
31
27
|
|
|
32
28
|
本次发布包含了以下内容:
|
|
33
29
|
|
|
@@ -35,18 +31,18 @@
|
|
|
35
31
|
|
|
36
32
|
修改接口:
|
|
37
33
|
|
|
38
|
-
* [
|
|
34
|
+
* [TerminateDisks](https://cloud.tencent.com/document/api/362/16321)
|
|
39
35
|
|
|
40
|
-
* 新增入参:
|
|
36
|
+
* 新增入参:DeleteSnapshot
|
|
41
37
|
|
|
42
38
|
|
|
43
39
|
|
|
44
40
|
|
|
45
|
-
##
|
|
41
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
46
42
|
|
|
47
|
-
### 第
|
|
43
|
+
### 第 32 次发布
|
|
48
44
|
|
|
49
|
-
发布时间:2022-01-
|
|
45
|
+
发布时间:2022-01-11 08:07:36
|
|
50
46
|
|
|
51
47
|
本次发布包含了以下内容:
|
|
52
48
|
|
|
@@ -54,115 +50,222 @@
|
|
|
54
50
|
|
|
55
51
|
修改接口:
|
|
56
52
|
|
|
57
|
-
* [
|
|
53
|
+
* [CreateDCDBInstance](https://cloud.tencent.com/document/api/557/16135)
|
|
58
54
|
|
|
59
|
-
*
|
|
55
|
+
* 新增入参:SecurityGroupIds
|
|
60
56
|
|
|
61
|
-
* [
|
|
57
|
+
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/557/51780)
|
|
62
58
|
|
|
63
|
-
*
|
|
59
|
+
* 新增出参:Total
|
|
64
60
|
|
|
65
|
-
* [DescribeMachineInfo](https://cloud.tencent.com/document/api/296/19851)
|
|
66
61
|
|
|
67
|
-
|
|
62
|
+
修改数据结构:
|
|
63
|
+
|
|
64
|
+
* [DCDBInstanceInfo](https://cloud.tencent.com/document/api/557/16142#DCDBInstanceInfo)
|
|
65
|
+
|
|
66
|
+
* 新增成员:ResourceTags
|
|
68
67
|
|
|
69
68
|
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
72
|
+
|
|
73
|
+
### 第 11 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2022-01-11 08:08:55
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
70
81
|
修改数据结构:
|
|
71
82
|
|
|
72
|
-
* [
|
|
83
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
73
84
|
|
|
74
|
-
* 新增成员:
|
|
85
|
+
* 新增成员:IsPromoter
|
|
75
86
|
|
|
76
|
-
* [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
|
|
77
87
|
|
|
78
|
-
* 新增成员:CheckPlatform, Uuid
|
|
79
88
|
|
|
80
89
|
|
|
90
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
81
91
|
|
|
82
92
|
|
|
83
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
84
93
|
|
|
85
|
-
|
|
94
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
86
95
|
|
|
87
|
-
|
|
96
|
+
### 第 27 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-01-11 08:09:11
|
|
88
99
|
|
|
89
100
|
本次发布包含了以下内容:
|
|
90
101
|
|
|
91
102
|
改善已有的文档。
|
|
92
103
|
|
|
93
|
-
|
|
104
|
+
修改接口:
|
|
94
105
|
|
|
95
|
-
* [
|
|
96
|
-
* [CreateProxySessionKillTask](https://cloud.tencent.com/document/api/1130/67782)
|
|
106
|
+
* [CheckProxyCreate](https://cloud.tencent.com/document/api/608/36974)
|
|
97
107
|
|
|
108
|
+
* 新增入参:Http3Supported
|
|
98
109
|
|
|
110
|
+
* [CreateDomain](https://cloud.tencent.com/document/api/608/36991)
|
|
99
111
|
|
|
100
|
-
|
|
112
|
+
* 新增入参:Http3Supported
|
|
101
113
|
|
|
114
|
+
* [CreateHTTPSListener](https://cloud.tencent.com/document/api/608/37006)
|
|
102
115
|
|
|
116
|
+
* 新增入参:Http3Supported
|
|
103
117
|
|
|
104
|
-
|
|
118
|
+
* [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
|
|
105
119
|
|
|
106
|
-
|
|
120
|
+
* 新增入参:Http3Supported
|
|
121
|
+
|
|
122
|
+
* [CreateProxyGroup](https://cloud.tencent.com/document/api/608/36949)
|
|
123
|
+
|
|
124
|
+
* 新增入参:Http3Supported
|
|
125
|
+
|
|
126
|
+
* [DescribeHTTPSListeners](https://cloud.tencent.com/document/api/608/37001)
|
|
127
|
+
|
|
128
|
+
* 新增入参:Http3Supported
|
|
129
|
+
|
|
130
|
+
* [InquiryPriceCreateProxy](https://cloud.tencent.com/document/api/608/36957)
|
|
131
|
+
|
|
132
|
+
* 新增入参:Http3Supported
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
修改数据结构:
|
|
136
|
+
|
|
137
|
+
* [AccessRegionDetial](https://cloud.tencent.com/document/api/608/37023#AccessRegionDetial)
|
|
138
|
+
|
|
139
|
+
* 新增成员:FeatureBitmap
|
|
140
|
+
|
|
141
|
+
* [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
|
|
142
|
+
|
|
143
|
+
* 新增成员:Http3Supported
|
|
144
|
+
|
|
145
|
+
* [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
|
|
146
|
+
|
|
147
|
+
* 新增成员:Http3Supported
|
|
148
|
+
|
|
149
|
+
* [ProxyGroupInfo](https://cloud.tencent.com/document/api/608/37023#ProxyGroupInfo)
|
|
150
|
+
|
|
151
|
+
* 新增成员:Http3Supported
|
|
152
|
+
|
|
153
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
154
|
+
|
|
155
|
+
* 新增成员:Http3Supported
|
|
156
|
+
|
|
157
|
+
* [RegionDetail](https://cloud.tencent.com/document/api/608/37023#RegionDetail)
|
|
158
|
+
|
|
159
|
+
* 新增成员:FeatureBitmap
|
|
107
160
|
|
|
108
|
-
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
165
|
+
|
|
166
|
+
### 第 16 次发布
|
|
167
|
+
|
|
168
|
+
发布时间:2022-01-11 08:09:37
|
|
109
169
|
|
|
110
170
|
本次发布包含了以下内容:
|
|
111
171
|
|
|
112
172
|
改善已有的文档。
|
|
113
173
|
|
|
114
|
-
|
|
174
|
+
新增接口:
|
|
115
175
|
|
|
116
|
-
* [
|
|
176
|
+
* [StartPublishStream](https://cloud.tencent.com/document/api/1162/67868)
|
|
177
|
+
* [StopPublishStream](https://cloud.tencent.com/document/api/1162/67867)
|
|
117
178
|
|
|
118
|
-
* 新增入参:DBNodeSet
|
|
119
179
|
|
|
120
180
|
|
|
181
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
182
|
+
|
|
183
|
+
### 第 40 次发布
|
|
184
|
+
|
|
185
|
+
发布时间:2022-01-11 08:10:29
|
|
186
|
+
|
|
187
|
+
本次发布包含了以下内容:
|
|
188
|
+
|
|
189
|
+
改善已有的文档。
|
|
190
|
+
|
|
191
|
+
新增接口:
|
|
192
|
+
|
|
193
|
+
* [BindDevices](https://cloud.tencent.com/document/api/1081/67873)
|
|
194
|
+
* [BindProducts](https://cloud.tencent.com/document/api/1081/67877)
|
|
195
|
+
* [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
|
|
196
|
+
* [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
|
|
197
|
+
* [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/1081/67871)
|
|
198
|
+
* [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
|
|
199
|
+
* [GetGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/67870)
|
|
200
|
+
* [UnbindDevices](https://cloud.tencent.com/document/api/1081/67869)
|
|
201
|
+
* [UnbindProducts](https://cloud.tencent.com/document/api/1081/67874)
|
|
202
|
+
|
|
121
203
|
新增数据结构:
|
|
122
204
|
|
|
123
|
-
* [
|
|
205
|
+
* [BindDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#BindDeviceInfo)
|
|
206
|
+
* [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
|
|
207
|
+
* [FamilySubDevice](https://cloud.tencent.com/document/api/1081/34988#FamilySubDevice)
|
|
124
208
|
|
|
125
|
-
修改数据结构:
|
|
126
209
|
|
|
127
|
-
* [DBBackup](https://cloud.tencent.com/document/api/409/16778#DBBackup)
|
|
128
210
|
|
|
129
|
-
|
|
211
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
130
212
|
|
|
131
|
-
|
|
213
|
+
### 第 24 次发布
|
|
132
214
|
|
|
133
|
-
|
|
215
|
+
发布时间:2022-01-11 08:11:43
|
|
134
216
|
|
|
135
|
-
|
|
217
|
+
本次发布包含了以下内容:
|
|
136
218
|
|
|
137
|
-
|
|
219
|
+
改善已有的文档。
|
|
138
220
|
|
|
221
|
+
新增数据结构:
|
|
139
222
|
|
|
223
|
+
* [Tag](https://cloud.tencent.com/document/api/1207/47576#Tag)
|
|
140
224
|
|
|
225
|
+
修改数据结构:
|
|
141
226
|
|
|
142
|
-
|
|
227
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
143
228
|
|
|
144
|
-
|
|
229
|
+
* 新增成员:Tags
|
|
145
230
|
|
|
146
|
-
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
235
|
+
|
|
236
|
+
### 第 29 次发布
|
|
237
|
+
|
|
238
|
+
发布时间:2022-01-11 08:12:13
|
|
147
239
|
|
|
148
240
|
本次发布包含了以下内容:
|
|
149
241
|
|
|
150
242
|
改善已有的文档。
|
|
151
243
|
|
|
244
|
+
新增接口:
|
|
245
|
+
|
|
246
|
+
* [CreateHourDBInstance](https://cloud.tencent.com/document/api/237/67878)
|
|
247
|
+
|
|
248
|
+
修改接口:
|
|
249
|
+
|
|
250
|
+
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/237/51786)
|
|
251
|
+
|
|
252
|
+
* 新增出参:Total
|
|
253
|
+
|
|
254
|
+
|
|
152
255
|
修改数据结构:
|
|
153
256
|
|
|
154
|
-
* [
|
|
257
|
+
* [DBInstance](https://cloud.tencent.com/document/api/237/16191#DBInstance)
|
|
155
258
|
|
|
156
|
-
* 新增成员:
|
|
259
|
+
* 新增成员:ResourceTags
|
|
157
260
|
|
|
158
261
|
|
|
159
262
|
|
|
160
263
|
|
|
161
|
-
##
|
|
264
|
+
## 凭据管理系统(ssm) 版本:2019-09-23
|
|
162
265
|
|
|
163
|
-
### 第
|
|
266
|
+
### 第 6 次发布
|
|
164
267
|
|
|
165
|
-
发布时间:2022-01-
|
|
268
|
+
发布时间:2022-01-11 08:14:31
|
|
166
269
|
|
|
167
270
|
本次发布包含了以下内容:
|
|
168
271
|
|
|
@@ -170,9 +273,39 @@
|
|
|
170
273
|
|
|
171
274
|
修改接口:
|
|
172
275
|
|
|
173
|
-
* [
|
|
276
|
+
* [DescribeSecret](https://cloud.tencent.com/document/api/1140/40526)
|
|
174
277
|
|
|
175
|
-
*
|
|
278
|
+
* 新增出参:TargetUin
|
|
279
|
+
|
|
280
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/1140/40521)
|
|
281
|
+
|
|
282
|
+
* 新增出参:AccessKeyEscrowEnabled
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
修改数据结构:
|
|
286
|
+
|
|
287
|
+
* [SecretMetadata](https://cloud.tencent.com/document/api/1140/40530#SecretMetadata)
|
|
288
|
+
|
|
289
|
+
* 新增成员:TargetUin
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
## 云点播(vod) 版本:2018-07-17
|
|
295
|
+
|
|
296
|
+
### 第 94 次发布
|
|
297
|
+
|
|
298
|
+
发布时间:2022-01-11 08:17:35
|
|
299
|
+
|
|
300
|
+
本次发布包含了以下内容:
|
|
301
|
+
|
|
302
|
+
改善已有的文档。
|
|
303
|
+
|
|
304
|
+
修改数据结构:
|
|
305
|
+
|
|
306
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
307
|
+
|
|
308
|
+
* 新增成员:Size
|
|
176
309
|
|
|
177
310
|
|
|
178
311
|
|
|
@@ -1710,7 +1843,7 @@
|
|
|
1710
1843
|
|
|
1711
1844
|
新增数据结构:
|
|
1712
1845
|
|
|
1713
|
-
* [
|
|
1846
|
+
* [CosConfig](https://cloud.tencent.com/document/api/628/45244#CosConfig)
|
|
1714
1847
|
|
|
1715
1848
|
修改数据结构:
|
|
1716
1849
|
|
|
@@ -4874,6 +5007,21 @@
|
|
|
4874
5007
|
|
|
4875
5008
|
## 计费相关(billing) 版本:2018-07-09
|
|
4876
5009
|
|
|
5010
|
+
### 第 30 次发布
|
|
5011
|
+
|
|
5012
|
+
发布时间:2022-01-11 08:03:32
|
|
5013
|
+
|
|
5014
|
+
本次发布包含了以下内容:
|
|
5015
|
+
|
|
5016
|
+
改善已有的文档。
|
|
5017
|
+
|
|
5018
|
+
修改数据结构:
|
|
5019
|
+
|
|
5020
|
+
* [Deal](https://cloud.tencent.com/document/api/555/19183#Deal)
|
|
5021
|
+
|
|
5022
|
+
* 新增成员:Action
|
|
5023
|
+
|
|
5024
|
+
|
|
4877
5025
|
### 第 29 次发布
|
|
4878
5026
|
|
|
4879
5027
|
发布时间:2021-11-23 08:03:19
|
|
@@ -7715,6 +7863,21 @@
|
|
|
7715
7863
|
|
|
7716
7864
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7717
7865
|
|
|
7866
|
+
### 第 36 次发布
|
|
7867
|
+
|
|
7868
|
+
发布时间:2022-01-11 08:04:11
|
|
7869
|
+
|
|
7870
|
+
本次发布包含了以下内容:
|
|
7871
|
+
|
|
7872
|
+
改善已有的文档。
|
|
7873
|
+
|
|
7874
|
+
修改接口:
|
|
7875
|
+
|
|
7876
|
+
* [TerminateDisks](https://cloud.tencent.com/document/api/362/16321)
|
|
7877
|
+
|
|
7878
|
+
* 新增入参:DeleteSnapshot
|
|
7879
|
+
|
|
7880
|
+
|
|
7718
7881
|
### 第 35 次发布
|
|
7719
7882
|
|
|
7720
7883
|
发布时间:2021-12-21 08:01:42
|
|
@@ -23192,8 +23355,8 @@
|
|
|
23192
23355
|
|
|
23193
23356
|
新增接口:
|
|
23194
23357
|
|
|
23195
|
-
* [
|
|
23196
|
-
* [
|
|
23358
|
+
* [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
|
|
23359
|
+
* [CreateProxySessionKillTask](https://cloud.tencent.com/document/api/1130/67782)
|
|
23197
23360
|
|
|
23198
23361
|
### 第 5 次发布
|
|
23199
23362
|
|
|
@@ -23745,6 +23908,32 @@
|
|
|
23745
23908
|
|
|
23746
23909
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
23747
23910
|
|
|
23911
|
+
### 第 32 次发布
|
|
23912
|
+
|
|
23913
|
+
发布时间:2022-01-11 08:07:36
|
|
23914
|
+
|
|
23915
|
+
本次发布包含了以下内容:
|
|
23916
|
+
|
|
23917
|
+
改善已有的文档。
|
|
23918
|
+
|
|
23919
|
+
修改接口:
|
|
23920
|
+
|
|
23921
|
+
* [CreateDCDBInstance](https://cloud.tencent.com/document/api/557/16135)
|
|
23922
|
+
|
|
23923
|
+
* 新增入参:SecurityGroupIds
|
|
23924
|
+
|
|
23925
|
+
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/557/51780)
|
|
23926
|
+
|
|
23927
|
+
* 新增出参:Total
|
|
23928
|
+
|
|
23929
|
+
|
|
23930
|
+
修改数据结构:
|
|
23931
|
+
|
|
23932
|
+
* [DCDBInstanceInfo](https://cloud.tencent.com/document/api/557/16142#DCDBInstanceInfo)
|
|
23933
|
+
|
|
23934
|
+
* 新增成员:ResourceTags
|
|
23935
|
+
|
|
23936
|
+
|
|
23748
23937
|
### 第 31 次发布
|
|
23749
23938
|
|
|
23750
23939
|
发布时间:2021-12-17 08:10:31
|
|
@@ -29076,6 +29265,21 @@
|
|
|
29076
29265
|
|
|
29077
29266
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
29078
29267
|
|
|
29268
|
+
### 第 11 次发布
|
|
29269
|
+
|
|
29270
|
+
发布时间:2022-01-11 08:08:55
|
|
29271
|
+
|
|
29272
|
+
本次发布包含了以下内容:
|
|
29273
|
+
|
|
29274
|
+
改善已有的文档。
|
|
29275
|
+
|
|
29276
|
+
修改数据结构:
|
|
29277
|
+
|
|
29278
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
29279
|
+
|
|
29280
|
+
* 新增成员:IsPromoter
|
|
29281
|
+
|
|
29282
|
+
|
|
29079
29283
|
### 第 10 次发布
|
|
29080
29284
|
|
|
29081
29285
|
发布时间:2022-01-07 08:08:29
|
|
@@ -30267,6 +30471,72 @@
|
|
|
30267
30471
|
|
|
30268
30472
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
30269
30473
|
|
|
30474
|
+
### 第 27 次发布
|
|
30475
|
+
|
|
30476
|
+
发布时间:2022-01-11 08:09:11
|
|
30477
|
+
|
|
30478
|
+
本次发布包含了以下内容:
|
|
30479
|
+
|
|
30480
|
+
改善已有的文档。
|
|
30481
|
+
|
|
30482
|
+
修改接口:
|
|
30483
|
+
|
|
30484
|
+
* [CheckProxyCreate](https://cloud.tencent.com/document/api/608/36974)
|
|
30485
|
+
|
|
30486
|
+
* 新增入参:Http3Supported
|
|
30487
|
+
|
|
30488
|
+
* [CreateDomain](https://cloud.tencent.com/document/api/608/36991)
|
|
30489
|
+
|
|
30490
|
+
* 新增入参:Http3Supported
|
|
30491
|
+
|
|
30492
|
+
* [CreateHTTPSListener](https://cloud.tencent.com/document/api/608/37006)
|
|
30493
|
+
|
|
30494
|
+
* 新增入参:Http3Supported
|
|
30495
|
+
|
|
30496
|
+
* [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
|
|
30497
|
+
|
|
30498
|
+
* 新增入参:Http3Supported
|
|
30499
|
+
|
|
30500
|
+
* [CreateProxyGroup](https://cloud.tencent.com/document/api/608/36949)
|
|
30501
|
+
|
|
30502
|
+
* 新增入参:Http3Supported
|
|
30503
|
+
|
|
30504
|
+
* [DescribeHTTPSListeners](https://cloud.tencent.com/document/api/608/37001)
|
|
30505
|
+
|
|
30506
|
+
* 新增入参:Http3Supported
|
|
30507
|
+
|
|
30508
|
+
* [InquiryPriceCreateProxy](https://cloud.tencent.com/document/api/608/36957)
|
|
30509
|
+
|
|
30510
|
+
* 新增入参:Http3Supported
|
|
30511
|
+
|
|
30512
|
+
|
|
30513
|
+
修改数据结构:
|
|
30514
|
+
|
|
30515
|
+
* [AccessRegionDetial](https://cloud.tencent.com/document/api/608/37023#AccessRegionDetial)
|
|
30516
|
+
|
|
30517
|
+
* 新增成员:FeatureBitmap
|
|
30518
|
+
|
|
30519
|
+
* [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
|
|
30520
|
+
|
|
30521
|
+
* 新增成员:Http3Supported
|
|
30522
|
+
|
|
30523
|
+
* [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
|
|
30524
|
+
|
|
30525
|
+
* 新增成员:Http3Supported
|
|
30526
|
+
|
|
30527
|
+
* [ProxyGroupInfo](https://cloud.tencent.com/document/api/608/37023#ProxyGroupInfo)
|
|
30528
|
+
|
|
30529
|
+
* 新增成员:Http3Supported
|
|
30530
|
+
|
|
30531
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
30532
|
+
|
|
30533
|
+
* 新增成员:Http3Supported
|
|
30534
|
+
|
|
30535
|
+
* [RegionDetail](https://cloud.tencent.com/document/api/608/37023#RegionDetail)
|
|
30536
|
+
|
|
30537
|
+
* 新增成员:FeatureBitmap
|
|
30538
|
+
|
|
30539
|
+
|
|
30270
30540
|
### 第 26 次发布
|
|
30271
30541
|
|
|
30272
30542
|
发布时间:2021-12-30 08:09:28
|
|
@@ -31472,6 +31742,19 @@
|
|
|
31472
31742
|
|
|
31473
31743
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
31474
31744
|
|
|
31745
|
+
### 第 16 次发布
|
|
31746
|
+
|
|
31747
|
+
发布时间:2022-01-11 08:09:37
|
|
31748
|
+
|
|
31749
|
+
本次发布包含了以下内容:
|
|
31750
|
+
|
|
31751
|
+
改善已有的文档。
|
|
31752
|
+
|
|
31753
|
+
新增接口:
|
|
31754
|
+
|
|
31755
|
+
* [[StartPublishStream](https://cloud.tencent.com/document/api/1162/67868)](https://cloud.tencent.com/document/api/#/#)
|
|
31756
|
+
* [[StopPublishStream](https://cloud.tencent.com/document/api/1162/67867)](https://cloud.tencent.com/document/api/#/#)
|
|
31757
|
+
|
|
31475
31758
|
### 第 15 次发布
|
|
31476
31759
|
|
|
31477
31760
|
发布时间:2021-02-03 08:01:53
|
|
@@ -34791,6 +35074,32 @@
|
|
|
34791
35074
|
|
|
34792
35075
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
34793
35076
|
|
|
35077
|
+
### 第 40 次发布
|
|
35078
|
+
|
|
35079
|
+
发布时间:2022-01-11 08:10:29
|
|
35080
|
+
|
|
35081
|
+
本次发布包含了以下内容:
|
|
35082
|
+
|
|
35083
|
+
改善已有的文档。
|
|
35084
|
+
|
|
35085
|
+
新增接口:
|
|
35086
|
+
|
|
35087
|
+
* [[BindDevices](https://cloud.tencent.com/document/api/1081/67873)](https://cloud.tencent.com/document/api/#/#)
|
|
35088
|
+
* [[BindProducts](https://cloud.tencent.com/document/api/1081/67877)](https://cloud.tencent.com/document/api/#/#)
|
|
35089
|
+
* [[DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)](https://cloud.tencent.com/document/api/#/#)
|
|
35090
|
+
* [[DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)](https://cloud.tencent.com/document/api/#/#)
|
|
35091
|
+
* [[DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/1081/67871)](https://cloud.tencent.com/document/api/#/#)
|
|
35092
|
+
* [[DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)](https://cloud.tencent.com/document/api/#/#)
|
|
35093
|
+
* [[GetGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/67870)](https://cloud.tencent.com/document/api/#/#)
|
|
35094
|
+
* [[UnbindDevices](https://cloud.tencent.com/document/api/1081/67869)](https://cloud.tencent.com/document/api/#/#)
|
|
35095
|
+
* [[UnbindProducts](https://cloud.tencent.com/document/api/1081/67874)](https://cloud.tencent.com/document/api/#/#)
|
|
35096
|
+
|
|
35097
|
+
新增数据结构:
|
|
35098
|
+
|
|
35099
|
+
* [[BindDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#BindDeviceInfo)](https://cloud.tencent.com/document/api/1081/34988#[BindDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#BindDeviceInfo))
|
|
35100
|
+
* [[BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)](https://cloud.tencent.com/document/api/1081/34988#[BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo))
|
|
35101
|
+
* [[FamilySubDevice](https://cloud.tencent.com/document/api/1081/34988#FamilySubDevice)](https://cloud.tencent.com/document/api/1081/34988#[FamilySubDevice](https://cloud.tencent.com/document/api/1081/34988#FamilySubDevice))
|
|
35102
|
+
|
|
34794
35103
|
### 第 39 次发布
|
|
34795
35104
|
|
|
34796
35105
|
发布时间:2021-12-10 08:07:35
|
|
@@ -37352,6 +37661,25 @@
|
|
|
37352
37661
|
|
|
37353
37662
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
37354
37663
|
|
|
37664
|
+
### 第 24 次发布
|
|
37665
|
+
|
|
37666
|
+
发布时间:2022-01-11 08:11:43
|
|
37667
|
+
|
|
37668
|
+
本次发布包含了以下内容:
|
|
37669
|
+
|
|
37670
|
+
改善已有的文档。
|
|
37671
|
+
|
|
37672
|
+
新增数据结构:
|
|
37673
|
+
|
|
37674
|
+
* [[Tag](https://cloud.tencent.com/document/api/1207/47576#Tag)](https://cloud.tencent.com/document/api/1207/47576#[Tag](https://cloud.tencent.com/document/api/1207/47576#Tag))
|
|
37675
|
+
|
|
37676
|
+
修改数据结构:
|
|
37677
|
+
|
|
37678
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
37679
|
+
|
|
37680
|
+
* 新增成员:Tags
|
|
37681
|
+
|
|
37682
|
+
|
|
37355
37683
|
### 第 23 次发布
|
|
37356
37684
|
|
|
37357
37685
|
发布时间:2021-12-20 08:09:41
|
|
@@ -39357,6 +39685,32 @@
|
|
|
39357
39685
|
|
|
39358
39686
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
39359
39687
|
|
|
39688
|
+
### 第 29 次发布
|
|
39689
|
+
|
|
39690
|
+
发布时间:2022-01-11 08:12:13
|
|
39691
|
+
|
|
39692
|
+
本次发布包含了以下内容:
|
|
39693
|
+
|
|
39694
|
+
改善已有的文档。
|
|
39695
|
+
|
|
39696
|
+
新增接口:
|
|
39697
|
+
|
|
39698
|
+
* [[CreateHourDBInstance](https://cloud.tencent.com/document/api/237/67878)](https://cloud.tencent.com/document/api/#/#)
|
|
39699
|
+
|
|
39700
|
+
修改接口:
|
|
39701
|
+
|
|
39702
|
+
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/237/51786)
|
|
39703
|
+
|
|
39704
|
+
* 新增出参:Total
|
|
39705
|
+
|
|
39706
|
+
|
|
39707
|
+
修改数据结构:
|
|
39708
|
+
|
|
39709
|
+
* [DBInstance](https://cloud.tencent.com/document/api/237/16191#DBInstance)
|
|
39710
|
+
|
|
39711
|
+
* 新增成员:ResourceTags
|
|
39712
|
+
|
|
39713
|
+
|
|
39360
39714
|
### 第 28 次发布
|
|
39361
39715
|
|
|
39362
39716
|
发布时间:2021-12-17 08:13:52
|
|
@@ -45550,7 +45904,7 @@
|
|
|
45550
45904
|
|
|
45551
45905
|
新增数据结构:
|
|
45552
45906
|
|
|
45553
|
-
* [
|
|
45907
|
+
* [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
|
|
45554
45908
|
|
|
45555
45909
|
修改数据结构:
|
|
45556
45910
|
|
|
@@ -50061,6 +50415,32 @@
|
|
|
50061
50415
|
|
|
50062
50416
|
## 凭据管理系统(ssm) 版本:2019-09-23
|
|
50063
50417
|
|
|
50418
|
+
### 第 6 次发布
|
|
50419
|
+
|
|
50420
|
+
发布时间:2022-01-11 08:14:31
|
|
50421
|
+
|
|
50422
|
+
本次发布包含了以下内容:
|
|
50423
|
+
|
|
50424
|
+
改善已有的文档。
|
|
50425
|
+
|
|
50426
|
+
修改接口:
|
|
50427
|
+
|
|
50428
|
+
* [DescribeSecret](https://cloud.tencent.com/document/api/1140/40526)
|
|
50429
|
+
|
|
50430
|
+
* 新增出参:TargetUin
|
|
50431
|
+
|
|
50432
|
+
* [GetServiceStatus](https://cloud.tencent.com/document/api/1140/40521)
|
|
50433
|
+
|
|
50434
|
+
* 新增出参:AccessKeyEscrowEnabled
|
|
50435
|
+
|
|
50436
|
+
|
|
50437
|
+
修改数据结构:
|
|
50438
|
+
|
|
50439
|
+
* [SecretMetadata](https://cloud.tencent.com/document/api/1140/40530#SecretMetadata)
|
|
50440
|
+
|
|
50441
|
+
* 新增成员:TargetUin
|
|
50442
|
+
|
|
50443
|
+
|
|
50064
50444
|
### 第 5 次发布
|
|
50065
50445
|
|
|
50066
50446
|
发布时间:2021-09-08 08:02:54
|
|
@@ -62764,6 +63144,21 @@
|
|
|
62764
63144
|
|
|
62765
63145
|
## 云点播(vod) 版本:2018-07-17
|
|
62766
63146
|
|
|
63147
|
+
### 第 94 次发布
|
|
63148
|
+
|
|
63149
|
+
发布时间:2022-01-11 08:17:35
|
|
63150
|
+
|
|
63151
|
+
本次发布包含了以下内容:
|
|
63152
|
+
|
|
63153
|
+
改善已有的文档。
|
|
63154
|
+
|
|
63155
|
+
修改数据结构:
|
|
63156
|
+
|
|
63157
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
63158
|
+
|
|
63159
|
+
* 新增成员:Size
|
|
63160
|
+
|
|
63161
|
+
|
|
62767
63162
|
### 第 93 次发布
|
|
62768
63163
|
|
|
62769
63164
|
发布时间:2021-12-09 08:12:57
|