tencentcloud-sdk-nodejs-vpc 4.0.364 → 4.0.367
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 +279 -0
- package/SERVICE_CHANGELOG.md +277 -164
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/services/vpc/v20170312/vpc_client.ts +14 -1
- package/src/services/vpc/v20170312/vpc_models.ts +56 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +48 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,282 @@
|
|
|
1
|
+
# Release 4.0.367
|
|
2
|
+
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
|
+
|
|
5
|
+
### 第 69 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-06-22 06:05:01
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
16
|
+
|
|
17
|
+
* 新增成员:GoodsBizType
|
|
18
|
+
|
|
19
|
+
* [OpenBankPayerInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayerInfo)
|
|
20
|
+
|
|
21
|
+
* 新增成员:BankCardType
|
|
22
|
+
|
|
23
|
+
* [OpenBankSceneInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSceneInfo)
|
|
24
|
+
|
|
25
|
+
* 新增成员:DeviceType
|
|
26
|
+
|
|
27
|
+
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
28
|
+
|
|
29
|
+
* 新增成员:BankId, CardType
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## 云直播(live) 版本:2018-08-01
|
|
35
|
+
|
|
36
|
+
### 第 79 次发布
|
|
37
|
+
|
|
38
|
+
发布时间:2022-06-22 06:10:05
|
|
39
|
+
|
|
40
|
+
本次发布包含了以下内容:
|
|
41
|
+
|
|
42
|
+
改善已有的文档。
|
|
43
|
+
|
|
44
|
+
修改接口:
|
|
45
|
+
|
|
46
|
+
* [CreateLiveTranscodeTemplate](https://cloud.tencent.com/document/api/267/32646)
|
|
47
|
+
|
|
48
|
+
* 新增入参:DRMType, DRMTracks
|
|
49
|
+
|
|
50
|
+
* [ModifyLiveTranscodeTemplate](https://cloud.tencent.com/document/api/267/32640)
|
|
51
|
+
|
|
52
|
+
* 新增入参:DRMType, DRMTracks
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
修改数据结构:
|
|
56
|
+
|
|
57
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/267/20474#TemplateInfo)
|
|
58
|
+
|
|
59
|
+
* 新增成员:DRMType, DRMTracks
|
|
60
|
+
|
|
61
|
+
* [TimeShiftBillData](https://cloud.tencent.com/document/api/267/20474#TimeShiftBillData)
|
|
62
|
+
|
|
63
|
+
* 新增成员:TotalDuration
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
69
|
+
|
|
70
|
+
### 第 2 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-06-22 06:13:21
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
新增接口:
|
|
79
|
+
|
|
80
|
+
* [OperateServerManage](https://cloud.tencent.com/document/api/1243/75873)
|
|
81
|
+
* [ReleaseGray](https://cloud.tencent.com/document/api/1243/75872)
|
|
82
|
+
|
|
83
|
+
新增数据结构:
|
|
84
|
+
|
|
85
|
+
* [ObjectKV](https://cloud.tencent.com/document/api/1243/75713#ObjectKV)
|
|
86
|
+
* [VersionFlowInfo](https://cloud.tencent.com/document/api/1243/75713#VersionFlowInfo)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
91
|
+
|
|
92
|
+
### 第 115 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2022-06-22 06:16:12
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
新增接口:
|
|
101
|
+
|
|
102
|
+
* [AdjustPublicAddress](https://cloud.tencent.com/document/api/215/75874)
|
|
103
|
+
|
|
104
|
+
修改接口:
|
|
105
|
+
|
|
106
|
+
* [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
|
|
107
|
+
|
|
108
|
+
* 新增入参:SsoEnabled, AccessPolicyEnabled, SamlData
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
# Release 4.0.366
|
|
114
|
+
|
|
115
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
116
|
+
|
|
117
|
+
### 第 11 次发布
|
|
118
|
+
|
|
119
|
+
发布时间:2022-06-21 06:01:15
|
|
120
|
+
|
|
121
|
+
本次发布包含了以下内容:
|
|
122
|
+
|
|
123
|
+
改善已有的文档。
|
|
124
|
+
|
|
125
|
+
修改数据结构:
|
|
126
|
+
|
|
127
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
128
|
+
|
|
129
|
+
* 新增成员:ClientCount, TotalCount
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
135
|
+
|
|
136
|
+
### 第 22 次发布
|
|
137
|
+
|
|
138
|
+
发布时间:2022-06-21 06:06:29
|
|
139
|
+
|
|
140
|
+
本次发布包含了以下内容:
|
|
141
|
+
|
|
142
|
+
改善已有的文档。
|
|
143
|
+
|
|
144
|
+
修改接口:
|
|
145
|
+
|
|
146
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
147
|
+
|
|
148
|
+
* 新增入参:TaskId
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
154
|
+
|
|
155
|
+
### 第 19 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2022-06-21 06:13:45
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
修改数据结构:
|
|
164
|
+
|
|
165
|
+
* [ClusterCheckItem](https://cloud.tencent.com/document/api/1285/65614#ClusterCheckItem)
|
|
166
|
+
|
|
167
|
+
* 新增成员:IgnoredAssetNum, IsIgnored, RiskAssessment
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
173
|
+
|
|
174
|
+
### 第 32 次发布
|
|
175
|
+
|
|
176
|
+
发布时间:2022-06-21 06:15:46
|
|
177
|
+
|
|
178
|
+
本次发布包含了以下内容:
|
|
179
|
+
|
|
180
|
+
改善已有的文档。
|
|
181
|
+
|
|
182
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
183
|
+
|
|
184
|
+
* MeasureTrtcMcuExternal
|
|
185
|
+
|
|
186
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
187
|
+
|
|
188
|
+
* OneSdkAppIdTranscodeTimeUsagesNewInfo
|
|
189
|
+
* SdkAppIdTrtcMcuTranscodeTimeNewUsage
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
194
|
+
|
|
195
|
+
### 第 76 次发布
|
|
196
|
+
|
|
197
|
+
发布时间:2022-06-21 06:15:54
|
|
198
|
+
|
|
199
|
+
本次发布包含了以下内容:
|
|
200
|
+
|
|
201
|
+
改善已有的文档。
|
|
202
|
+
|
|
203
|
+
新增接口:
|
|
204
|
+
|
|
205
|
+
* [AssociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75781)
|
|
206
|
+
* [AssociateConfigWithGroup](https://cloud.tencent.com/document/api/649/75780)
|
|
207
|
+
* [DescribeApplicationBusinessLogConfig](https://cloud.tencent.com/document/api/649/75779)
|
|
208
|
+
* [DescribeBusinessLogConfig](https://cloud.tencent.com/document/api/649/75778)
|
|
209
|
+
* [DescribeBusinessLogConfigs](https://cloud.tencent.com/document/api/649/75777)
|
|
210
|
+
* [DescribeDeliveryConfig](https://cloud.tencent.com/document/api/649/75776)
|
|
211
|
+
* [DescribeDeliveryConfigByGroupId](https://cloud.tencent.com/document/api/649/75775)
|
|
212
|
+
* [DescribeDeliveryConfigs](https://cloud.tencent.com/document/api/649/75774)
|
|
213
|
+
* [DescribeGroupBusinessLogConfigs](https://cloud.tencent.com/document/api/649/75773)
|
|
214
|
+
* [DisassociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75772)
|
|
215
|
+
* [DisassociateKafkaConfig](https://cloud.tencent.com/document/api/649/75771)
|
|
216
|
+
* [ReassociateBusinessLogConfig](https://cloud.tencent.com/document/api/649/75770)
|
|
217
|
+
|
|
218
|
+
新增数据结构:
|
|
219
|
+
|
|
220
|
+
* [BusinesLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinesLogConfigAssociatedGroup)
|
|
221
|
+
* [BusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfig)
|
|
222
|
+
* [BusinessLogConfigSchema](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigSchema)
|
|
223
|
+
* [DeliveryConfigBindGroup](https://cloud.tencent.com/document/api/649/36099#DeliveryConfigBindGroup)
|
|
224
|
+
* [DeliveryConfigBindGroups](https://cloud.tencent.com/document/api/649/36099#DeliveryConfigBindGroups)
|
|
225
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/649/36099#GroupInfo)
|
|
226
|
+
* [KafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#KafkaDeliveryConfig)
|
|
227
|
+
* [SimpleKafkaDeliveryConfig](https://cloud.tencent.com/document/api/649/36099#SimpleKafkaDeliveryConfig)
|
|
228
|
+
* [TsfPageBusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#TsfPageBusinessLogConfig)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## 云点播(vod) 版本:2018-07-17
|
|
233
|
+
|
|
234
|
+
### 第 106 次发布
|
|
235
|
+
|
|
236
|
+
发布时间:2022-06-21 06:16:46
|
|
237
|
+
|
|
238
|
+
本次发布包含了以下内容:
|
|
239
|
+
|
|
240
|
+
改善已有的文档。
|
|
241
|
+
|
|
242
|
+
新增数据结构:
|
|
243
|
+
|
|
244
|
+
* [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
|
|
245
|
+
|
|
246
|
+
修改数据结构:
|
|
247
|
+
|
|
248
|
+
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTaskInput)
|
|
249
|
+
|
|
250
|
+
* 新增成员:TraceWatermark
|
|
251
|
+
|
|
252
|
+
* [TranscodeTaskInput](https://cloud.tencent.com/document/api/266/31773#TranscodeTaskInput)
|
|
253
|
+
|
|
254
|
+
* 新增成员:TraceWatermark
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
# Release 4.0.365
|
|
260
|
+
|
|
261
|
+
## TBaaS(tbaas) 版本:2018-04-16
|
|
262
|
+
|
|
263
|
+
### 第 12 次发布
|
|
264
|
+
|
|
265
|
+
发布时间:2022-06-20 15:31:45
|
|
266
|
+
|
|
267
|
+
本次发布包含了以下内容:
|
|
268
|
+
|
|
269
|
+
改善已有的文档。
|
|
270
|
+
|
|
271
|
+
新增接口:
|
|
272
|
+
|
|
273
|
+
* [InvokeChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75766)
|
|
274
|
+
* [QueryChainMakerDemoBlockTransaction](https://cloud.tencent.com/document/api/663/75765)
|
|
275
|
+
* [QueryChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75764)
|
|
276
|
+
* [QueryChainMakerDemoTransaction](https://cloud.tencent.com/document/api/663/75763)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
1
280
|
# Release 4.0.364
|
|
2
281
|
|
|
3
282
|
## 应用性能观测(apm) 版本:2021-06-22
|