tencentcloud-sdk-nodejs 4.0.417 → 4.0.420
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 +590 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +553 -288
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +5 -0
- 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/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +70 -1
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +6 -1
- package/src/services/cvm/v20170312/cvm_models.ts +10 -3
- package/src/services/cwp/v20180228/cwp_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +18 -0
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +116 -0
- package/src/services/eis/v20210601/eis_models.ts +13 -0
- package/src/services/es/v20180416/es_client.ts +1 -0
- package/src/services/es/v20180416/es_models.ts +64 -0
- 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/iotcloud/v20210408/iotcloud_client.ts +12 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +25 -0
- 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/ocr/v20181119/ocr_models.ts +5 -0
- 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/ssa/v20180608/ssa_models.ts +1 -1
- package/src/services/teo/v20220106/teo_client.ts +3 -2
- package/src/services/teo/v20220106/teo_models.ts +252 -183
- package/src/services/tiia/v20190529/tiia_models.ts +6 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +54 -42
- package/src/services/tke/v20180525/tke_models.ts +111 -41
- package/src/services/vm/v20201229/vm_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +4 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +4 -0
- 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/ckafka/v20190819/ckafka_models.d.ts +58 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +95 -0
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +11 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +54 -0
- 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/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +22 -0
- 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/ocr/v20181119/ocr_models.d.ts +4 -0
- 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/ssa/v20180608/ssa_models.d.ts +1 -1
- 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/tiia/v20190529/tiia_models.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- 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/tencentcloud/services/vm/v20201229/vm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -10
- package/test/bma.v20210624.test.js +12 -2
- package/test/gme.v20180711.test.js +6 -36
- package/test/iotcloud.v20210408.test.js +10 -0
- 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,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 28 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-18 06:14:59
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,97 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
新增数据结构:
|
|
21
|
-
|
|
22
|
-
* [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 音频内容检测(ams) 版本:2020-06-08
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## 计费相关(billing) 版本:2018-07-09
|
|
31
|
-
|
|
32
|
-
### 第 35 次发布
|
|
33
|
-
|
|
34
|
-
发布时间:2022-08-15 06:09:23
|
|
35
|
-
|
|
36
|
-
本次发布包含了以下内容:
|
|
37
|
-
|
|
38
|
-
改善已有的文档。
|
|
39
|
-
|
|
40
|
-
修改数据结构:
|
|
41
|
-
|
|
42
|
-
* [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
|
|
43
|
-
|
|
44
|
-
* 新增成员:TransferPayAmount
|
|
45
|
-
|
|
46
|
-
* [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
|
|
47
|
-
|
|
48
|
-
* 新增成员:TransferPayAmount
|
|
49
|
-
|
|
50
|
-
* [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
|
|
51
|
-
|
|
52
|
-
* 新增成员:TransferPayAmount
|
|
53
|
-
|
|
54
|
-
* [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
|
|
55
|
-
|
|
56
|
-
* 新增成员:TransferPayAmount
|
|
57
|
-
|
|
58
|
-
* [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
|
|
59
|
-
|
|
60
|
-
* 新增成员:TransferPayAmount
|
|
61
|
-
|
|
62
|
-
* [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
|
|
63
|
-
|
|
64
|
-
* 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
## 智能推荐平台(irp) 版本:2022-08-05
|
|
70
|
-
|
|
71
|
-
### 第 1 次发布
|
|
72
|
-
|
|
73
|
-
发布时间:2022-08-12 14:06:35
|
|
74
|
-
|
|
75
|
-
本次发布包含了以下内容:
|
|
76
|
-
|
|
77
|
-
改善已有的文档。
|
|
78
|
-
|
|
79
|
-
新增接口:
|
|
80
|
-
|
|
81
|
-
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
82
|
-
* [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
|
|
83
|
-
* [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
|
|
84
|
-
* [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
|
|
85
|
-
|
|
86
|
-
新增数据结构:
|
|
87
|
-
|
|
88
|
-
* [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
|
|
89
|
-
* [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
|
|
90
|
-
* [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
|
|
91
|
-
* [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
|
|
92
|
-
* [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
|
|
93
|
-
* [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
|
|
94
|
-
|
|
15
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
95
16
|
|
|
17
|
+
* 新增入参:Compression
|
|
96
18
|
|
|
97
|
-
## 智能推荐平台(irp) 版本:2022-03-24
|
|
98
19
|
|
|
99
20
|
|
|
100
21
|
|
|
101
|
-
##
|
|
22
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
102
23
|
|
|
103
|
-
### 第
|
|
24
|
+
### 第 53 次发布
|
|
104
25
|
|
|
105
|
-
发布时间:2022-08-
|
|
26
|
+
发布时间:2022-08-18 06:31:02
|
|
106
27
|
|
|
107
28
|
本次发布包含了以下内容:
|
|
108
29
|
|
|
@@ -110,198 +31,68 @@
|
|
|
110
31
|
|
|
111
32
|
新增接口:
|
|
112
33
|
|
|
113
|
-
* [
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
* [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
* [
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
* [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## 性能测试服务(pts) 版本:2021-07-28
|
|
152
|
-
|
|
153
|
-
### 第 2 次发布
|
|
154
|
-
|
|
155
|
-
发布时间:2022-08-15 06:35:03
|
|
156
|
-
|
|
157
|
-
本次发布包含了以下内容:
|
|
158
|
-
|
|
159
|
-
改善已有的文档。
|
|
160
|
-
|
|
161
|
-
修改接口:
|
|
162
|
-
|
|
163
|
-
* [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
|
|
164
|
-
|
|
165
|
-
* 新增入参:IgnoreDataset
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
171
|
-
|
|
172
|
-
### 第 7 次发布
|
|
173
|
-
|
|
174
|
-
发布时间:2022-08-15 06:39:26
|
|
175
|
-
|
|
176
|
-
本次发布包含了以下内容:
|
|
177
|
-
|
|
178
|
-
改善已有的文档。
|
|
179
|
-
|
|
180
|
-
修改数据结构:
|
|
181
|
-
|
|
182
|
-
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
183
|
-
|
|
184
|
-
* 新增成员:AccessTypes
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
190
|
-
|
|
191
|
-
### 第 42 次发布
|
|
192
|
-
|
|
193
|
-
发布时间:2022-08-15 06:39:36
|
|
194
|
-
|
|
195
|
-
本次发布包含了以下内容:
|
|
196
|
-
|
|
197
|
-
改善已有的文档。
|
|
198
|
-
|
|
199
|
-
修改接口:
|
|
200
|
-
|
|
201
|
-
* [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
|
|
202
|
-
|
|
203
|
-
* 新增入参:Digest
|
|
204
|
-
|
|
205
|
-
* [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
|
|
206
|
-
|
|
207
|
-
* 新增入参:KmsSignPolicy
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
新增数据结构:
|
|
211
|
-
|
|
212
|
-
* [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
|
|
213
|
-
|
|
214
|
-
修改数据结构:
|
|
215
|
-
|
|
216
|
-
* [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
|
|
217
|
-
|
|
218
|
-
* 新增成员:Kind, KmsSignature
|
|
219
|
-
|
|
220
|
-
* [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
|
|
221
|
-
|
|
222
|
-
* 新增成员:Metadata
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
228
|
-
|
|
229
|
-
### 第 24 次发布
|
|
230
|
-
|
|
231
|
-
发布时间:2022-08-15 06:40:11
|
|
232
|
-
|
|
233
|
-
本次发布包含了以下内容:
|
|
234
|
-
|
|
235
|
-
改善已有的文档。
|
|
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)
|
|
236
68
|
|
|
237
69
|
修改接口:
|
|
238
70
|
|
|
239
|
-
* [
|
|
240
|
-
|
|
241
|
-
* 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
247
|
-
|
|
248
|
-
### 第 18 次发布
|
|
249
|
-
|
|
250
|
-
发布时间:2022-08-15 06:42:02
|
|
251
|
-
|
|
252
|
-
本次发布包含了以下内容:
|
|
253
|
-
|
|
254
|
-
改善已有的文档。
|
|
255
|
-
|
|
256
|
-
修改接口:
|
|
257
|
-
|
|
258
|
-
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
259
|
-
|
|
260
|
-
* 新增入参:Ipv6
|
|
261
|
-
|
|
262
|
-
* [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
|
|
263
|
-
|
|
264
|
-
* 新增入参:ProxyId
|
|
265
|
-
|
|
266
|
-
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
267
|
-
|
|
268
|
-
* 新增出参:Ipv6
|
|
269
|
-
|
|
270
|
-
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
271
|
-
|
|
272
|
-
* 新增出参:Ipv6
|
|
273
|
-
|
|
274
|
-
* [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
|
|
71
|
+
* [DeleteExporterIntegration](https://cloud.tencent.com/document/api/248/76016)
|
|
275
72
|
|
|
276
|
-
*
|
|
73
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
277
74
|
|
|
278
|
-
* [
|
|
75
|
+
* [DescribeExporterIntegrations](https://cloud.tencent.com/document/api/248/76014)
|
|
279
76
|
|
|
280
|
-
*
|
|
77
|
+
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
281
78
|
|
|
282
79
|
|
|
283
80
|
新增数据结构:
|
|
284
81
|
|
|
285
|
-
* [
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
* [
|
|
290
|
-
|
|
291
|
-
* 新增成员:Ipv6
|
|
292
|
-
|
|
293
|
-
* [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
|
|
294
|
-
|
|
295
|
-
* 新增成员:Origins, BackupOrigins, CosPrivateAccess
|
|
296
|
-
|
|
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)
|
|
297
88
|
|
|
298
89
|
|
|
299
90
|
|
|
300
|
-
##
|
|
91
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
301
92
|
|
|
302
|
-
### 第
|
|
93
|
+
### 第 117 次发布
|
|
303
94
|
|
|
304
|
-
发布时间:2022-08-
|
|
95
|
+
发布时间:2022-08-18 06:44:32
|
|
305
96
|
|
|
306
97
|
本次发布包含了以下内容:
|
|
307
98
|
|
|
@@ -309,16 +100,10 @@
|
|
|
309
100
|
|
|
310
101
|
修改接口:
|
|
311
102
|
|
|
312
|
-
* [
|
|
313
|
-
|
|
314
|
-
* 新增入参:EnableSubtitle
|
|
315
|
-
|
|
316
|
-
* 新增出参:Subtitles
|
|
317
|
-
|
|
103
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
318
104
|
|
|
319
|
-
|
|
105
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel, ChargeType
|
|
320
106
|
|
|
321
|
-
* [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
|
|
322
107
|
|
|
323
108
|
|
|
324
109
|
|
|
@@ -1628,6 +1413,21 @@
|
|
|
1628
1413
|
|
|
1629
1414
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1630
1415
|
|
|
1416
|
+
### 第 8 次发布
|
|
1417
|
+
|
|
1418
|
+
发布时间:2022-08-16 06:06:52
|
|
1419
|
+
|
|
1420
|
+
本次发布包含了以下内容:
|
|
1421
|
+
|
|
1422
|
+
改善已有的文档。
|
|
1423
|
+
|
|
1424
|
+
修改数据结构:
|
|
1425
|
+
|
|
1426
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
1427
|
+
|
|
1428
|
+
* 新增成员:Suggestion
|
|
1429
|
+
|
|
1430
|
+
|
|
1631
1431
|
### 第 7 次发布
|
|
1632
1432
|
|
|
1633
1433
|
发布时间:2022-08-15 06:07:00
|
|
@@ -1645,7 +1445,7 @@
|
|
|
1645
1445
|
|
|
1646
1446
|
新增数据结构:
|
|
1647
1447
|
|
|
1648
|
-
* [
|
|
1448
|
+
* [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
|
|
1649
1449
|
|
|
1650
1450
|
### 第 6 次发布
|
|
1651
1451
|
|
|
@@ -7845,6 +7645,18 @@
|
|
|
7845
7645
|
|
|
7846
7646
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7847
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
|
+
|
|
7848
7660
|
### 第 4 次发布
|
|
7849
7661
|
|
|
7850
7662
|
发布时间:2022-08-02 06:05:09
|
|
@@ -10902,6 +10714,21 @@
|
|
|
10902
10714
|
|
|
10903
10715
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10904
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
|
+
|
|
10905
10732
|
### 第 28 次发布
|
|
10906
10733
|
|
|
10907
10734
|
发布时间:2022-08-11 06:14:26
|
|
@@ -17461,6 +17288,39 @@
|
|
|
17461
17288
|
|
|
17462
17289
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17463
17290
|
|
|
17291
|
+
### 第 51 次发布
|
|
17292
|
+
|
|
17293
|
+
发布时间:2022-08-16 06:14:00
|
|
17294
|
+
|
|
17295
|
+
本次发布包含了以下内容:
|
|
17296
|
+
|
|
17297
|
+
改善已有的文档。
|
|
17298
|
+
|
|
17299
|
+
新增数据结构:
|
|
17300
|
+
|
|
17301
|
+
* [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
|
|
17302
|
+
|
|
17303
|
+
修改数据结构:
|
|
17304
|
+
|
|
17305
|
+
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
17306
|
+
|
|
17307
|
+
* 新增成员:TableMappings, UseTableMapping
|
|
17308
|
+
|
|
17309
|
+
* <font color="#dd0000">**修改成员**:</font>Topic
|
|
17310
|
+
|
|
17311
|
+
* [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
|
|
17312
|
+
|
|
17313
|
+
* 新增成员:SelfBuilt
|
|
17314
|
+
|
|
17315
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17316
|
+
|
|
17317
|
+
* 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
|
|
17318
|
+
|
|
17319
|
+
* [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
|
|
17320
|
+
|
|
17321
|
+
* 新增成员:SelfBuilt
|
|
17322
|
+
|
|
17323
|
+
|
|
17464
17324
|
### 第 50 次发布
|
|
17465
17325
|
|
|
17466
17326
|
发布时间:2022-08-11 06:18:51
|
|
@@ -20364,6 +20224,21 @@
|
|
|
20364
20224
|
|
|
20365
20225
|
## 日志服务(cls) 版本:2020-10-16
|
|
20366
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
|
+
|
|
20367
20242
|
### 第 27 次发布
|
|
20368
20243
|
|
|
20369
20244
|
发布时间:2022-08-11 06:20:21
|
|
@@ -24836,6 +24711,21 @@
|
|
|
24836
24711
|
|
|
24837
24712
|
## 云服务器(cvm) 版本:2017-03-12
|
|
24838
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
|
+
|
|
24839
24729
|
### 第 92 次发布
|
|
24840
24730
|
|
|
24841
24731
|
发布时间:2022-08-08 06:14:02
|
|
@@ -28270,6 +28160,21 @@
|
|
|
28270
28160
|
|
|
28271
28161
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28272
28162
|
|
|
28163
|
+
### 第 22 次发布
|
|
28164
|
+
|
|
28165
|
+
发布时间:2022-08-16 06:18:39
|
|
28166
|
+
|
|
28167
|
+
本次发布包含了以下内容:
|
|
28168
|
+
|
|
28169
|
+
改善已有的文档。
|
|
28170
|
+
|
|
28171
|
+
修改数据结构:
|
|
28172
|
+
|
|
28173
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
28174
|
+
|
|
28175
|
+
* 新增成员:UniqSubnetId, UniqVpcId, Description
|
|
28176
|
+
|
|
28177
|
+
|
|
28273
28178
|
### 第 21 次发布
|
|
28274
28179
|
|
|
28275
28180
|
发布时间:2022-07-26 06:12:54
|
|
@@ -28723,6 +28628,92 @@
|
|
|
28723
28628
|
|
|
28724
28629
|
## 堡垒机(dasb) 版本:2019-10-18
|
|
28725
28630
|
|
|
28631
|
+
### 第 3 次发布
|
|
28632
|
+
|
|
28633
|
+
发布时间:2022-08-16 06:19:02
|
|
28634
|
+
|
|
28635
|
+
本次发布包含了以下内容:
|
|
28636
|
+
|
|
28637
|
+
改善已有的文档。
|
|
28638
|
+
|
|
28639
|
+
修改接口:
|
|
28640
|
+
|
|
28641
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
28642
|
+
|
|
28643
|
+
* 新增入参:DepartmentId
|
|
28644
|
+
|
|
28645
|
+
* [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
|
|
28646
|
+
|
|
28647
|
+
* 新增入参:DepartmentId
|
|
28648
|
+
|
|
28649
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
28650
|
+
|
|
28651
|
+
* 新增入参:DepartmentId
|
|
28652
|
+
|
|
28653
|
+
* [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
|
|
28654
|
+
|
|
28655
|
+
* 新增入参:DepartmentId
|
|
28656
|
+
|
|
28657
|
+
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
28658
|
+
|
|
28659
|
+
* 新增入参:DepartmentId
|
|
28660
|
+
|
|
28661
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
28662
|
+
|
|
28663
|
+
* 新增入参:DepartmentId
|
|
28664
|
+
|
|
28665
|
+
* [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
|
|
28666
|
+
|
|
28667
|
+
* 新增入参:DepartmentId
|
|
28668
|
+
|
|
28669
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
28670
|
+
|
|
28671
|
+
* 新增入参:DepartmentId
|
|
28672
|
+
|
|
28673
|
+
* [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
|
|
28674
|
+
|
|
28675
|
+
* 新增入参:DepartmentId
|
|
28676
|
+
|
|
28677
|
+
* [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
|
|
28678
|
+
|
|
28679
|
+
* 新增入参:DepartmentId
|
|
28680
|
+
|
|
28681
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
28682
|
+
|
|
28683
|
+
* 新增入参:DepartmentId
|
|
28684
|
+
|
|
28685
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
28686
|
+
|
|
28687
|
+
* 新增入参:DepartmentId
|
|
28688
|
+
|
|
28689
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
28690
|
+
|
|
28691
|
+
* 新增入参:DepartmentId
|
|
28692
|
+
|
|
28693
|
+
|
|
28694
|
+
新增数据结构:
|
|
28695
|
+
|
|
28696
|
+
* [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
|
|
28697
|
+
|
|
28698
|
+
修改数据结构:
|
|
28699
|
+
|
|
28700
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
28701
|
+
|
|
28702
|
+
* 新增成员:Department
|
|
28703
|
+
|
|
28704
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
28705
|
+
|
|
28706
|
+
* 新增成员:Department
|
|
28707
|
+
|
|
28708
|
+
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
28709
|
+
|
|
28710
|
+
* 新增成员:Department
|
|
28711
|
+
|
|
28712
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
28713
|
+
|
|
28714
|
+
* 新增成员:Department, DepartmentId
|
|
28715
|
+
|
|
28716
|
+
|
|
28726
28717
|
### 第 2 次发布
|
|
28727
28718
|
|
|
28728
28719
|
发布时间:2022-06-01 20:56:43
|
|
@@ -35276,6 +35267,21 @@
|
|
|
35276
35267
|
|
|
35277
35268
|
## 企业集成服务(eis) 版本:2021-06-01
|
|
35278
35269
|
|
|
35270
|
+
### 第 4 次发布
|
|
35271
|
+
|
|
35272
|
+
发布时间:2022-08-16 06:23:41
|
|
35273
|
+
|
|
35274
|
+
本次发布包含了以下内容:
|
|
35275
|
+
|
|
35276
|
+
改善已有的文档。
|
|
35277
|
+
|
|
35278
|
+
修改接口:
|
|
35279
|
+
|
|
35280
|
+
* [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
|
|
35281
|
+
|
|
35282
|
+
* 新增入参:GroupId, Status
|
|
35283
|
+
|
|
35284
|
+
|
|
35279
35285
|
### 第 3 次发布
|
|
35280
35286
|
|
|
35281
35287
|
发布时间:2022-06-16 06:06:58
|
|
@@ -36249,6 +36255,32 @@
|
|
|
36249
36255
|
|
|
36250
36256
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
36251
36257
|
|
|
36258
|
+
### 第 33 次发布
|
|
36259
|
+
|
|
36260
|
+
发布时间:2022-08-16 06:24:00
|
|
36261
|
+
|
|
36262
|
+
本次发布包含了以下内容:
|
|
36263
|
+
|
|
36264
|
+
改善已有的文档。
|
|
36265
|
+
|
|
36266
|
+
修改接口:
|
|
36267
|
+
|
|
36268
|
+
* [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
|
|
36269
|
+
|
|
36270
|
+
* 新增入参:RolloverBackingIndex
|
|
36271
|
+
|
|
36272
|
+
|
|
36273
|
+
新增数据结构:
|
|
36274
|
+
|
|
36275
|
+
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
36276
|
+
|
|
36277
|
+
修改数据结构:
|
|
36278
|
+
|
|
36279
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
36280
|
+
|
|
36281
|
+
* 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
|
|
36282
|
+
|
|
36283
|
+
|
|
36252
36284
|
### 第 32 次发布
|
|
36253
36285
|
|
|
36254
36286
|
发布时间:2022-08-03 06:23:52
|
|
@@ -40026,6 +40058,25 @@
|
|
|
40026
40058
|
|
|
40027
40059
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
40028
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
|
+
|
|
40029
40080
|
### 第 21 次发布
|
|
40030
40081
|
|
|
40031
40082
|
发布时间:2022-08-11 06:32:55
|
|
@@ -44105,6 +44156,18 @@
|
|
|
44105
44156
|
|
|
44106
44157
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
44107
44158
|
|
|
44159
|
+
### 第 6 次发布
|
|
44160
|
+
|
|
44161
|
+
发布时间:2022-08-16 06:27:22
|
|
44162
|
+
|
|
44163
|
+
本次发布包含了以下内容:
|
|
44164
|
+
|
|
44165
|
+
改善已有的文档。
|
|
44166
|
+
|
|
44167
|
+
新增接口:
|
|
44168
|
+
|
|
44169
|
+
* [DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)
|
|
44170
|
+
|
|
44108
44171
|
### 第 5 次发布
|
|
44109
44172
|
|
|
44110
44173
|
发布时间:2022-05-27 06:10:42
|
|
@@ -46790,19 +46853,19 @@
|
|
|
46790
46853
|
|
|
46791
46854
|
新增接口:
|
|
46792
46855
|
|
|
46793
|
-
* [
|
|
46794
|
-
* [
|
|
46795
|
-
* [
|
|
46796
|
-
* [
|
|
46856
|
+
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
46857
|
+
* [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
|
|
46858
|
+
* [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
|
|
46859
|
+
* [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
|
|
46797
46860
|
|
|
46798
46861
|
新增数据结构:
|
|
46799
46862
|
|
|
46800
|
-
* [
|
|
46801
|
-
* [
|
|
46802
|
-
* [
|
|
46803
|
-
* [
|
|
46804
|
-
* [
|
|
46805
|
-
* [
|
|
46863
|
+
* [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
|
|
46864
|
+
* [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
|
|
46865
|
+
* [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
|
|
46866
|
+
* [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
|
|
46867
|
+
* [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
|
|
46868
|
+
* [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
|
|
46806
46869
|
|
|
46807
46870
|
|
|
46808
46871
|
|
|
@@ -48028,6 +48091,36 @@
|
|
|
48028
48091
|
|
|
48029
48092
|
## 云直播(live) 版本:2018-08-01
|
|
48030
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
|
+
|
|
48031
48124
|
### 第 85 次发布
|
|
48032
48125
|
|
|
48033
48126
|
发布时间:2022-08-11 06:39:01
|
|
@@ -51218,7 +51311,7 @@
|
|
|
51218
51311
|
|
|
51219
51312
|
新增接口:
|
|
51220
51313
|
|
|
51221
|
-
* [
|
|
51314
|
+
* [TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)
|
|
51222
51315
|
|
|
51223
51316
|
### 第 22 次发布
|
|
51224
51317
|
|
|
@@ -51627,6 +51720,71 @@
|
|
|
51627
51720
|
|
|
51628
51721
|
## 云监控(monitor) 版本:2018-07-24
|
|
51629
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
|
+
|
|
51630
51788
|
### 第 52 次发布
|
|
51631
51789
|
|
|
51632
51790
|
发布时间:2022-08-09 12:18:17
|
|
@@ -55508,6 +55666,21 @@
|
|
|
55508
55666
|
|
|
55509
55667
|
## 文字识别(ocr) 版本:2018-11-19
|
|
55510
55668
|
|
|
55669
|
+
### 第 75 次发布
|
|
55670
|
+
|
|
55671
|
+
发布时间:2022-08-16 06:34:58
|
|
55672
|
+
|
|
55673
|
+
本次发布包含了以下内容:
|
|
55674
|
+
|
|
55675
|
+
改善已有的文档。
|
|
55676
|
+
|
|
55677
|
+
修改接口:
|
|
55678
|
+
|
|
55679
|
+
* [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
|
|
55680
|
+
|
|
55681
|
+
* 新增入参:ReturnFullText
|
|
55682
|
+
|
|
55683
|
+
|
|
55511
55684
|
### 第 74 次发布
|
|
55512
55685
|
|
|
55513
55686
|
发布时间:2022-08-12 11:13:38
|
|
@@ -58501,7 +58674,7 @@
|
|
|
58501
58674
|
|
|
58502
58675
|
|
|
58503
58676
|
|
|
58504
|
-
##
|
|
58677
|
+
## 云压测(pts) 版本:2021-07-28
|
|
58505
58678
|
|
|
58506
58679
|
### 第 2 次发布
|
|
58507
58680
|
|
|
@@ -61761,6 +61934,22 @@
|
|
|
61761
61934
|
|
|
61762
61935
|
## 短信(sms) 版本:2021-01-11
|
|
61763
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
|
+
|
|
61764
61953
|
### 第 4 次发布
|
|
61765
61954
|
|
|
61766
61955
|
发布时间:2022-02-23 08:11:58
|
|
@@ -68194,7 +68383,7 @@
|
|
|
68194
68383
|
|
|
68195
68384
|
新增数据结构:
|
|
68196
68385
|
|
|
68197
|
-
* [
|
|
68386
|
+
* [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
|
|
68198
68387
|
|
|
68199
68388
|
修改数据结构:
|
|
68200
68389
|
|
|
@@ -71712,6 +71901,25 @@
|
|
|
71712
71901
|
|
|
71713
71902
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
71714
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
|
+
|
|
71715
71923
|
### 第 18 次发布
|
|
71716
71924
|
|
|
71717
71925
|
发布时间:2022-08-15 06:42:02
|
|
@@ -71749,7 +71957,7 @@
|
|
|
71749
71957
|
|
|
71750
71958
|
新增数据结构:
|
|
71751
71959
|
|
|
71752
|
-
* [
|
|
71960
|
+
* [Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)
|
|
71753
71961
|
|
|
71754
71962
|
修改数据结构:
|
|
71755
71963
|
|
|
@@ -73067,6 +73275,21 @@
|
|
|
73067
73275
|
|
|
73068
73276
|
## 图像分析(tiia) 版本:2019-05-29
|
|
73069
73277
|
|
|
73278
|
+
### 第 27 次发布
|
|
73279
|
+
|
|
73280
|
+
发布时间:2022-08-16 06:45:30
|
|
73281
|
+
|
|
73282
|
+
本次发布包含了以下内容:
|
|
73283
|
+
|
|
73284
|
+
改善已有的文档。
|
|
73285
|
+
|
|
73286
|
+
修改数据结构:
|
|
73287
|
+
|
|
73288
|
+
* [Box](https://cloud.tencent.com/document/api/865/35474#Box)
|
|
73289
|
+
|
|
73290
|
+
* 新增成员:CategoryId
|
|
73291
|
+
|
|
73292
|
+
|
|
73070
73293
|
### 第 26 次发布
|
|
73071
73294
|
|
|
73072
73295
|
发布时间:2022-07-29 06:16:27
|
|
@@ -74485,6 +74708,33 @@
|
|
|
74485
74708
|
|
|
74486
74709
|
## 容器服务(tke) 版本:2018-05-25
|
|
74487
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
|
+
|
|
74488
74738
|
### 第 115 次发布
|
|
74489
74739
|
|
|
74490
74740
|
发布时间:2022-08-10 06:54:09
|
|
@@ -80564,7 +80814,7 @@
|
|
|
80564
80814
|
|
|
80565
80815
|
新增数据结构:
|
|
80566
80816
|
|
|
80567
|
-
* [
|
|
80817
|
+
* [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
|
|
80568
80818
|
|
|
80569
80819
|
### 第 6 次发布
|
|
80570
80820
|
|
|
@@ -80803,6 +81053,21 @@
|
|
|
80803
81053
|
|
|
80804
81054
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
80805
81055
|
|
|
81056
|
+
### 第 6 次发布
|
|
81057
|
+
|
|
81058
|
+
发布时间:2022-08-16 06:49:06
|
|
81059
|
+
|
|
81060
|
+
本次发布包含了以下内容:
|
|
81061
|
+
|
|
81062
|
+
改善已有的文档。
|
|
81063
|
+
|
|
81064
|
+
修改数据结构:
|
|
81065
|
+
|
|
81066
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
|
|
81067
|
+
|
|
81068
|
+
* 新增成员:Suggestion
|
|
81069
|
+
|
|
81070
|
+
|
|
80806
81071
|
### 第 5 次发布
|
|
80807
81072
|
|
|
80808
81073
|
发布时间:2022-06-17 06:16:09
|