tencentcloud-sdk-nodejs 4.0.337 → 4.0.340

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 (93) hide show
  1. package/CHANGELOG.md +414 -0
  2. package/SERVICE_CHANGELOG.md +399 -33
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +153 -0
  8. package/src/services/bi/index.ts +5 -0
  9. package/src/services/bi/v20220105/bi_client.ts +57 -0
  10. package/src/services/bi/v20220105/bi_models.ts +214 -0
  11. package/src/services/bi/v20220105/index.ts +6 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +5 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +41 -1
  15. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  16. package/src/services/dlc/v20210125/dlc_models.ts +35 -0
  17. package/src/services/emr/v20190103/emr_client.ts +67 -63
  18. package/src/services/emr/v20190103/emr_models.ts +2011 -1833
  19. package/src/services/ess/v20201111/ess_models.ts +26 -8
  20. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  21. package/src/services/faceid/v20180301/faceid_models.ts +5 -4
  22. package/src/services/gaap/v20180529/gaap_client.ts +68 -28
  23. package/src/services/gaap/v20180529/gaap_models.ts +280 -68
  24. package/src/services/index.ts +1 -0
  25. package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
  26. package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
  27. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -2
  28. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  29. package/src/services/ocr/v20181119/ocr_client.ts +14 -1
  30. package/src/services/ocr/v20181119/ocr_models.ts +103 -15
  31. package/src/services/redis/v20180412/redis_models.ts +1 -1
  32. package/src/services/ses/v20201002/ses_client.ts +2 -2
  33. package/src/services/ses/v20201002/ses_models.ts +2 -2
  34. package/src/services/tiia/v20190529/tiia_models.ts +2 -2
  35. package/src/services/tke/v20180525/tke_models.ts +15 -0
  36. package/src/services/trtc/v20190722/trtc_models.ts +6 -6
  37. package/src/services/tsf/v20180326/tsf_models.ts +6 -0
  38. package/src/services/vod/v20180717/vod_client.ts +1 -0
  39. package/src/services/vod/v20180717/vod_models.ts +22 -1
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  44. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +126 -0
  45. package/tencentcloud/services/bi/index.d.ts +6 -0
  46. package/tencentcloud/services/bi/index.js +7 -0
  47. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +18 -0
  48. package/tencentcloud/services/bi/v20220105/bi_client.js +43 -0
  49. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +168 -0
  50. package/tencentcloud/services/bi/v20220105/bi_models.js +18 -0
  51. package/tencentcloud/services/bi/v20220105/index.d.ts +6 -0
  52. package/tencentcloud/services/bi/v20220105/index.js +9 -0
  53. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +35 -1
  57. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +29 -0
  59. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  60. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1757 -1607
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -7
  62. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  63. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  64. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -4
  65. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +21 -9
  66. package/tencentcloud/services/gaap/v20180529/gaap_client.js +30 -12
  67. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +245 -60
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +187 -11
  71. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +279 -15
  72. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +2515 -663
  73. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +87 -15
  79. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  80. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
  81. package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
  82. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  83. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
  84. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -0
  85. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
  86. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -0
  87. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -1
  88. package/test/antiddos.v20200309.test.js +10 -0
  89. package/test/bi.v20220105.test.js +41 -0
  90. package/test/ckafka.v20190819.test.js +10 -0
  91. package/test/gaap.v20180529.test.js +44 -14
  92. package/test/iotcloud.v20210408.test.js +450 -10
  93. package/test/ocr.v20181119.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,417 @@
1
+ # Release 4.0.340
2
+
3
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
4
+
5
+ ### 第 1 次发布
6
+
7
+ 发布时间:2022-05-13 18:34:36
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/#/#)
16
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/#/#)
17
+
18
+ 新增数据结构:
19
+
20
+ * [ApplyEmbedTokenInfo](https://cloud.tencent.com/document/api/#/##ApplyEmbedTokenInfo)
21
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/#/##EmbedTokenInfo)
22
+
23
+
24
+
25
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
26
+
27
+ ### 第 41 次发布
28
+
29
+ 发布时间:2022-05-16 06:05:48
30
+
31
+ 本次发布包含了以下内容:
32
+
33
+ 改善已有的文档。
34
+
35
+ 新增接口:
36
+
37
+ * [ModifyInstancePre](https://cloud.tencent.com/document/api/597/73693)
38
+
39
+
40
+
41
+ ## 电子签服务(ess) 版本:2020-11-11
42
+
43
+ ### 第 6 次发布
44
+
45
+ 发布时间:2022-05-16 06:09:12
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
54
+
55
+ * 新增成员:OffsetX, OffsetY
56
+
57
+
58
+
59
+
60
+ ## 全球应用加速(gaap) 版本:2018-05-29
61
+
62
+ ### 第 29 次发布
63
+
64
+ 发布时间:2022-05-16 06:09:28
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 新增接口:
71
+
72
+ * [CreateFirstLinkSession](https://cloud.tencent.com/document/api/608/73697)
73
+ * [DeleteFirstLinkSession](https://cloud.tencent.com/document/api/608/73696)
74
+ * [DescribeFirstLinkSession](https://cloud.tencent.com/document/api/608/73695)
75
+
76
+ 新增数据结构:
77
+
78
+ * [Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity)
79
+ * [DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo)
80
+ * [DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo)
81
+ * [SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo)
82
+
83
+
84
+
85
+ ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
86
+
87
+ ### 第 75 次发布
88
+
89
+ 发布时间:2022-05-16 06:16:28
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 修改数据结构:
96
+
97
+ * [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
98
+
99
+ * 新增成员:RepoType
100
+
101
+
102
+
103
+
104
+ # Release 4.0.339
105
+
106
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
107
+
108
+ ### 第 30 次发布
109
+
110
+ 发布时间:2022-05-13 06:12:03
111
+
112
+ 本次发布包含了以下内容:
113
+
114
+ 改善已有的文档。
115
+
116
+ 修改接口:
117
+
118
+ * [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
119
+
120
+ * 新增入参:VersionID, MultiZone, MultiZoneSettings
121
+
122
+ * <font color="#dd0000">**修改入参**:</font>VPCSettings, ResourceSpec, Placement
123
+
124
+ * [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
125
+
126
+ * 新增入参:VersionID, MultiZoneSettings
127
+
128
+ * <font color="#dd0000">**修改入参**:</font>ResourceSpec, Placement, VPCSettings
129
+
130
+ * [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
131
+
132
+ * 新增入参:ZoneId, SubnetId
133
+
134
+
135
+ 新增数据结构:
136
+
137
+ * [MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting)
138
+ * [ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)
139
+ * [SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)
140
+ * [TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)
141
+
142
+ 修改数据结构:
143
+
144
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
145
+
146
+ * 新增成员:UniqVpcId, UniqSubnetId, TopologyInfoList, IsMultiZoneCluster
147
+
148
+ * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
149
+
150
+ * 新增成员:RootStorageType, Zone, SubnetInfo, Clients
151
+
152
+ * [PodSpec](https://cloud.tencent.com/document/api/589/33981#PodSpec)
153
+
154
+ * 新增成员:PodName
155
+
156
+
157
+
158
+
159
+ ## 云监控(monitor) 版本:2018-07-24
160
+
161
+ ### 第 45 次发布
162
+
163
+ 发布时间:2022-05-13 06:15:04
164
+
165
+ 本次发布包含了以下内容:
166
+
167
+ 改善已有的文档。
168
+
169
+ 修改接口:
170
+
171
+ * [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
172
+
173
+ * 新增入参:OneClickPolicyType
174
+
175
+
176
+
177
+
178
+ ## 云点播(vod) 版本:2018-07-17
179
+
180
+ ### 第 103 次发布
181
+
182
+ 发布时间:2022-05-13 06:19:52
183
+
184
+ 本次发布包含了以下内容:
185
+
186
+ 改善已有的文档。
187
+
188
+ 新增数据结构:
189
+
190
+ * [FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem)
191
+
192
+ 修改数据结构:
193
+
194
+ * [FileDeleteTask](https://cloud.tencent.com/document/api/266/31773#FileDeleteTask)
195
+
196
+ * 新增成员:FileDeleteResultInfo
197
+
198
+
199
+
200
+
201
+ # Release 4.0.338
202
+
203
+ ## DDoS 防护(antiddos) 版本:2020-03-09
204
+
205
+ ### 第 31 次发布
206
+
207
+ 发布时间:2022-05-12 06:05:03
208
+
209
+ 本次发布包含了以下内容:
210
+
211
+ 改善已有的文档。
212
+
213
+ 新增接口:
214
+
215
+ * [DescribeOverviewDDoSEventList](https://cloud.tencent.com/document/api/1021/73673)
216
+
217
+ 修改接口:
218
+
219
+ * [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
220
+
221
+ * 新增入参:FilterCname, FilterInstanceIdList
222
+
223
+ * [DescribeListIPAlarmConfig](https://cloud.tencent.com/document/api/1021/57559)
224
+
225
+ * 新增入参:FilterCname
226
+
227
+
228
+ 新增数据结构:
229
+
230
+ * [OverviewDDoSEvent](https://cloud.tencent.com/document/api/1021/57582#OverviewDDoSEvent)
231
+
232
+ 修改数据结构:
233
+
234
+ * [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
235
+
236
+ * 新增成员:BGPIPChannelFlag
237
+
238
+ * [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
239
+
240
+ * 新增成员:EnterpriseFlag, ElasticLimit
241
+
242
+ * [IPLineInfo](https://cloud.tencent.com/document/api/1021/57582#IPLineInfo)
243
+
244
+ * 新增成员:Cname, ResourceFlag
245
+
246
+
247
+
248
+
249
+ ## 云防火墙(cfw) 版本:2019-09-04
250
+
251
+ ### 第 19 次发布
252
+
253
+ 发布时间:2022-05-12 06:07:30
254
+
255
+ 本次发布包含了以下内容:
256
+
257
+ 改善已有的文档。
258
+
259
+ 修改接口:
260
+
261
+ * [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
262
+
263
+ * 新增入参:IsDelay
264
+
265
+
266
+
267
+
268
+ ## 数据湖计算(dlc) 版本:2021-01-25
269
+
270
+ ### 第 15 次发布
271
+
272
+ 发布时间:2022-05-12 06:10:06
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ 修改接口:
279
+
280
+ * [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
281
+
282
+ * 新增入参:TableFormat
283
+
284
+
285
+ 修改数据结构:
286
+
287
+ * [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
288
+
289
+ * 新增成员:Transform, TransformArgs, CreateTime
290
+
291
+ * [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
292
+
293
+ * 新增成员:SourceId, SourceName
294
+
295
+
296
+
297
+
298
+ ## 物联网通信(iotcloud) 版本:2021-04-08
299
+
300
+ ### 第 3 次发布
301
+
302
+ 发布时间:2022-05-11 10:24:44
303
+
304
+ 本次发布包含了以下内容:
305
+
306
+ 改善已有的文档。
307
+
308
+ 新增接口:
309
+
310
+ * [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
311
+ * [BindDevices](https://cloud.tencent.com/document/api/634/73608)
312
+ * [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73631)
313
+ * [CreateMultiDevicesTask](https://cloud.tencent.com/document/api/634/73642)
314
+ * [CreateProduct](https://cloud.tencent.com/document/api/634/73646)
315
+ * [CreateTaskFileUrl](https://cloud.tencent.com/document/api/634/73641)
316
+ * [CreateTopicPolicy](https://cloud.tencent.com/document/api/634/73645)
317
+ * [CreateTopicRule](https://cloud.tencent.com/document/api/634/73617)
318
+ * [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/73636)
319
+ * [DeleteTopicRule](https://cloud.tencent.com/document/api/634/73616)
320
+ * [DescribeDeviceClientKey](https://cloud.tencent.com/document/api/634/73607)
321
+ * [DescribeDeviceResource](https://cloud.tencent.com/document/api/634/73606)
322
+ * [DescribeDeviceResources](https://cloud.tencent.com/document/api/634/73605)
323
+ * [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73611)
324
+ * [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
325
+ * [DescribeFirmwareTask](https://cloud.tencent.com/document/api/634/73629)
326
+ * [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/634/73628)
327
+ * [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/634/73627)
328
+ * [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/634/73626)
329
+ * [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/634/73625)
330
+ * [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/634/73604)
331
+ * [DescribeProductResource](https://cloud.tencent.com/document/api/634/73603)
332
+ * [DescribeProductResources](https://cloud.tencent.com/document/api/634/73602)
333
+ * [DescribeProductTask](https://cloud.tencent.com/document/api/634/73640)
334
+ * [DescribeProductTasks](https://cloud.tencent.com/document/api/634/73639)
335
+ * [DescribeProducts](https://cloud.tencent.com/document/api/634/73644)
336
+ * [DescribePushResourceTaskStatistics](https://cloud.tencent.com/document/api/634/73635)
337
+ * [DescribeResourceTasks](https://cloud.tencent.com/document/api/634/73624)
338
+ * [DisableTopicRule](https://cloud.tencent.com/document/api/634/73615)
339
+ * [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/73634)
340
+ * [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
341
+ * [EnableTopicRule](https://cloud.tencent.com/document/api/634/73614)
342
+ * [GetCOSURL](https://cloud.tencent.com/document/api/634/73633)
343
+ * [GetUserResourceInfo](https://cloud.tencent.com/document/api/634/73632)
344
+ * [PublishMessage](https://cloud.tencent.com/document/api/634/73619)
345
+ * [PublishRRPCMessage](https://cloud.tencent.com/document/api/634/73618)
346
+ * [ReplaceTopicRule](https://cloud.tencent.com/document/api/634/73613)
347
+ * [ResetDeviceState](https://cloud.tencent.com/document/api/634/73601)
348
+ * [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73622)
349
+ * [UnbindDevices](https://cloud.tencent.com/document/api/634/73600)
350
+ * [UpdateDeviceAvailableState](https://cloud.tencent.com/document/api/634/73599)
351
+ * [UpdateDeviceShadow](https://cloud.tencent.com/document/api/634/73610)
352
+ * [UpdateTopicPolicy](https://cloud.tencent.com/document/api/634/73643)
353
+ * [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
354
+
355
+ 新增数据结构:
356
+
357
+ * [BindDeviceInfo](https://cloud.tencent.com/document/api/634/71973#BindDeviceInfo)
358
+ * [BrokerSubscribe](https://cloud.tencent.com/document/api/634/71973#BrokerSubscribe)
359
+ * [DeviceResourceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceResourceInfo)
360
+ * [DeviceUpdateStatus](https://cloud.tencent.com/document/api/634/71973#DeviceUpdateStatus)
361
+ * [FirmwareTaskInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareTaskInfo)
362
+ * [ProductInfo](https://cloud.tencent.com/document/api/634/71973#ProductInfo)
363
+ * [ProductResourceInfo](https://cloud.tencent.com/document/api/634/71973#ProductResourceInfo)
364
+ * [ProductTaskInfo](https://cloud.tencent.com/document/api/634/71973#ProductTaskInfo)
365
+ * [ResetDeviceResult](https://cloud.tencent.com/document/api/634/71973#ResetDeviceResult)
366
+ * [SearchKeyword](https://cloud.tencent.com/document/api/634/71973#SearchKeyword)
367
+ * [StatusStatistic](https://cloud.tencent.com/document/api/634/71973#StatusStatistic)
368
+ * [TopicRulePayload](https://cloud.tencent.com/document/api/634/71973#TopicRulePayload)
369
+
370
+
371
+
372
+ ## 物联网通信(iotcloud) 版本:2018-06-14
373
+
374
+
375
+
376
+ ## 文字识别(ocr) 版本:2018-11-19
377
+
378
+ ### 第 66 次发布
379
+
380
+ 发布时间:2022-05-12 06:14:35
381
+
382
+ 本次发布包含了以下内容:
383
+
384
+ 改善已有的文档。
385
+
386
+ 新增接口:
387
+
388
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
389
+
390
+ 新增数据结构:
391
+
392
+ * [PassInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#PassInvoiceInfo)
393
+
394
+
395
+
396
+ ## 容器服务(tke) 版本:2018-05-25
397
+
398
+ ### 第 98 次发布
399
+
400
+ 发布时间:2022-05-12 06:17:58
401
+
402
+ 本次发布包含了以下内容:
403
+
404
+ 改善已有的文档。
405
+
406
+ 修改接口:
407
+
408
+ * [CreateClusterEndpoint](https://cloud.tencent.com/document/api/457/39414)
409
+
410
+ * 新增入参:Domain, SecurityGroup, ExtensiveParameters
411
+
412
+
413
+
414
+
1
415
  # Release 4.0.337
2
416
 
3
417
  ## DDoS 防护(antiddos) 版本:2020-03-09