tencentcloud-sdk-nodejs 4.0.418 → 4.0.421
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 +394 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +297 -260
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +20 -8
- package/src/services/bma/v20210624/bma_models.ts +100 -50
- package/src/services/captcha/v20190722/captcha_models.ts +0 -1
- package/src/services/ccc/v20200210/ccc_models.ts +6 -1
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_models.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/src/services/gme/v20180711/gme_client.ts +21 -61
- package/src/services/gme/v20180711/gme_models.ts +50 -236
- package/src/services/live/v20180801/live_client.ts +2 -1
- package/src/services/live/v20180801/live_models.ts +88 -5
- package/src/services/monitor/v20180724/monitor_client.ts +909 -495
- package/src/services/monitor/v20180724/monitor_models.ts +1606 -403
- package/src/services/partners/v20180321/partners_models.ts +5 -4
- package/src/services/sms/v20210111/sms_client.ts +14 -0
- package/src/services/sms/v20210111/sms_models.ts +50 -0
- package/src/services/teo/v20220106/teo_client.ts +3 -2
- package/src/services/teo/v20220106/teo_models.ts +252 -183
- package/src/services/tke/v20180525/tke_client.ts +54 -42
- package/src/services/tke/v20180525/tke_models.ts +111 -41
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +9 -3
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +86 -44
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +0 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +7 -21
- package/tencentcloud/services/gme/v20180711/gme_client.js +9 -29
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +41 -200
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +77 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +305 -169
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +449 -245
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1368 -332
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +3 -2
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +6 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +7 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +43 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +216 -150
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -15
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -21
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +98 -40
- package/test/bma.v20210624.test.js +12 -2
- package/test/gme.v20180711.test.js +6 -36
- package/test/monitor.v20180724.test.js +492 -152
- package/test/sms.v20210111.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -20
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,202 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 8 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-08-16 06:06:52
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
16
|
-
|
|
17
|
-
* 新增成员:Suggestion
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 音频内容检测(ams) 版本:2020-06-08
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
27
|
-
|
|
28
|
-
### 第 51 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2022-08-16 06:14:00
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
新增数据结构:
|
|
37
|
-
|
|
38
|
-
* [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
|
|
39
|
-
|
|
40
|
-
修改数据结构:
|
|
41
|
-
|
|
42
|
-
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
43
|
-
|
|
44
|
-
* 新增成员:TableMappings, UseTableMapping
|
|
45
|
-
|
|
46
|
-
* <font color="#dd0000">**修改成员**:</font>Topic
|
|
47
|
-
|
|
48
|
-
* [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
|
|
49
|
-
|
|
50
|
-
* 新增成员:SelfBuilt
|
|
51
|
-
|
|
52
|
-
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
53
|
-
|
|
54
|
-
* 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
|
|
55
|
-
|
|
56
|
-
* [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
|
|
57
|
-
|
|
58
|
-
* 新增成员:SelfBuilt
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
64
|
-
|
|
65
|
-
### 第 22 次发布
|
|
66
|
-
|
|
67
|
-
发布时间:2022-08-16 06:18:39
|
|
68
|
-
|
|
69
|
-
本次发布包含了以下内容:
|
|
70
|
-
|
|
71
|
-
改善已有的文档。
|
|
72
|
-
|
|
73
|
-
修改数据结构:
|
|
74
|
-
|
|
75
|
-
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
76
|
-
|
|
77
|
-
* 新增成员:UniqSubnetId, UniqVpcId, Description
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## 堡垒机(dasb) 版本:2019-10-18
|
|
83
|
-
|
|
84
|
-
### 第 3 次发布
|
|
85
|
-
|
|
86
|
-
发布时间:2022-08-16 06:19:02
|
|
87
|
-
|
|
88
|
-
本次发布包含了以下内容:
|
|
89
|
-
|
|
90
|
-
改善已有的文档。
|
|
91
|
-
|
|
92
|
-
修改接口:
|
|
93
|
-
|
|
94
|
-
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
95
|
-
|
|
96
|
-
* 新增入参:DepartmentId
|
|
97
|
-
|
|
98
|
-
* [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
|
|
99
|
-
|
|
100
|
-
* 新增入参:DepartmentId
|
|
101
|
-
|
|
102
|
-
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
103
|
-
|
|
104
|
-
* 新增入参:DepartmentId
|
|
105
|
-
|
|
106
|
-
* [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
|
|
107
|
-
|
|
108
|
-
* 新增入参:DepartmentId
|
|
109
|
-
|
|
110
|
-
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
111
|
-
|
|
112
|
-
* 新增入参:DepartmentId
|
|
113
|
-
|
|
114
|
-
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
115
|
-
|
|
116
|
-
* 新增入参:DepartmentId
|
|
117
|
-
|
|
118
|
-
* [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
|
|
119
|
-
|
|
120
|
-
* 新增入参:DepartmentId
|
|
121
|
-
|
|
122
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
123
|
-
|
|
124
|
-
* 新增入参:DepartmentId
|
|
125
|
-
|
|
126
|
-
* [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
|
|
127
|
-
|
|
128
|
-
* 新增入参:DepartmentId
|
|
129
|
-
|
|
130
|
-
* [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
|
|
131
|
-
|
|
132
|
-
* 新增入参:DepartmentId
|
|
133
|
-
|
|
134
|
-
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
135
|
-
|
|
136
|
-
* 新增入参:DepartmentId
|
|
137
|
-
|
|
138
|
-
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
139
|
-
|
|
140
|
-
* 新增入参:DepartmentId
|
|
141
|
-
|
|
142
|
-
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
143
|
-
|
|
144
|
-
* 新增入参:DepartmentId
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
新增数据结构:
|
|
148
|
-
|
|
149
|
-
* [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
|
|
150
|
-
|
|
151
|
-
修改数据结构:
|
|
152
|
-
|
|
153
|
-
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
154
|
-
|
|
155
|
-
* 新增成员:Department
|
|
156
|
-
|
|
157
|
-
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
158
|
-
|
|
159
|
-
* 新增成员:Department
|
|
160
|
-
|
|
161
|
-
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
162
|
-
|
|
163
|
-
* 新增成员:Department
|
|
164
|
-
|
|
165
|
-
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
166
|
-
|
|
167
|
-
* 新增成员:Department, DepartmentId
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## 企业集成服务(eis) 版本:2021-06-01
|
|
173
|
-
|
|
174
|
-
### 第 4 次发布
|
|
175
|
-
|
|
176
|
-
发布时间:2022-08-16 06:23:41
|
|
177
|
-
|
|
178
|
-
本次发布包含了以下内容:
|
|
179
|
-
|
|
180
|
-
改善已有的文档。
|
|
181
|
-
|
|
182
|
-
修改接口:
|
|
183
|
-
|
|
184
|
-
* [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
|
|
185
|
-
|
|
186
|
-
* 新增入参:GroupId, Status
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
## 企业集成服务(eis) 版本:2020-07-15
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
196
4
|
|
|
197
|
-
### 第
|
|
5
|
+
### 第 28 次发布
|
|
198
6
|
|
|
199
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-18 06:14:59
|
|
200
8
|
|
|
201
9
|
本次发布包含了以下内容:
|
|
202
10
|
|
|
@@ -204,29 +12,18 @@
|
|
|
204
12
|
|
|
205
13
|
修改接口:
|
|
206
14
|
|
|
207
|
-
* [
|
|
208
|
-
|
|
209
|
-
* 新增入参:RolloverBackingIndex
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
新增数据结构:
|
|
213
|
-
|
|
214
|
-
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
215
|
-
|
|
216
|
-
修改数据结构:
|
|
217
|
-
|
|
218
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
15
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
219
16
|
|
|
220
|
-
*
|
|
17
|
+
* 新增入参:Compression
|
|
221
18
|
|
|
222
19
|
|
|
223
20
|
|
|
224
21
|
|
|
225
|
-
##
|
|
22
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
226
23
|
|
|
227
|
-
### 第
|
|
24
|
+
### 第 53 次发布
|
|
228
25
|
|
|
229
|
-
发布时间:2022-08-
|
|
26
|
+
发布时间:2022-08-18 06:31:02
|
|
230
27
|
|
|
231
28
|
本次发布包含了以下内容:
|
|
232
29
|
|
|
@@ -234,72 +31,79 @@
|
|
|
234
31
|
|
|
235
32
|
新增接口:
|
|
236
33
|
|
|
237
|
-
* [
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
34
|
+
* [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
|
|
35
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
36
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
37
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
38
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
39
|
+
* [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
|
|
40
|
+
* [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
|
|
41
|
+
* [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
|
|
42
|
+
* [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
|
|
43
|
+
* [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
|
|
44
|
+
* [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
|
|
45
|
+
* [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
|
|
46
|
+
* [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
|
|
47
|
+
* [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
|
|
48
|
+
* [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
|
|
49
|
+
* [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
|
|
50
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
51
|
+
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
52
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
53
|
+
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
54
|
+
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
55
|
+
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
56
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
57
|
+
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
58
|
+
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
59
|
+
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
60
|
+
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
61
|
+
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
62
|
+
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
63
|
+
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
64
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
65
|
+
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
66
|
+
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
67
|
+
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
254
68
|
|
|
255
69
|
修改接口:
|
|
256
70
|
|
|
257
|
-
* [
|
|
258
|
-
|
|
259
|
-
* 新增入参:ReturnFullText
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
## 图像分析(tiia) 版本:2019-05-29
|
|
265
|
-
|
|
266
|
-
### 第 27 次发布
|
|
267
|
-
|
|
268
|
-
发布时间:2022-08-16 06:45:30
|
|
71
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
269
72
|
|
|
270
|
-
|
|
73
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
271
74
|
|
|
272
|
-
|
|
75
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
273
76
|
|
|
274
|
-
|
|
77
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
275
78
|
|
|
276
|
-
* [Box](https://cloud.tencent.com/document/api/865/35474#Box)
|
|
277
79
|
|
|
278
|
-
|
|
80
|
+
新增数据结构:
|
|
279
81
|
|
|
82
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
83
|
+
* [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
|
|
84
|
+
* [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
|
|
85
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
86
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
87
|
+
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
280
88
|
|
|
281
89
|
|
|
282
90
|
|
|
283
|
-
##
|
|
91
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
284
92
|
|
|
285
|
-
### 第
|
|
93
|
+
### 第 117 次发布
|
|
286
94
|
|
|
287
|
-
发布时间:2022-08-
|
|
95
|
+
发布时间:2022-08-18 06:44:32
|
|
288
96
|
|
|
289
97
|
本次发布包含了以下内容:
|
|
290
98
|
|
|
291
99
|
改善已有的文档。
|
|
292
100
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
|
|
296
|
-
|
|
297
|
-
* 新增成员:Suggestion
|
|
298
|
-
|
|
101
|
+
修改接口:
|
|
299
102
|
|
|
103
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
300
104
|
|
|
105
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
|
|
301
106
|
|
|
302
|
-
## 视频内容安全(vm) 版本:2020-07-09
|
|
303
107
|
|
|
304
108
|
|
|
305
109
|
|
|
@@ -7841,6 +7645,18 @@
|
|
|
7841
7645
|
|
|
7842
7646
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7843
7647
|
|
|
7648
|
+
### 第 5 次发布
|
|
7649
|
+
|
|
7650
|
+
发布时间:2022-08-17 06:09:30
|
|
7651
|
+
|
|
7652
|
+
本次发布包含了以下内容:
|
|
7653
|
+
|
|
7654
|
+
改善已有的文档。
|
|
7655
|
+
|
|
7656
|
+
新增接口:
|
|
7657
|
+
|
|
7658
|
+
* [CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)
|
|
7659
|
+
|
|
7844
7660
|
### 第 4 次发布
|
|
7845
7661
|
|
|
7846
7662
|
发布时间:2022-08-02 06:05:09
|
|
@@ -10898,6 +10714,21 @@
|
|
|
10898
10714
|
|
|
10899
10715
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10900
10716
|
|
|
10717
|
+
### 第 29 次发布
|
|
10718
|
+
|
|
10719
|
+
发布时间:2022-08-17 06:11:23
|
|
10720
|
+
|
|
10721
|
+
本次发布包含了以下内容:
|
|
10722
|
+
|
|
10723
|
+
改善已有的文档。
|
|
10724
|
+
|
|
10725
|
+
修改接口:
|
|
10726
|
+
|
|
10727
|
+
* [DescribeStaffInfoList](https://cloud.tencent.com/document/api/679/53309)
|
|
10728
|
+
|
|
10729
|
+
* 新增入参:SkillGroupId
|
|
10730
|
+
|
|
10731
|
+
|
|
10901
10732
|
### 第 28 次发布
|
|
10902
10733
|
|
|
10903
10734
|
发布时间:2022-08-11 06:14:26
|
|
@@ -17467,7 +17298,7 @@
|
|
|
17467
17298
|
|
|
17468
17299
|
新增数据结构:
|
|
17469
17300
|
|
|
17470
|
-
* [
|
|
17301
|
+
* [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
|
|
17471
17302
|
|
|
17472
17303
|
修改数据结构:
|
|
17473
17304
|
|
|
@@ -20393,6 +20224,21 @@
|
|
|
20393
20224
|
|
|
20394
20225
|
## 日志服务(cls) 版本:2020-10-16
|
|
20395
20226
|
|
|
20227
|
+
### 第 28 次发布
|
|
20228
|
+
|
|
20229
|
+
发布时间:2022-08-18 06:14:59
|
|
20230
|
+
|
|
20231
|
+
本次发布包含了以下内容:
|
|
20232
|
+
|
|
20233
|
+
改善已有的文档。
|
|
20234
|
+
|
|
20235
|
+
修改接口:
|
|
20236
|
+
|
|
20237
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
20238
|
+
|
|
20239
|
+
* 新增入参:Compression
|
|
20240
|
+
|
|
20241
|
+
|
|
20396
20242
|
### 第 27 次发布
|
|
20397
20243
|
|
|
20398
20244
|
发布时间:2022-08-11 06:20:21
|
|
@@ -24865,6 +24711,21 @@
|
|
|
24865
24711
|
|
|
24866
24712
|
## 云服务器(cvm) 版本:2017-03-12
|
|
24867
24713
|
|
|
24714
|
+
### 第 93 次发布
|
|
24715
|
+
|
|
24716
|
+
发布时间:2022-08-17 06:17:00
|
|
24717
|
+
|
|
24718
|
+
本次发布包含了以下内容:
|
|
24719
|
+
|
|
24720
|
+
改善已有的文档。
|
|
24721
|
+
|
|
24722
|
+
修改接口:
|
|
24723
|
+
|
|
24724
|
+
* [SyncImages](https://cloud.tencent.com/document/api/213/15711)
|
|
24725
|
+
|
|
24726
|
+
* 新增入参:ImageName
|
|
24727
|
+
|
|
24728
|
+
|
|
24868
24729
|
### 第 92 次发布
|
|
24869
24730
|
|
|
24870
24731
|
发布时间:2022-08-08 06:14:02
|
|
@@ -28832,7 +28693,7 @@
|
|
|
28832
28693
|
|
|
28833
28694
|
新增数据结构:
|
|
28834
28695
|
|
|
28835
|
-
* [
|
|
28696
|
+
* [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
|
|
28836
28697
|
|
|
28837
28698
|
修改数据结构:
|
|
28838
28699
|
|
|
@@ -36411,7 +36272,7 @@
|
|
|
36411
36272
|
|
|
36412
36273
|
新增数据结构:
|
|
36413
36274
|
|
|
36414
|
-
* [
|
|
36275
|
+
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
36415
36276
|
|
|
36416
36277
|
修改数据结构:
|
|
36417
36278
|
|
|
@@ -40197,6 +40058,25 @@
|
|
|
40197
40058
|
|
|
40198
40059
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
40199
40060
|
|
|
40061
|
+
### 第 22 次发布
|
|
40062
|
+
|
|
40063
|
+
发布时间:2022-08-17 06:24:51
|
|
40064
|
+
|
|
40065
|
+
本次发布包含了以下内容:
|
|
40066
|
+
|
|
40067
|
+
改善已有的文档。
|
|
40068
|
+
|
|
40069
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
40070
|
+
|
|
40071
|
+
* DescribeFilterResult
|
|
40072
|
+
* DescribeFilterResultList
|
|
40073
|
+
* VoiceFilter
|
|
40074
|
+
|
|
40075
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
40076
|
+
|
|
40077
|
+
* VoiceFilter
|
|
40078
|
+
* VoiceFilterInfo
|
|
40079
|
+
|
|
40200
40080
|
### 第 21 次发布
|
|
40201
40081
|
|
|
40202
40082
|
发布时间:2022-08-11 06:32:55
|
|
@@ -44286,7 +44166,7 @@
|
|
|
44286
44166
|
|
|
44287
44167
|
新增接口:
|
|
44288
44168
|
|
|
44289
|
-
* [
|
|
44169
|
+
* [DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)
|
|
44290
44170
|
|
|
44291
44171
|
### 第 5 次发布
|
|
44292
44172
|
|
|
@@ -48211,6 +48091,36 @@
|
|
|
48211
48091
|
|
|
48212
48092
|
## 云直播(live) 版本:2018-08-01
|
|
48213
48093
|
|
|
48094
|
+
### 第 86 次发布
|
|
48095
|
+
|
|
48096
|
+
发布时间:2022-08-17 06:29:38
|
|
48097
|
+
|
|
48098
|
+
本次发布包含了以下内容:
|
|
48099
|
+
|
|
48100
|
+
改善已有的文档。
|
|
48101
|
+
|
|
48102
|
+
修改接口:
|
|
48103
|
+
|
|
48104
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
48105
|
+
|
|
48106
|
+
* 新增入参:WatermarkList
|
|
48107
|
+
|
|
48108
|
+
* [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
|
|
48109
|
+
|
|
48110
|
+
* 新增入参:WatermarkList
|
|
48111
|
+
|
|
48112
|
+
|
|
48113
|
+
新增数据结构:
|
|
48114
|
+
|
|
48115
|
+
* [PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo)
|
|
48116
|
+
|
|
48117
|
+
修改数据结构:
|
|
48118
|
+
|
|
48119
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
48120
|
+
|
|
48121
|
+
* 新增成员:BackupSourceType, BackupSourceUrl, WatermarkList
|
|
48122
|
+
|
|
48123
|
+
|
|
48214
48124
|
### 第 85 次发布
|
|
48215
48125
|
|
|
48216
48126
|
发布时间:2022-08-11 06:39:01
|
|
@@ -51810,6 +51720,71 @@
|
|
|
51810
51720
|
|
|
51811
51721
|
## 云监控(monitor) 版本:2018-07-24
|
|
51812
51722
|
|
|
51723
|
+
### 第 53 次发布
|
|
51724
|
+
|
|
51725
|
+
发布时间:2022-08-18 06:31:02
|
|
51726
|
+
|
|
51727
|
+
本次发布包含了以下内容:
|
|
51728
|
+
|
|
51729
|
+
改善已有的文档。
|
|
51730
|
+
|
|
51731
|
+
新增接口:
|
|
51732
|
+
|
|
51733
|
+
* [[CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)](https://cloud.tencent.com/document/api/#/#)
|
|
51734
|
+
* [[CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)](https://cloud.tencent.com/document/api/#/#)
|
|
51735
|
+
* [[CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)](https://cloud.tencent.com/document/api/#/#)
|
|
51736
|
+
* [[CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)](https://cloud.tencent.com/document/api/#/#)
|
|
51737
|
+
* [[CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)](https://cloud.tencent.com/document/api/#/#)
|
|
51738
|
+
* [[DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)](https://cloud.tencent.com/document/api/#/#)
|
|
51739
|
+
* [[DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)](https://cloud.tencent.com/document/api/#/#)
|
|
51740
|
+
* [[DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)](https://cloud.tencent.com/document/api/#/#)
|
|
51741
|
+
* [[DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)](https://cloud.tencent.com/document/api/#/#)
|
|
51742
|
+
* [[DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)](https://cloud.tencent.com/document/api/#/#)
|
|
51743
|
+
* [[DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)](https://cloud.tencent.com/document/api/#/#)
|
|
51744
|
+
* [[DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)](https://cloud.tencent.com/document/api/#/#)
|
|
51745
|
+
* [[DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)](https://cloud.tencent.com/document/api/#/#)
|
|
51746
|
+
* [[DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)](https://cloud.tencent.com/document/api/#/#)
|
|
51747
|
+
* [[DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)](https://cloud.tencent.com/document/api/#/#)
|
|
51748
|
+
* [[DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)](https://cloud.tencent.com/document/api/#/#)
|
|
51749
|
+
* [[DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)](https://cloud.tencent.com/document/api/#/#)
|
|
51750
|
+
* [[DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)](https://cloud.tencent.com/document/api/#/#)
|
|
51751
|
+
* [[DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)](https://cloud.tencent.com/document/api/#/#)
|
|
51752
|
+
* [[EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)](https://cloud.tencent.com/document/api/#/#)
|
|
51753
|
+
* [[EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)](https://cloud.tencent.com/document/api/#/#)
|
|
51754
|
+
* [[EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)](https://cloud.tencent.com/document/api/#/#)
|
|
51755
|
+
* [[InstallPlugins](https://cloud.tencent.com/document/api/248/79198)](https://cloud.tencent.com/document/api/#/#)
|
|
51756
|
+
* [[ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)](https://cloud.tencent.com/document/api/#/#)
|
|
51757
|
+
* [[ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)](https://cloud.tencent.com/document/api/#/#)
|
|
51758
|
+
* [[UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)](https://cloud.tencent.com/document/api/#/#)
|
|
51759
|
+
* [[UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)](https://cloud.tencent.com/document/api/#/#)
|
|
51760
|
+
* [[UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)](https://cloud.tencent.com/document/api/#/#)
|
|
51761
|
+
* [[UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)](https://cloud.tencent.com/document/api/#/#)
|
|
51762
|
+
* [[UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)](https://cloud.tencent.com/document/api/#/#)
|
|
51763
|
+
* [[UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)](https://cloud.tencent.com/document/api/#/#)
|
|
51764
|
+
* [[UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)](https://cloud.tencent.com/document/api/#/#)
|
|
51765
|
+
* [[UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)](https://cloud.tencent.com/document/api/#/#)
|
|
51766
|
+
* [[UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)](https://cloud.tencent.com/document/api/#/#)
|
|
51767
|
+
|
|
51768
|
+
修改接口:
|
|
51769
|
+
|
|
51770
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
51771
|
+
|
|
51772
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
51773
|
+
|
|
51774
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
51775
|
+
|
|
51776
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
51777
|
+
|
|
51778
|
+
|
|
51779
|
+
新增数据结构:
|
|
51780
|
+
|
|
51781
|
+
* [[GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)](https://cloud.tencent.com/document/api/248/30354#[GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo))
|
|
51782
|
+
* [[GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)](https://cloud.tencent.com/document/api/248/30354#[GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole))
|
|
51783
|
+
* [[GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)](https://cloud.tencent.com/document/api/248/30354#[GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo))
|
|
51784
|
+
* [[GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)](https://cloud.tencent.com/document/api/248/30354#[GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig))
|
|
51785
|
+
* [[GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)](https://cloud.tencent.com/document/api/248/30354#[GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel))
|
|
51786
|
+
* [[GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)](https://cloud.tencent.com/document/api/248/30354#[GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin))
|
|
51787
|
+
|
|
51813
51788
|
### 第 52 次发布
|
|
51814
51789
|
|
|
51815
51790
|
发布时间:2022-08-09 12:18:17
|
|
@@ -58699,7 +58674,7 @@
|
|
|
58699
58674
|
|
|
58700
58675
|
|
|
58701
58676
|
|
|
58702
|
-
##
|
|
58677
|
+
## 云压测(pts) 版本:2021-07-28
|
|
58703
58678
|
|
|
58704
58679
|
### 第 2 次发布
|
|
58705
58680
|
|
|
@@ -61959,6 +61934,22 @@
|
|
|
61959
61934
|
|
|
61960
61935
|
## 短信(sms) 版本:2021-01-11
|
|
61961
61936
|
|
|
61937
|
+
### 第 5 次发布
|
|
61938
|
+
|
|
61939
|
+
发布时间:2022-08-17 06:36:01
|
|
61940
|
+
|
|
61941
|
+
本次发布包含了以下内容:
|
|
61942
|
+
|
|
61943
|
+
改善已有的文档。
|
|
61944
|
+
|
|
61945
|
+
新增接口:
|
|
61946
|
+
|
|
61947
|
+
* [ReportConversion](https://cloud.tencent.com/document/api/382/79152)
|
|
61948
|
+
|
|
61949
|
+
新增数据结构:
|
|
61950
|
+
|
|
61951
|
+
* [ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)
|
|
61952
|
+
|
|
61962
61953
|
### 第 4 次发布
|
|
61963
61954
|
|
|
61964
61955
|
发布时间:2022-02-23 08:11:58
|
|
@@ -71910,6 +71901,25 @@
|
|
|
71910
71901
|
|
|
71911
71902
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
71912
71903
|
|
|
71904
|
+
### 第 19 次发布
|
|
71905
|
+
|
|
71906
|
+
发布时间:2022-08-17 06:41:13
|
|
71907
|
+
|
|
71908
|
+
本次发布包含了以下内容:
|
|
71909
|
+
|
|
71910
|
+
改善已有的文档。
|
|
71911
|
+
|
|
71912
|
+
新增数据结构:
|
|
71913
|
+
|
|
71914
|
+
* [DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)
|
|
71915
|
+
|
|
71916
|
+
修改数据结构:
|
|
71917
|
+
|
|
71918
|
+
* [DdosRule](https://cloud.tencent.com/document/api/1552/73155#DdosRule)
|
|
71919
|
+
|
|
71920
|
+
* 新增成员:DdosSpeedLimit
|
|
71921
|
+
|
|
71922
|
+
|
|
71913
71923
|
### 第 18 次发布
|
|
71914
71924
|
|
|
71915
71925
|
发布时间:2022-08-15 06:42:02
|
|
@@ -74698,6 +74708,33 @@
|
|
|
74698
74708
|
|
|
74699
74709
|
## 容器服务(tke) 版本:2018-05-25
|
|
74700
74710
|
|
|
74711
|
+
### 第 117 次发布
|
|
74712
|
+
|
|
74713
|
+
发布时间:2022-08-18 06:44:32
|
|
74714
|
+
|
|
74715
|
+
本次发布包含了以下内容:
|
|
74716
|
+
|
|
74717
|
+
改善已有的文档。
|
|
74718
|
+
|
|
74719
|
+
修改接口:
|
|
74720
|
+
|
|
74721
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
74722
|
+
|
|
74723
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
|
|
74724
|
+
|
|
74725
|
+
|
|
74726
|
+
### 第 116 次发布
|
|
74727
|
+
|
|
74728
|
+
发布时间:2022-08-17 06:42:44
|
|
74729
|
+
|
|
74730
|
+
本次发布包含了以下内容:
|
|
74731
|
+
|
|
74732
|
+
改善已有的文档。
|
|
74733
|
+
|
|
74734
|
+
新增接口:
|
|
74735
|
+
|
|
74736
|
+
* [CreateEdgeCVMInstances](https://cloud.tencent.com/document/api/457/79153)
|
|
74737
|
+
|
|
74701
74738
|
### 第 115 次发布
|
|
74702
74739
|
|
|
74703
74740
|
发布时间:2022-08-10 06:54:09
|