tencentcloud-sdk-nodejs 4.0.648 → 4.0.650

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 (98) hide show
  1. package/CHANGELOG.md +407 -0
  2. package/SERVICE_CHANGELOG.md +484 -77
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +1 -1
  7. package/src/services/aiart/v20221229/aiart_models.ts +20 -10
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -1
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +61 -8
  10. package/src/services/asr/v20190614/asr_models.ts +6 -4
  11. package/src/services/cdb/v20170320/cdb_models.ts +7 -7
  12. package/src/services/cfg/v20210820/cfg_client.ts +1 -0
  13. package/src/services/cfg/v20210820/cfg_models.ts +22 -0
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +14 -1
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +59 -6
  16. package/src/services/clb/v20180317/clb_models.ts +1 -1
  17. package/src/services/cls/v20201016/cls_client.ts +45 -8
  18. package/src/services/cls/v20201016/cls_models.ts +222 -17
  19. package/src/services/cme/v20191029/cme_models.ts +3 -3
  20. package/src/services/dnspod/v20210323/dnspod_client.ts +15 -3
  21. package/src/services/dnspod/v20210323/dnspod_models.ts +196 -65
  22. package/src/services/emr/v20190103/emr_models.ts +4 -4
  23. package/src/services/ess/v20201111/ess_client.ts +4 -2
  24. package/src/services/ess/v20201111/ess_models.ts +16 -15
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -5
  26. package/src/services/faceid/v20180301/faceid_models.ts +8 -8
  27. package/src/services/iotvideo/v20211125/iotvideo_client.ts +30 -5
  28. package/src/services/iotvideo/v20211125/iotvideo_models.ts +153 -45
  29. package/src/services/lcic/v20220817/lcic_models.ts +20 -0
  30. package/src/services/lighthouse/v20200324/lighthouse_client.ts +712 -565
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +602 -104
  32. package/src/services/live/v20180801/live_models.ts +1 -0
  33. package/src/services/ms/v20180408/ms_client.ts +116 -26
  34. package/src/services/ms/v20180408/ms_models.ts +1060 -117
  35. package/src/services/ocr/v20181119/ocr_client.ts +6 -1
  36. package/src/services/ocr/v20181119/ocr_models.ts +32 -3
  37. package/src/services/pts/v20210728/pts_models.ts +1 -1
  38. package/src/services/ssa/v20180608/ssa_models.ts +10 -10
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +20 -16
  40. package/src/services/vod/v20180717/vod_models.ts +5 -4
  41. package/src/services/waf/v20180125/waf_client.ts +4 -2
  42. package/src/services/waf/v20180125/waf_models.ts +4 -5
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +1 -1
  46. package/tencentcloud/services/aiart/v20221229/aiart_client.js +1 -1
  47. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +20 -10
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +59 -8
  51. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +6 -4
  52. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -7
  53. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +21 -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 +56 -6
  57. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  58. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +15 -3
  59. package/tencentcloud/services/cls/v20201016/cls_client.js +21 -3
  60. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +215 -17
  61. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +3 -3
  62. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
  63. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
  64. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +194 -65
  65. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -4
  66. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
  67. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -15
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -5
  70. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
  71. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -1
  72. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -0
  73. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +147 -44
  74. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +20 -0
  75. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +291 -242
  76. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +392 -319
  77. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +575 -103
  78. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  79. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +37 -7
  80. package/tencentcloud/services/ms/v20180408/ms_client.js +51 -9
  81. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +1013 -94
  82. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  83. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -1
  84. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +32 -3
  85. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +1 -1
  86. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +10 -10
  87. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -16
  88. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -4
  89. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +3 -1
  90. package/tencentcloud/services/waf/v20180125/waf_client.js +3 -1
  91. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -5
  92. package/test/antiddos.v20200309.test.js +10 -0
  93. package/test/ckafka.v20190819.test.js +10 -0
  94. package/test/cls.v20201016.test.js +32 -2
  95. package/test/dnspod.v20210323.test.js +10 -0
  96. package/test/iotvideo.v20211125.test.js +20 -0
  97. package/test/lighthouse.v20200324.test.js +272 -152
  98. package/test/ms.v20180408.test.js +66 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,410 @@
1
+ # Release 4.0.650
2
+
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 58 次发布
6
+
7
+ 发布时间:2023-07-26 01:01:23
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeBizMonitorTrend](https://cloud.tencent.com/document/api/297/95517)
16
+
17
+
18
+
19
+ ## 日志服务(cls) 版本:2020-10-16
20
+
21
+ ### 第 58 次发布
22
+
23
+ 发布时间:2023-07-26 01:10:44
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [DeleteScheduledSql](https://cloud.tencent.com/document/api/614/95520)
32
+ * [DescribeScheduledSqlInfo](https://cloud.tencent.com/document/api/614/95519)
33
+ * [ModifyScheduledSql](https://cloud.tencent.com/document/api/614/95518)
34
+
35
+ 新增数据结构:
36
+
37
+ * [ScheduledSqlTaskInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlTaskInfo)
38
+
39
+
40
+
41
+ ## DNSPod(dnspod) 版本:2021-03-23
42
+
43
+ ### 第 22 次发布
44
+
45
+ 发布时间:2023-07-26 01:17:12
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 新增接口:
52
+
53
+ * [DescribeRecordFilterList](https://cloud.tencent.com/document/api/1427/95521)
54
+
55
+
56
+
57
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
58
+
59
+ ### 第 93 次发布
60
+
61
+ 发布时间:2023-07-26 01:19:51
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ <font color="#dd0000">**预下线接口**:</font>
68
+
69
+ * DescribeIntegrationMainOrganizationUser
70
+
71
+
72
+
73
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
74
+
75
+ ### 第 15 次发布
76
+
77
+ 发布时间:2023-07-26 01:24:02
78
+
79
+ 本次发布包含了以下内容:
80
+
81
+ 改善已有的文档。
82
+
83
+ 新增接口:
84
+
85
+ * [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1131/95523)
86
+ * [DescribeDevicePackages](https://cloud.tencent.com/document/api/1131/95522)
87
+
88
+ 修改接口:
89
+
90
+ * [DescribeCloudStorageThumbnail](https://cloud.tencent.com/document/api/1131/77499)
91
+
92
+ * 新增出参:ExpireTime
93
+
94
+
95
+ 新增数据结构:
96
+
97
+ * [PackageInfo](https://cloud.tencent.com/document/api/1131/76635#PackageInfo)
98
+
99
+
100
+
101
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
102
+
103
+
104
+
105
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
106
+
107
+
108
+
109
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
110
+
111
+ ### 第 32 次发布
112
+
113
+ 发布时间:2023-07-26 01:25:48
114
+
115
+ 本次发布包含了以下内容:
116
+
117
+ 改善已有的文档。
118
+
119
+ 修改接口:
120
+
121
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
122
+
123
+ * 新增入参:RoomType
124
+
125
+ * [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
126
+
127
+ * 新增出参:RoomType
128
+
129
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
130
+
131
+ * 新增入参:RoomType
132
+
133
+
134
+ 修改数据结构:
135
+
136
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
137
+
138
+ * 新增成员:IsGradingRequiredPostClass, RoomType
139
+
140
+
141
+
142
+
143
+ ## 移动应用安全(ms) 版本:2018-04-08
144
+
145
+ ### 第 15 次发布
146
+
147
+ 发布时间:2023-07-26 01:29:37
148
+
149
+ 本次发布包含了以下内容:
150
+
151
+ 改善已有的文档。
152
+
153
+ 新增接口:
154
+
155
+ * [CancelEncryptTask](https://cloud.tencent.com/document/api/283/95529)
156
+ * [CreateEncryptInstance](https://cloud.tencent.com/document/api/283/95528)
157
+ * [CreateOrderInstance](https://cloud.tencent.com/document/api/283/95527)
158
+ * [DescribeEncryptInstances](https://cloud.tencent.com/document/api/283/95526)
159
+ * [DescribeEncryptPlan](https://cloud.tencent.com/document/api/283/95525)
160
+ * [DescribeOrderInstances](https://cloud.tencent.com/document/api/283/95524)
161
+
162
+ 新增数据结构:
163
+
164
+ * [AndroidAppInfo](https://cloud.tencent.com/document/api/283/17759#AndroidAppInfo)
165
+ * [AndroidPlan](https://cloud.tencent.com/document/api/283/17759#AndroidPlan)
166
+ * [AndroidResult](https://cloud.tencent.com/document/api/283/17759#AndroidResult)
167
+ * [AppletInfo](https://cloud.tencent.com/document/api/283/17759#AppletInfo)
168
+ * [AppletPlan](https://cloud.tencent.com/document/api/283/17759#AppletPlan)
169
+ * [AppletResult](https://cloud.tencent.com/document/api/283/17759#AppletResult)
170
+ * [EncryptResults](https://cloud.tencent.com/document/api/283/17759#EncryptResults)
171
+ * [IOSPlan](https://cloud.tencent.com/document/api/283/17759#IOSPlan)
172
+ * [IOSResult](https://cloud.tencent.com/document/api/283/17759#IOSResult)
173
+ * [Orders](https://cloud.tencent.com/document/api/283/17759#Orders)
174
+ * [SDKPlan](https://cloud.tencent.com/document/api/283/17759#SDKPlan)
175
+ * [SDKResult](https://cloud.tencent.com/document/api/283/17759#SDKResult)
176
+
177
+
178
+
179
+ ## 文字识别(ocr) 版本:2018-11-19
180
+
181
+ ### 第 107 次发布
182
+
183
+ 发布时间:2023-07-26 01:30:16
184
+
185
+ 本次发布包含了以下内容:
186
+
187
+ 改善已有的文档。
188
+
189
+ 修改数据结构:
190
+
191
+ * [OtherInvoice](https://cloud.tencent.com/document/api/866/33527#OtherInvoice)
192
+
193
+ * 新增成员:Date
194
+
195
+ * <font color="#dd0000">**修改成员**:</font>Title, Total, OtherInvoiceListItems, OtherInvoiceTableItems
196
+
197
+ * [SingleInvoiceItem](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceItem)
198
+
199
+ * 新增成员:VatSalesList
200
+
201
+ * <font color="#dd0000">**修改成员**:</font>VatElectronicSpecialInvoice, VatElectronicInvoiceBlockchain, VatElectronicInvoiceToll, VatElectronicSpecialInvoiceFull, VatElectronicInvoiceFull, MachinePrintedInvoice, BusInvoice, ShippingInvoice, TollInvoice, OtherInvoice, MotorVehicleSaleInvoice, UsedCarPurchaseInvoice, VatInvoiceRoll, TaxiTicket, QuotaInvoice, AirTransport, NonTaxIncomeGeneralBill, NonTaxIncomeElectronicBill, TrainTicket, MedicalOutpatientInvoice, MedicalHospitalizedInvoice
202
+
203
+ * [VatInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VatInvoiceInfo)
204
+
205
+ * 新增成员:BlockChainMark, AcquisitionMark, SubTotal, SubTax
206
+
207
+ * <font color="#dd0000">**修改成员**:</font>CheckCode, FormType, TravelTax, BuyerAddrTel, BuyerBankAccount, CompanySealContent, TaxSealContent, ServiceName, City, QRCodeMark, AgentMark, TransitMark, OilMark, Title, Kind, Code, Number, NumberConfirm, Date, Total, TotalCn, PretaxAmount, Tax, MachineCode, Ciphertext, Remark, Seller, SellerTaxID, SellerAddrTel, SellerBankAccount, Buyer, BuyerTaxID, CompanySealMark, Issuer, Reviewer, Province, VatInvoiceItemInfos, CodeConfirm, Receiptor, ElectronicFullMark, ElectronicFullNumber, FormName
208
+
209
+ * [VatInvoiceItemInfo](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItemInfo)
210
+
211
+ * 新增成员:SerialNumber
212
+
213
+ * <font color="#dd0000">**修改成员**:</font>Name, Specification, Unit, Quantity, Price, Total, TaxRate, Tax, DateStart, DateEnd, LicensePlate, VehicleType
214
+
215
+ * [VatInvoiceRoll](https://cloud.tencent.com/document/api/866/33527#VatInvoiceRoll)
216
+
217
+ * <font color="#dd0000">**修改成员**:</font>Title, Code, Number, NumberConfirm, Date, CheckCode, Seller, SellerTaxID, Buyer, BuyerTaxID, Category, Total, TotalCn, Kind, Province, City, CompanySealMark, QRCodeMark, ServiceName, CompanySealContent, TaxSealContent, VatRollItems
218
+
219
+
220
+
221
+
222
+ ## 安全运营中心(ssa) 版本:2018-06-08
223
+
224
+ ### 第 18 次发布
225
+
226
+ 发布时间:2023-07-26 01:34:12
227
+
228
+ 本次发布包含了以下内容:
229
+
230
+ 改善已有的文档。
231
+
232
+ 修改数据结构:
233
+
234
+ * [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
235
+
236
+ * <font color="#dd0000">**修改成员**:</font>IpCountry, IpProvince, Result, Confidence, IpIsp, IpInfrastructure, ThreatType, Groups, Status, Tags, VictimAssetType, VictimAssetName, DomainRegistrant, DomainRegisteredInstitution, DomainRegistrationTime, FileName, FileMd5, VirusName, FilePath, FileSize, ProcName, Pid, ProcPath, ProcUser, DefendedCount, DetectedCount
237
+
238
+
239
+
240
+
241
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
242
+
243
+ ### 第 69 次发布
244
+
245
+ 发布时间:2023-07-26 01:38:18
246
+
247
+ 本次发布包含了以下内容:
248
+
249
+ 改善已有的文档。
250
+
251
+ 修改数据结构:
252
+
253
+ * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
254
+
255
+ * 新增成员:ZoneIds
256
+
257
+ * <font color="#dd0000">**修改成员**:</font>ExceptionInformation, ClusterStatus
258
+
259
+
260
+
261
+
262
+ # Release 4.0.649
263
+
264
+ ## AI 绘画(aiart) 版本:2022-12-29
265
+
266
+ ### 第 2 次发布
267
+
268
+ 发布时间:2023-07-25 10:37:02
269
+
270
+ 本次发布包含了以下内容:
271
+
272
+ 改善已有的文档。
273
+
274
+ 修改接口:
275
+
276
+ * [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
277
+
278
+ * 新增入参:RspImgType
279
+
280
+ * [TextToImage](https://cloud.tencent.com/document/api/1668/88064)
281
+
282
+ * 新增入参:RspImgType
283
+
284
+
285
+
286
+
287
+ ## 混沌演练平台(cfg) 版本:2021-08-20
288
+
289
+ ### 第 9 次发布
290
+
291
+ 发布时间:2023-07-25 10:44:01
292
+
293
+ 本次发布包含了以下内容:
294
+
295
+ 改善已有的文档。
296
+
297
+ 修改接口:
298
+
299
+ * [DescribeTaskList](https://cloud.tencent.com/document/api/1500/71779)
300
+
301
+ * 新增入参:Filters
302
+
303
+ * [DescribeTemplateList](https://cloud.tencent.com/document/api/1500/71773)
304
+
305
+ * 新增入参:Filters
306
+
307
+
308
+ 新增数据结构:
309
+
310
+ * [ActionFilter](https://cloud.tencent.com/document/api/1500/71784#ActionFilter)
311
+
312
+
313
+
314
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
315
+
316
+ ### 第 90 次发布
317
+
318
+ 发布时间:2023-07-25 10:45:07
319
+
320
+ 本次发布包含了以下内容:
321
+
322
+ 改善已有的文档。
323
+
324
+ 新增接口:
325
+
326
+ * [InstanceScalingDown](https://cloud.tencent.com/document/api/597/95460)
327
+
328
+ 新增数据结构:
329
+
330
+ * [ScalingDownResp](https://cloud.tencent.com/document/api/597/40861#ScalingDownResp)
331
+
332
+
333
+
334
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
335
+
336
+ ### 第 92 次发布
337
+
338
+ 发布时间:2023-07-25 10:56:49
339
+
340
+ 本次发布包含了以下内容:
341
+
342
+ 改善已有的文档。
343
+
344
+ 修改接口:
345
+
346
+ * [ModifyApplicationCallbackInfo](https://cloud.tencent.com/document/api/1323/86752)
347
+
348
+ * 新增入参:Agent
349
+
350
+
351
+
352
+
353
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
354
+
355
+ ### 第 51 次发布
356
+
357
+ 发布时间:2023-07-25 11:04:43
358
+
359
+ 本次发布包含了以下内容:
360
+
361
+ 改善已有的文档。
362
+
363
+ 新增接口:
364
+
365
+ * [DescribeDockerActivities](https://cloud.tencent.com/document/api/1207/95476)
366
+ * [DescribeDockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/95475)
367
+ * [DescribeDockerContainerDetail](https://cloud.tencent.com/document/api/1207/95474)
368
+ * [DescribeDockerContainers](https://cloud.tencent.com/document/api/1207/95473)
369
+ * [ModifyDockerContainer](https://cloud.tencent.com/document/api/1207/95472)
370
+ * [RemoveDockerContainers](https://cloud.tencent.com/document/api/1207/95471)
371
+ * [RenameDockerContainer](https://cloud.tencent.com/document/api/1207/95470)
372
+ * [RerunDockerContainer](https://cloud.tencent.com/document/api/1207/95469)
373
+ * [RestartDockerContainers](https://cloud.tencent.com/document/api/1207/95468)
374
+ * [RunDockerContainers](https://cloud.tencent.com/document/api/1207/95467)
375
+ * [StartDockerContainers](https://cloud.tencent.com/document/api/1207/95466)
376
+ * [StopDockerContainers](https://cloud.tencent.com/document/api/1207/95465)
377
+
378
+ 新增数据结构:
379
+
380
+ * [DockerActivity](https://cloud.tencent.com/document/api/1207/47576#DockerActivity)
381
+ * [DockerContainer](https://cloud.tencent.com/document/api/1207/47576#DockerContainer)
382
+
383
+ 修改数据结构:
384
+
385
+ * [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
386
+
387
+ * 新增成员:KeyIds
388
+
389
+
390
+
391
+
392
+ ## Web 应用防火墙(waf) 版本:2018-01-25
393
+
394
+ ### 第 39 次发布
395
+
396
+ 发布时间:2023-07-25 11:27:24
397
+
398
+ 本次发布包含了以下内容:
399
+
400
+ 改善已有的文档。
401
+
402
+ <font color="#dd0000">**预下线接口**:</font>
403
+
404
+ * DescribeAutoDenyIP
405
+
406
+
407
+
1
408
  # Release 4.0.648
2
409
 
3
410
  ## 云硬盘(cbs) 版本:2017-03-12