tencentcloud-sdk-nodejs-teo 4.0.333 → 4.0.334
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 +58 -0
- package/SERVICE_CHANGELOG.md +219 -215
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/services/teo/v20220106/teo_client.ts +16 -2
- package/src/services/teo/v20220106/teo_models.ts +156 -37
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220106/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +136 -35
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,61 @@
|
|
|
1
|
+
# Release 4.0.334
|
|
2
|
+
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 29 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-06 06:04:11
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeOverviewAttackTrend](https://cloud.tencent.com/document/api/1021/73421)
|
|
16
|
+
* [DescribeOverviewCCTrend](https://cloud.tencent.com/document/api/1021/73420)
|
|
17
|
+
* [DescribeOverviewDDoSTrend](https://cloud.tencent.com/document/api/1021/73419)
|
|
18
|
+
* [DescribeOverviewIndex](https://cloud.tencent.com/document/api/1021/73418)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23
|
+
|
|
24
|
+
### 第 65 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-05-05 11:48:14
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [GetDistributeBillDownloadUrl](https://cloud.tencent.com/document/api/1122/73392)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
39
|
+
|
|
40
|
+
### 第 2 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2022-05-06 06:16:42
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
新增接口:
|
|
49
|
+
|
|
50
|
+
* [DescribeZones](https://cloud.tencent.com/document/api/1552/73423)
|
|
51
|
+
|
|
52
|
+
新增数据结构:
|
|
53
|
+
|
|
54
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
55
|
+
* [ZoneFilter](https://cloud.tencent.com/document/api/1552/73155#ZoneFilter)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
1
59
|
# Release 4.0.333
|
|
2
60
|
|
|
3
61
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|