tencentcloud-sdk-nodejs 4.0.575 → 4.0.577
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 +577 -0
- package/SERVICE_CHANGELOG.md +654 -124
- package/package.json +1 -1
- package/products.md +34 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +10 -4
- package/src/services/bma/v20210624/bma_client.ts +4 -2
- package/src/services/cdb/v20170320/cdb_models.ts +9 -4
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_models.ts +16 -0
- package/src/services/cls/v20201016/cls_client.ts +3 -2
- package/src/services/cls/v20201016/cls_models.ts +86 -42
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +14 -1
- package/src/services/cwp/v20180228/cwp_models.ts +308 -59
- package/src/services/dasb/v20191018/dasb_client.ts +124 -6
- package/src/services/dasb/v20191018/dasb_models.ts +1218 -104
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +25 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +178 -2
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +6 -0
- package/src/services/emr/v20190103/emr_client.ts +28 -1
- package/src/services/emr/v20190103/emr_models.ts +134 -5
- package/src/services/ess/v20201111/ess_client.ts +7 -5
- package/src/services/ess/v20201111/ess_models.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -3
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/lcic/v20220817/lcic_client.ts +14 -1
- package/src/services/lcic/v20220817/lcic_models.ts +147 -6
- package/src/services/mongodb/v20190725/mongodb_client.ts +21 -9
- package/src/services/mongodb/v20190725/mongodb_models.ts +171 -118
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +63 -4
- package/src/services/ocr/v20181119/ocr_client.ts +25 -6
- package/src/services/ocr/v20181119/ocr_models.ts +282 -159
- package/src/services/rum/v20210622/rum_models.ts +10 -5
- package/src/services/teo/v20220901/teo_models.ts +18 -10
- package/src/services/tiw/v20190919/tiw_client.ts +134 -35
- package/src/services/tiw/v20190919/tiw_models.ts +433 -41
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tourism/index.ts +5 -0
- package/src/services/tourism/v20230215/index.ts +6 -0
- package/src/services/tourism/v20230215/tourism_client.ts +44 -0
- package/src/services/tourism/v20230215/tourism_models.ts +128 -0
- package/src/services/trtc/v20190722/trtc_models.ts +7 -7
- package/src/services/vrs/index.ts +5 -0
- package/src/services/vrs/v20200824/index.ts +6 -0
- package/src/services/vrs/v20200824/vrs_client.ts +99 -0
- package/src/services/vrs/v20200824/vrs_models.ts +313 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -4
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +3 -1
- package/tencentcloud/services/bma/v20210624/bma_client.js +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -4
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -35
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +7 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +263 -59
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +37 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +54 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +1005 -85
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +149 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +9 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -3
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +124 -5
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +11 -7
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +12 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +151 -103
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +245 -137
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +44 -12
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +63 -15
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +378 -39
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tourism/index.d.ts +6 -0
- package/tencentcloud/services/tourism/index.js +7 -0
- package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
- package/tencentcloud/services/tourism/v20230215/index.js +9 -0
- package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
- package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
- package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
- package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -7
- package/tencentcloud/services/vrs/index.d.ts +6 -0
- package/tencentcloud/services/vrs/index.js +7 -0
- package/tencentcloud/services/vrs/v20200824/index.d.ts +6 -0
- package/tencentcloud/services/vrs/v20200824/index.js +9 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +40 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +69 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +257 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.js +18 -0
- package/test/cwp.v20180228.test.js +10 -0
- package/test/dasb.v20191018.test.js +90 -0
- package/test/dbbrain.v20210527.test.js +20 -0
- package/test/emr.v20190103.test.js +20 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tiw.v20190919.test.js +88 -8
- package/test/tourism.v20230215.test.js +31 -0
- package/test/vrs.v20200824.test.js +61 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,149 +1,178 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 37 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-04-
|
|
7
|
+
发布时间:2023-04-11 01:03:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:PriceInfo
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
23
23
|
|
|
24
|
-
### 第 86 次发布
|
|
25
24
|
|
|
26
|
-
|
|
25
|
+
|
|
26
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
27
|
+
|
|
28
|
+
### 第 16 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2023-04-11 01:04:13
|
|
27
31
|
|
|
28
32
|
本次发布包含了以下内容:
|
|
29
33
|
|
|
30
34
|
改善已有的文档。
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
33
37
|
|
|
34
|
-
*
|
|
38
|
+
* CreateCRObtain
|
|
35
39
|
|
|
36
|
-
* 新增成员:Domain
|
|
37
40
|
|
|
38
41
|
|
|
42
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
39
43
|
|
|
44
|
+
### 第 119 次发布
|
|
40
45
|
|
|
41
|
-
|
|
46
|
+
发布时间:2023-04-11 01:06:22
|
|
42
47
|
|
|
43
|
-
|
|
48
|
+
本次发布包含了以下内容:
|
|
44
49
|
|
|
45
|
-
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
修改接口:
|
|
53
|
+
|
|
54
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
55
|
+
|
|
56
|
+
* 新增入参:RoTransType
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
62
|
+
|
|
63
|
+
### 第 40 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2023-04-11 01:09:59
|
|
46
66
|
|
|
47
67
|
本次发布包含了以下内容:
|
|
48
68
|
|
|
49
69
|
改善已有的文档。
|
|
50
70
|
|
|
51
|
-
|
|
71
|
+
修改接口:
|
|
72
|
+
|
|
73
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
74
|
+
|
|
75
|
+
* 新增出参:SamplingRate
|
|
52
76
|
|
|
53
|
-
* [DescribeAlarmIncidentNodes](https://cloud.tencent.com/document/api/296/89946)
|
|
54
|
-
* [DescribeAlarmVertexId](https://cloud.tencent.com/document/api/296/89945)
|
|
55
|
-
* [DescribeEventByTable](https://cloud.tencent.com/document/api/296/89944)
|
|
56
|
-
* [DescribePrivilegeEventInfo](https://cloud.tencent.com/document/api/296/89947)
|
|
57
|
-
* [DescribeReverseShellEventInfo](https://cloud.tencent.com/document/api/296/89949)
|
|
58
|
-
* [DescribeRiskDnsEventInfo](https://cloud.tencent.com/document/api/296/89948)
|
|
59
|
-
* [DescribeVertexDetail](https://cloud.tencent.com/document/api/296/89943)
|
|
60
77
|
|
|
61
78
|
新增数据结构:
|
|
62
79
|
|
|
63
|
-
* [
|
|
64
|
-
* [IncidentVertexInfo](https://cloud.tencent.com/document/api/296/19867#IncidentVertexInfo)
|
|
65
|
-
* [PrivilegeEventInfo](https://cloud.tencent.com/document/api/296/19867#PrivilegeEventInfo)
|
|
66
|
-
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/296/19867#ReverseShellEventInfo)
|
|
67
|
-
* [VertexDetail](https://cloud.tencent.com/document/api/296/19867#VertexDetail)
|
|
68
|
-
* [VertexInfo](https://cloud.tencent.com/document/api/296/19867#VertexInfo)
|
|
80
|
+
* [DynamicIndex](https://cloud.tencent.com/document/api/614/56471#DynamicIndex)
|
|
69
81
|
|
|
70
82
|
修改数据结构:
|
|
71
83
|
|
|
72
|
-
* [
|
|
84
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/614/56471#RuleInfo)
|
|
73
85
|
|
|
74
|
-
* 新增成员:
|
|
86
|
+
* 新增成员:DynamicIndex
|
|
75
87
|
|
|
76
|
-
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
77
88
|
|
|
78
|
-
* 新增成员:Port
|
|
79
89
|
|
|
80
|
-
* [PrivilegeEscalationProcess](https://cloud.tencent.com/document/api/296/19867#PrivilegeEscalationProcess)
|
|
81
90
|
|
|
82
|
-
|
|
91
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
83
92
|
|
|
84
|
-
|
|
93
|
+
### 第 79 次发布
|
|
85
94
|
|
|
86
|
-
|
|
95
|
+
发布时间:2023-04-11 01:12:54
|
|
87
96
|
|
|
97
|
+
本次发布包含了以下内容:
|
|
88
98
|
|
|
99
|
+
改善已有的文档。
|
|
89
100
|
|
|
101
|
+
修改数据结构:
|
|
90
102
|
|
|
91
|
-
|
|
103
|
+
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
92
104
|
|
|
93
|
-
|
|
105
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, HostIp, Platform, BashCmd, RuleId, RuleName, RuleLevel, Status, CreateTime, MachineName, Exe, ModifyTime, RuleCategory, RegexBashCmd, PsTree, SuggestScheme, HarmDescribe, Tags, References, MachineWanIp, MachineStatus, User, Pid, MachineType, DetectBy
|
|
94
106
|
|
|
95
|
-
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
111
|
+
|
|
112
|
+
### 第 9 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2023-04-11 01:14:47
|
|
96
115
|
|
|
97
116
|
本次发布包含了以下内容:
|
|
98
117
|
|
|
99
118
|
改善已有的文档。
|
|
100
119
|
|
|
101
|
-
|
|
120
|
+
新增接口:
|
|
102
121
|
|
|
103
|
-
* [
|
|
122
|
+
* [DescribeLoginEvent](https://cloud.tencent.com/document/api/1025/90039)
|
|
123
|
+
* [DescribeOperationEvent](https://cloud.tencent.com/document/api/1025/90038)
|
|
124
|
+
* [SearchAuditLog](https://cloud.tencent.com/document/api/1025/90046)
|
|
125
|
+
* [SearchCommand](https://cloud.tencent.com/document/api/1025/90045)
|
|
126
|
+
* [SearchCommandBySid](https://cloud.tencent.com/document/api/1025/90044)
|
|
127
|
+
* [SearchFile](https://cloud.tencent.com/document/api/1025/90043)
|
|
128
|
+
* [SearchFileBySid](https://cloud.tencent.com/document/api/1025/90042)
|
|
129
|
+
* [SearchSession](https://cloud.tencent.com/document/api/1025/90041)
|
|
130
|
+
* [SearchSessionCommand](https://cloud.tencent.com/document/api/1025/90040)
|
|
104
131
|
|
|
105
|
-
|
|
132
|
+
新增数据结构:
|
|
106
133
|
|
|
107
|
-
* [
|
|
134
|
+
* [AuditLogResult](https://cloud.tencent.com/document/api/1025/74416#AuditLogResult)
|
|
135
|
+
* [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
|
|
136
|
+
* [LoginEvent](https://cloud.tencent.com/document/api/1025/74416#LoginEvent)
|
|
137
|
+
* [OperationEvent](https://cloud.tencent.com/document/api/1025/74416#OperationEvent)
|
|
138
|
+
* [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
|
|
139
|
+
* [SearchFileBySidResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileBySidResult)
|
|
140
|
+
* [SearchFileResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileResult)
|
|
141
|
+
* [SearchFileTypeFilter](https://cloud.tencent.com/document/api/1025/74416#SearchFileTypeFilter)
|
|
142
|
+
* [SessionCommand](https://cloud.tencent.com/document/api/1025/74416#SessionCommand)
|
|
143
|
+
* [SessionResult](https://cloud.tencent.com/document/api/1025/74416#SessionResult)
|
|
108
144
|
|
|
109
|
-
* 新增入参:AiQualityControlTask
|
|
110
145
|
|
|
111
146
|
|
|
112
|
-
|
|
147
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
113
148
|
|
|
114
|
-
|
|
115
|
-
* [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightOutput)
|
|
116
|
-
* [AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightResult)
|
|
117
|
-
* [AiQualityControlTaskInput](https://cloud.tencent.com/document/api/862/37615#AiQualityControlTaskInput)
|
|
118
|
-
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
119
|
-
* [MediaAiAnalysisHighlightItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisHighlightItem)
|
|
120
|
-
* [QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)
|
|
121
|
-
* [QualityControlItem](https://cloud.tencent.com/document/api/862/37615#QualityControlItem)
|
|
122
|
-
* [QualityControlResult](https://cloud.tencent.com/document/api/862/37615#QualityControlResult)
|
|
123
|
-
* [ScheduleQualityControlTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleQualityControlTaskResult)
|
|
149
|
+
### 第 15 次发布
|
|
124
150
|
|
|
125
|
-
|
|
151
|
+
发布时间:2023-04-11 01:16:00
|
|
126
152
|
|
|
127
|
-
|
|
153
|
+
本次发布包含了以下内容:
|
|
128
154
|
|
|
129
|
-
|
|
155
|
+
改善已有的文档。
|
|
130
156
|
|
|
131
|
-
|
|
157
|
+
新增接口:
|
|
132
158
|
|
|
133
|
-
|
|
159
|
+
* [DescribeSlowLogs](https://cloud.tencent.com/document/api/1130/90047)
|
|
134
160
|
|
|
135
|
-
|
|
161
|
+
新增数据结构:
|
|
136
162
|
|
|
137
|
-
|
|
163
|
+
* [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)
|
|
138
164
|
|
|
139
165
|
|
|
140
166
|
|
|
167
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
141
168
|
|
|
142
|
-
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
143
169
|
|
|
144
|
-
### 第 20 次发布
|
|
145
170
|
|
|
146
|
-
|
|
171
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
172
|
+
|
|
173
|
+
### 第 45 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2023-04-11 01:16:50
|
|
147
176
|
|
|
148
177
|
本次发布包含了以下内容:
|
|
149
178
|
|
|
@@ -151,91 +180,125 @@
|
|
|
151
180
|
|
|
152
181
|
修改接口:
|
|
153
182
|
|
|
154
|
-
* [
|
|
183
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
155
184
|
|
|
156
|
-
* 新增入参:
|
|
185
|
+
* 新增入参:ElasticSwitch, ElasticLimit
|
|
157
186
|
|
|
158
|
-
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/851/82604)
|
|
159
187
|
|
|
160
|
-
* 新增入参:FrameworkVersion
|
|
161
188
|
|
|
162
189
|
|
|
163
|
-
|
|
190
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
164
191
|
|
|
165
|
-
|
|
192
|
+
### 第 15 次发布
|
|
166
193
|
|
|
167
|
-
|
|
194
|
+
发布时间:2023-04-11 01:17:18
|
|
168
195
|
|
|
169
|
-
|
|
196
|
+
本次发布包含了以下内容:
|
|
170
197
|
|
|
171
|
-
|
|
198
|
+
改善已有的文档。
|
|
172
199
|
|
|
173
|
-
|
|
200
|
+
修改数据结构:
|
|
174
201
|
|
|
175
|
-
|
|
202
|
+
* [CreateRecordBatchRecord](https://cloud.tencent.com/document/api/1427/56185#CreateRecordBatchRecord)
|
|
176
203
|
|
|
177
|
-
*
|
|
204
|
+
* 新增成员:Weight
|
|
178
205
|
|
|
179
|
-
* 新增成员:ContainerInfos
|
|
180
206
|
|
|
181
|
-
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
182
207
|
|
|
183
|
-
* 新增成员:PodInfos
|
|
184
208
|
|
|
185
|
-
|
|
209
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
186
210
|
|
|
187
|
-
|
|
211
|
+
### 第 22 次发布
|
|
188
212
|
|
|
213
|
+
发布时间:2023-04-11 01:26:50
|
|
189
214
|
|
|
215
|
+
本次发布包含了以下内容:
|
|
190
216
|
|
|
217
|
+
改善已有的文档。
|
|
191
218
|
|
|
192
|
-
|
|
219
|
+
修改接口:
|
|
193
220
|
|
|
221
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
194
222
|
|
|
223
|
+
* 新增入参:TurnOffMic, RTCAudienceNumber, AudienceType
|
|
195
224
|
|
|
196
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
197
225
|
|
|
198
|
-
### 第 144 次发布
|
|
199
226
|
|
|
200
|
-
|
|
227
|
+
|
|
228
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
229
|
+
|
|
230
|
+
### 第 32 次发布
|
|
231
|
+
|
|
232
|
+
发布时间:2023-04-11 01:28:42
|
|
201
233
|
|
|
202
234
|
本次发布包含了以下内容:
|
|
203
235
|
|
|
204
236
|
改善已有的文档。
|
|
205
237
|
|
|
206
|
-
|
|
238
|
+
新增接口:
|
|
207
239
|
|
|
208
|
-
* [
|
|
240
|
+
* [DeleteAccountUser](https://cloud.tencent.com/document/api/240/90048)
|
|
209
241
|
|
|
210
|
-
* 新增成员:ClusterEtcdNodeNum
|
|
211
242
|
|
|
212
|
-
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
213
|
-
|
|
214
|
-
* 新增成员:CiliumMode
|
|
215
243
|
|
|
244
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
216
245
|
|
|
217
246
|
|
|
218
247
|
|
|
219
|
-
##
|
|
248
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
220
249
|
|
|
221
|
-
### 第
|
|
250
|
+
### 第 31 次发布
|
|
222
251
|
|
|
223
|
-
发布时间:2023-04-
|
|
252
|
+
发布时间:2023-04-11 01:42:49
|
|
224
253
|
|
|
225
254
|
本次发布包含了以下内容:
|
|
226
255
|
|
|
227
256
|
改善已有的文档。
|
|
228
257
|
|
|
258
|
+
新增接口:
|
|
259
|
+
|
|
260
|
+
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
261
|
+
* [DescribePPTCheck](https://cloud.tencent.com/document/api/1137/90053)
|
|
262
|
+
* [DescribePPTCheckCallback](https://cloud.tencent.com/document/api/1137/90052)
|
|
263
|
+
* [DescribeRunningTasks](https://cloud.tencent.com/document/api/1137/90049)
|
|
264
|
+
* [DescribeWarningCallback](https://cloud.tencent.com/document/api/1137/90057)
|
|
265
|
+
* [SetPPTCheckCallback](https://cloud.tencent.com/document/api/1137/90051)
|
|
266
|
+
* [SetPPTCheckCallbackKey](https://cloud.tencent.com/document/api/1137/90050)
|
|
267
|
+
* [SetWarningCallback](https://cloud.tencent.com/document/api/1137/90056)
|
|
268
|
+
|
|
229
269
|
新增数据结构:
|
|
230
270
|
|
|
231
|
-
* [
|
|
271
|
+
* [PPTErr](https://cloud.tencent.com/document/api/1137/40068#PPTErr)
|
|
272
|
+
* [PPTErrSlide](https://cloud.tencent.com/document/api/1137/40068#PPTErrSlide)
|
|
273
|
+
* [RunningTaskItem](https://cloud.tencent.com/document/api/1137/40068#RunningTaskItem)
|
|
232
274
|
|
|
233
|
-
修改数据结构:
|
|
234
275
|
|
|
235
|
-
* [ImageOperation](https://cloud.tencent.com/document/api/266/31773#ImageOperation)
|
|
236
276
|
|
|
237
|
-
|
|
277
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
238
278
|
|
|
279
|
+
### 第 1 次发布
|
|
280
|
+
|
|
281
|
+
发布时间:2023-04-11 09:31:00
|
|
282
|
+
|
|
283
|
+
本次发布包含了以下内容:
|
|
284
|
+
|
|
285
|
+
改善已有的文档。
|
|
286
|
+
|
|
287
|
+
新增接口:
|
|
288
|
+
|
|
289
|
+
* [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
|
|
290
|
+
* [DescribeVRSTaskStatus](https://cloud.tencent.com/document/api/1283/90063)
|
|
291
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
292
|
+
* [GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)
|
|
293
|
+
|
|
294
|
+
新增数据结构:
|
|
295
|
+
|
|
296
|
+
* [CreateVRSTaskRespData](https://cloud.tencent.com/document/api/1283/90065#CreateVRSTaskRespData)
|
|
297
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
298
|
+
* [DetectionEnvAndSoundQualityRespData](https://cloud.tencent.com/document/api/1283/90065#DetectionEnvAndSoundQualityRespData)
|
|
299
|
+
* [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
|
|
300
|
+
* [TrainingTexts](https://cloud.tencent.com/document/api/1283/90065#TrainingTexts)
|
|
301
|
+
* [Words](https://cloud.tencent.com/document/api/1283/90065#Words)
|
|
239
302
|
|
|
240
303
|
|
|
241
304
|
|
|
@@ -7454,6 +7517,21 @@
|
|
|
7454
7517
|
|
|
7455
7518
|
## 费用中心(billing) 版本:2018-07-09
|
|
7456
7519
|
|
|
7520
|
+
### 第 37 次发布
|
|
7521
|
+
|
|
7522
|
+
发布时间:2023-04-11 01:03:45
|
|
7523
|
+
|
|
7524
|
+
本次发布包含了以下内容:
|
|
7525
|
+
|
|
7526
|
+
改善已有的文档。
|
|
7527
|
+
|
|
7528
|
+
修改数据结构:
|
|
7529
|
+
|
|
7530
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
7531
|
+
|
|
7532
|
+
* 新增成员:PriceInfo
|
|
7533
|
+
|
|
7534
|
+
|
|
7457
7535
|
### 第 36 次发布
|
|
7458
7536
|
|
|
7459
7537
|
发布时间:2023-03-27 01:06:31
|
|
@@ -8720,6 +8798,18 @@
|
|
|
8720
8798
|
|
|
8721
8799
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
8722
8800
|
|
|
8801
|
+
### 第 16 次发布
|
|
8802
|
+
|
|
8803
|
+
发布时间:2023-04-11 01:04:13
|
|
8804
|
+
|
|
8805
|
+
本次发布包含了以下内容:
|
|
8806
|
+
|
|
8807
|
+
改善已有的文档。
|
|
8808
|
+
|
|
8809
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
8810
|
+
|
|
8811
|
+
* CreateCRObtain
|
|
8812
|
+
|
|
8723
8813
|
### 第 15 次发布
|
|
8724
8814
|
|
|
8725
8815
|
发布时间:2023-01-17 01:09:15
|
|
@@ -13337,6 +13427,21 @@
|
|
|
13337
13427
|
|
|
13338
13428
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
13339
13429
|
|
|
13430
|
+
### 第 119 次发布
|
|
13431
|
+
|
|
13432
|
+
发布时间:2023-04-11 01:06:22
|
|
13433
|
+
|
|
13434
|
+
本次发布包含了以下内容:
|
|
13435
|
+
|
|
13436
|
+
改善已有的文档。
|
|
13437
|
+
|
|
13438
|
+
修改接口:
|
|
13439
|
+
|
|
13440
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
13441
|
+
|
|
13442
|
+
* 新增入参:RoTransType
|
|
13443
|
+
|
|
13444
|
+
|
|
13340
13445
|
### 第 118 次发布
|
|
13341
13446
|
|
|
13342
13447
|
发布时间:2023-03-28 01:09:40
|
|
@@ -20656,6 +20761,21 @@
|
|
|
20656
20761
|
|
|
20657
20762
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
20658
20763
|
|
|
20764
|
+
### 第 77 次发布
|
|
20765
|
+
|
|
20766
|
+
发布时间:2023-04-10 01:12:49
|
|
20767
|
+
|
|
20768
|
+
本次发布包含了以下内容:
|
|
20769
|
+
|
|
20770
|
+
改善已有的文档。
|
|
20771
|
+
|
|
20772
|
+
修改数据结构:
|
|
20773
|
+
|
|
20774
|
+
* [DatahubTopicResp](https://cloud.tencent.com/document/api/597/40861#DatahubTopicResp)
|
|
20775
|
+
|
|
20776
|
+
* 新增成员:TopicId
|
|
20777
|
+
|
|
20778
|
+
|
|
20659
20779
|
### 第 76 次发布
|
|
20660
20780
|
|
|
20661
20781
|
发布时间:2023-03-29 03:12:17
|
|
@@ -22329,6 +22449,32 @@
|
|
|
22329
22449
|
|
|
22330
22450
|
## 负载均衡(clb) 版本:2018-03-17
|
|
22331
22451
|
|
|
22452
|
+
### 第 87 次发布
|
|
22453
|
+
|
|
22454
|
+
发布时间:2023-04-10 01:13:36
|
|
22455
|
+
|
|
22456
|
+
本次发布包含了以下内容:
|
|
22457
|
+
|
|
22458
|
+
改善已有的文档。
|
|
22459
|
+
|
|
22460
|
+
修改接口:
|
|
22461
|
+
|
|
22462
|
+
* [CreateListener](https://cloud.tencent.com/document/api/214/30693)
|
|
22463
|
+
|
|
22464
|
+
* 新增入参:IdleConnectTimeout
|
|
22465
|
+
|
|
22466
|
+
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
22467
|
+
|
|
22468
|
+
* 新增入参:IdleConnectTimeout
|
|
22469
|
+
|
|
22470
|
+
|
|
22471
|
+
修改数据结构:
|
|
22472
|
+
|
|
22473
|
+
* [Listener](https://cloud.tencent.com/document/api/214/30694#Listener)
|
|
22474
|
+
|
|
22475
|
+
* 新增成员:IdleConnectTimeout
|
|
22476
|
+
|
|
22477
|
+
|
|
22332
22478
|
### 第 86 次发布
|
|
22333
22479
|
|
|
22334
22480
|
发布时间:2023-04-07 01:16:50
|
|
@@ -24620,6 +24766,51 @@
|
|
|
24620
24766
|
|
|
24621
24767
|
## 日志服务(cls) 版本:2020-10-16
|
|
24622
24768
|
|
|
24769
|
+
### 第 40 次发布
|
|
24770
|
+
|
|
24771
|
+
发布时间:2023-04-11 01:09:59
|
|
24772
|
+
|
|
24773
|
+
本次发布包含了以下内容:
|
|
24774
|
+
|
|
24775
|
+
改善已有的文档。
|
|
24776
|
+
|
|
24777
|
+
修改接口:
|
|
24778
|
+
|
|
24779
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
24780
|
+
|
|
24781
|
+
* 新增出参:SamplingRate
|
|
24782
|
+
|
|
24783
|
+
|
|
24784
|
+
新增数据结构:
|
|
24785
|
+
|
|
24786
|
+
* [[DynamicIndex](https://cloud.tencent.com/document/api/614/56471#DynamicIndex)](https://cloud.tencent.com/document/api/614/56471#[DynamicIndex](https://cloud.tencent.com/document/api/614/56471#DynamicIndex))
|
|
24787
|
+
|
|
24788
|
+
修改数据结构:
|
|
24789
|
+
|
|
24790
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/614/56471#RuleInfo)
|
|
24791
|
+
|
|
24792
|
+
* 新增成员:DynamicIndex
|
|
24793
|
+
|
|
24794
|
+
|
|
24795
|
+
### 第 39 次发布
|
|
24796
|
+
|
|
24797
|
+
发布时间:2023-04-10 01:14:51
|
|
24798
|
+
|
|
24799
|
+
本次发布包含了以下内容:
|
|
24800
|
+
|
|
24801
|
+
改善已有的文档。
|
|
24802
|
+
|
|
24803
|
+
修改接口:
|
|
24804
|
+
|
|
24805
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/614/56456)
|
|
24806
|
+
|
|
24807
|
+
* 新增入参:Describes, HotPeriod
|
|
24808
|
+
|
|
24809
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
24810
|
+
|
|
24811
|
+
* 新增入参:Describes, HotPeriod
|
|
24812
|
+
|
|
24813
|
+
|
|
24623
24814
|
### 第 38 次发布
|
|
24624
24815
|
|
|
24625
24816
|
发布时间:2023-03-28 01:16:03
|
|
@@ -31759,6 +31950,37 @@
|
|
|
31759
31950
|
|
|
31760
31951
|
## 主机安全(cwp) 版本:2018-02-28
|
|
31761
31952
|
|
|
31953
|
+
### 第 79 次发布
|
|
31954
|
+
|
|
31955
|
+
发布时间:2023-04-11 01:12:54
|
|
31956
|
+
|
|
31957
|
+
本次发布包含了以下内容:
|
|
31958
|
+
|
|
31959
|
+
改善已有的文档。
|
|
31960
|
+
|
|
31961
|
+
修改数据结构:
|
|
31962
|
+
|
|
31963
|
+
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
31964
|
+
|
|
31965
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, HostIp, Platform, BashCmd, RuleId, RuleName, RuleLevel, Status, CreateTime, MachineName, Exe, ModifyTime, RuleCategory, RegexBashCmd, PsTree, SuggestScheme, HarmDescribe, Tags, References, MachineWanIp, MachineStatus, User, Pid, MachineType, DetectBy
|
|
31966
|
+
|
|
31967
|
+
|
|
31968
|
+
### 第 78 次发布
|
|
31969
|
+
|
|
31970
|
+
发布时间:2023-04-10 01:18:59
|
|
31971
|
+
|
|
31972
|
+
本次发布包含了以下内容:
|
|
31973
|
+
|
|
31974
|
+
改善已有的文档。
|
|
31975
|
+
|
|
31976
|
+
新增接口:
|
|
31977
|
+
|
|
31978
|
+
* [DescribeFileTamperEvents](https://cloud.tencent.com/document/api/296/90008)
|
|
31979
|
+
|
|
31980
|
+
新增数据结构:
|
|
31981
|
+
|
|
31982
|
+
* [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
|
|
31983
|
+
|
|
31762
31984
|
### 第 77 次发布
|
|
31763
31985
|
|
|
31764
31986
|
发布时间:2023-04-07 01:21:04
|
|
@@ -31769,22 +31991,22 @@
|
|
|
31769
31991
|
|
|
31770
31992
|
新增接口:
|
|
31771
31993
|
|
|
31772
|
-
* [
|
|
31773
|
-
* [
|
|
31774
|
-
* [
|
|
31775
|
-
* [
|
|
31776
|
-
* [
|
|
31777
|
-
* [
|
|
31778
|
-
* [
|
|
31994
|
+
* [DescribeAlarmIncidentNodes](https://cloud.tencent.com/document/api/296/89946)
|
|
31995
|
+
* [DescribeAlarmVertexId](https://cloud.tencent.com/document/api/296/89945)
|
|
31996
|
+
* [DescribeEventByTable](https://cloud.tencent.com/document/api/296/89944)
|
|
31997
|
+
* [DescribePrivilegeEventInfo](https://cloud.tencent.com/document/api/296/89947)
|
|
31998
|
+
* [DescribeReverseShellEventInfo](https://cloud.tencent.com/document/api/296/89949)
|
|
31999
|
+
* [DescribeRiskDnsEventInfo](https://cloud.tencent.com/document/api/296/89948)
|
|
32000
|
+
* [DescribeVertexDetail](https://cloud.tencent.com/document/api/296/89943)
|
|
31779
32001
|
|
|
31780
32002
|
新增数据结构:
|
|
31781
32003
|
|
|
31782
|
-
* [
|
|
31783
|
-
* [
|
|
31784
|
-
* [
|
|
31785
|
-
* [
|
|
31786
|
-
* [
|
|
31787
|
-
* [
|
|
32004
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/296/19867#AlarmInfo)
|
|
32005
|
+
* [IncidentVertexInfo](https://cloud.tencent.com/document/api/296/19867#IncidentVertexInfo)
|
|
32006
|
+
* [PrivilegeEventInfo](https://cloud.tencent.com/document/api/296/19867#PrivilegeEventInfo)
|
|
32007
|
+
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/296/19867#ReverseShellEventInfo)
|
|
32008
|
+
* [VertexDetail](https://cloud.tencent.com/document/api/296/19867#VertexDetail)
|
|
32009
|
+
* [VertexInfo](https://cloud.tencent.com/document/api/296/19867#VertexInfo)
|
|
31788
32010
|
|
|
31789
32011
|
修改数据结构:
|
|
31790
32012
|
|
|
@@ -35322,6 +35544,39 @@
|
|
|
35322
35544
|
|
|
35323
35545
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
35324
35546
|
|
|
35547
|
+
### 第 9 次发布
|
|
35548
|
+
|
|
35549
|
+
发布时间:2023-04-11 01:14:47
|
|
35550
|
+
|
|
35551
|
+
本次发布包含了以下内容:
|
|
35552
|
+
|
|
35553
|
+
改善已有的文档。
|
|
35554
|
+
|
|
35555
|
+
新增接口:
|
|
35556
|
+
|
|
35557
|
+
* [[DescribeLoginEvent](https://cloud.tencent.com/document/api/1025/90039)](https://cloud.tencent.com/document/api/#/#)
|
|
35558
|
+
* [[DescribeOperationEvent](https://cloud.tencent.com/document/api/1025/90038)](https://cloud.tencent.com/document/api/#/#)
|
|
35559
|
+
* [[SearchAuditLog](https://cloud.tencent.com/document/api/1025/90046)](https://cloud.tencent.com/document/api/#/#)
|
|
35560
|
+
* [[SearchCommand](https://cloud.tencent.com/document/api/1025/90045)](https://cloud.tencent.com/document/api/#/#)
|
|
35561
|
+
* [[SearchCommandBySid](https://cloud.tencent.com/document/api/1025/90044)](https://cloud.tencent.com/document/api/#/#)
|
|
35562
|
+
* [[SearchFile](https://cloud.tencent.com/document/api/1025/90043)](https://cloud.tencent.com/document/api/#/#)
|
|
35563
|
+
* [[SearchFileBySid](https://cloud.tencent.com/document/api/1025/90042)](https://cloud.tencent.com/document/api/#/#)
|
|
35564
|
+
* [[SearchSession](https://cloud.tencent.com/document/api/1025/90041)](https://cloud.tencent.com/document/api/#/#)
|
|
35565
|
+
* [[SearchSessionCommand](https://cloud.tencent.com/document/api/1025/90040)](https://cloud.tencent.com/document/api/#/#)
|
|
35566
|
+
|
|
35567
|
+
新增数据结构:
|
|
35568
|
+
|
|
35569
|
+
* [[AuditLogResult](https://cloud.tencent.com/document/api/1025/74416#AuditLogResult)](https://cloud.tencent.com/document/api/1025/74416#[AuditLogResult](https://cloud.tencent.com/document/api/1025/74416#AuditLogResult))
|
|
35570
|
+
* [[Command](https://cloud.tencent.com/document/api/1025/74416#Command)](https://cloud.tencent.com/document/api/1025/74416#[Command](https://cloud.tencent.com/document/api/1025/74416#Command))
|
|
35571
|
+
* [[LoginEvent](https://cloud.tencent.com/document/api/1025/74416#LoginEvent)](https://cloud.tencent.com/document/api/1025/74416#[LoginEvent](https://cloud.tencent.com/document/api/1025/74416#LoginEvent))
|
|
35572
|
+
* [[OperationEvent](https://cloud.tencent.com/document/api/1025/74416#OperationEvent)](https://cloud.tencent.com/document/api/1025/74416#[OperationEvent](https://cloud.tencent.com/document/api/1025/74416#OperationEvent))
|
|
35573
|
+
* [[SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)](https://cloud.tencent.com/document/api/1025/74416#[SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult))
|
|
35574
|
+
* [[SearchFileBySidResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileBySidResult)](https://cloud.tencent.com/document/api/1025/74416#[SearchFileBySidResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileBySidResult))
|
|
35575
|
+
* [[SearchFileResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileResult)](https://cloud.tencent.com/document/api/1025/74416#[SearchFileResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileResult))
|
|
35576
|
+
* [[SearchFileTypeFilter](https://cloud.tencent.com/document/api/1025/74416#SearchFileTypeFilter)](https://cloud.tencent.com/document/api/1025/74416#[SearchFileTypeFilter](https://cloud.tencent.com/document/api/1025/74416#SearchFileTypeFilter))
|
|
35577
|
+
* [[SessionCommand](https://cloud.tencent.com/document/api/1025/74416#SessionCommand)](https://cloud.tencent.com/document/api/1025/74416#[SessionCommand](https://cloud.tencent.com/document/api/1025/74416#SessionCommand))
|
|
35578
|
+
* [[SessionResult](https://cloud.tencent.com/document/api/1025/74416#SessionResult)](https://cloud.tencent.com/document/api/1025/74416#[SessionResult](https://cloud.tencent.com/document/api/1025/74416#SessionResult))
|
|
35579
|
+
|
|
35325
35580
|
### 第 8 次发布
|
|
35326
35581
|
|
|
35327
35582
|
发布时间:2023-03-20 01:20:40
|
|
@@ -36419,6 +36674,34 @@
|
|
|
36419
36674
|
|
|
36420
36675
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
36421
36676
|
|
|
36677
|
+
### 第 15 次发布
|
|
36678
|
+
|
|
36679
|
+
发布时间:2023-04-11 01:16:00
|
|
36680
|
+
|
|
36681
|
+
本次发布包含了以下内容:
|
|
36682
|
+
|
|
36683
|
+
改善已有的文档。
|
|
36684
|
+
|
|
36685
|
+
新增接口:
|
|
36686
|
+
|
|
36687
|
+
* [[DescribeSlowLogs](https://cloud.tencent.com/document/api/1130/90047)](https://cloud.tencent.com/document/api/#/#)
|
|
36688
|
+
|
|
36689
|
+
新增数据结构:
|
|
36690
|
+
|
|
36691
|
+
* [[SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)](https://cloud.tencent.com/document/api/1130/57812#[SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem))
|
|
36692
|
+
|
|
36693
|
+
### 第 14 次发布
|
|
36694
|
+
|
|
36695
|
+
发布时间:2023-04-10 01:23:09
|
|
36696
|
+
|
|
36697
|
+
本次发布包含了以下内容:
|
|
36698
|
+
|
|
36699
|
+
改善已有的文档。
|
|
36700
|
+
|
|
36701
|
+
新增接口:
|
|
36702
|
+
|
|
36703
|
+
* [DeleteDBDiagReportTasks](https://cloud.tencent.com/document/api/1130/90009)
|
|
36704
|
+
|
|
36422
36705
|
### 第 13 次发布
|
|
36423
36706
|
|
|
36424
36707
|
发布时间:2023-03-27 01:41:31
|
|
@@ -38265,6 +38548,21 @@
|
|
|
38265
38548
|
|
|
38266
38549
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
38267
38550
|
|
|
38551
|
+
### 第 45 次发布
|
|
38552
|
+
|
|
38553
|
+
发布时间:2023-04-11 01:16:50
|
|
38554
|
+
|
|
38555
|
+
本次发布包含了以下内容:
|
|
38556
|
+
|
|
38557
|
+
改善已有的文档。
|
|
38558
|
+
|
|
38559
|
+
修改接口:
|
|
38560
|
+
|
|
38561
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
38562
|
+
|
|
38563
|
+
* 新增入参:ElasticSwitch, ElasticLimit
|
|
38564
|
+
|
|
38565
|
+
|
|
38268
38566
|
### 第 44 次发布
|
|
38269
38567
|
|
|
38270
38568
|
发布时间:2023-03-27 01:43:04
|
|
@@ -39290,6 +39588,21 @@
|
|
|
39290
39588
|
|
|
39291
39589
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
39292
39590
|
|
|
39591
|
+
### 第 15 次发布
|
|
39592
|
+
|
|
39593
|
+
发布时间:2023-04-11 01:17:18
|
|
39594
|
+
|
|
39595
|
+
本次发布包含了以下内容:
|
|
39596
|
+
|
|
39597
|
+
改善已有的文档。
|
|
39598
|
+
|
|
39599
|
+
修改数据结构:
|
|
39600
|
+
|
|
39601
|
+
* [CreateRecordBatchRecord](https://cloud.tencent.com/document/api/1427/56185#CreateRecordBatchRecord)
|
|
39602
|
+
|
|
39603
|
+
* 新增成员:Weight
|
|
39604
|
+
|
|
39605
|
+
|
|
39293
39606
|
### 第 14 次发布
|
|
39294
39607
|
|
|
39295
39608
|
发布时间:2023-03-13 01:32:06
|
|
@@ -43477,6 +43790,25 @@
|
|
|
43477
43790
|
|
|
43478
43791
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
43479
43792
|
|
|
43793
|
+
### 第 45 次发布
|
|
43794
|
+
|
|
43795
|
+
发布时间:2023-04-10 01:29:11
|
|
43796
|
+
|
|
43797
|
+
本次发布包含了以下内容:
|
|
43798
|
+
|
|
43799
|
+
改善已有的文档。
|
|
43800
|
+
|
|
43801
|
+
新增接口:
|
|
43802
|
+
|
|
43803
|
+
* [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
|
|
43804
|
+
* [TerminateClusterNodes](https://cloud.tencent.com/document/api/589/90010)
|
|
43805
|
+
|
|
43806
|
+
新增数据结构:
|
|
43807
|
+
|
|
43808
|
+
* [ComponentBasicRestartInfo](https://cloud.tencent.com/document/api/589/33981#ComponentBasicRestartInfo)
|
|
43809
|
+
* [OpScope](https://cloud.tencent.com/document/api/589/33981#OpScope)
|
|
43810
|
+
* [ServiceBasicRestartInfo](https://cloud.tencent.com/document/api/589/33981#ServiceBasicRestartInfo)
|
|
43811
|
+
|
|
43480
43812
|
### 第 44 次发布
|
|
43481
43813
|
|
|
43482
43814
|
发布时间:2023-03-27 01:51:55
|
|
@@ -49255,6 +49587,21 @@
|
|
|
49255
49587
|
|
|
49256
49588
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
49257
49589
|
|
|
49590
|
+
### 第 38 次发布
|
|
49591
|
+
|
|
49592
|
+
发布时间:2023-04-10 01:32:20
|
|
49593
|
+
|
|
49594
|
+
本次发布包含了以下内容:
|
|
49595
|
+
|
|
49596
|
+
改善已有的文档。
|
|
49597
|
+
|
|
49598
|
+
修改接口:
|
|
49599
|
+
|
|
49600
|
+
* [DeleteProxyGroup](https://cloud.tencent.com/document/api/608/36947)
|
|
49601
|
+
|
|
49602
|
+
* <font color="#dd0000">**修改入参**:</font>GroupId
|
|
49603
|
+
|
|
49604
|
+
|
|
49258
49605
|
### 第 37 次发布
|
|
49259
49606
|
|
|
49260
49607
|
发布时间:2022-10-13 06:28:02
|
|
@@ -58597,6 +58944,37 @@
|
|
|
58597
58944
|
|
|
58598
58945
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
58599
58946
|
|
|
58947
|
+
### 第 22 次发布
|
|
58948
|
+
|
|
58949
|
+
发布时间:2023-04-11 01:26:50
|
|
58950
|
+
|
|
58951
|
+
本次发布包含了以下内容:
|
|
58952
|
+
|
|
58953
|
+
改善已有的文档。
|
|
58954
|
+
|
|
58955
|
+
修改接口:
|
|
58956
|
+
|
|
58957
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
58958
|
+
|
|
58959
|
+
* 新增入参:TurnOffMic, RTCAudienceNumber, AudienceType
|
|
58960
|
+
|
|
58961
|
+
|
|
58962
|
+
### 第 21 次发布
|
|
58963
|
+
|
|
58964
|
+
发布时间:2023-04-10 01:39:57
|
|
58965
|
+
|
|
58966
|
+
本次发布包含了以下内容:
|
|
58967
|
+
|
|
58968
|
+
改善已有的文档。
|
|
58969
|
+
|
|
58970
|
+
新增接口:
|
|
58971
|
+
|
|
58972
|
+
* [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
|
|
58973
|
+
|
|
58974
|
+
新增数据结构:
|
|
58975
|
+
|
|
58976
|
+
* [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
|
|
58977
|
+
|
|
58600
58978
|
### 第 20 次发布
|
|
58601
58979
|
|
|
58602
58980
|
发布时间:2023-04-03 01:23:43
|
|
@@ -63651,6 +64029,18 @@
|
|
|
63651
64029
|
|
|
63652
64030
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
63653
64031
|
|
|
64032
|
+
### 第 32 次发布
|
|
64033
|
+
|
|
64034
|
+
发布时间:2023-04-11 01:28:42
|
|
64035
|
+
|
|
64036
|
+
本次发布包含了以下内容:
|
|
64037
|
+
|
|
64038
|
+
改善已有的文档。
|
|
64039
|
+
|
|
64040
|
+
新增接口:
|
|
64041
|
+
|
|
64042
|
+
* [[DeleteAccountUser](https://cloud.tencent.com/document/api/240/90048)](https://cloud.tencent.com/document/api/#/#)
|
|
64043
|
+
|
|
63654
64044
|
### 第 31 次发布
|
|
63655
64045
|
|
|
63656
64046
|
发布时间:2023-03-31 01:36:51
|
|
@@ -64193,6 +64583,36 @@
|
|
|
64193
64583
|
|
|
64194
64584
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
64195
64585
|
|
|
64586
|
+
### 第 86 次发布
|
|
64587
|
+
|
|
64588
|
+
发布时间:2023-04-10 01:43:28
|
|
64589
|
+
|
|
64590
|
+
本次发布包含了以下内容:
|
|
64591
|
+
|
|
64592
|
+
改善已有的文档。
|
|
64593
|
+
|
|
64594
|
+
修改接口:
|
|
64595
|
+
|
|
64596
|
+
* [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)
|
|
64597
|
+
|
|
64598
|
+
* 新增出参:Probes
|
|
64599
|
+
|
|
64600
|
+
|
|
64601
|
+
新增数据结构:
|
|
64602
|
+
|
|
64603
|
+
* [Targets](https://cloud.tencent.com/document/api/248/30354#Targets)
|
|
64604
|
+
|
|
64605
|
+
修改数据结构:
|
|
64606
|
+
|
|
64607
|
+
* [PrometheusConfigItem](https://cloud.tencent.com/document/api/248/30354#PrometheusConfigItem)
|
|
64608
|
+
|
|
64609
|
+
* 新增成员:Targets
|
|
64610
|
+
|
|
64611
|
+
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
|
|
64612
|
+
|
|
64613
|
+
* 新增成员:Status, Id, Count
|
|
64614
|
+
|
|
64615
|
+
|
|
64196
64616
|
### 第 85 次发布
|
|
64197
64617
|
|
|
64198
64618
|
发布时间:2023-04-04 01:32:21
|
|
@@ -66057,16 +66477,16 @@
|
|
|
66057
66477
|
|
|
66058
66478
|
新增数据结构:
|
|
66059
66479
|
|
|
66060
|
-
* [
|
|
66061
|
-
* [
|
|
66062
|
-
* [
|
|
66063
|
-
* [
|
|
66064
|
-
* [
|
|
66065
|
-
* [
|
|
66066
|
-
* [
|
|
66067
|
-
* [
|
|
66068
|
-
* [
|
|
66069
|
-
* [
|
|
66480
|
+
* [AiAnalysisTaskHighlightInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightInput)
|
|
66481
|
+
* [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightOutput)
|
|
66482
|
+
* [AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightResult)
|
|
66483
|
+
* [AiQualityControlTaskInput](https://cloud.tencent.com/document/api/862/37615#AiQualityControlTaskInput)
|
|
66484
|
+
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
66485
|
+
* [MediaAiAnalysisHighlightItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisHighlightItem)
|
|
66486
|
+
* [QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)
|
|
66487
|
+
* [QualityControlItem](https://cloud.tencent.com/document/api/862/37615#QualityControlItem)
|
|
66488
|
+
* [QualityControlResult](https://cloud.tencent.com/document/api/862/37615#QualityControlResult)
|
|
66489
|
+
* [ScheduleQualityControlTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleQualityControlTaskResult)
|
|
66070
66490
|
|
|
66071
66491
|
修改数据结构:
|
|
66072
66492
|
|
|
@@ -69748,6 +70168,26 @@
|
|
|
69748
70168
|
|
|
69749
70169
|
## 文字识别(ocr) 版本:2018-11-19
|
|
69750
70170
|
|
|
70171
|
+
### 第 93 次发布
|
|
70172
|
+
|
|
70173
|
+
发布时间:2023-04-10 01:46:41
|
|
70174
|
+
|
|
70175
|
+
本次发布包含了以下内容:
|
|
70176
|
+
|
|
70177
|
+
改善已有的文档。
|
|
70178
|
+
|
|
70179
|
+
新增接口:
|
|
70180
|
+
|
|
70181
|
+
* [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
|
|
70182
|
+
|
|
70183
|
+
新增数据结构:
|
|
70184
|
+
|
|
70185
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/866/33527#GroupInfo)
|
|
70186
|
+
* [ItemInfo](https://cloud.tencent.com/document/api/866/33527#ItemInfo)
|
|
70187
|
+
* [Key](https://cloud.tencent.com/document/api/866/33527#Key)
|
|
70188
|
+
* [LineInfo](https://cloud.tencent.com/document/api/866/33527#LineInfo)
|
|
70189
|
+
* [Value](https://cloud.tencent.com/document/api/866/33527#Value)
|
|
70190
|
+
|
|
69751
70191
|
### 第 92 次发布
|
|
69752
70192
|
|
|
69753
70193
|
发布时间:2023-03-31 01:39:23
|
|
@@ -75267,6 +75707,21 @@
|
|
|
75267
75707
|
|
|
75268
75708
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
75269
75709
|
|
|
75710
|
+
### 第 24 次发布
|
|
75711
|
+
|
|
75712
|
+
发布时间:2023-04-10 01:49:56
|
|
75713
|
+
|
|
75714
|
+
本次发布包含了以下内容:
|
|
75715
|
+
|
|
75716
|
+
改善已有的文档。
|
|
75717
|
+
|
|
75718
|
+
修改接口:
|
|
75719
|
+
|
|
75720
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
75721
|
+
|
|
75722
|
+
* 新增入参:FileType
|
|
75723
|
+
|
|
75724
|
+
|
|
75270
75725
|
### 第 23 次发布
|
|
75271
75726
|
|
|
75272
75727
|
发布时间:2023-02-10 01:54:01
|
|
@@ -94390,6 +94845,31 @@
|
|
|
94390
94845
|
|
|
94391
94846
|
## 互动白板(tiw) 版本:2019-09-19
|
|
94392
94847
|
|
|
94848
|
+
### 第 31 次发布
|
|
94849
|
+
|
|
94850
|
+
发布时间:2023-04-11 01:42:49
|
|
94851
|
+
|
|
94852
|
+
本次发布包含了以下内容:
|
|
94853
|
+
|
|
94854
|
+
改善已有的文档。
|
|
94855
|
+
|
|
94856
|
+
新增接口:
|
|
94857
|
+
|
|
94858
|
+
* [[CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)](https://cloud.tencent.com/document/api/#/#)
|
|
94859
|
+
* [[DescribePPTCheck](https://cloud.tencent.com/document/api/1137/90053)](https://cloud.tencent.com/document/api/#/#)
|
|
94860
|
+
* [[DescribePPTCheckCallback](https://cloud.tencent.com/document/api/1137/90052)](https://cloud.tencent.com/document/api/#/#)
|
|
94861
|
+
* [[DescribeRunningTasks](https://cloud.tencent.com/document/api/1137/90049)](https://cloud.tencent.com/document/api/#/#)
|
|
94862
|
+
* [[DescribeWarningCallback](https://cloud.tencent.com/document/api/1137/90057)](https://cloud.tencent.com/document/api/#/#)
|
|
94863
|
+
* [[SetPPTCheckCallback](https://cloud.tencent.com/document/api/1137/90051)](https://cloud.tencent.com/document/api/#/#)
|
|
94864
|
+
* [[SetPPTCheckCallbackKey](https://cloud.tencent.com/document/api/1137/90050)](https://cloud.tencent.com/document/api/#/#)
|
|
94865
|
+
* [[SetWarningCallback](https://cloud.tencent.com/document/api/1137/90056)](https://cloud.tencent.com/document/api/#/#)
|
|
94866
|
+
|
|
94867
|
+
新增数据结构:
|
|
94868
|
+
|
|
94869
|
+
* [[PPTErr](https://cloud.tencent.com/document/api/1137/40068#PPTErr)](https://cloud.tencent.com/document/api/1137/40068#[PPTErr](https://cloud.tencent.com/document/api/1137/40068#PPTErr))
|
|
94870
|
+
* [[PPTErrSlide](https://cloud.tencent.com/document/api/1137/40068#PPTErrSlide)](https://cloud.tencent.com/document/api/1137/40068#[PPTErrSlide](https://cloud.tencent.com/document/api/1137/40068#PPTErrSlide))
|
|
94871
|
+
* [[RunningTaskItem](https://cloud.tencent.com/document/api/1137/40068#RunningTaskItem)](https://cloud.tencent.com/document/api/1137/40068#[RunningTaskItem](https://cloud.tencent.com/document/api/1137/40068#RunningTaskItem))
|
|
94872
|
+
|
|
94393
94873
|
### 第 30 次发布
|
|
94394
94874
|
|
|
94395
94875
|
发布时间:2023-03-29 04:22:17
|
|
@@ -98242,6 +98722,27 @@
|
|
|
98242
98722
|
|
|
98243
98723
|
|
|
98244
98724
|
|
|
98725
|
+
## 文旅客情平台(tourism) 版本:2023-02-15
|
|
98726
|
+
|
|
98727
|
+
### 第 1 次发布
|
|
98728
|
+
|
|
98729
|
+
发布时间:2023-04-07 10:20:53
|
|
98730
|
+
|
|
98731
|
+
本次发布包含了以下内容:
|
|
98732
|
+
|
|
98733
|
+
改善已有的文档。
|
|
98734
|
+
|
|
98735
|
+
新增接口:
|
|
98736
|
+
|
|
98737
|
+
* [DescribeDrawResourceList](https://cloud.tencent.com/document/api/1684/89961)
|
|
98738
|
+
|
|
98739
|
+
新增数据结构:
|
|
98740
|
+
|
|
98741
|
+
* [ResourceDrawListType](https://cloud.tencent.com/document/api/1684/89962#ResourceDrawListType)
|
|
98742
|
+
|
|
98743
|
+
|
|
98744
|
+
|
|
98745
|
+
|
|
98245
98746
|
## 流量风险决策平台(trdp) 版本:2022-07-26
|
|
98246
98747
|
|
|
98247
98748
|
### 第 1 次发布
|
|
@@ -103437,7 +103938,7 @@
|
|
|
103437
103938
|
|
|
103438
103939
|
新增数据结构:
|
|
103439
103940
|
|
|
103440
|
-
* [
|
|
103941
|
+
* [ImageBlur](https://cloud.tencent.com/document/api/266/31773#ImageBlur)
|
|
103441
103942
|
|
|
103442
103943
|
修改数据结构:
|
|
103443
103944
|
|
|
@@ -110789,6 +111290,35 @@
|
|
|
110789
111290
|
|
|
110790
111291
|
|
|
110791
111292
|
|
|
111293
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
111294
|
+
|
|
111295
|
+
### 第 1 次发布
|
|
111296
|
+
|
|
111297
|
+
发布时间:2023-04-11 09:31:00
|
|
111298
|
+
|
|
111299
|
+
本次发布包含了以下内容:
|
|
111300
|
+
|
|
111301
|
+
改善已有的文档。
|
|
111302
|
+
|
|
111303
|
+
新增接口:
|
|
111304
|
+
|
|
111305
|
+
* [[CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)](https://cloud.tencent.com/document/api/#/#)
|
|
111306
|
+
* [[DescribeVRSTaskStatus](https://cloud.tencent.com/document/api/1283/90063)](https://cloud.tencent.com/document/api/#/#)
|
|
111307
|
+
* [[DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)](https://cloud.tencent.com/document/api/#/#)
|
|
111308
|
+
* [[GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)](https://cloud.tencent.com/document/api/#/#)
|
|
111309
|
+
|
|
111310
|
+
新增数据结构:
|
|
111311
|
+
|
|
111312
|
+
* [[CreateVRSTaskRespData](https://cloud.tencent.com/document/api/1283/90065#CreateVRSTaskRespData)](https://cloud.tencent.com/document/api/1283/90065#[CreateVRSTaskRespData](https://cloud.tencent.com/document/api/1283/90065#CreateVRSTaskRespData))
|
|
111313
|
+
* [[DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)](https://cloud.tencent.com/document/api/1283/90065#[DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData))
|
|
111314
|
+
* [[DetectionEnvAndSoundQualityRespData](https://cloud.tencent.com/document/api/1283/90065#DetectionEnvAndSoundQualityRespData)](https://cloud.tencent.com/document/api/1283/90065#[DetectionEnvAndSoundQualityRespData](https://cloud.tencent.com/document/api/1283/90065#DetectionEnvAndSoundQualityRespData))
|
|
111315
|
+
* [[TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)](https://cloud.tencent.com/document/api/1283/90065#[TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText))
|
|
111316
|
+
* [[TrainingTexts](https://cloud.tencent.com/document/api/1283/90065#TrainingTexts)](https://cloud.tencent.com/document/api/1283/90065#[TrainingTexts](https://cloud.tencent.com/document/api/1283/90065#TrainingTexts))
|
|
111317
|
+
* [[Words](https://cloud.tencent.com/document/api/1283/90065#Words)](https://cloud.tencent.com/document/api/1283/90065#[Words](https://cloud.tencent.com/document/api/1283/90065#Words))
|
|
111318
|
+
|
|
111319
|
+
|
|
111320
|
+
|
|
111321
|
+
|
|
110792
111322
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
110793
111323
|
|
|
110794
111324
|
### 第 28 次发布
|