tencentcloud-sdk-nodejs 4.0.368 → 4.0.371

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +476 -0
  2. package/SERVICE_CHANGELOG.md +503 -79
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cii/v20210408/cii_models.ts +5 -0
  7. package/src/services/cme/v20191029/cme_client.ts +3 -1
  8. package/src/services/cme/v20191029/cme_models.ts +21 -0
  9. package/src/services/cpdp/v20190820/cpdp_client.ts +163 -38
  10. package/src/services/cpdp/v20190820/cpdp_models.ts +2091 -464
  11. package/src/services/eb/v20210416/eb_models.ts +5 -5
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +13 -14
  13. package/src/services/gaap/v20180529/gaap_models.ts +6 -0
  14. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -4
  15. package/src/services/mmps/v20200710/mmps_client.ts +20 -6
  16. package/src/services/mmps/v20200710/mmps_models.ts +163 -0
  17. package/src/services/monitor/v20180724/monitor_client.ts +353 -60
  18. package/src/services/monitor/v20180724/monitor_models.ts +1577 -481
  19. package/src/services/mrs/v20200910/mrs_client.ts +2 -0
  20. package/src/services/mrs/v20200910/mrs_models.ts +106 -0
  21. package/src/services/ocr/v20181119/ocr_models.ts +11 -10
  22. package/src/services/postgres/v20170312/postgres_models.ts +2 -2
  23. package/src/services/tcbr/v20220217/tcbr_client.ts +22 -7
  24. package/src/services/tcbr/v20220217/tcbr_models.ts +212 -15
  25. package/src/services/tdmq/v20200217/tdmq_models.ts +27 -0
  26. package/src/services/teo/v20220106/teo_client.ts +4 -3
  27. package/src/services/teo/v20220106/teo_models.ts +132 -105
  28. package/src/services/tke/v20180525/tke_client.ts +13 -1
  29. package/src/services/tke/v20180525/tke_models.ts +62 -7
  30. package/src/services/tse/v20201207/tse_client.ts +75 -23
  31. package/src/services/tse/v20201207/tse_models.ts +417 -157
  32. package/src/services/vpc/v20170312/vpc_models.ts +5 -5
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
  36. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +2 -1
  37. package/tencentcloud/services/cme/v20191029/cme_client.js +2 -1
  38. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +18 -0
  39. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +45 -9
  40. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +66 -12
  41. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1730 -352
  42. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -11
  44. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
  45. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -4
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -4
  47. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +7 -3
  48. package/tencentcloud/services/mmps/v20200710/mmps_client.js +9 -3
  49. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +135 -0
  50. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +112 -16
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.js +164 -20
  52. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1389 -444
  53. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +90 -0
  54. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -10
  55. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
  56. package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +7 -3
  57. package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +9 -3
  58. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +177 -13
  59. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +22 -0
  60. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  61. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +111 -88
  62. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  63. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  64. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +53 -7
  65. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +21 -5
  66. package/tencentcloud/services/tse/v20201207/tse_client.js +30 -6
  67. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +366 -144
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
  69. package/test/cpdp.v20190820.test.js +98 -8
  70. package/test/mmps.v20200710.test.js +12 -2
  71. package/test/monitor.v20180724.test.js +250 -10
  72. package/test/tcbr.v20220217.test.js +12 -2
  73. package/test/tke.v20180525.test.js +10 -0
  74. package/test/tse.v20201207.test.js +44 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,479 @@
1
+ # Release 4.0.371
2
+
3
+ ## 企业收付平台(cpdp) 版本:2019-08-20
4
+
5
+ ### 第 71 次发布
6
+
7
+ 发布时间:2022-06-28 06:07:23
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CreateOpenBankAggregatedSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/76096)
16
+ * [CreateOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76095)
17
+ * [CreateOpenBankUnifiedOrder](https://cloud.tencent.com/document/api/1122/76094)
18
+ * [QueryOpenBankBillDataPage](https://cloud.tencent.com/document/api/1122/76093)
19
+ * [QueryOpenBankRefundOrder](https://cloud.tencent.com/document/api/1122/76092)
20
+ * [QueryOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76091)
21
+ * [QueryOpenBankSubMerchantRateConfigure](https://cloud.tencent.com/document/api/1122/76090)
22
+ * [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
23
+ * [UploadOpenBankSubMerchantCredential](https://cloud.tencent.com/document/api/1122/76088)
24
+
25
+ 新增数据结构:
26
+
27
+ * [BusinessLicenseInfo](https://cloud.tencent.com/document/api/1122/40683#BusinessLicenseInfo)
28
+ * [CreateOpenBankExternalAggregatedSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalAggregatedSubMerchantRegistrationResult)
29
+ * [CreateOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankSubMerchantRateConfigureResult)
30
+ * [FeeRangInfo](https://cloud.tencent.com/document/api/1122/40683#FeeRangInfo)
31
+ * [LegalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#LegalPersonInfo)
32
+ * [NaturalPersonInfo](https://cloud.tencent.com/document/api/1122/40683#NaturalPersonInfo)
33
+ * [OpenBankPayLimitInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayLimitInfo)
34
+ * [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
35
+ * [OpenBankRefundOrderApplyResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankRefundOrderApplyResult)
36
+ * [OpenBankStoreInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankStoreInfo)
37
+ * [OutSubMerchantExtensionInfo](https://cloud.tencent.com/document/api/1122/40683#OutSubMerchantExtensionInfo)
38
+ * [QueryOpenBankBillData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillData)
39
+ * [QueryOpenBankBillDataPageResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBillDataPageResult)
40
+ * [QueryOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantCredentialResult)
41
+ * [QueryOpenBankSubMerchantRateConfigureResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantRateConfigureResult)
42
+ * [SettleInfo](https://cloud.tencent.com/document/api/1122/40683#SettleInfo)
43
+ * [UploadOpenBankSubMerchantCredentialResult](https://cloud.tencent.com/document/api/1122/40683#UploadOpenBankSubMerchantCredentialResult)
44
+
45
+
46
+
47
+ ## 事件总线(eb) 版本:2021-04-16
48
+
49
+ ### 第 4 次发布
50
+
51
+ 发布时间:2022-06-28 06:09:50
52
+
53
+ 本次发布包含了以下内容:
54
+
55
+ 改善已有的文档。
56
+
57
+ 修改接口:
58
+
59
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
60
+
61
+ * <font color="#dd0000">**修改入参**:</font>RuleId
62
+
63
+
64
+
65
+
66
+ ## 全球应用加速(gaap) 版本:2018-05-29
67
+
68
+ ### 第 30 次发布
69
+
70
+ 发布时间:2022-06-28 06:10:45
71
+
72
+ 本次发布包含了以下内容:
73
+
74
+ 改善已有的文档。
75
+
76
+ 修改数据结构:
77
+
78
+ * [CountryAreaMap](https://cloud.tencent.com/document/api/608/37023#CountryAreaMap)
79
+
80
+ * 新增成员:Remark
81
+
82
+
83
+
84
+
85
+ ## 小程序安全(mmps) 版本:2020-07-10
86
+
87
+ ### 第 5 次发布
88
+
89
+ 发布时间:2022-06-27 14:56:37
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 新增接口:
96
+
97
+ * [DescribeFlySecMiniAppScanReportList](https://cloud.tencent.com/document/api/1223/76058)
98
+
99
+ 新增数据结构:
100
+
101
+ * [FlySecMiniAppReportData](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppReportData)
102
+ * [FlySecMiniAppRiskItems](https://cloud.tencent.com/document/api/1223/75143#FlySecMiniAppRiskItems)
103
+
104
+
105
+
106
+ ## 云监控(monitor) 版本:2018-07-24
107
+
108
+ ### 第 50 次发布
109
+
110
+ 发布时间:2022-06-28 06:13:35
111
+
112
+ 本次发布包含了以下内容:
113
+
114
+ 改善已有的文档。
115
+
116
+ 新增接口:
117
+
118
+ * [CreatePrometheusMultiTenantInstancePostPayMode](https://cloud.tencent.com/document/api/248/76097)
119
+
120
+
121
+
122
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
123
+
124
+ ### 第 13 次发布
125
+
126
+ 发布时间:2022-06-28 06:14:04
127
+
128
+ 本次发布包含了以下内容:
129
+
130
+ 改善已有的文档。
131
+
132
+ 新增数据结构:
133
+
134
+ * [Coordinate](https://cloud.tencent.com/document/api/1314/56230#Coordinate)
135
+
136
+ 修改数据结构:
137
+
138
+ * [IndicatorItem](https://cloud.tencent.com/document/api/1314/56230#IndicatorItem)
139
+
140
+ * 新增成员:Id, Coords
141
+
142
+
143
+
144
+
145
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
146
+
147
+ ### 第 4 次发布
148
+
149
+ 发布时间:2022-06-28 06:16:23
150
+
151
+ 本次发布包含了以下内容:
152
+
153
+ 改善已有的文档。
154
+
155
+ 修改接口:
156
+
157
+ * [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
158
+
159
+ * 新增出参:OnlineVersionInfos
160
+
161
+
162
+ 新增数据结构:
163
+
164
+ * [OnlineVersionInfo](https://cloud.tencent.com/document/api/1243/75713#OnlineVersionInfo)
165
+
166
+
167
+
168
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
169
+
170
+ ### 第 35 次发布
171
+
172
+ 发布时间:2022-06-28 06:17:03
173
+
174
+ 本次发布包含了以下内容:
175
+
176
+ 改善已有的文档。
177
+
178
+ 修改接口:
179
+
180
+ * [ReceiveMessage](https://cloud.tencent.com/document/api/1179/57458)
181
+
182
+ * 新增入参:MaxNumMessages, MaxNumBytes, Timeout
183
+
184
+ * 新增出参:MessageIDList, MessagesPayload
185
+
186
+
187
+
188
+
189
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
190
+
191
+ ### 第 21 次发布
192
+
193
+ 发布时间:2022-06-28 06:18:34
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 新增接口:
200
+
201
+ * [DescribeNacosReplicas](https://cloud.tencent.com/document/api/1364/76101)
202
+ * [DescribeNacosServerInterfaces](https://cloud.tencent.com/document/api/1364/76100)
203
+ * [DescribeZookeeperReplicas](https://cloud.tencent.com/document/api/1364/76099)
204
+ * [DescribeZookeeperServerInterfaces](https://cloud.tencent.com/document/api/1364/76098)
205
+
206
+ 新增数据结构:
207
+
208
+ * [NacosReplica](https://cloud.tencent.com/document/api/1364/54942#NacosReplica)
209
+ * [NacosServerInterface](https://cloud.tencent.com/document/api/1364/54942#NacosServerInterface)
210
+ * [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
211
+ * [ZookeeperServerInterface](https://cloud.tencent.com/document/api/1364/54942#ZookeeperServerInterface)
212
+
213
+
214
+
215
+ # Release 4.0.370
216
+
217
+ ## 智能保险助手(cii) 版本:2021-04-08
218
+
219
+ ### 第 14 次发布
220
+
221
+ 发布时间:2022-06-27 06:06:02
222
+
223
+ 本次发布包含了以下内容:
224
+
225
+ 改善已有的文档。
226
+
227
+ 修改数据结构:
228
+
229
+ * [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
230
+
231
+ * 新增成员:Field
232
+
233
+
234
+
235
+
236
+ ## 智能保险助手(cii) 版本:2020-12-10
237
+
238
+
239
+
240
+ ## 云监控(monitor) 版本:2018-07-24
241
+
242
+ ### 第 49 次发布
243
+
244
+ 发布时间:2022-06-27 06:12:15
245
+
246
+ 本次发布包含了以下内容:
247
+
248
+ 改善已有的文档。
249
+
250
+ 新增接口:
251
+
252
+ * [CreateRecordingRule](https://cloud.tencent.com/document/api/248/76041)
253
+ * [DeleteRecordingRules](https://cloud.tencent.com/document/api/248/76040)
254
+ * [DescribeRecordingRules](https://cloud.tencent.com/document/api/248/76039)
255
+ * [UpdateRecordingRule](https://cloud.tencent.com/document/api/248/76038)
256
+
257
+ 新增数据结构:
258
+
259
+ * [RecordingRuleSet](https://cloud.tencent.com/document/api/248/30354#RecordingRuleSet)
260
+
261
+
262
+
263
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
264
+
265
+ ### 第 10 次发布
266
+
267
+ 发布时间:2022-06-27 06:15:53
268
+
269
+ 本次发布包含了以下内容:
270
+
271
+ 改善已有的文档。
272
+
273
+ 修改接口:
274
+
275
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
276
+
277
+ * 新增出参:CachePrefresh
278
+
279
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
280
+
281
+ * 新增入参:CachePrefresh
282
+
283
+
284
+ 新增数据结构:
285
+
286
+ * [CachePrefresh](https://cloud.tencent.com/document/api/1552/73155#CachePrefresh)
287
+
288
+
289
+
290
+ ## 容器服务(tke) 版本:2018-05-25
291
+
292
+ ### 第 105 次发布
293
+
294
+ 发布时间:2022-06-27 06:16:26
295
+
296
+ 本次发布包含了以下内容:
297
+
298
+ 改善已有的文档。
299
+
300
+ 新增接口:
301
+
302
+ * [ForwardTKEEdgeApplicationRequestV3](https://cloud.tencent.com/document/api/457/76042)
303
+
304
+
305
+
306
+ # Release 4.0.369
307
+
308
+ ## 多媒体创作引擎(cme) 版本:2019-10-29
309
+
310
+ ### 第 50 次发布
311
+
312
+ 发布时间:2022-06-24 06:09:00
313
+
314
+ 本次发布包含了以下内容:
315
+
316
+ 改善已有的文档。
317
+
318
+ 修改接口:
319
+
320
+ * [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
321
+
322
+ * 新增出参:VodPullInputPlayInfo
323
+
324
+
325
+ 新增数据结构:
326
+
327
+ * [VodPullInputPlayInfo](https://cloud.tencent.com/document/api/1156/40360#VodPullInputPlayInfo)
328
+
329
+
330
+
331
+ ## 企业收付平台(cpdp) 版本:2019-08-20
332
+
333
+ ### 第 70 次发布
334
+
335
+ 发布时间:2022-06-24 06:09:13
336
+
337
+ 本次发布包含了以下内容:
338
+
339
+ 改善已有的文档。
340
+
341
+ 修改数据结构:
342
+
343
+ * [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
344
+
345
+ * 新增成员:FeeAmount, FeeRate
346
+
347
+
348
+
349
+
350
+ ## 小程序安全(mmps) 版本:2020-07-10
351
+
352
+ ### 第 4 次发布
353
+
354
+ 发布时间:2022-06-24 06:14:40
355
+
356
+ 本次发布包含了以下内容:
357
+
358
+ 改善已有的文档。
359
+
360
+ 修改数据结构:
361
+
362
+ * [AppInfoItem](https://cloud.tencent.com/document/api/1223/75143#AppInfoItem)
363
+
364
+ * 新增成员:HighRiskCount
365
+
366
+
367
+
368
+
369
+ ## 云监控(monitor) 版本:2018-07-24
370
+
371
+ ### 第 48 次发布
372
+
373
+ 发布时间:2022-06-24 06:14:48
374
+
375
+ 本次发布包含了以下内容:
376
+
377
+ 改善已有的文档。
378
+
379
+ 新增接口:
380
+
381
+ * [BindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76020)
382
+ * [CreateExporterIntegration](https://cloud.tencent.com/document/api/248/76019)
383
+ * [CreatePrometheusAgent](https://cloud.tencent.com/document/api/248/76018)
384
+ * [CreatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76017)
385
+ * [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
386
+ * [DeletePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76015)
387
+ * [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
388
+ * [DescribePrometheusAgents](https://cloud.tencent.com/document/api/248/76013)
389
+ * [DescribePrometheusScrapeJobs](https://cloud.tencent.com/document/api/248/76012)
390
+ * [DestroyPrometheusInstance](https://cloud.tencent.com/document/api/248/76011)
391
+ * [GetPrometheusAgentManagementCommand](https://cloud.tencent.com/document/api/248/76010)
392
+ * [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
393
+ * [TerminatePrometheusInstances](https://cloud.tencent.com/document/api/248/76008)
394
+ * [UnbindPrometheusManagedGrafana](https://cloud.tencent.com/document/api/248/76007)
395
+ * [UninstallGrafanaDashboard](https://cloud.tencent.com/document/api/248/76006)
396
+ * [UpdateExporterIntegration](https://cloud.tencent.com/document/api/248/76005)
397
+ * [UpdatePrometheusAgentStatus](https://cloud.tencent.com/document/api/248/76004)
398
+ * [UpdatePrometheusScrapeJob](https://cloud.tencent.com/document/api/248/76003)
399
+ * [UpgradeGrafanaDashboard](https://cloud.tencent.com/document/api/248/76002)
400
+
401
+ 新增数据结构:
402
+
403
+ * [IntegrationConfiguration](https://cloud.tencent.com/document/api/248/30354#IntegrationConfiguration)
404
+ * [ManagementCommand](https://cloud.tencent.com/document/api/248/30354#ManagementCommand)
405
+ * [PrometheusAgent](https://cloud.tencent.com/document/api/248/30354#PrometheusAgent)
406
+ * [PrometheusScrapeJob](https://cloud.tencent.com/document/api/248/30354#PrometheusScrapeJob)
407
+
408
+
409
+
410
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
411
+
412
+ ### 第 12 次发布
413
+
414
+ 发布时间:2022-06-24 06:15:32
415
+
416
+ 本次发布包含了以下内容:
417
+
418
+ 改善已有的文档。
419
+
420
+ 新增数据结构:
421
+
422
+ * [Time](https://cloud.tencent.com/document/api/1314/56230#Time)
423
+
424
+ 修改数据结构:
425
+
426
+ * [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
427
+
428
+ * 新增成员:BedNo
429
+
430
+ * [ReportInfo](https://cloud.tencent.com/document/api/1314/56230#ReportInfo)
431
+
432
+ * 新增成员:CheckItem, CheckMethod, DiagnoseTime, HealthCheckupNum, OtherTime, PrintTime, Times
433
+
434
+
435
+
436
+
437
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
438
+
439
+ ### 第 3 次发布
440
+
441
+ 发布时间:2022-06-24 06:17:45
442
+
443
+ 本次发布包含了以下内容:
444
+
445
+ 改善已有的文档。
446
+
447
+ 新增接口:
448
+
449
+ * [DescribeServerManageTask](https://cloud.tencent.com/document/api/1243/76021)
450
+
451
+ 新增数据结构:
452
+
453
+ * [ServerManageTaskInfo](https://cloud.tencent.com/document/api/1243/75713#ServerManageTaskInfo)
454
+ * [TaskStepInfo](https://cloud.tencent.com/document/api/1243/75713#TaskStepInfo)
455
+
456
+
457
+
458
+ ## 私有网络(vpc) 版本:2017-03-12
459
+
460
+ ### 第 117 次发布
461
+
462
+ 发布时间:2022-06-24 06:20:35
463
+
464
+ 本次发布包含了以下内容:
465
+
466
+ 改善已有的文档。
467
+
468
+ 修改接口:
469
+
470
+ * [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
471
+
472
+ * <font color="#dd0000">**修改入参**:</font>NetworkAclEntrySet
473
+
474
+
475
+
476
+
1
477
  # Release 4.0.368
2
478
 
3
479
  ## 内容分发网络(cdn) 版本:2018-06-06