tencentcloud-sdk-nodejs 4.0.573 → 4.0.574
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 +191 -0
- package/SERVICE_CHANGELOG.md +349 -48
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +13 -12
- package/src/services/billing/v20180709/billing_models.ts +4 -4
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cfw/v20190904/cfw_client.ts +4 -3
- package/src/services/cfw/v20190904/cfw_models.ts +109 -75
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +5 -5
- package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +116 -104
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +32 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -13
- package/src/services/essbasic/v20210526/essbasic_models.ts +26 -3
- package/src/services/lcic/v20220817/lcic_models.ts +2 -2
- package/src/services/pts/v20210728/pts_client.ts +27 -14
- package/src/services/pts/v20210728/pts_models.ts +260 -172
- package/src/services/teo/v20220901/teo_client.ts +8 -4
- package/src/services/teo/v20220901/teo_models.ts +209 -52
- package/src/services/tke/v20180525/tke_models.ts +9 -4
- package/src/services/trro/v20220325/trro_client.ts +158 -83
- package/src/services/trro/v20220325/trro_models.ts +380 -12
- package/src/services/waf/v20180125/waf_client.ts +14 -0
- package/src/services/waf/v20180125/waf_models.ts +180 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +11 -10
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -4
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -61
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -5
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +41 -37
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +60 -54
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +28 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +2 -2
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +9 -5
- package/tencentcloud/services/pts/v20210728/pts_client.js +12 -6
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +221 -146
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +180 -46
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -4
- package/tencentcloud/services/trro/v20220325/trro_client.d.ts +53 -29
- package/tencentcloud/services/trro/v20220325/trro_client.js +78 -42
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +321 -10
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +149 -0
- package/test/cloudstudio.v20210524.test.js +46 -36
- package/test/pts.v20210728.test.js +14 -4
- package/test/trro.v20220325.test.js +88 -28
- package/test/waf.v20180125.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,194 @@
|
|
|
1
|
+
# Release 4.0.574
|
|
2
|
+
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
|
+
|
|
5
|
+
### 第 24 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-04-05 01:07:23
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, SubServiceType, UsrAudioKey
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
23
|
+
|
|
24
|
+
### 第 32 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-04-05 01:16:43
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增数据结构:
|
|
33
|
+
|
|
34
|
+
* [BetaInfoByACL](https://cloud.tencent.com/document/api/1132/49071#BetaInfoByACL)
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
39
|
+
|
|
40
|
+
* 新增成员:BetaList
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
46
|
+
|
|
47
|
+
### 第 3 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-04-05 01:18:28
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeWorkspaceIsReady](https://cloud.tencent.com/document/api/1039/89895)
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [DescribeWorkspaceNameExist](https://cloud.tencent.com/document/api/1039/80539)
|
|
62
|
+
|
|
63
|
+
* 新增出参:Data
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云压测(pts) 版本:2021-07-28
|
|
69
|
+
|
|
70
|
+
### 第 11 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2023-04-05 01:50:08
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
新增接口:
|
|
79
|
+
|
|
80
|
+
* [DescribeErrorSummary](https://cloud.tencent.com/document/api/1484/89896)
|
|
81
|
+
|
|
82
|
+
新增数据结构:
|
|
83
|
+
|
|
84
|
+
* [ErrorSummary](https://cloud.tencent.com/document/api/1484/78100#ErrorSummary)
|
|
85
|
+
|
|
86
|
+
修改数据结构:
|
|
87
|
+
|
|
88
|
+
* [Concurrency](https://cloud.tencent.com/document/api/1484/78100#Concurrency)
|
|
89
|
+
|
|
90
|
+
* 新增成员:Resources
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
96
|
+
|
|
97
|
+
### 第 38 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2023-04-05 01:58:24
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
新增数据结构:
|
|
106
|
+
|
|
107
|
+
* [AlgDetectJS](https://cloud.tencent.com/document/api/1552/80721#AlgDetectJS)
|
|
108
|
+
* [AlgDetectResult](https://cloud.tencent.com/document/api/1552/80721#AlgDetectResult)
|
|
109
|
+
* [AlgDetectRule](https://cloud.tencent.com/document/api/1552/80721#AlgDetectRule)
|
|
110
|
+
* [AlgDetectSession](https://cloud.tencent.com/document/api/1552/80721#AlgDetectSession)
|
|
111
|
+
|
|
112
|
+
修改数据结构:
|
|
113
|
+
|
|
114
|
+
* [BotConfig](https://cloud.tencent.com/document/api/1552/80721#BotConfig)
|
|
115
|
+
|
|
116
|
+
* 新增成员:AlgDetectRule
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
126
|
+
|
|
127
|
+
### 第 143 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2023-04-05 02:04:02
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
修改接口:
|
|
136
|
+
|
|
137
|
+
* [DescribeClusterReleases](https://cloud.tencent.com/document/api/457/83755)
|
|
138
|
+
|
|
139
|
+
* 新增入参:ClusterType
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
145
|
+
|
|
146
|
+
### 第 2 次发布
|
|
147
|
+
|
|
148
|
+
发布时间:2023-04-05 02:05:51
|
|
149
|
+
|
|
150
|
+
本次发布包含了以下内容:
|
|
151
|
+
|
|
152
|
+
改善已有的文档。
|
|
153
|
+
|
|
154
|
+
新增接口:
|
|
155
|
+
|
|
156
|
+
* [BoundLicenses](https://cloud.tencent.com/document/api/1584/89904)
|
|
157
|
+
* [DescribeRecentSessionList](https://cloud.tencent.com/document/api/1584/89905)
|
|
158
|
+
* [GetDeviceLicense](https://cloud.tencent.com/document/api/1584/89903)
|
|
159
|
+
* [GetDevices](https://cloud.tencent.com/document/api/1584/89902)
|
|
160
|
+
* [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
|
|
161
|
+
* [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
|
|
162
|
+
|
|
163
|
+
新增数据结构:
|
|
164
|
+
|
|
165
|
+
* [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
|
|
166
|
+
* [License](https://cloud.tencent.com/document/api/1584/89828#License)
|
|
167
|
+
* [RecentSessionInfo](https://cloud.tencent.com/document/api/1584/89828#RecentSessionInfo)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
172
|
+
|
|
173
|
+
### 第 28 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2023-04-05 02:09:55
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [CreateHost](https://cloud.tencent.com/document/api/627/89906)
|
|
184
|
+
|
|
185
|
+
新增数据结构:
|
|
186
|
+
|
|
187
|
+
* [HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord)
|
|
188
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/627/53609#LoadBalancer)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
1
192
|
# Release 4.0.573
|
|
2
193
|
|
|
3
194
|
## 远程实时操控(trro) 版本:2022-03-25
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,151 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
|
+
|
|
5
|
+
### 第 24 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-04-05 01:07:23
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, SubServiceType, UsrAudioKey
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
23
|
+
|
|
24
|
+
### 第 32 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-04-05 01:16:43
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增数据结构:
|
|
33
|
+
|
|
34
|
+
* [BetaInfoByACL](https://cloud.tencent.com/document/api/1132/49071#BetaInfoByACL)
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
39
|
+
|
|
40
|
+
* 新增成员:BetaList
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
46
|
+
|
|
47
|
+
### 第 3 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-04-05 01:18:28
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeWorkspaceIsReady](https://cloud.tencent.com/document/api/1039/89895)
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [DescribeWorkspaceNameExist](https://cloud.tencent.com/document/api/1039/80539)
|
|
62
|
+
|
|
63
|
+
* 新增出参:Data
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云压测(pts) 版本:2021-07-28
|
|
69
|
+
|
|
70
|
+
### 第 11 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2023-04-05 01:50:08
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
新增接口:
|
|
79
|
+
|
|
80
|
+
* [DescribeErrorSummary](https://cloud.tencent.com/document/api/1484/89896)
|
|
81
|
+
|
|
82
|
+
新增数据结构:
|
|
83
|
+
|
|
84
|
+
* [ErrorSummary](https://cloud.tencent.com/document/api/1484/78100#ErrorSummary)
|
|
85
|
+
|
|
86
|
+
修改数据结构:
|
|
87
|
+
|
|
88
|
+
* [Concurrency](https://cloud.tencent.com/document/api/1484/78100#Concurrency)
|
|
89
|
+
|
|
90
|
+
* 新增成员:Resources
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
96
|
+
|
|
97
|
+
### 第 38 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2023-04-05 01:58:24
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
新增数据结构:
|
|
106
|
+
|
|
107
|
+
* [AlgDetectJS](https://cloud.tencent.com/document/api/1552/80721#AlgDetectJS)
|
|
108
|
+
* [AlgDetectResult](https://cloud.tencent.com/document/api/1552/80721#AlgDetectResult)
|
|
109
|
+
* [AlgDetectRule](https://cloud.tencent.com/document/api/1552/80721#AlgDetectRule)
|
|
110
|
+
* [AlgDetectSession](https://cloud.tencent.com/document/api/1552/80721#AlgDetectSession)
|
|
111
|
+
|
|
112
|
+
修改数据结构:
|
|
113
|
+
|
|
114
|
+
* [BotConfig](https://cloud.tencent.com/document/api/1552/80721#BotConfig)
|
|
115
|
+
|
|
116
|
+
* 新增成员:AlgDetectRule
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
126
|
+
|
|
127
|
+
### 第 143 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2023-04-05 02:04:02
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
修改接口:
|
|
136
|
+
|
|
137
|
+
* [DescribeClusterReleases](https://cloud.tencent.com/document/api/457/83755)
|
|
138
|
+
|
|
139
|
+
* 新增入参:ClusterType
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
3
144
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
4
145
|
|
|
5
|
-
### 第
|
|
146
|
+
### 第 2 次发布
|
|
6
147
|
|
|
7
|
-
发布时间:2023-04-
|
|
148
|
+
发布时间:2023-04-05 02:05:51
|
|
8
149
|
|
|
9
150
|
本次发布包含了以下内容:
|
|
10
151
|
|
|
@@ -12,32 +153,39 @@
|
|
|
12
153
|
|
|
13
154
|
新增接口:
|
|
14
155
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [
|
|
18
|
-
* [
|
|
19
|
-
* [
|
|
20
|
-
* [
|
|
21
|
-
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
22
|
-
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
23
|
-
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
24
|
-
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
25
|
-
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
26
|
-
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
27
|
-
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
28
|
-
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
29
|
-
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
30
|
-
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
31
|
-
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
156
|
+
* [BoundLicenses](https://cloud.tencent.com/document/api/1584/89904)
|
|
157
|
+
* [DescribeRecentSessionList](https://cloud.tencent.com/document/api/1584/89905)
|
|
158
|
+
* [GetDeviceLicense](https://cloud.tencent.com/document/api/1584/89903)
|
|
159
|
+
* [GetDevices](https://cloud.tencent.com/document/api/1584/89902)
|
|
160
|
+
* [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
|
|
161
|
+
* [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
|
|
32
162
|
|
|
33
163
|
新增数据结构:
|
|
34
164
|
|
|
35
|
-
* [
|
|
36
|
-
* [
|
|
37
|
-
* [
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
165
|
+
* [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
|
|
166
|
+
* [License](https://cloud.tencent.com/document/api/1584/89828#License)
|
|
167
|
+
* [RecentSessionInfo](https://cloud.tencent.com/document/api/1584/89828#RecentSessionInfo)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
172
|
+
|
|
173
|
+
### 第 28 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2023-04-05 02:09:55
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [CreateHost](https://cloud.tencent.com/document/api/627/89906)
|
|
184
|
+
|
|
185
|
+
新增数据结构:
|
|
186
|
+
|
|
187
|
+
* [HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord)
|
|
188
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/627/53609#LoadBalancer)
|
|
41
189
|
|
|
42
190
|
|
|
43
191
|
|
|
@@ -5445,6 +5593,21 @@
|
|
|
5445
5593
|
|
|
5446
5594
|
## 语音识别(asr) 版本:2019-06-14
|
|
5447
5595
|
|
|
5596
|
+
### 第 24 次发布
|
|
5597
|
+
|
|
5598
|
+
发布时间:2023-04-05 01:07:23
|
|
5599
|
+
|
|
5600
|
+
本次发布包含了以下内容:
|
|
5601
|
+
|
|
5602
|
+
改善已有的文档。
|
|
5603
|
+
|
|
5604
|
+
修改接口:
|
|
5605
|
+
|
|
5606
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
5607
|
+
|
|
5608
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, SubServiceType, UsrAudioKey
|
|
5609
|
+
|
|
5610
|
+
|
|
5448
5611
|
### 第 23 次发布
|
|
5449
5612
|
|
|
5450
5613
|
发布时间:2023-02-09 01:04:17
|
|
@@ -19006,6 +19169,25 @@
|
|
|
19006
19169
|
|
|
19007
19170
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
19008
19171
|
|
|
19172
|
+
### 第 32 次发布
|
|
19173
|
+
|
|
19174
|
+
发布时间:2023-04-05 01:16:43
|
|
19175
|
+
|
|
19176
|
+
本次发布包含了以下内容:
|
|
19177
|
+
|
|
19178
|
+
改善已有的文档。
|
|
19179
|
+
|
|
19180
|
+
新增数据结构:
|
|
19181
|
+
|
|
19182
|
+
* [[BetaInfoByACL](https://cloud.tencent.com/document/api/1132/49071#BetaInfoByACL)](https://cloud.tencent.com/document/api/1132/49071#[BetaInfoByACL](https://cloud.tencent.com/document/api/1132/49071#BetaInfoByACL))
|
|
19183
|
+
|
|
19184
|
+
修改数据结构:
|
|
19185
|
+
|
|
19186
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
19187
|
+
|
|
19188
|
+
* 新增成员:BetaList
|
|
19189
|
+
|
|
19190
|
+
|
|
19009
19191
|
### 第 31 次发布
|
|
19010
19192
|
|
|
19011
19193
|
发布时间:2023-02-28 01:12:39
|
|
@@ -24269,6 +24451,25 @@
|
|
|
24269
24451
|
|
|
24270
24452
|
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
24271
24453
|
|
|
24454
|
+
### 第 3 次发布
|
|
24455
|
+
|
|
24456
|
+
发布时间:2023-04-05 01:18:28
|
|
24457
|
+
|
|
24458
|
+
本次发布包含了以下内容:
|
|
24459
|
+
|
|
24460
|
+
改善已有的文档。
|
|
24461
|
+
|
|
24462
|
+
新增接口:
|
|
24463
|
+
|
|
24464
|
+
* [[DescribeWorkspaceIsReady](https://cloud.tencent.com/document/api/1039/89895)](https://cloud.tencent.com/document/api/#/#)
|
|
24465
|
+
|
|
24466
|
+
修改接口:
|
|
24467
|
+
|
|
24468
|
+
* [DescribeWorkspaceNameExist](https://cloud.tencent.com/document/api/1039/80539)
|
|
24469
|
+
|
|
24470
|
+
* 新增出参:Data
|
|
24471
|
+
|
|
24472
|
+
|
|
24272
24473
|
### 第 2 次发布
|
|
24273
24474
|
|
|
24274
24475
|
发布时间:2023-03-02 01:11:42
|
|
@@ -73078,6 +73279,29 @@
|
|
|
73078
73279
|
|
|
73079
73280
|
## 云压测(pts) 版本:2021-07-28
|
|
73080
73281
|
|
|
73282
|
+
### 第 11 次发布
|
|
73283
|
+
|
|
73284
|
+
发布时间:2023-04-05 01:50:08
|
|
73285
|
+
|
|
73286
|
+
本次发布包含了以下内容:
|
|
73287
|
+
|
|
73288
|
+
改善已有的文档。
|
|
73289
|
+
|
|
73290
|
+
新增接口:
|
|
73291
|
+
|
|
73292
|
+
* [[DescribeErrorSummary](https://cloud.tencent.com/document/api/1484/89896)](https://cloud.tencent.com/document/api/#/#)
|
|
73293
|
+
|
|
73294
|
+
新增数据结构:
|
|
73295
|
+
|
|
73296
|
+
* [[ErrorSummary](https://cloud.tencent.com/document/api/1484/78100#ErrorSummary)](https://cloud.tencent.com/document/api/1484/78100#[ErrorSummary](https://cloud.tencent.com/document/api/1484/78100#ErrorSummary))
|
|
73297
|
+
|
|
73298
|
+
修改数据结构:
|
|
73299
|
+
|
|
73300
|
+
* [Concurrency](https://cloud.tencent.com/document/api/1484/78100#Concurrency)
|
|
73301
|
+
|
|
73302
|
+
* 新增成员:Resources
|
|
73303
|
+
|
|
73304
|
+
|
|
73081
73305
|
### 第 10 次发布
|
|
73082
73306
|
|
|
73083
73307
|
发布时间:2023-03-02 01:32:50
|
|
@@ -90315,6 +90539,28 @@
|
|
|
90315
90539
|
|
|
90316
90540
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
90317
90541
|
|
|
90542
|
+
### 第 38 次发布
|
|
90543
|
+
|
|
90544
|
+
发布时间:2023-04-05 01:58:24
|
|
90545
|
+
|
|
90546
|
+
本次发布包含了以下内容:
|
|
90547
|
+
|
|
90548
|
+
改善已有的文档。
|
|
90549
|
+
|
|
90550
|
+
新增数据结构:
|
|
90551
|
+
|
|
90552
|
+
* [[AlgDetectJS](https://cloud.tencent.com/document/api/1552/80721#AlgDetectJS)](https://cloud.tencent.com/document/api/1552/80721#[AlgDetectJS](https://cloud.tencent.com/document/api/1552/80721#AlgDetectJS))
|
|
90553
|
+
* [[AlgDetectResult](https://cloud.tencent.com/document/api/1552/80721#AlgDetectResult)](https://cloud.tencent.com/document/api/1552/80721#[AlgDetectResult](https://cloud.tencent.com/document/api/1552/80721#AlgDetectResult))
|
|
90554
|
+
* [[AlgDetectRule](https://cloud.tencent.com/document/api/1552/80721#AlgDetectRule)](https://cloud.tencent.com/document/api/1552/80721#[AlgDetectRule](https://cloud.tencent.com/document/api/1552/80721#AlgDetectRule))
|
|
90555
|
+
* [[AlgDetectSession](https://cloud.tencent.com/document/api/1552/80721#AlgDetectSession)](https://cloud.tencent.com/document/api/1552/80721#[AlgDetectSession](https://cloud.tencent.com/document/api/1552/80721#AlgDetectSession))
|
|
90556
|
+
|
|
90557
|
+
修改数据结构:
|
|
90558
|
+
|
|
90559
|
+
* [BotConfig](https://cloud.tencent.com/document/api/1552/80721#BotConfig)
|
|
90560
|
+
|
|
90561
|
+
* 新增成员:AlgDetectRule
|
|
90562
|
+
|
|
90563
|
+
|
|
90318
90564
|
### 第 37 次发布
|
|
90319
90565
|
|
|
90320
90566
|
发布时间:2023-03-23 02:39:19
|
|
@@ -94518,6 +94764,21 @@
|
|
|
94518
94764
|
|
|
94519
94765
|
## 容器服务(tke) 版本:2018-05-25
|
|
94520
94766
|
|
|
94767
|
+
### 第 143 次发布
|
|
94768
|
+
|
|
94769
|
+
发布时间:2023-04-05 02:04:02
|
|
94770
|
+
|
|
94771
|
+
本次发布包含了以下内容:
|
|
94772
|
+
|
|
94773
|
+
改善已有的文档。
|
|
94774
|
+
|
|
94775
|
+
修改接口:
|
|
94776
|
+
|
|
94777
|
+
* [DescribeClusterReleases](https://cloud.tencent.com/document/api/457/83755)
|
|
94778
|
+
|
|
94779
|
+
* 新增入参:ClusterType
|
|
94780
|
+
|
|
94781
|
+
|
|
94521
94782
|
### 第 142 次发布
|
|
94522
94783
|
|
|
94523
94784
|
发布时间:2023-04-04 01:48:42
|
|
@@ -98194,6 +98455,29 @@
|
|
|
98194
98455
|
|
|
98195
98456
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
98196
98457
|
|
|
98458
|
+
### 第 2 次发布
|
|
98459
|
+
|
|
98460
|
+
发布时间:2023-04-05 02:05:51
|
|
98461
|
+
|
|
98462
|
+
本次发布包含了以下内容:
|
|
98463
|
+
|
|
98464
|
+
改善已有的文档。
|
|
98465
|
+
|
|
98466
|
+
新增接口:
|
|
98467
|
+
|
|
98468
|
+
* [[BoundLicenses](https://cloud.tencent.com/document/api/1584/89904)](https://cloud.tencent.com/document/api/#/#)
|
|
98469
|
+
* [[DescribeRecentSessionList](https://cloud.tencent.com/document/api/1584/89905)](https://cloud.tencent.com/document/api/#/#)
|
|
98470
|
+
* [[GetDeviceLicense](https://cloud.tencent.com/document/api/1584/89903)](https://cloud.tencent.com/document/api/#/#)
|
|
98471
|
+
* [[GetDevices](https://cloud.tencent.com/document/api/1584/89902)](https://cloud.tencent.com/document/api/#/#)
|
|
98472
|
+
* [[GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)](https://cloud.tencent.com/document/api/#/#)
|
|
98473
|
+
* [[GetLicenses](https://cloud.tencent.com/document/api/1584/89900)](https://cloud.tencent.com/document/api/#/#)
|
|
98474
|
+
|
|
98475
|
+
新增数据结构:
|
|
98476
|
+
|
|
98477
|
+
* [[Device](https://cloud.tencent.com/document/api/1584/89828#Device)](https://cloud.tencent.com/document/api/1584/89828#[Device](https://cloud.tencent.com/document/api/1584/89828#Device))
|
|
98478
|
+
* [[License](https://cloud.tencent.com/document/api/1584/89828#License)](https://cloud.tencent.com/document/api/1584/89828#[License](https://cloud.tencent.com/document/api/1584/89828#License))
|
|
98479
|
+
* [[RecentSessionInfo](https://cloud.tencent.com/document/api/1584/89828#RecentSessionInfo)](https://cloud.tencent.com/document/api/1584/89828#[RecentSessionInfo](https://cloud.tencent.com/document/api/1584/89828#RecentSessionInfo))
|
|
98480
|
+
|
|
98197
98481
|
### 第 1 次发布
|
|
98198
98482
|
|
|
98199
98483
|
发布时间:2023-04-04 09:21:02
|
|
@@ -98204,32 +98488,32 @@
|
|
|
98204
98488
|
|
|
98205
98489
|
新增接口:
|
|
98206
98490
|
|
|
98207
|
-
* [
|
|
98208
|
-
* [
|
|
98209
|
-
* [
|
|
98210
|
-
* [
|
|
98211
|
-
* [
|
|
98212
|
-
* [
|
|
98213
|
-
* [
|
|
98214
|
-
* [
|
|
98215
|
-
* [
|
|
98216
|
-
* [
|
|
98217
|
-
* [
|
|
98218
|
-
* [
|
|
98219
|
-
* [
|
|
98220
|
-
* [
|
|
98221
|
-
* [
|
|
98222
|
-
* [
|
|
98223
|
-
* [
|
|
98491
|
+
* [BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)
|
|
98492
|
+
* [BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)
|
|
98493
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/1584/89817)
|
|
98494
|
+
* [CreateProject](https://cloud.tencent.com/document/api/1584/89812)
|
|
98495
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1584/89811)
|
|
98496
|
+
* [DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)
|
|
98497
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
98498
|
+
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
98499
|
+
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
98500
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
98501
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
98502
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
98503
|
+
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
98504
|
+
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
98505
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
98506
|
+
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
98507
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
98224
98508
|
|
|
98225
98509
|
新增数据结构:
|
|
98226
98510
|
|
|
98227
|
-
* [
|
|
98228
|
-
* [
|
|
98229
|
-
* [
|
|
98230
|
-
* [
|
|
98231
|
-
* [
|
|
98232
|
-
* [
|
|
98511
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)
|
|
98512
|
+
* [PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)
|
|
98513
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)
|
|
98514
|
+
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
98515
|
+
* [SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)
|
|
98516
|
+
* [SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)
|
|
98233
98517
|
|
|
98234
98518
|
|
|
98235
98519
|
|
|
@@ -110250,6 +110534,23 @@
|
|
|
110250
110534
|
|
|
110251
110535
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
110252
110536
|
|
|
110537
|
+
### 第 28 次发布
|
|
110538
|
+
|
|
110539
|
+
发布时间:2023-04-05 02:09:55
|
|
110540
|
+
|
|
110541
|
+
本次发布包含了以下内容:
|
|
110542
|
+
|
|
110543
|
+
改善已有的文档。
|
|
110544
|
+
|
|
110545
|
+
新增接口:
|
|
110546
|
+
|
|
110547
|
+
* [[CreateHost](https://cloud.tencent.com/document/api/627/89906)](https://cloud.tencent.com/document/api/#/#)
|
|
110548
|
+
|
|
110549
|
+
新增数据结构:
|
|
110550
|
+
|
|
110551
|
+
* [[HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord)](https://cloud.tencent.com/document/api/627/53609#[HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord))
|
|
110552
|
+
* [[LoadBalancer](https://cloud.tencent.com/document/api/627/53609#LoadBalancer)](https://cloud.tencent.com/document/api/627/53609#[LoadBalancer](https://cloud.tencent.com/document/api/627/53609#LoadBalancer))
|
|
110553
|
+
|
|
110253
110554
|
### 第 27 次发布
|
|
110254
110555
|
|
|
110255
110556
|
发布时间:2023-04-04 02:20:33
|