tencentcloud-sdk-nodejs 4.0.529 → 4.0.530
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 +196 -0
- package/SERVICE_CHANGELOG.md +289 -39
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +31 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -3
- package/src/services/fmu/v20191213/fmu_models.ts +8 -6
- package/src/services/gme/v20180711/gme_models.ts +20 -14
- package/src/services/lcic/v20220817/lcic_client.ts +32 -6
- package/src/services/lcic/v20220817/lcic_models.ts +184 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +241 -55
- package/src/services/monitor/v20180724/monitor_models.ts +998 -339
- package/src/services/mps/v20190612/mps_models.ts +16 -1
- package/src/services/tcb/v20180608/tcb_models.ts +54 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +26 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -3
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -13
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -3
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +15 -3
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +160 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +75 -15
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +111 -21
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +807 -243
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +50 -30
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/lcic.v20220817.test.js +22 -2
- package/test/monitor.v20180724.test.js +164 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,199 @@
|
|
|
1
|
+
# Release 4.0.530
|
|
2
|
+
|
|
3
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 67 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-02-02 01:10:38
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [GroupResponse](https://cloud.tencent.com/document/api/597/40861#GroupResponse)
|
|
16
|
+
|
|
17
|
+
* 新增成员:GroupCountQuota
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
23
|
+
|
|
24
|
+
### 第 79 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-02-02 01:11:16
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [RegisterFunctionTargets](https://cloud.tencent.com/document/api/214/84625)
|
|
35
|
+
|
|
36
|
+
* 新增入参:LoadBalancerId, ListenerId, FunctionTargets, LocationId, Domain, Url
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42
|
+
|
|
43
|
+
### 第 41 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-02-02 01:16:40
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [RestartInstance](https://cloud.tencent.com/document/api/1003/86028)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
58
|
+
|
|
59
|
+
### 第 30 次发布
|
|
60
|
+
|
|
61
|
+
发布时间:2023-02-02 01:29:27
|
|
62
|
+
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
|
+
|
|
65
|
+
改善已有的文档。
|
|
66
|
+
|
|
67
|
+
修改接口:
|
|
68
|
+
|
|
69
|
+
* [DeleteRoomMember](https://cloud.tencent.com/document/api/607/80403)
|
|
70
|
+
|
|
71
|
+
* <font color="#dd0000">**修改入参**:</font>Uids
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
|
|
77
|
+
|
|
78
|
+
* 新增成员:StrUid
|
|
79
|
+
|
|
80
|
+
* <font color="#dd0000">**修改成员**:</font>Uid
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
86
|
+
|
|
87
|
+
### 第 8 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2023-02-02 01:35:14
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
新增接口:
|
|
96
|
+
|
|
97
|
+
* [BatchRegister](https://cloud.tencent.com/document/api/1639/86029)
|
|
98
|
+
* [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
|
|
99
|
+
|
|
100
|
+
新增数据结构:
|
|
101
|
+
|
|
102
|
+
* [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
|
|
103
|
+
* [BatchUserRequest](https://cloud.tencent.com/document/api/1639/81423#BatchUserRequest)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
108
|
+
|
|
109
|
+
### 第 74 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2023-02-02 01:38:12
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
新增接口:
|
|
118
|
+
|
|
119
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86045)
|
|
120
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86044)
|
|
121
|
+
* [CreatePrometheusConfig](https://cloud.tencent.com/document/api/248/86033)
|
|
122
|
+
* [CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86043)
|
|
123
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86042)
|
|
124
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86041)
|
|
125
|
+
* [DeletePrometheusConfig](https://cloud.tencent.com/document/api/248/86032)
|
|
126
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
127
|
+
* [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)
|
|
128
|
+
* [DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86038)
|
|
129
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
130
|
+
* [ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/248/86036)
|
|
131
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86035)
|
|
132
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)
|
|
133
|
+
* [ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86034)
|
|
134
|
+
|
|
135
|
+
新增数据结构:
|
|
136
|
+
|
|
137
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo)
|
|
138
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
139
|
+
* [PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentBasic)
|
|
140
|
+
* [PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentPodConfig)
|
|
141
|
+
* [PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)
|
|
142
|
+
* [Toleration](https://cloud.tencent.com/document/api/248/30354#Toleration)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
147
|
+
|
|
148
|
+
### 第 51 次发布
|
|
149
|
+
|
|
150
|
+
发布时间:2023-02-02 01:40:19
|
|
151
|
+
|
|
152
|
+
本次发布包含了以下内容:
|
|
153
|
+
|
|
154
|
+
改善已有的文档。
|
|
155
|
+
|
|
156
|
+
修改接口:
|
|
157
|
+
|
|
158
|
+
* [CreateStreamLinkFlow](https://cloud.tencent.com/document/api/862/82445)
|
|
159
|
+
|
|
160
|
+
* 新增入参:EventId
|
|
161
|
+
|
|
162
|
+
* <font color="#dd0000">**修改入参**:</font>InputGroup
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
修改数据结构:
|
|
166
|
+
|
|
167
|
+
* [DescribeFlow](https://cloud.tencent.com/document/api/862/37615#DescribeFlow)
|
|
168
|
+
|
|
169
|
+
* 新增成员:EventId, Region
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
175
|
+
|
|
176
|
+
### 第 90 次发布
|
|
177
|
+
|
|
178
|
+
发布时间:2023-02-02 01:48:18
|
|
179
|
+
|
|
180
|
+
本次发布包含了以下内容:
|
|
181
|
+
|
|
182
|
+
改善已有的文档。
|
|
183
|
+
|
|
184
|
+
修改接口:
|
|
185
|
+
|
|
186
|
+
* [DescribeCloudBaseRunVersion](https://cloud.tencent.com/document/api/876/53438)
|
|
187
|
+
|
|
188
|
+
* 新增出参:PolicyDetail, Cpu, Mem
|
|
189
|
+
|
|
190
|
+
* [EstablishCloudBaseRunServer](https://cloud.tencent.com/document/api/876/49626)
|
|
191
|
+
|
|
192
|
+
* 新增出参:Result
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
1
197
|
# Release 4.0.529
|
|
2
198
|
|
|
3
199
|
## Elasticsearch Service(es) 版本:2018-04-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,49 +1,48 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 67 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-02-
|
|
7
|
+
发布时间:2023-02-02 01:10:38
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [GroupResponse](https://cloud.tencent.com/document/api/597/40861#GroupResponse)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:GroupCountQuota
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 79 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2023-02-
|
|
26
|
+
发布时间:2023-02-02 01:11:16
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
30
|
改善已有的文档。
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
修改接口:
|
|
33
33
|
|
|
34
|
-
* [
|
|
34
|
+
* [RegisterFunctionTargets](https://cloud.tencent.com/document/api/214/84625)
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
* 新增入参:LoadBalancerId, ListenerId, FunctionTargets, LocationId, Domain, Url
|
|
37
37
|
|
|
38
|
-
* [RemindFlowRecords](https://cloud.tencent.com/document/api/1323/70369#RemindFlowRecords)
|
|
39
38
|
|
|
40
39
|
|
|
41
40
|
|
|
42
|
-
##
|
|
41
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
43
42
|
|
|
44
|
-
### 第
|
|
43
|
+
### 第 41 次发布
|
|
45
44
|
|
|
46
|
-
发布时间:2023-02-
|
|
45
|
+
发布时间:2023-02-02 01:16:40
|
|
47
46
|
|
|
48
47
|
本次发布包含了以下内容:
|
|
49
48
|
|
|
@@ -51,23 +50,43 @@
|
|
|
51
50
|
|
|
52
51
|
新增接口:
|
|
53
52
|
|
|
54
|
-
* [
|
|
53
|
+
* [RestartInstance](https://cloud.tencent.com/document/api/1003/86028)
|
|
55
54
|
|
|
56
|
-
新增数据结构:
|
|
57
55
|
|
|
58
|
-
* [RemindFlowRecords](https://cloud.tencent.com/document/api/1420/61525#RemindFlowRecords)
|
|
59
56
|
|
|
57
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
58
|
+
|
|
59
|
+
### 第 30 次发布
|
|
60
60
|
|
|
61
|
+
发布时间:2023-02-02 01:29:27
|
|
61
62
|
|
|
62
|
-
|
|
63
|
+
本次发布包含了以下内容:
|
|
63
64
|
|
|
65
|
+
改善已有的文档。
|
|
64
66
|
|
|
67
|
+
修改接口:
|
|
65
68
|
|
|
66
|
-
|
|
69
|
+
* [DeleteRoomMember](https://cloud.tencent.com/document/api/607/80403)
|
|
67
70
|
|
|
68
|
-
|
|
71
|
+
* <font color="#dd0000">**修改入参**:</font>Uids
|
|
69
72
|
|
|
70
|
-
|
|
73
|
+
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
|
|
77
|
+
|
|
78
|
+
* 新增成员:StrUid
|
|
79
|
+
|
|
80
|
+
* <font color="#dd0000">**修改成员**:</font>Uid
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
86
|
+
|
|
87
|
+
### 第 8 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2023-02-02 01:35:14
|
|
71
90
|
|
|
72
91
|
本次发布包含了以下内容:
|
|
73
92
|
|
|
@@ -75,15 +94,60 @@
|
|
|
75
94
|
|
|
76
95
|
新增接口:
|
|
77
96
|
|
|
78
|
-
* [
|
|
97
|
+
* [BatchRegister](https://cloud.tencent.com/document/api/1639/86029)
|
|
98
|
+
* [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
|
|
79
99
|
|
|
100
|
+
新增数据结构:
|
|
80
101
|
|
|
102
|
+
* [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
|
|
103
|
+
* [BatchUserRequest](https://cloud.tencent.com/document/api/1639/81423#BatchUserRequest)
|
|
81
104
|
|
|
82
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
83
105
|
|
|
84
|
-
### 第 136 次发布
|
|
85
106
|
|
|
86
|
-
|
|
107
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
108
|
+
|
|
109
|
+
### 第 74 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2023-02-02 01:38:12
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
新增接口:
|
|
118
|
+
|
|
119
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86045)
|
|
120
|
+
* [CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86044)
|
|
121
|
+
* [CreatePrometheusConfig](https://cloud.tencent.com/document/api/248/86033)
|
|
122
|
+
* [CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86043)
|
|
123
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86042)
|
|
124
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86041)
|
|
125
|
+
* [DeletePrometheusConfig](https://cloud.tencent.com/document/api/248/86032)
|
|
126
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)
|
|
127
|
+
* [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)
|
|
128
|
+
* [DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86038)
|
|
129
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
130
|
+
* [ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/248/86036)
|
|
131
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86035)
|
|
132
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)
|
|
133
|
+
* [ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86034)
|
|
134
|
+
|
|
135
|
+
新增数据结构:
|
|
136
|
+
|
|
137
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo)
|
|
138
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
139
|
+
* [PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentBasic)
|
|
140
|
+
* [PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentPodConfig)
|
|
141
|
+
* [PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)
|
|
142
|
+
* [Toleration](https://cloud.tencent.com/document/api/248/30354#Toleration)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
147
|
+
|
|
148
|
+
### 第 51 次发布
|
|
149
|
+
|
|
150
|
+
发布时间:2023-02-02 01:40:19
|
|
87
151
|
|
|
88
152
|
本次发布包含了以下内容:
|
|
89
153
|
|
|
@@ -91,18 +155,42 @@
|
|
|
91
155
|
|
|
92
156
|
修改接口:
|
|
93
157
|
|
|
94
|
-
* [
|
|
158
|
+
* [CreateStreamLinkFlow](https://cloud.tencent.com/document/api/862/82445)
|
|
95
159
|
|
|
96
|
-
* 新增入参:
|
|
160
|
+
* 新增入参:EventId
|
|
97
161
|
|
|
98
|
-
*
|
|
162
|
+
* <font color="#dd0000">**修改入参**:</font>InputGroup
|
|
99
163
|
|
|
100
|
-
* 新增入参:Instances
|
|
101
164
|
|
|
165
|
+
修改数据结构:
|
|
102
166
|
|
|
103
|
-
|
|
167
|
+
* [DescribeFlow](https://cloud.tencent.com/document/api/862/37615#DescribeFlow)
|
|
168
|
+
|
|
169
|
+
* 新增成员:EventId, Region
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
175
|
+
|
|
176
|
+
### 第 90 次发布
|
|
177
|
+
|
|
178
|
+
发布时间:2023-02-02 01:48:18
|
|
179
|
+
|
|
180
|
+
本次发布包含了以下内容:
|
|
181
|
+
|
|
182
|
+
改善已有的文档。
|
|
183
|
+
|
|
184
|
+
修改接口:
|
|
185
|
+
|
|
186
|
+
* [DescribeCloudBaseRunVersion](https://cloud.tencent.com/document/api/876/53438)
|
|
187
|
+
|
|
188
|
+
* 新增出参:PolicyDetail, Cpu, Mem
|
|
189
|
+
|
|
190
|
+
* [EstablishCloudBaseRunServer](https://cloud.tencent.com/document/api/876/49626)
|
|
191
|
+
|
|
192
|
+
* 新增出参:Result
|
|
104
193
|
|
|
105
|
-
* [CcnFlowLock](https://cloud.tencent.com/document/api/215/15824#CcnFlowLock)
|
|
106
194
|
|
|
107
195
|
|
|
108
196
|
|
|
@@ -19410,6 +19498,21 @@
|
|
|
19410
19498
|
|
|
19411
19499
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
19412
19500
|
|
|
19501
|
+
### 第 67 次发布
|
|
19502
|
+
|
|
19503
|
+
发布时间:2023-02-02 01:10:38
|
|
19504
|
+
|
|
19505
|
+
本次发布包含了以下内容:
|
|
19506
|
+
|
|
19507
|
+
改善已有的文档。
|
|
19508
|
+
|
|
19509
|
+
修改数据结构:
|
|
19510
|
+
|
|
19511
|
+
* [GroupResponse](https://cloud.tencent.com/document/api/597/40861#GroupResponse)
|
|
19512
|
+
|
|
19513
|
+
* 新增成员:GroupCountQuota
|
|
19514
|
+
|
|
19515
|
+
|
|
19413
19516
|
### 第 66 次发布
|
|
19414
19517
|
|
|
19415
19518
|
发布时间:2023-01-06 01:10:21
|
|
@@ -20880,6 +20983,21 @@
|
|
|
20880
20983
|
|
|
20881
20984
|
## 负载均衡(clb) 版本:2018-03-17
|
|
20882
20985
|
|
|
20986
|
+
### 第 79 次发布
|
|
20987
|
+
|
|
20988
|
+
发布时间:2023-02-02 01:11:16
|
|
20989
|
+
|
|
20990
|
+
本次发布包含了以下内容:
|
|
20991
|
+
|
|
20992
|
+
改善已有的文档。
|
|
20993
|
+
|
|
20994
|
+
修改接口:
|
|
20995
|
+
|
|
20996
|
+
* [RegisterFunctionTargets](https://cloud.tencent.com/document/api/214/84625)
|
|
20997
|
+
|
|
20998
|
+
* 新增入参:LoadBalancerId, ListenerId, FunctionTargets, LocationId, Domain, Url
|
|
20999
|
+
|
|
21000
|
+
|
|
20883
21001
|
### 第 78 次发布
|
|
20884
21002
|
|
|
20885
21003
|
发布时间:2023-01-18 17:55:46
|
|
@@ -32248,6 +32366,18 @@
|
|
|
32248
32366
|
|
|
32249
32367
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
32250
32368
|
|
|
32369
|
+
### 第 41 次发布
|
|
32370
|
+
|
|
32371
|
+
发布时间:2023-02-02 01:16:40
|
|
32372
|
+
|
|
32373
|
+
本次发布包含了以下内容:
|
|
32374
|
+
|
|
32375
|
+
改善已有的文档。
|
|
32376
|
+
|
|
32377
|
+
新增接口:
|
|
32378
|
+
|
|
32379
|
+
* [[RestartInstance](https://cloud.tencent.com/document/api/1003/86028)](https://cloud.tencent.com/document/api/#/#)
|
|
32380
|
+
|
|
32251
32381
|
### 第 40 次发布
|
|
32252
32382
|
|
|
32253
32383
|
发布时间:2023-01-02 01:17:01
|
|
@@ -42685,11 +42815,11 @@
|
|
|
42685
42815
|
|
|
42686
42816
|
新增接口:
|
|
42687
42817
|
|
|
42688
|
-
* [
|
|
42818
|
+
* [CreateFlowReminds](https://cloud.tencent.com/document/api/1323/86002)
|
|
42689
42819
|
|
|
42690
42820
|
新增数据结构:
|
|
42691
42821
|
|
|
42692
|
-
* [
|
|
42822
|
+
* [RemindFlowRecords](https://cloud.tencent.com/document/api/1323/70369#RemindFlowRecords)
|
|
42693
42823
|
|
|
42694
42824
|
### 第 39 次发布
|
|
42695
42825
|
|
|
@@ -43487,11 +43617,11 @@
|
|
|
43487
43617
|
|
|
43488
43618
|
新增接口:
|
|
43489
43619
|
|
|
43490
|
-
* [
|
|
43620
|
+
* [ChannelCreateFlowReminds](https://cloud.tencent.com/document/api/1420/86003)
|
|
43491
43621
|
|
|
43492
43622
|
新增数据结构:
|
|
43493
43623
|
|
|
43494
|
-
* [
|
|
43624
|
+
* [RemindFlowRecords](https://cloud.tencent.com/document/api/1420/61525#RemindFlowRecords)
|
|
43495
43625
|
|
|
43496
43626
|
### 第 60 次发布
|
|
43497
43627
|
|
|
@@ -46999,6 +47129,30 @@
|
|
|
46999
47129
|
|
|
47000
47130
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
47001
47131
|
|
|
47132
|
+
### 第 30 次发布
|
|
47133
|
+
|
|
47134
|
+
发布时间:2023-02-02 01:29:27
|
|
47135
|
+
|
|
47136
|
+
本次发布包含了以下内容:
|
|
47137
|
+
|
|
47138
|
+
改善已有的文档。
|
|
47139
|
+
|
|
47140
|
+
修改接口:
|
|
47141
|
+
|
|
47142
|
+
* [DeleteRoomMember](https://cloud.tencent.com/document/api/607/80403)
|
|
47143
|
+
|
|
47144
|
+
* <font color="#dd0000">**修改入参**:</font>Uids
|
|
47145
|
+
|
|
47146
|
+
|
|
47147
|
+
修改数据结构:
|
|
47148
|
+
|
|
47149
|
+
* [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
|
|
47150
|
+
|
|
47151
|
+
* 新增成员:StrUid
|
|
47152
|
+
|
|
47153
|
+
* <font color="#dd0000">**修改成员**:</font>Uid
|
|
47154
|
+
|
|
47155
|
+
|
|
47002
47156
|
### 第 29 次发布
|
|
47003
47157
|
|
|
47004
47158
|
发布时间:2023-01-12 01:21:12
|
|
@@ -47544,7 +47698,7 @@
|
|
|
47544
47698
|
|
|
47545
47699
|
新增接口:
|
|
47546
47700
|
|
|
47547
|
-
* [
|
|
47701
|
+
* [CreateDataRepositoryTask](https://cloud.tencent.com/document/api/1424/85978)
|
|
47548
47702
|
|
|
47549
47703
|
|
|
47550
47704
|
|
|
@@ -54927,6 +55081,24 @@
|
|
|
54927
55081
|
|
|
54928
55082
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
54929
55083
|
|
|
55084
|
+
### 第 8 次发布
|
|
55085
|
+
|
|
55086
|
+
发布时间:2023-02-02 01:35:14
|
|
55087
|
+
|
|
55088
|
+
本次发布包含了以下内容:
|
|
55089
|
+
|
|
55090
|
+
改善已有的文档。
|
|
55091
|
+
|
|
55092
|
+
新增接口:
|
|
55093
|
+
|
|
55094
|
+
* [[BatchRegister](https://cloud.tencent.com/document/api/1639/86029)](https://cloud.tencent.com/document/api/#/#)
|
|
55095
|
+
* [[ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)](https://cloud.tencent.com/document/api/#/#)
|
|
55096
|
+
|
|
55097
|
+
新增数据结构:
|
|
55098
|
+
|
|
55099
|
+
* [[BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)](https://cloud.tencent.com/document/api/1639/81423#[BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo))
|
|
55100
|
+
* [[BatchUserRequest](https://cloud.tencent.com/document/api/1639/81423#BatchUserRequest)](https://cloud.tencent.com/document/api/1639/81423#[BatchUserRequest](https://cloud.tencent.com/document/api/1639/81423#BatchUserRequest))
|
|
55101
|
+
|
|
54930
55102
|
### 第 7 次发布
|
|
54931
55103
|
|
|
54932
55104
|
发布时间:2023-01-16 01:41:05
|
|
@@ -60010,6 +60182,41 @@
|
|
|
60010
60182
|
|
|
60011
60183
|
## 云监控(monitor) 版本:2018-07-24
|
|
60012
60184
|
|
|
60185
|
+
### 第 74 次发布
|
|
60186
|
+
|
|
60187
|
+
发布时间:2023-02-02 01:38:12
|
|
60188
|
+
|
|
60189
|
+
本次发布包含了以下内容:
|
|
60190
|
+
|
|
60191
|
+
改善已有的文档。
|
|
60192
|
+
|
|
60193
|
+
新增接口:
|
|
60194
|
+
|
|
60195
|
+
* [[CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86045)](https://cloud.tencent.com/document/api/#/#)
|
|
60196
|
+
* [[CreatePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86044)](https://cloud.tencent.com/document/api/#/#)
|
|
60197
|
+
* [[CreatePrometheusConfig](https://cloud.tencent.com/document/api/248/86033)](https://cloud.tencent.com/document/api/#/#)
|
|
60198
|
+
* [[CreatePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86043)](https://cloud.tencent.com/document/api/#/#)
|
|
60199
|
+
* [[DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86042)](https://cloud.tencent.com/document/api/#/#)
|
|
60200
|
+
* [[DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/248/86041)](https://cloud.tencent.com/document/api/#/#)
|
|
60201
|
+
* [[DeletePrometheusConfig](https://cloud.tencent.com/document/api/248/86032)](https://cloud.tencent.com/document/api/#/#)
|
|
60202
|
+
* [[DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/248/86040)](https://cloud.tencent.com/document/api/#/#)
|
|
60203
|
+
* [[DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)](https://cloud.tencent.com/document/api/#/#)
|
|
60204
|
+
* [[DescribePrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86038)](https://cloud.tencent.com/document/api/#/#)
|
|
60205
|
+
* [[DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)](https://cloud.tencent.com/document/api/#/#)
|
|
60206
|
+
* [[ModifyPrometheusAgentExternalLabels](https://cloud.tencent.com/document/api/248/86036)](https://cloud.tencent.com/document/api/#/#)
|
|
60207
|
+
* [[ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/248/86035)](https://cloud.tencent.com/document/api/#/#)
|
|
60208
|
+
* [[ModifyPrometheusConfig](https://cloud.tencent.com/document/api/248/86031)](https://cloud.tencent.com/document/api/#/#)
|
|
60209
|
+
* [[ModifyPrometheusGlobalNotification](https://cloud.tencent.com/document/api/248/86034)](https://cloud.tencent.com/document/api/#/#)
|
|
60210
|
+
|
|
60211
|
+
新增数据结构:
|
|
60212
|
+
|
|
60213
|
+
* [[PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo)](https://cloud.tencent.com/document/api/248/30354#[PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo))
|
|
60214
|
+
* [[PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)](https://cloud.tencent.com/document/api/248/30354#[PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview))
|
|
60215
|
+
* [[PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentBasic)](https://cloud.tencent.com/document/api/248/30354#[PrometheusClusterAgentBasic](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentBasic))
|
|
60216
|
+
* [[PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentPodConfig)](https://cloud.tencent.com/document/api/248/30354#[PrometheusClusterAgentPodConfig](https://cloud.tencent.com/document/api/248/30354#PrometheusClusterAgentPodConfig))
|
|
60217
|
+
* [[PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets)](https://cloud.tencent.com/document/api/248/30354#[PrometheusJobTargets](https://cloud.tencent.com/document/api/248/30354#PrometheusJobTargets))
|
|
60218
|
+
* [[Toleration](https://cloud.tencent.com/document/api/248/30354#Toleration)](https://cloud.tencent.com/document/api/248/30354#[Toleration](https://cloud.tencent.com/document/api/248/30354#Toleration))
|
|
60219
|
+
|
|
60013
60220
|
### 第 73 次发布
|
|
60014
60221
|
|
|
60015
60222
|
发布时间:2023-01-13 01:36:35
|
|
@@ -61625,6 +61832,30 @@
|
|
|
61625
61832
|
|
|
61626
61833
|
## 媒体处理(mps) 版本:2019-06-12
|
|
61627
61834
|
|
|
61835
|
+
### 第 51 次发布
|
|
61836
|
+
|
|
61837
|
+
发布时间:2023-02-02 01:40:19
|
|
61838
|
+
|
|
61839
|
+
本次发布包含了以下内容:
|
|
61840
|
+
|
|
61841
|
+
改善已有的文档。
|
|
61842
|
+
|
|
61843
|
+
修改接口:
|
|
61844
|
+
|
|
61845
|
+
* [CreateStreamLinkFlow](https://cloud.tencent.com/document/api/862/82445)
|
|
61846
|
+
|
|
61847
|
+
* 新增入参:EventId
|
|
61848
|
+
|
|
61849
|
+
* <font color="#dd0000">**修改入参**:</font>InputGroup
|
|
61850
|
+
|
|
61851
|
+
|
|
61852
|
+
修改数据结构:
|
|
61853
|
+
|
|
61854
|
+
* [DescribeFlow](https://cloud.tencent.com/document/api/862/37615#DescribeFlow)
|
|
61855
|
+
|
|
61856
|
+
* 新增成员:EventId, Region
|
|
61857
|
+
|
|
61858
|
+
|
|
61628
61859
|
### 第 50 次发布
|
|
61629
61860
|
|
|
61630
61861
|
发布时间:2023-01-13 01:39:05
|
|
@@ -76632,6 +76863,25 @@
|
|
|
76632
76863
|
|
|
76633
76864
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
76634
76865
|
|
|
76866
|
+
### 第 90 次发布
|
|
76867
|
+
|
|
76868
|
+
发布时间:2023-02-02 01:48:18
|
|
76869
|
+
|
|
76870
|
+
本次发布包含了以下内容:
|
|
76871
|
+
|
|
76872
|
+
改善已有的文档。
|
|
76873
|
+
|
|
76874
|
+
修改接口:
|
|
76875
|
+
|
|
76876
|
+
* [DescribeCloudBaseRunVersion](https://cloud.tencent.com/document/api/876/53438)
|
|
76877
|
+
|
|
76878
|
+
* 新增出参:PolicyDetail, Cpu, Mem
|
|
76879
|
+
|
|
76880
|
+
* [EstablishCloudBaseRunServer](https://cloud.tencent.com/document/api/876/49626)
|
|
76881
|
+
|
|
76882
|
+
* 新增出参:Result
|
|
76883
|
+
|
|
76884
|
+
|
|
76635
76885
|
### 第 89 次发布
|
|
76636
76886
|
|
|
76637
76887
|
发布时间:2022-12-23 01:54:25
|
|
@@ -100098,7 +100348,7 @@
|
|
|
100098
100348
|
|
|
100099
100349
|
新增数据结构:
|
|
100100
100350
|
|
|
100101
|
-
* [
|
|
100351
|
+
* [CcnFlowLock](https://cloud.tencent.com/document/api/215/15824#CcnFlowLock)
|
|
100102
100352
|
|
|
100103
100353
|
### 第 135 次发布
|
|
100104
100354
|
|