tencentcloud-sdk-nodejs 4.0.324 → 4.0.327

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 +399 -0
  2. package/SERVICE_CHANGELOG.md +395 -133
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/abstract_client.ts +9 -6
  6. package/src/common/http/http_connection.ts +7 -3
  7. package/src/common/interface.ts +6 -0
  8. package/src/common/sdk_version.ts +1 -1
  9. package/src/services/af/v20200226/af_models.ts +5 -0
  10. package/src/services/ame/v20190916/ame_client.ts +1 -0
  11. package/src/services/ame/v20190916/ame_models.ts +66 -0
  12. package/src/services/antiddos/v20200309/antiddos_models.ts +55 -45
  13. package/src/services/bmeip/v20180625/bmeip_models.ts +1 -1
  14. package/src/services/bmvpc/v20180625/bmvpc_models.ts +5 -5
  15. package/src/services/ccc/v20200210/ccc_client.ts +12 -0
  16. package/src/services/ccc/v20200210/ccc_models.ts +58 -8
  17. package/src/services/cdb/v20170320/cdb_client.ts +12 -0
  18. package/src/services/cdb/v20170320/cdb_models.ts +124 -19
  19. package/src/services/cdn/v20180606/cdn_client.ts +6 -4
  20. package/src/services/cdn/v20180606/cdn_models.ts +188 -53
  21. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -5
  22. package/src/services/cls/v20201016/cls_client.ts +1 -1
  23. package/src/services/cpdp/v20190820/cpdp_client.ts +136 -38
  24. package/src/services/cpdp/v20190820/cpdp_models.ts +1591 -229
  25. package/src/services/cvm/v20170312/cvm_models.ts +6 -0
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -1
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +46 -6
  28. package/src/services/ivld/v20210903/ivld_client.ts +3 -3
  29. package/src/services/ses/v20201002/ses_models.ts +5 -5
  30. package/src/services/sms/v20210111/sms_models.ts +1 -1
  31. package/src/services/ssa/v20180608/ssa_client.ts +18 -2
  32. package/src/services/ssa/v20180608/ssa_models.ts +291 -64
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  34. package/src/services/thpc/v20211109/thpc_models.ts +2 -2
  35. package/src/services/tiia/v20190529/tiia_client.ts +29 -9
  36. package/src/services/tiia/v20190529/tiia_models.ts +64 -23
  37. package/src/services/vpc/v20170312/vpc_client.ts +1 -0
  38. package/src/services/waf/v20180125/waf_client.ts +271 -80
  39. package/src/services/waf/v20180125/waf_models.ts +973 -103
  40. package/tencentcloud/common/abstract_client.d.ts +3 -3
  41. package/tencentcloud/common/abstract_client.js +5 -3
  42. package/tencentcloud/common/http/http_connection.d.ts +4 -2
  43. package/tencentcloud/common/http/http_connection.js +5 -5
  44. package/tencentcloud/common/interface.d.ts +6 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/af/v20200226/af_models.d.ts +4 -0
  48. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +56 -0
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +52 -44
  50. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +1 -1
  51. package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +5 -5
  52. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  53. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  54. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +50 -8
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +105 -19
  58. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  59. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +159 -46
  60. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -4
  61. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  62. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  63. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +39 -11
  64. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +57 -15
  65. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1328 -174
  66. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  67. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  69. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -6
  70. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +3 -3
  71. package/tencentcloud/services/ivld/v20210903/ivld_client.js +3 -3
  72. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -5
  73. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  74. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +6 -2
  75. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  76. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +249 -58
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  78. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +2 -2
  79. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +16 -4
  80. package/tencentcloud/services/tiia/v20190529/tiia_client.js +18 -4
  81. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +57 -21
  82. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -0
  83. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -0
  84. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +91 -27
  85. package/tencentcloud/services/waf/v20180125/waf_client.js +133 -39
  86. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +810 -77
  87. package/test/ccc.v20200210.test.js +10 -0
  88. package/test/cdb.v20170320.test.js +10 -0
  89. package/test/cpdp.v20190820.test.js +80 -10
  90. package/test/iotexplorer.v20190423.test.js +10 -0
  91. package/test/ssa.v20180608.test.js +10 -0
  92. package/test/tiia.v20190529.test.js +12 -2
  93. package/test/waf.v20180125.test.js +176 -26
package/CHANGELOG.md CHANGED
@@ -1,3 +1,402 @@
1
+ # Release 4.0.327
2
+
3
+ ## DDoS 防护(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 27 次发布
6
+
7
+ 发布时间:2022-04-18 06:05:37
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
16
+
17
+ * 新增成员:RewriteHttps, ErrCode
18
+
19
+
20
+
21
+
22
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
23
+
24
+ ### 第 91 次发布
25
+
26
+ 发布时间:2022-04-18 06:07:35
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
35
+
36
+ * 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
37
+
38
+ * [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
39
+
40
+ * 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
41
+
42
+
43
+ 修改数据结构:
44
+
45
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
46
+
47
+ * 新增成员:SaveMode
48
+
49
+
50
+
51
+
52
+ ## 内容分发网络(cdn) 版本:2018-06-06
53
+
54
+ ### 第 99 次发布
55
+
56
+ 发布时间:2022-04-18 06:07:58
57
+
58
+ 本次发布包含了以下内容:
59
+
60
+ 改善已有的文档。
61
+
62
+ 修改数据结构:
63
+
64
+ * [OverseaConfig](https://cloud.tencent.com/document/api/228/30987#OverseaConfig)
65
+
66
+ * 新增成员:HwPrivateAccess, QnPrivateAccess
67
+
68
+
69
+
70
+
71
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
72
+
73
+ ### 第 44 次发布
74
+
75
+ 发布时间:2022-04-18 06:13:51
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
81
+ 新增接口:
82
+
83
+ * [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
84
+
85
+
86
+
87
+ ## 安全运营中心(ssa) 版本:2018-06-08
88
+
89
+ ### 第 11 次发布
90
+
91
+ 发布时间:2022-04-18 06:17:42
92
+
93
+ 本次发布包含了以下内容:
94
+
95
+ 改善已有的文档。
96
+
97
+ 新增接口:
98
+
99
+ * [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
100
+
101
+ 新增数据结构:
102
+
103
+ * [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
104
+ * [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
105
+
106
+
107
+
108
+ ## Web 应用防火墙(waf) 版本:2018-01-25
109
+
110
+ ### 第 6 次发布
111
+
112
+ 发布时间:2022-04-18 06:22:13
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 新增接口:
119
+
120
+ * [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
121
+ * [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
122
+ * [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
123
+ * [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
124
+ * [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
125
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
126
+ * [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
127
+ * [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
128
+ * [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
129
+ * [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
130
+ * [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
131
+ * [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
132
+ * [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
133
+ * [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
134
+ * [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
135
+
136
+ 新增数据结构:
137
+
138
+ * [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
139
+ * [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
140
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
141
+ * [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
142
+ * [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
143
+ * [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
144
+ * [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
145
+
146
+
147
+
148
+ # Release 4.0.326
149
+
150
+ ## 借贷反欺诈(af) 版本:2020-02-26
151
+
152
+ ### 第 5 次发布
153
+
154
+ 发布时间:2022-04-15 06:01:22
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 修改数据结构:
161
+
162
+ * [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
163
+
164
+ * 新增成员:OldResponseType
165
+
166
+
167
+
168
+
169
+ ## 正版曲库直通车(ame) 版本:2019-09-16
170
+
171
+ ### 第 33 次发布
172
+
173
+ 发布时间:2022-04-15 06:01:25
174
+
175
+ 本次发布包含了以下内容:
176
+
177
+ 改善已有的文档。
178
+
179
+ 修改接口:
180
+
181
+ * [CreateKTVRobot](https://cloud.tencent.com/document/api/1155/68351)
182
+
183
+ * 新增入参:SyncRobotCommands
184
+
185
+
186
+ 新增数据结构:
187
+
188
+ * [SyncRobotCommand](https://cloud.tencent.com/document/api/1155/40113#SyncRobotCommand)
189
+
190
+
191
+
192
+ ## 云呼叫中心(ccc) 版本:2020-02-10
193
+
194
+ ### 第 24 次发布
195
+
196
+ 发布时间:2022-04-15 06:03:13
197
+
198
+ 本次发布包含了以下内容:
199
+
200
+ 改善已有的文档。
201
+
202
+ 新增接口:
203
+
204
+ * [DescribeProtectedTelCdr](https://cloud.tencent.com/document/api/679/72597)
205
+
206
+
207
+
208
+ ## 企业收付平台(cpdp) 版本:2019-08-20
209
+
210
+ ### 第 62 次发布
211
+
212
+ 发布时间:2022-04-15 06:04:58
213
+
214
+ 本次发布包含了以下内容:
215
+
216
+ 改善已有的文档。
217
+
218
+ 新增接口:
219
+
220
+ * [CloseCloudOrder](https://cloud.tencent.com/document/api/1122/72605)
221
+ * [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
222
+ * [QueryCloudChannelData](https://cloud.tencent.com/document/api/1122/72603)
223
+ * [QueryCloudOrder](https://cloud.tencent.com/document/api/1122/72602)
224
+ * [QueryCloudRefundOrder](https://cloud.tencent.com/document/api/1122/72601)
225
+ * [RefundCloudOrder](https://cloud.tencent.com/document/api/1122/72600)
226
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
227
+
228
+ 新增数据结构:
229
+
230
+ * [CloudAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#CloudAttachmentInfo)
231
+ * [CloudChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudChannelExternalUserInfo)
232
+ * [CloudClientInfo](https://cloud.tencent.com/document/api/1122/40683#CloudClientInfo)
233
+ * [CloudExternalChannelData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalChannelData)
234
+ * [CloudExternalPromptGroup](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptGroup)
235
+ * [CloudExternalPromptInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalPromptInfo)
236
+ * [CloudGlobalPayTimeInfo](https://cloud.tencent.com/document/api/1122/40683#CloudGlobalPayTimeInfo)
237
+ * [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
238
+ * [CloudSettleInfo](https://cloud.tencent.com/document/api/1122/40683#CloudSettleInfo)
239
+ * [CloudStoreInfo](https://cloud.tencent.com/document/api/1122/40683#CloudStoreInfo)
240
+ * [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
241
+ * [CloudSubOrderRefund](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderRefund)
242
+ * [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
243
+ * [CloudSubRefundItem](https://cloud.tencent.com/document/api/1122/40683#CloudSubRefundItem)
244
+
245
+
246
+
247
+ ## 云服务器(cvm) 版本:2017-03-12
248
+
249
+ ### 第 79 次发布
250
+
251
+ 发布时间:2022-04-15 06:05:33
252
+
253
+ 本次发布包含了以下内容:
254
+
255
+ 改善已有的文档。
256
+
257
+ 修改数据结构:
258
+
259
+ * [Image](https://cloud.tencent.com/document/api/213/15753#Image)
260
+
261
+ * 新增成员:Tags
262
+
263
+
264
+
265
+
266
+ # Release 4.0.325
267
+
268
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
269
+
270
+ ### 第 90 次发布
271
+
272
+ 发布时间:2022-04-14 06:07:55
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ 新增接口:
279
+
280
+ * [ResetRootAccount](https://cloud.tencent.com/document/api/236/72551)
281
+
282
+ 修改接口:
283
+
284
+ * [AddTimeWindow](https://cloud.tencent.com/document/api/236/33891)
285
+
286
+ * 新增入参:MaxDelayTime
287
+
288
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
289
+
290
+ * 新增入参:Vips
291
+
292
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
293
+
294
+ * 新增入参:Vips
295
+
296
+ * [DescribeTimeWindow](https://cloud.tencent.com/document/api/236/33889)
297
+
298
+ * 新增出参:MaxDelayTime
299
+
300
+ * [ModifyTimeWindow](https://cloud.tencent.com/document/api/236/33888)
301
+
302
+ * 新增入参:MaxDelayTime
303
+
304
+
305
+
306
+
307
+ ## 内容分发网络(cdn) 版本:2018-06-06
308
+
309
+ ### 第 98 次发布
310
+
311
+ 发布时间:2022-04-14 06:08:21
312
+
313
+ 本次发布包含了以下内容:
314
+
315
+ 改善已有的文档。
316
+
317
+ 修改接口:
318
+
319
+ * [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
320
+
321
+ * 新增入参:HwPrivateAccess, QnPrivateAccess
322
+
323
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
324
+
325
+ * 新增入参:HwPrivateAccess, QnPrivateAccess
326
+
327
+
328
+ 新增数据结构:
329
+
330
+ * [HwPrivateAccess](https://cloud.tencent.com/document/api/228/30987#HwPrivateAccess)
331
+ * [QnPrivateAccess](https://cloud.tencent.com/document/api/228/30987#QnPrivateAccess)
332
+
333
+ 修改数据结构:
334
+
335
+ * [AwsPrivateAccess](https://cloud.tencent.com/document/api/228/30987#AwsPrivateAccess)
336
+
337
+ * 新增成员:Region, Bucket
338
+
339
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
340
+
341
+ * 新增成员:HwPrivateAccess, QnPrivateAccess
342
+
343
+ * [MainlandConfig](https://cloud.tencent.com/document/api/228/30987#MainlandConfig)
344
+
345
+ * 新增成员:HwPrivateAccess, QnPrivateAccess
346
+
347
+ * [Origin](https://cloud.tencent.com/document/api/228/30987#Origin)
348
+
349
+ * 新增成员:OriginCompany
350
+
351
+ * [OssPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OssPrivateAccess)
352
+
353
+ * 新增成员:Region, Bucket
354
+
355
+
356
+
357
+
358
+ ## 安全运营中心(ssa) 版本:2018-06-08
359
+
360
+ ### 第 10 次发布
361
+
362
+ 发布时间:2022-04-14 06:16:47
363
+
364
+ 本次发布包含了以下内容:
365
+
366
+ 改善已有的文档。
367
+
368
+ 修改接口:
369
+
370
+ * [DescribeSocCheckItemList](https://cloud.tencent.com/document/api/664/72477)
371
+
372
+ * 新增入参:Filter, Sorter, PageSize, PageIndex
373
+
374
+ * 新增出参:Data
375
+
376
+
377
+ 新增数据结构:
378
+
379
+ * [DescribeSocCheckItemListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckItemListRspRsp)
380
+ * [SocCheckItemV1](https://cloud.tencent.com/document/api/664/51406#SocCheckItemV1)
381
+
382
+
383
+
384
+ ## 图像分析(tiia) 版本:2019-05-29
385
+
386
+ ### 第 20 次发布
387
+
388
+ 发布时间:2022-04-14 06:18:37
389
+
390
+ 本次发布包含了以下内容:
391
+
392
+ 改善已有的文档。
393
+
394
+ 新增接口:
395
+
396
+ * [RecognizeCarPro](https://cloud.tencent.com/document/api/865/72553)
397
+
398
+
399
+
1
400
  # Release 4.0.324
2
401
 
3
402
  ## 云硬盘(cbs) 版本:2017-03-12