tencentcloud-sdk-nodejs 4.0.320 → 4.0.321
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 +177 -0
- package/SERVICE_CHANGELOG.md +405 -0
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
- package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_client.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +16 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +57 -35
- package/src/services/cfw/v20190904/cfw_models.ts +22 -6
- package/src/services/cls/v20201016/cls_client.ts +64 -13
- package/src/services/cls/v20201016/cls_models.ts +469 -164
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +8 -3
- package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/gs/v20191118/gs_models.ts +7 -0
- package/src/services/iecp/v20210914/iecp_client.ts +167 -20
- package/src/services/iecp/v20210914/iecp_models.ts +892 -217
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +3 -2
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/tag/v20180813/tag_client.ts +203 -105
- package/src/services/tag/v20180813/tag_models.ts +377 -47
- package/src/services/tcm/v20210413/tcm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
- package/src/services/tke/v20180525/tke_models.ts +12 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +54 -34
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +408 -150
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -3
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
- package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +25 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +10 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/iecp.v20210914.test.js +122 -2
- package/test/tag.v20180813.test.js +116 -36
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,180 @@
|
|
|
1
|
+
# Release 4.0.321
|
|
2
|
+
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 18 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-04-08 06:03:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBlockByIpTimesList](https://cloud.tencent.com/document/api/1132/58282)
|
|
16
|
+
|
|
17
|
+
* 新增入参:EdgeId, LogSource
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [UnHandleEvent](https://cloud.tencent.com/document/api/1132/49071#UnHandleEvent)
|
|
23
|
+
|
|
24
|
+
* 新增成员:VpcFwCount
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
30
|
+
|
|
31
|
+
### 第 77 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-04-08 06:05:15
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改接口:
|
|
40
|
+
|
|
41
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
42
|
+
|
|
43
|
+
* 新增入参:DisableApiTermination
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
49
|
+
|
|
50
|
+
### 第 17 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2022-04-08 06:07:59
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
修改接口:
|
|
59
|
+
|
|
60
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1162/40740)
|
|
61
|
+
|
|
62
|
+
* 新增入参:RunMode
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
68
|
+
|
|
69
|
+
### 第 7 次发布
|
|
70
|
+
|
|
71
|
+
发布时间:2022-04-08 06:08:23
|
|
72
|
+
|
|
73
|
+
本次发布包含了以下内容:
|
|
74
|
+
|
|
75
|
+
改善已有的文档。
|
|
76
|
+
|
|
77
|
+
新增接口:
|
|
78
|
+
|
|
79
|
+
* [BuildMessageRoute](https://cloud.tencent.com/document/api/1118/72274)
|
|
80
|
+
* [CreateEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72273)
|
|
81
|
+
* [CreateIotDevice](https://cloud.tencent.com/document/api/1118/72272)
|
|
82
|
+
* [CreateMessageRoute](https://cloud.tencent.com/document/api/1118/72271)
|
|
83
|
+
* [DeleteEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72270)
|
|
84
|
+
* [DeleteIotDevice](https://cloud.tencent.com/document/api/1118/72269)
|
|
85
|
+
* [DeleteMessageRoute](https://cloud.tencent.com/document/api/1118/72268)
|
|
86
|
+
* [DescribeIotDevice](https://cloud.tencent.com/document/api/1118/72267)
|
|
87
|
+
* [DescribeIotDevices](https://cloud.tencent.com/document/api/1118/72266)
|
|
88
|
+
* [DescribeMessageRouteList](https://cloud.tencent.com/document/api/1118/72265)
|
|
89
|
+
* [ModifyIotDevice](https://cloud.tencent.com/document/api/1118/72264)
|
|
90
|
+
* [SetRouteOnOff](https://cloud.tencent.com/document/api/1118/72263)
|
|
91
|
+
|
|
92
|
+
新增数据结构:
|
|
93
|
+
|
|
94
|
+
* [DeleteEdgeUnitDevicesDevice](https://cloud.tencent.com/document/api/1118/66797#DeleteEdgeUnitDevicesDevice)
|
|
95
|
+
* [IotDevicesInfo](https://cloud.tencent.com/document/api/1118/66797#IotDevicesInfo)
|
|
96
|
+
* [RouteInfo](https://cloud.tencent.com/document/api/1118/66797#RouteInfo)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
101
|
+
|
|
102
|
+
### 第 28 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-04-08 06:09:37
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
113
|
+
|
|
114
|
+
* 新增入参:AutoVoucher
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## 标签(tag) 版本:2018-08-13
|
|
120
|
+
|
|
121
|
+
### 第 10 次发布
|
|
122
|
+
|
|
123
|
+
发布时间:2022-04-08 06:12:35
|
|
124
|
+
|
|
125
|
+
本次发布包含了以下内容:
|
|
126
|
+
|
|
127
|
+
改善已有的文档。
|
|
128
|
+
|
|
129
|
+
新增接口:
|
|
130
|
+
|
|
131
|
+
* [CreateTags](https://cloud.tencent.com/document/api/651/72282)
|
|
132
|
+
* [DeleteTags](https://cloud.tencent.com/document/api/651/72281)
|
|
133
|
+
* [GetResources](https://cloud.tencent.com/document/api/651/72278)
|
|
134
|
+
* [GetTagKeys](https://cloud.tencent.com/document/api/651/72277)
|
|
135
|
+
* [GetTagValues](https://cloud.tencent.com/document/api/651/72276)
|
|
136
|
+
* [GetTags](https://cloud.tencent.com/document/api/651/72275)
|
|
137
|
+
* [TagResources](https://cloud.tencent.com/document/api/651/72280)
|
|
138
|
+
* [UnTagResources](https://cloud.tencent.com/document/api/651/72279)
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [FailedResource](https://cloud.tencent.com/document/api/651/35327#FailedResource)
|
|
143
|
+
* [ResourceTagMapping](https://cloud.tencent.com/document/api/651/35327#ResourceTagMapping)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
148
|
+
|
|
149
|
+
### 第 32 次发布
|
|
150
|
+
|
|
151
|
+
发布时间:2022-04-08 06:13:51
|
|
152
|
+
|
|
153
|
+
本次发布包含了以下内容:
|
|
154
|
+
|
|
155
|
+
改善已有的文档。
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
160
|
+
|
|
161
|
+
* 新增成员:RetentionSizeInMB
|
|
162
|
+
|
|
163
|
+
* [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
|
|
164
|
+
|
|
165
|
+
* 新增成员:Status
|
|
166
|
+
|
|
167
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
168
|
+
|
|
169
|
+
* 新增成员:SupportNamespaceEndpoint
|
|
170
|
+
|
|
171
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
172
|
+
|
|
173
|
+
* 新增成员:PublicEndpoint, VpcEndpoint
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
1
178
|
# Release 4.0.320
|
|
2
179
|
|
|
3
180
|
# Release 4.0.319
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,5 +1,180 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 18 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-04-08 06:03:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBlockByIpTimesList](https://cloud.tencent.com/document/api/1132/58282)
|
|
16
|
+
|
|
17
|
+
* 新增入参:EdgeId, LogSource
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [UnHandleEvent](https://cloud.tencent.com/document/api/1132/49071#UnHandleEvent)
|
|
23
|
+
|
|
24
|
+
* 新增成员:VpcFwCount
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
30
|
+
|
|
31
|
+
### 第 77 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-04-08 06:05:15
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改接口:
|
|
40
|
+
|
|
41
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
42
|
+
|
|
43
|
+
* 新增入参:DisableApiTermination
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
49
|
+
|
|
50
|
+
### 第 17 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2022-04-08 06:07:59
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
修改接口:
|
|
59
|
+
|
|
60
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1162/40740)
|
|
61
|
+
|
|
62
|
+
* 新增入参:RunMode
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
68
|
+
|
|
69
|
+
### 第 7 次发布
|
|
70
|
+
|
|
71
|
+
发布时间:2022-04-08 06:08:23
|
|
72
|
+
|
|
73
|
+
本次发布包含了以下内容:
|
|
74
|
+
|
|
75
|
+
改善已有的文档。
|
|
76
|
+
|
|
77
|
+
新增接口:
|
|
78
|
+
|
|
79
|
+
* [BuildMessageRoute](https://cloud.tencent.com/document/api/1118/72274)
|
|
80
|
+
* [CreateEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72273)
|
|
81
|
+
* [CreateIotDevice](https://cloud.tencent.com/document/api/1118/72272)
|
|
82
|
+
* [CreateMessageRoute](https://cloud.tencent.com/document/api/1118/72271)
|
|
83
|
+
* [DeleteEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72270)
|
|
84
|
+
* [DeleteIotDevice](https://cloud.tencent.com/document/api/1118/72269)
|
|
85
|
+
* [DeleteMessageRoute](https://cloud.tencent.com/document/api/1118/72268)
|
|
86
|
+
* [DescribeIotDevice](https://cloud.tencent.com/document/api/1118/72267)
|
|
87
|
+
* [DescribeIotDevices](https://cloud.tencent.com/document/api/1118/72266)
|
|
88
|
+
* [DescribeMessageRouteList](https://cloud.tencent.com/document/api/1118/72265)
|
|
89
|
+
* [ModifyIotDevice](https://cloud.tencent.com/document/api/1118/72264)
|
|
90
|
+
* [SetRouteOnOff](https://cloud.tencent.com/document/api/1118/72263)
|
|
91
|
+
|
|
92
|
+
新增数据结构:
|
|
93
|
+
|
|
94
|
+
* [DeleteEdgeUnitDevicesDevice](https://cloud.tencent.com/document/api/1118/66797#DeleteEdgeUnitDevicesDevice)
|
|
95
|
+
* [IotDevicesInfo](https://cloud.tencent.com/document/api/1118/66797#IotDevicesInfo)
|
|
96
|
+
* [RouteInfo](https://cloud.tencent.com/document/api/1118/66797#RouteInfo)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
101
|
+
|
|
102
|
+
### 第 28 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-04-08 06:09:37
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
113
|
+
|
|
114
|
+
* 新增入参:AutoVoucher
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## 标签(tag) 版本:2018-08-13
|
|
120
|
+
|
|
121
|
+
### 第 10 次发布
|
|
122
|
+
|
|
123
|
+
发布时间:2022-04-08 06:12:35
|
|
124
|
+
|
|
125
|
+
本次发布包含了以下内容:
|
|
126
|
+
|
|
127
|
+
改善已有的文档。
|
|
128
|
+
|
|
129
|
+
新增接口:
|
|
130
|
+
|
|
131
|
+
* [CreateTags](https://cloud.tencent.com/document/api/651/72282)
|
|
132
|
+
* [DeleteTags](https://cloud.tencent.com/document/api/651/72281)
|
|
133
|
+
* [GetResources](https://cloud.tencent.com/document/api/651/72278)
|
|
134
|
+
* [GetTagKeys](https://cloud.tencent.com/document/api/651/72277)
|
|
135
|
+
* [GetTagValues](https://cloud.tencent.com/document/api/651/72276)
|
|
136
|
+
* [GetTags](https://cloud.tencent.com/document/api/651/72275)
|
|
137
|
+
* [TagResources](https://cloud.tencent.com/document/api/651/72280)
|
|
138
|
+
* [UnTagResources](https://cloud.tencent.com/document/api/651/72279)
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [FailedResource](https://cloud.tencent.com/document/api/651/35327#FailedResource)
|
|
143
|
+
* [ResourceTagMapping](https://cloud.tencent.com/document/api/651/35327#ResourceTagMapping)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
148
|
+
|
|
149
|
+
### 第 32 次发布
|
|
150
|
+
|
|
151
|
+
发布时间:2022-04-08 06:13:51
|
|
152
|
+
|
|
153
|
+
本次发布包含了以下内容:
|
|
154
|
+
|
|
155
|
+
改善已有的文档。
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
160
|
+
|
|
161
|
+
* 新增成员:RetentionSizeInMB
|
|
162
|
+
|
|
163
|
+
* [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
|
|
164
|
+
|
|
165
|
+
* 新增成员:Status
|
|
166
|
+
|
|
167
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
168
|
+
|
|
169
|
+
* 新增成员:SupportNamespaceEndpoint
|
|
170
|
+
|
|
171
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
172
|
+
|
|
173
|
+
* 新增成员:PublicEndpoint, VpcEndpoint
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
3
178
|
# 历次版本更新如下:
|
|
4
179
|
|
|
5
180
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -1264,6 +1439,21 @@
|
|
|
1264
1439
|
|
|
1265
1440
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1266
1441
|
|
|
1442
|
+
### 第 26 次发布
|
|
1443
|
+
|
|
1444
|
+
发布时间:2022-04-07 06:04:07
|
|
1445
|
+
|
|
1446
|
+
本次发布包含了以下内容:
|
|
1447
|
+
|
|
1448
|
+
改善已有的文档。
|
|
1449
|
+
|
|
1450
|
+
修改接口:
|
|
1451
|
+
|
|
1452
|
+
* [CreateSchedulingDomain](https://cloud.tencent.com/document/api/1021/57557)
|
|
1453
|
+
|
|
1454
|
+
* 新增入参:Product
|
|
1455
|
+
|
|
1456
|
+
|
|
1267
1457
|
### 第 25 次发布
|
|
1268
1458
|
|
|
1269
1459
|
发布时间:2022-03-24 23:15:57
|
|
@@ -9747,6 +9937,21 @@
|
|
|
9747
9937
|
|
|
9748
9938
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
9749
9939
|
|
|
9940
|
+
### 第 89 次发布
|
|
9941
|
+
|
|
9942
|
+
发布时间:2022-04-07 06:13:17
|
|
9943
|
+
|
|
9944
|
+
本次发布包含了以下内容:
|
|
9945
|
+
|
|
9946
|
+
改善已有的文档。
|
|
9947
|
+
|
|
9948
|
+
修改接口:
|
|
9949
|
+
|
|
9950
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872)
|
|
9951
|
+
|
|
9952
|
+
* 新增入参:TagValues, UniqueVpcIds, UniqSubnetIds
|
|
9953
|
+
|
|
9954
|
+
|
|
9750
9955
|
### 第 88 次发布
|
|
9751
9956
|
|
|
9752
9957
|
发布时间:2022-04-04 06:12:51
|
|
@@ -11582,6 +11787,23 @@
|
|
|
11582
11787
|
|
|
11583
11788
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
11584
11789
|
|
|
11790
|
+
### 第 96 次发布
|
|
11791
|
+
|
|
11792
|
+
发布时间:2022-04-07 06:15:45
|
|
11793
|
+
|
|
11794
|
+
本次发布包含了以下内容:
|
|
11795
|
+
|
|
11796
|
+
改善已有的文档。
|
|
11797
|
+
|
|
11798
|
+
修改接口:
|
|
11799
|
+
|
|
11800
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/228/39230)
|
|
11801
|
+
|
|
11802
|
+
* 新增入参:SortBy
|
|
11803
|
+
|
|
11804
|
+
* 新增出参:PaidCount
|
|
11805
|
+
|
|
11806
|
+
|
|
11585
11807
|
### 第 95 次发布
|
|
11586
11808
|
|
|
11587
11809
|
发布时间:2022-04-04 06:15:19
|
|
@@ -14053,6 +14275,28 @@
|
|
|
14053
14275
|
|
|
14054
14276
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
14055
14277
|
|
|
14278
|
+
### 第 18 次发布
|
|
14279
|
+
|
|
14280
|
+
发布时间:2022-04-08 06:03:52
|
|
14281
|
+
|
|
14282
|
+
本次发布包含了以下内容:
|
|
14283
|
+
|
|
14284
|
+
改善已有的文档。
|
|
14285
|
+
|
|
14286
|
+
修改接口:
|
|
14287
|
+
|
|
14288
|
+
* [DescribeBlockByIpTimesList](https://cloud.tencent.com/document/api/1132/58282)
|
|
14289
|
+
|
|
14290
|
+
* 新增入参:EdgeId, LogSource
|
|
14291
|
+
|
|
14292
|
+
|
|
14293
|
+
修改数据结构:
|
|
14294
|
+
|
|
14295
|
+
* [UnHandleEvent](https://cloud.tencent.com/document/api/1132/49071#UnHandleEvent)
|
|
14296
|
+
|
|
14297
|
+
* 新增成员:VpcFwCount
|
|
14298
|
+
|
|
14299
|
+
|
|
14056
14300
|
### 第 17 次发布
|
|
14057
14301
|
|
|
14058
14302
|
发布时间:2022-03-16 08:05:40
|
|
@@ -17520,6 +17764,27 @@
|
|
|
17520
17764
|
|
|
17521
17765
|
## 日志服务(cls) 版本:2020-10-16
|
|
17522
17766
|
|
|
17767
|
+
### 第 17 次发布
|
|
17768
|
+
|
|
17769
|
+
发布时间:2022-04-07 06:21:48
|
|
17770
|
+
|
|
17771
|
+
本次发布包含了以下内容:
|
|
17772
|
+
|
|
17773
|
+
改善已有的文档。
|
|
17774
|
+
|
|
17775
|
+
新增接口:
|
|
17776
|
+
|
|
17777
|
+
* [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
|
|
17778
|
+
* [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
|
|
17779
|
+
* [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
|
|
17780
|
+
* [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
|
|
17781
|
+
|
|
17782
|
+
新增数据结构:
|
|
17783
|
+
|
|
17784
|
+
* [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
|
|
17785
|
+
* [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
|
|
17786
|
+
* [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
|
|
17787
|
+
|
|
17523
17788
|
### 第 16 次发布
|
|
17524
17789
|
|
|
17525
17790
|
发布时间:2022-03-29 08:06:55
|
|
@@ -21190,6 +21455,21 @@
|
|
|
21190
21455
|
|
|
21191
21456
|
## 云服务器(cvm) 版本:2017-03-12
|
|
21192
21457
|
|
|
21458
|
+
### 第 77 次发布
|
|
21459
|
+
|
|
21460
|
+
发布时间:2022-04-08 06:05:15
|
|
21461
|
+
|
|
21462
|
+
本次发布包含了以下内容:
|
|
21463
|
+
|
|
21464
|
+
改善已有的文档。
|
|
21465
|
+
|
|
21466
|
+
修改接口:
|
|
21467
|
+
|
|
21468
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
21469
|
+
|
|
21470
|
+
* 新增入参:DisableApiTermination
|
|
21471
|
+
|
|
21472
|
+
|
|
21193
21473
|
### 第 76 次发布
|
|
21194
21474
|
|
|
21195
21475
|
发布时间:2022-03-28 08:06:12
|
|
@@ -34329,6 +34609,21 @@
|
|
|
34329
34609
|
|
|
34330
34610
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
34331
34611
|
|
|
34612
|
+
### 第 17 次发布
|
|
34613
|
+
|
|
34614
|
+
发布时间:2022-04-08 06:07:59
|
|
34615
|
+
|
|
34616
|
+
本次发布包含了以下内容:
|
|
34617
|
+
|
|
34618
|
+
改善已有的文档。
|
|
34619
|
+
|
|
34620
|
+
修改接口:
|
|
34621
|
+
|
|
34622
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1162/40740)
|
|
34623
|
+
|
|
34624
|
+
* 新增入参:RunMode
|
|
34625
|
+
|
|
34626
|
+
|
|
34332
34627
|
### 第 16 次发布
|
|
34333
34628
|
|
|
34334
34629
|
发布时间:2022-01-11 08:09:37
|
|
@@ -36389,6 +36684,35 @@
|
|
|
36389
36684
|
|
|
36390
36685
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
36391
36686
|
|
|
36687
|
+
### 第 7 次发布
|
|
36688
|
+
|
|
36689
|
+
发布时间:2022-04-08 06:08:23
|
|
36690
|
+
|
|
36691
|
+
本次发布包含了以下内容:
|
|
36692
|
+
|
|
36693
|
+
改善已有的文档。
|
|
36694
|
+
|
|
36695
|
+
新增接口:
|
|
36696
|
+
|
|
36697
|
+
* [[BuildMessageRoute](https://cloud.tencent.com/document/api/1118/72274)](https://cloud.tencent.com/document/api/#/#)
|
|
36698
|
+
* [[CreateEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72273)](https://cloud.tencent.com/document/api/#/#)
|
|
36699
|
+
* [[CreateIotDevice](https://cloud.tencent.com/document/api/1118/72272)](https://cloud.tencent.com/document/api/#/#)
|
|
36700
|
+
* [[CreateMessageRoute](https://cloud.tencent.com/document/api/1118/72271)](https://cloud.tencent.com/document/api/#/#)
|
|
36701
|
+
* [[DeleteEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72270)](https://cloud.tencent.com/document/api/#/#)
|
|
36702
|
+
* [[DeleteIotDevice](https://cloud.tencent.com/document/api/1118/72269)](https://cloud.tencent.com/document/api/#/#)
|
|
36703
|
+
* [[DeleteMessageRoute](https://cloud.tencent.com/document/api/1118/72268)](https://cloud.tencent.com/document/api/#/#)
|
|
36704
|
+
* [[DescribeIotDevice](https://cloud.tencent.com/document/api/1118/72267)](https://cloud.tencent.com/document/api/#/#)
|
|
36705
|
+
* [[DescribeIotDevices](https://cloud.tencent.com/document/api/1118/72266)](https://cloud.tencent.com/document/api/#/#)
|
|
36706
|
+
* [[DescribeMessageRouteList](https://cloud.tencent.com/document/api/1118/72265)](https://cloud.tencent.com/document/api/#/#)
|
|
36707
|
+
* [[ModifyIotDevice](https://cloud.tencent.com/document/api/1118/72264)](https://cloud.tencent.com/document/api/#/#)
|
|
36708
|
+
* [[SetRouteOnOff](https://cloud.tencent.com/document/api/1118/72263)](https://cloud.tencent.com/document/api/#/#)
|
|
36709
|
+
|
|
36710
|
+
新增数据结构:
|
|
36711
|
+
|
|
36712
|
+
* [[DeleteEdgeUnitDevicesDevice](https://cloud.tencent.com/document/api/1118/66797#DeleteEdgeUnitDevicesDevice)](https://cloud.tencent.com/document/api/1118/66797#[DeleteEdgeUnitDevicesDevice](https://cloud.tencent.com/document/api/1118/66797#DeleteEdgeUnitDevicesDevice))
|
|
36713
|
+
* [[IotDevicesInfo](https://cloud.tencent.com/document/api/1118/66797#IotDevicesInfo)](https://cloud.tencent.com/document/api/1118/66797#[IotDevicesInfo](https://cloud.tencent.com/document/api/1118/66797#IotDevicesInfo))
|
|
36714
|
+
* [[RouteInfo](https://cloud.tencent.com/document/api/1118/66797#RouteInfo)](https://cloud.tencent.com/document/api/1118/66797#[RouteInfo](https://cloud.tencent.com/document/api/1118/66797#RouteInfo))
|
|
36715
|
+
|
|
36392
36716
|
### 第 6 次发布
|
|
36393
36717
|
|
|
36394
36718
|
发布时间:2022-03-23 08:07:34
|
|
@@ -40557,6 +40881,21 @@
|
|
|
40557
40881
|
|
|
40558
40882
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
40559
40883
|
|
|
40884
|
+
### 第 28 次发布
|
|
40885
|
+
|
|
40886
|
+
发布时间:2022-04-08 06:09:37
|
|
40887
|
+
|
|
40888
|
+
本次发布包含了以下内容:
|
|
40889
|
+
|
|
40890
|
+
改善已有的文档。
|
|
40891
|
+
|
|
40892
|
+
修改接口:
|
|
40893
|
+
|
|
40894
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
40895
|
+
|
|
40896
|
+
* 新增入参:AutoVoucher
|
|
40897
|
+
|
|
40898
|
+
|
|
40560
40899
|
### 第 27 次发布
|
|
40561
40900
|
|
|
40562
40901
|
发布时间:2022-04-01 06:11:10
|
|
@@ -55174,6 +55513,30 @@
|
|
|
55174
55513
|
|
|
55175
55514
|
## 标签(tag) 版本:2018-08-13
|
|
55176
55515
|
|
|
55516
|
+
### 第 10 次发布
|
|
55517
|
+
|
|
55518
|
+
发布时间:2022-04-08 06:12:35
|
|
55519
|
+
|
|
55520
|
+
本次发布包含了以下内容:
|
|
55521
|
+
|
|
55522
|
+
改善已有的文档。
|
|
55523
|
+
|
|
55524
|
+
新增接口:
|
|
55525
|
+
|
|
55526
|
+
* [[CreateTags](https://cloud.tencent.com/document/api/651/72282)](https://cloud.tencent.com/document/api/#/#)
|
|
55527
|
+
* [[DeleteTags](https://cloud.tencent.com/document/api/651/72281)](https://cloud.tencent.com/document/api/#/#)
|
|
55528
|
+
* [[GetResources](https://cloud.tencent.com/document/api/651/72278)](https://cloud.tencent.com/document/api/#/#)
|
|
55529
|
+
* [[GetTagKeys](https://cloud.tencent.com/document/api/651/72277)](https://cloud.tencent.com/document/api/#/#)
|
|
55530
|
+
* [[GetTagValues](https://cloud.tencent.com/document/api/651/72276)](https://cloud.tencent.com/document/api/#/#)
|
|
55531
|
+
* [[GetTags](https://cloud.tencent.com/document/api/651/72275)](https://cloud.tencent.com/document/api/#/#)
|
|
55532
|
+
* [[TagResources](https://cloud.tencent.com/document/api/651/72280)](https://cloud.tencent.com/document/api/#/#)
|
|
55533
|
+
* [[UnTagResources](https://cloud.tencent.com/document/api/651/72279)](https://cloud.tencent.com/document/api/#/#)
|
|
55534
|
+
|
|
55535
|
+
新增数据结构:
|
|
55536
|
+
|
|
55537
|
+
* [[FailedResource](https://cloud.tencent.com/document/api/651/35327#FailedResource)](https://cloud.tencent.com/document/api/651/35327#[FailedResource](https://cloud.tencent.com/document/api/651/35327#FailedResource))
|
|
55538
|
+
* [[ResourceTagMapping](https://cloud.tencent.com/document/api/651/35327#ResourceTagMapping)](https://cloud.tencent.com/document/api/651/35327#[ResourceTagMapping](https://cloud.tencent.com/document/api/651/35327#ResourceTagMapping))
|
|
55539
|
+
|
|
55177
55540
|
### 第 9 次发布
|
|
55178
55541
|
|
|
55179
55542
|
发布时间:2020-07-30 08:15:41
|
|
@@ -60110,6 +60473,33 @@
|
|
|
60110
60473
|
|
|
60111
60474
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
60112
60475
|
|
|
60476
|
+
### 第 32 次发布
|
|
60477
|
+
|
|
60478
|
+
发布时间:2022-04-08 06:13:51
|
|
60479
|
+
|
|
60480
|
+
本次发布包含了以下内容:
|
|
60481
|
+
|
|
60482
|
+
改善已有的文档。
|
|
60483
|
+
|
|
60484
|
+
修改数据结构:
|
|
60485
|
+
|
|
60486
|
+
* [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
|
|
60487
|
+
|
|
60488
|
+
* 新增成员:RetentionSizeInMB
|
|
60489
|
+
|
|
60490
|
+
* [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
|
|
60491
|
+
|
|
60492
|
+
* 新增成员:Status
|
|
60493
|
+
|
|
60494
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
60495
|
+
|
|
60496
|
+
* 新增成员:SupportNamespaceEndpoint
|
|
60497
|
+
|
|
60498
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
60499
|
+
|
|
60500
|
+
* 新增成员:PublicEndpoint, VpcEndpoint
|
|
60501
|
+
|
|
60502
|
+
|
|
60113
60503
|
### 第 31 次发布
|
|
60114
60504
|
|
|
60115
60505
|
发布时间:2022-03-24 20:46:23
|
|
@@ -63268,6 +63658,21 @@
|
|
|
63268
63658
|
|
|
63269
63659
|
## 容器服务(tke) 版本:2018-05-25
|
|
63270
63660
|
|
|
63661
|
+
### 第 96 次发布
|
|
63662
|
+
|
|
63663
|
+
发布时间:2022-04-06 17:49:55
|
|
63664
|
+
|
|
63665
|
+
本次发布包含了以下内容:
|
|
63666
|
+
|
|
63667
|
+
改善已有的文档。
|
|
63668
|
+
|
|
63669
|
+
修改数据结构:
|
|
63670
|
+
|
|
63671
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
63672
|
+
|
|
63673
|
+
* 新增成员:ClusterLevel, AutoUpgradeClusterLevel
|
|
63674
|
+
|
|
63675
|
+
|
|
63271
63676
|
### 第 95 次发布
|
|
63272
63677
|
|
|
63273
63678
|
发布时间:2022-04-01 20:14:58
|