tencentcloud-sdk-nodejs 4.0.801 → 4.0.802
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.
- package/CHANGELOG.md +275 -0
- package/SERVICE_CHANGELOG.md +347 -168
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +134 -25
- package/src/services/ccc/v20200210/ccc_models.ts +544 -104
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +68 -30
- package/src/services/cfw/v20190904/cfw_models.ts +266 -129
- package/src/services/cls/v20201016/cls_models.ts +29 -16
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
- package/src/services/ess/v20201111/ess_models.ts +6 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -4
- package/src/services/mna/v20210119/mna_models.ts +70 -9
- package/src/services/postgres/v20170312/postgres_models.ts +12 -0
- package/src/services/trtc/v20190722/trtc_models.ts +5 -1
- package/src/services/vod/v20180717/vod_client.ts +29 -1
- package/src/services/vod/v20180717/vod_models.ts +75 -1
- package/src/services/waf/v20180125/waf_client.ts +22 -8
- package/src/services/waf/v20180125/waf_models.ts +207 -26
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +68 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +43 -7
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +63 -9
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +524 -103
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +19 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +27 -9
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +258 -129
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +29 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -4
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +70 -9
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +14 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +16 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +71 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +203 -26
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +67 -10
- package/test/ccc.v20200210.test.js +96 -6
- package/test/cfw.v20190904.test.js +36 -6
- package/test/vod.v20180717.test.js +20 -0
- package/test/waf.v20180125.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,278 @@
|
|
|
1
|
+
# Release 4.0.802
|
|
2
|
+
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
|
+
|
|
5
|
+
### 第 59 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-01 01:09:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [AbortPredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104035)
|
|
16
|
+
* [CreatePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104034)
|
|
17
|
+
* [DeletePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104033)
|
|
18
|
+
* [DescribePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104032)
|
|
19
|
+
* [DescribePredictiveDialingCampaigns](https://cloud.tencent.com/document/api/679/104031)
|
|
20
|
+
* [DescribePredictiveDialingSessions](https://cloud.tencent.com/document/api/679/104030)
|
|
21
|
+
* [PausePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104029)
|
|
22
|
+
* [ResumePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104028)
|
|
23
|
+
* [UpdatePredictiveDialingCampaign](https://cloud.tencent.com/document/api/679/104027)
|
|
24
|
+
|
|
25
|
+
新增数据结构:
|
|
26
|
+
|
|
27
|
+
* [DescribePredictiveDialingCampaignsElement](https://cloud.tencent.com/document/api/679/47715#DescribePredictiveDialingCampaignsElement)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
32
|
+
|
|
33
|
+
### 第 56 次发布
|
|
34
|
+
|
|
35
|
+
发布时间:2024-03-01 01:11:09
|
|
36
|
+
|
|
37
|
+
本次发布包含了以下内容:
|
|
38
|
+
|
|
39
|
+
改善已有的文档。
|
|
40
|
+
|
|
41
|
+
新增接口:
|
|
42
|
+
|
|
43
|
+
* [CreateBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104038)
|
|
44
|
+
* [DeleteBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104037)
|
|
45
|
+
* [ModifyBlockIgnoreRuleNew](https://cloud.tencent.com/document/api/1132/104036)
|
|
46
|
+
|
|
47
|
+
新增数据结构:
|
|
48
|
+
|
|
49
|
+
* [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule)
|
|
50
|
+
* [BanAndAllowRuleDel](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRuleDel)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
55
|
+
|
|
56
|
+
### 第 82 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2024-03-01 01:12:07
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
|
|
67
|
+
|
|
68
|
+
* 新增入参:DelayCleanupTime
|
|
69
|
+
|
|
70
|
+
* [ModifyMachineGroup](https://cloud.tencent.com/document/api/614/56436)
|
|
71
|
+
|
|
72
|
+
* 新增入参:DelayCleanupTime
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [MachineGroupInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupInfo)
|
|
78
|
+
|
|
79
|
+
* 新增成员:DelayCleanupTime
|
|
80
|
+
|
|
81
|
+
* <font color="#dd0000">**修改成员**:</font>MetaTags, OSType
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
87
|
+
|
|
88
|
+
### 第 17 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2024-03-01 01:20:25
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
|
|
99
|
+
|
|
100
|
+
* 新增入参:AccessScope
|
|
101
|
+
|
|
102
|
+
* [GetFlowStatistic](https://cloud.tencent.com/document/api/1385/80486)
|
|
103
|
+
|
|
104
|
+
* 新增入参:AccessRegion, GatewayType
|
|
105
|
+
|
|
106
|
+
* [GetMultiFlowStatistic](https://cloud.tencent.com/document/api/1385/86864)
|
|
107
|
+
|
|
108
|
+
* 新增入参:AccessRegion, GatewayType
|
|
109
|
+
|
|
110
|
+
* [GetNetMonitor](https://cloud.tencent.com/document/api/1385/101384)
|
|
111
|
+
|
|
112
|
+
* 新增入参:GatewayType
|
|
113
|
+
|
|
114
|
+
* 新增出参:AccessRegion
|
|
115
|
+
|
|
116
|
+
* [GetStatisticData](https://cloud.tencent.com/document/api/1385/80479)
|
|
117
|
+
|
|
118
|
+
* 新增入参:AccessRegion, GatewayType
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
修改数据结构:
|
|
122
|
+
|
|
123
|
+
* [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
|
|
124
|
+
|
|
125
|
+
* 新增成员:AccessScope
|
|
126
|
+
|
|
127
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
128
|
+
|
|
129
|
+
* 新增成员:AccessScope
|
|
130
|
+
|
|
131
|
+
* [FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)
|
|
132
|
+
|
|
133
|
+
* 新增成员:CreateTime, ModifyStatus
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
139
|
+
|
|
140
|
+
### 第 41 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2024-03-01 01:22:03
|
|
143
|
+
|
|
144
|
+
本次发布包含了以下内容:
|
|
145
|
+
|
|
146
|
+
改善已有的文档。
|
|
147
|
+
|
|
148
|
+
修改接口:
|
|
149
|
+
|
|
150
|
+
* [InquiryPriceUpgradeDBInstance](https://cloud.tencent.com/document/api/409/18102)
|
|
151
|
+
|
|
152
|
+
* 新增入参:Cpu
|
|
153
|
+
|
|
154
|
+
* [ModifyBackupPlan](https://cloud.tencent.com/document/api/409/68067)
|
|
155
|
+
|
|
156
|
+
* 新增入参:LogBackupRetentionPeriod
|
|
157
|
+
|
|
158
|
+
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)
|
|
159
|
+
|
|
160
|
+
* 新增入参:Cpu
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
166
|
+
|
|
167
|
+
### 第 66 次发布
|
|
168
|
+
|
|
169
|
+
发布时间:2024-03-01 01:27:10
|
|
170
|
+
|
|
171
|
+
本次发布包含了以下内容:
|
|
172
|
+
|
|
173
|
+
改善已有的文档。
|
|
174
|
+
|
|
175
|
+
修改数据结构:
|
|
176
|
+
|
|
177
|
+
* [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
|
|
178
|
+
|
|
179
|
+
* 新增成员:ZOrder
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## 云点播(vod) 版本:2018-07-17
|
|
185
|
+
|
|
186
|
+
### 第 179 次发布
|
|
187
|
+
|
|
188
|
+
发布时间:2024-03-01 01:28:03
|
|
189
|
+
|
|
190
|
+
本次发布包含了以下内容:
|
|
191
|
+
|
|
192
|
+
改善已有的文档。
|
|
193
|
+
|
|
194
|
+
新增接口:
|
|
195
|
+
|
|
196
|
+
* [DescribeDefaultDistributionConfig](https://cloud.tencent.com/document/api/266/104040)
|
|
197
|
+
* [ModifyDefaultDistributionConfig](https://cloud.tencent.com/document/api/266/104039)
|
|
198
|
+
|
|
199
|
+
修改接口:
|
|
200
|
+
|
|
201
|
+
* [CreateDomainVerifyRecord](https://cloud.tencent.com/document/api/266/97950)
|
|
202
|
+
|
|
203
|
+
* 新增入参:Domain
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
209
|
+
|
|
210
|
+
### 第 80 次发布
|
|
211
|
+
|
|
212
|
+
发布时间:2024-03-01 01:29:13
|
|
213
|
+
|
|
214
|
+
本次发布包含了以下内容:
|
|
215
|
+
|
|
216
|
+
改善已有的文档。
|
|
217
|
+
|
|
218
|
+
新增接口:
|
|
219
|
+
|
|
220
|
+
* [CreateDeals](https://cloud.tencent.com/document/api/627/104041)
|
|
221
|
+
|
|
222
|
+
新增数据结构:
|
|
223
|
+
|
|
224
|
+
* [CreateDealsGoods](https://cloud.tencent.com/document/api/627/53609#CreateDealsGoods)
|
|
225
|
+
* [CreateDealsGoodsDetail](https://cloud.tencent.com/document/api/627/53609#CreateDealsGoodsDetail)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
230
|
+
|
|
231
|
+
### 第 77 次发布
|
|
232
|
+
|
|
233
|
+
发布时间:2024-03-01 01:29:38
|
|
234
|
+
|
|
235
|
+
本次发布包含了以下内容:
|
|
236
|
+
|
|
237
|
+
改善已有的文档。
|
|
238
|
+
|
|
239
|
+
修改接口:
|
|
240
|
+
|
|
241
|
+
* [BatchDeleteIntegrationTasks](https://cloud.tencent.com/document/api/1267/82540)
|
|
242
|
+
|
|
243
|
+
* 新增入参:Name, TaskNames
|
|
244
|
+
|
|
245
|
+
* [BatchResumeIntegrationTasks](https://cloud.tencent.com/document/api/1267/82535)
|
|
246
|
+
|
|
247
|
+
* 新增出参:TaskNames
|
|
248
|
+
|
|
249
|
+
* [BatchStartIntegrationTasks](https://cloud.tencent.com/document/api/1267/82534)
|
|
250
|
+
|
|
251
|
+
* 新增入参:StartTaskInfoSet
|
|
252
|
+
|
|
253
|
+
* <font color="#dd0000">**修改入参**:</font>TaskIds
|
|
254
|
+
|
|
255
|
+
* 新增出参:TaskNames
|
|
256
|
+
|
|
257
|
+
* [BatchStopIntegrationTasks](https://cloud.tencent.com/document/api/1267/82533)
|
|
258
|
+
|
|
259
|
+
* 新增出参:TaskNames
|
|
260
|
+
|
|
261
|
+
* [BatchSuspendIntegrationTasks](https://cloud.tencent.com/document/api/1267/82532)
|
|
262
|
+
|
|
263
|
+
* 新增入参:TaskNames
|
|
264
|
+
|
|
265
|
+
* [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
|
|
266
|
+
|
|
267
|
+
* 新增入参:TaskNames
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
新增数据结构:
|
|
271
|
+
|
|
272
|
+
* [StartTaskInfo](https://cloud.tencent.com/document/api/1267/76336#StartTaskInfo)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
1
276
|
# Release 4.0.801
|
|
2
277
|
|
|
3
278
|
## ICP备案(ba) 版本:2020-07-20
|