tencentcloud-sdk-nodejs 4.0.341 → 4.0.344

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 (104) hide show
  1. package/CHANGELOG.md +535 -0
  2. package/SERVICE_CHANGELOG.md +715 -148
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_client.ts +47 -32
  7. package/src/services/apm/v20210622/apm_models.ts +310 -195
  8. package/src/services/cam/v20190116/cam_client.ts +2 -1
  9. package/src/services/cam/v20190116/cam_models.ts +119 -83
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cdn/v20180606/cdn_models.ts +3 -3
  12. package/src/services/cls/v20201016/cls_models.ts +9 -4
  13. package/src/services/cpdp/v20190820/cpdp_client.ts +95 -22
  14. package/src/services/cpdp/v20190820/cpdp_models.ts +911 -395
  15. package/src/services/cvm/v20170312/cvm_models.ts +7 -0
  16. package/src/services/dlc/v20210125/dlc_models.ts +24 -0
  17. package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
  18. package/src/services/ecm/v20190719/ecm_models.ts +6 -0
  19. package/src/services/emr/v20190103/emr_client.ts +135 -108
  20. package/src/services/emr/v20190103/emr_models.ts +329 -57
  21. package/src/services/es/v20180416/es_models.ts +10 -5
  22. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  23. package/src/services/iotcloud/v20210408/iotcloud_client.ts +27 -2
  24. package/src/services/iotcloud/v20210408/iotcloud_models.ts +144 -30
  25. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +17 -1
  27. package/src/services/live/v20180801/live_models.ts +1 -1
  28. package/src/services/ocr/v20181119/ocr_client.ts +0 -14
  29. package/src/services/redis/v20180412/redis_models.ts +5 -0
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +107 -81
  31. package/src/services/ssl/v20191205/ssl_client.ts +15 -2
  32. package/src/services/ssl/v20191205/ssl_models.ts +89 -31
  33. package/src/services/sts/v20180813/sts_client.ts +1 -0
  34. package/src/services/sts/v20180813/sts_models.ts +23 -3
  35. package/src/services/teo/v20220106/teo_client.ts +23 -10
  36. package/src/services/teo/v20220106/teo_models.ts +130 -9
  37. package/src/services/tke/v20180525/tke_client.ts +549 -266
  38. package/src/services/tke/v20180525/tke_models.ts +5149 -4057
  39. package/src/services/tmt/v20180321/tmt_client.ts +61 -33
  40. package/src/services/tmt/v20180321/tmt_models.ts +285 -131
  41. package/src/services/trtc/v20190722/trtc_models.ts +6 -6
  42. package/src/services/tsf/v20180326/tsf_models.ts +4 -3
  43. package/src/services/vod/v20180717/vod_models.ts +13 -6
  44. package/src/services/vpc/v20170312/vpc_client.ts +36 -12
  45. package/src/services/vpc/v20170312/vpc_models.ts +40 -0
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +14 -9
  49. package/tencentcloud/services/apm/v20210622/apm_client.js +19 -12
  50. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +267 -169
  51. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +100 -70
  52. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  53. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +3 -3
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +7 -2
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +30 -6
  56. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +43 -7
  57. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +795 -362
  58. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -0
  59. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -0
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  61. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
  62. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +47 -39
  63. package/tencentcloud/services/emr/v20190103/emr_client.js +69 -57
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +278 -50
  65. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -4
  66. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  67. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +9 -1
  68. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +12 -0
  69. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +124 -27
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -1
  72. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -14
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -14
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -0
  76. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +100 -79
  77. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  78. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  79. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +77 -27
  80. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +20 -3
  81. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +9 -5
  82. package/tencentcloud/services/teo/v20220106/teo_client.js +12 -6
  83. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +108 -4
  84. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +103 -11
  85. package/tencentcloud/services/tke/v20180525/tke_client.js +153 -15
  86. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4598 -3657
  87. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +23 -13
  88. package/tencentcloud/services/tmt/v20180321/tmt_client.js +31 -17
  89. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +259 -123
  90. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
  91. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -1
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -6
  93. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -5
  94. package/tencentcloud/services/vpc/v20170312/vpc_client.js +18 -6
  95. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +36 -0
  96. package/test/apm.v20210622.test.js +18 -8
  97. package/test/cpdp.v20190820.test.js +64 -4
  98. package/test/emr.v20190103.test.js +60 -40
  99. package/test/iotcloud.v20210408.test.js +20 -0
  100. package/test/ssl.v20191205.test.js +10 -0
  101. package/test/teo.v20220106.test.js +14 -4
  102. package/test/tke.v20180525.test.js +240 -10
  103. package/test/tmt.v20180321.test.js +28 -8
  104. package/test/vpc.v20170312.test.js +24 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,538 @@
1
+ # Release 4.0.344
2
+
3
+ ## 企业收付平台(cpdp) 版本:2019-08-20
4
+
5
+ ### 第 66 次发布
6
+
7
+ 发布时间:2022-05-20 06:04:11
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CreatePayRollPreOrder](https://cloud.tencent.com/document/api/1122/74068)
16
+ * [CreatePayRollPreOrderWithAuth](https://cloud.tencent.com/document/api/1122/74067)
17
+ * [CreatePayRollToken](https://cloud.tencent.com/document/api/1122/74066)
18
+ * [GetPayRollAuth](https://cloud.tencent.com/document/api/1122/74065)
19
+ * [GetPayRollAuthList](https://cloud.tencent.com/document/api/1122/74064)
20
+ * [GetPayRollAuthResult](https://cloud.tencent.com/document/api/1122/74063)
21
+
22
+ 新增数据结构:
23
+
24
+ * [PayRollAuthResult](https://cloud.tencent.com/document/api/1122/40683#PayRollAuthResult)
25
+
26
+
27
+
28
+ ## 云服务器(cvm) 版本:2017-03-12
29
+
30
+ ### 第 82 次发布
31
+
32
+ 发布时间:2022-05-20 06:04:47
33
+
34
+ 本次发布包含了以下内容:
35
+
36
+ 改善已有的文档。
37
+
38
+ 修改接口:
39
+
40
+ * [RunInstances](https://cloud.tencent.com/document/api/213/15730)
41
+
42
+ * 新增入参:DedicatedClusterId
43
+
44
+
45
+
46
+
47
+ ## 数据湖计算(dlc) 版本:2021-01-25
48
+
49
+ ### 第 16 次发布
50
+
51
+ 发布时间:2022-05-20 06:10:49
52
+
53
+ 本次发布包含了以下内容:
54
+
55
+ 改善已有的文档。
56
+
57
+ 修改数据结构:
58
+
59
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
60
+
61
+ * 新增成员:SparkJobName, SparkJobId, SparkJobFile, UiUrl
62
+
63
+
64
+
65
+
66
+ ## 边缘计算机器(ecm) 版本:2019-07-19
67
+
68
+ ### 第 60 次发布
69
+
70
+ 发布时间:2022-05-20 06:11:20
71
+
72
+ 本次发布包含了以下内容:
73
+
74
+ 改善已有的文档。
75
+
76
+ 修改数据结构:
77
+
78
+ * [NetworkInterface](https://cloud.tencent.com/document/api/1108/42574#NetworkInterface)
79
+
80
+ * 新增成员:Business
81
+
82
+
83
+
84
+
85
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
86
+
87
+ ### 第 31 次发布
88
+
89
+ 发布时间:2022-05-20 06:11:47
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 新增接口:
96
+
97
+ * [AddUsersForUserManager](https://cloud.tencent.com/document/api/589/74069)
98
+ * [DescribeInstancesList](https://cloud.tencent.com/document/api/589/74070)
99
+
100
+ 新增数据结构:
101
+
102
+ * [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
103
+ * [Filters](https://cloud.tencent.com/document/api/589/33981#Filters)
104
+ * [UserInfoForUserManager](https://cloud.tencent.com/document/api/589/33981#UserInfoForUserManager)
105
+
106
+
107
+
108
+ ## 物联网通信(iotcloud) 版本:2021-04-08
109
+
110
+ ### 第 4 次发布
111
+
112
+ 发布时间:2022-05-20 06:13:13
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 新增接口:
119
+
120
+ * [GetAllVersion](https://cloud.tencent.com/document/api/634/74072)
121
+ * [ListFirmwares](https://cloud.tencent.com/document/api/634/74071)
122
+
123
+ 新增数据结构:
124
+
125
+ * [FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)
126
+
127
+
128
+
129
+ ## 物联网通信(iotcloud) 版本:2018-06-14
130
+
131
+
132
+
133
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
134
+
135
+ ### 第 31 次发布
136
+
137
+ 发布时间:2022-05-20 06:14:11
138
+
139
+ 本次发布包含了以下内容:
140
+
141
+ 改善已有的文档。
142
+
143
+ 修改接口:
144
+
145
+ * [DescribeZones](https://cloud.tencent.com/document/api/1207/57513)
146
+
147
+ * 新增入参:OrderField, Order
148
+
149
+
150
+
151
+
152
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
153
+
154
+ ### 第 31 次发布
155
+
156
+ 发布时间:2022-05-20 06:16:38
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 修改接口:
163
+
164
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/238/19948)
165
+
166
+ * 新增入参:WaitSwitch
167
+
168
+
169
+ 修改数据结构:
170
+
171
+ * [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
172
+
173
+ * 新增成员:Authentication
174
+
175
+ * [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
176
+
177
+ * 新增成员:Authentication, Host
178
+
179
+
180
+
181
+
182
+ ## 证书(ssl) 版本:2019-12-05
183
+
184
+ ### 第 12 次发布
185
+
186
+ 发布时间:2022-05-20 06:17:18
187
+
188
+ 本次发布包含了以下内容:
189
+
190
+ 改善已有的文档。
191
+
192
+ 新增接口:
193
+
194
+ * [HostCertificate](https://cloud.tencent.com/document/api/400/74073)
195
+
196
+ 新增数据结构:
197
+
198
+ * [CertHostingInfo](https://cloud.tencent.com/document/api/400/41679#CertHostingInfo)
199
+
200
+
201
+
202
+ ## 容器服务(tke) 版本:2018-05-25
203
+
204
+ ### 第 101 次发布
205
+
206
+ 发布时间:2022-05-20 06:19:18
207
+
208
+ 本次发布包含了以下内容:
209
+
210
+ 改善已有的文档。
211
+
212
+ 新增接口:
213
+
214
+ * [CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74076)
215
+ * [DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74075)
216
+ * [ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/457/74074)
217
+
218
+ 修改接口:
219
+
220
+ * [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
221
+
222
+ * 新增入参:InstanceId, AlertRule
223
+
224
+ * 新增出参:Id
225
+
226
+ * [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
227
+
228
+ * 新增入参:Template
229
+
230
+ * 新增出参:TemplateId
231
+
232
+ * [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
233
+
234
+ * 新增入参:InstanceId, AlertIds, Names
235
+
236
+ * [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
237
+
238
+ * 新增入参:TemplateId
239
+
240
+ * [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
241
+
242
+ * 新增入参:TemplateId, Targets
243
+
244
+ * [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
245
+
246
+ * 新增入参:InstanceId, Offset, Limit, Filters
247
+
248
+ * 新增出参:AlertRules, Total
249
+
250
+ * [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
251
+
252
+ * 新增入参:InstanceId, Offset, Limit
253
+
254
+ * 新增出参:Agents, Total
255
+
256
+ * [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
257
+
258
+ * 新增入参:Offset, Limit, Filters
259
+
260
+ * 新增出参:Instances, Total
261
+
262
+ * [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
263
+
264
+ * 新增入参:InstanceId, Offset, Limit, Filters
265
+
266
+ * 新增出参:Records, Total
267
+
268
+ * [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
269
+
270
+ * 新增入参:Filters, Offset, Limit
271
+
272
+ * 新增出参:Templates, Total
273
+
274
+ * [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
275
+
276
+ * 新增入参:TemplateId
277
+
278
+ * 新增出参:Targets
279
+
280
+ * [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
281
+
282
+ * 新增入参:InstanceId, AlertRule
283
+
284
+ * [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
285
+
286
+ * 新增入参:TemplateId, Template
287
+
288
+ * [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
289
+
290
+ * 新增入参:TemplateId, Targets
291
+
292
+
293
+ 新增数据结构:
294
+
295
+ * [PrometheusAlertManagerConfig](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertManagerConfig)
296
+ * [PrometheusAlertPolicyItem](https://cloud.tencent.com/document/api/457/31866#PrometheusAlertPolicyItem)
297
+ * [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/31866#PrometheusInstancesOverview)
298
+ * [PrometheusNotificationItem](https://cloud.tencent.com/document/api/457/31866#PrometheusNotificationItem)
299
+ * [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/457/31866#PrometheusRecordRuleYamlItem)
300
+ * [PrometheusTemp](https://cloud.tencent.com/document/api/457/31866#PrometheusTemp)
301
+ * [PrometheusTempModify](https://cloud.tencent.com/document/api/457/31866#PrometheusTempModify)
302
+
303
+
304
+
305
+ # Release 4.0.343
306
+
307
+ ## 访问管理(cam) 版本:2019-01-16
308
+
309
+ ### 第 47 次发布
310
+
311
+ 发布时间:2022-05-19 06:07:36
312
+
313
+ 本次发布包含了以下内容:
314
+
315
+ 改善已有的文档。
316
+
317
+ 修改接口:
318
+
319
+ * [CreateRole](https://cloud.tencent.com/document/api/598/36225)
320
+
321
+ * 新增入参:Tags
322
+
323
+ * [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
324
+
325
+ * 新增入参:Tags
326
+
327
+ * [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
328
+
329
+ * 新增入参:Tags
330
+
331
+
332
+ 新增数据结构:
333
+
334
+ * [RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)
335
+
336
+ 修改数据结构:
337
+
338
+ * [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
339
+
340
+ * 新增成员:Tags
341
+
342
+
343
+
344
+
345
+ ## DNSPod(dnspod) 版本:2021-03-23
346
+
347
+ ### 第 4 次发布
348
+
349
+ 发布时间:2022-05-19 06:11:31
350
+
351
+ 本次发布包含了以下内容:
352
+
353
+ 改善已有的文档。
354
+
355
+ 修改接口:
356
+
357
+ * [ModifyDynamicDNS](https://cloud.tencent.com/document/api/1427/56158)
358
+
359
+ * 新增入参:Ttl
360
+
361
+
362
+
363
+
364
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
365
+
366
+ ### 第 30 次发布
367
+
368
+ 发布时间:2022-05-19 06:17:03
369
+
370
+ 本次发布包含了以下内容:
371
+
372
+ 改善已有的文档。
373
+
374
+ 修改数据结构:
375
+
376
+ * [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
377
+
378
+ * 新增成员:IsAdmin
379
+
380
+
381
+
382
+
383
+ ## 容器服务(tke) 版本:2018-05-25
384
+
385
+ ### 第 100 次发布
386
+
387
+ 发布时间:2022-05-19 06:19:17
388
+
389
+ 本次发布包含了以下内容:
390
+
391
+ 改善已有的文档。
392
+
393
+ 新增接口:
394
+
395
+ * [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
396
+
397
+
398
+
399
+ # Release 4.0.342
400
+
401
+ ## 云数据库 Redis(redis) 版本:2018-04-12
402
+
403
+ ### 第 45 次发布
404
+
405
+ 发布时间:2022-05-18 06:15:32
406
+
407
+ 本次发布包含了以下内容:
408
+
409
+ 改善已有的文档。
410
+
411
+ 修改接口:
412
+
413
+ * [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
414
+
415
+ * 新增入参:DryRun
416
+
417
+
418
+
419
+
420
+ ## 安全凭证服务(sts) 版本:2018-08-13
421
+
422
+ ### 第 9 次发布
423
+
424
+ 发布时间:2022-05-18 06:16:35
425
+
426
+ 本次发布包含了以下内容:
427
+
428
+ 改善已有的文档。
429
+
430
+ 修改接口:
431
+
432
+ * [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
433
+
434
+ * 新增入参:Tags
435
+
436
+
437
+ 新增数据结构:
438
+
439
+ * [Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)
440
+
441
+
442
+
443
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
444
+
445
+ ### 第 4 次发布
446
+
447
+ 发布时间:2022-05-18 06:18:03
448
+
449
+ 本次发布包含了以下内容:
450
+
451
+ 改善已有的文档。
452
+
453
+ 新增接口:
454
+
455
+ * [DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)
456
+
457
+ 新增数据结构:
458
+
459
+ * [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
460
+
461
+
462
+
463
+ ## 容器服务(tke) 版本:2018-05-25
464
+
465
+ ### 第 99 次发布
466
+
467
+ 发布时间:2022-05-18 06:18:26
468
+
469
+ 本次发布包含了以下内容:
470
+
471
+ 改善已有的文档。
472
+
473
+ 新增接口:
474
+
475
+ * [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
476
+ * [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
477
+ * [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
478
+ * [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
479
+ * [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
480
+ * [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
481
+ * [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
482
+ * [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
483
+ * [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
484
+ * [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
485
+ * [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
486
+ * [DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)
487
+ * [DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)
488
+ * [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
489
+ * [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
490
+ * [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
491
+ * [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
492
+ * [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
493
+ * [UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)
494
+
495
+
496
+
497
+ ## 机器翻译(tmt) 版本:2018-03-21
498
+
499
+ ### 第 7 次发布
500
+
501
+ 发布时间:2022-05-18 06:19:05
502
+
503
+ 本次发布包含了以下内容:
504
+
505
+ 改善已有的文档。
506
+
507
+ 新增接口:
508
+
509
+ * [FileTranslate](https://cloud.tencent.com/document/api/551/73920)
510
+ * [GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)
511
+
512
+ 新增数据结构:
513
+
514
+ * [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
515
+ * [Task](https://cloud.tencent.com/document/api/551/17233#Task)
516
+
517
+
518
+
519
+ ## 私有网络(vpc) 版本:2017-03-12
520
+
521
+ ### 第 112 次发布
522
+
523
+ 发布时间:2022-05-18 06:20:08
524
+
525
+ 本次发布包含了以下内容:
526
+
527
+ 改善已有的文档。
528
+
529
+ 新增接口:
530
+
531
+ * [DisableFlowLogs](https://cloud.tencent.com/document/api/215/73922)
532
+ * [EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)
533
+
534
+
535
+
1
536
  # Release 4.0.341
2
537
 
3
538
  ## DDoS 防护(antiddos) 版本:2020-03-09