tencentcloud-sdk-nodejs-tdmq 4.0.556 → 4.0.557
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 +125 -0
- package/SERVICE_CHANGELOG.md +165 -301
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/services/tdmq/v20200217/tdmq_client.ts +34 -22
- package/src/services/tdmq/v20200217/tdmq_models.ts +77 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -9
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +64 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,128 @@
|
|
|
1
|
+
# Release 4.0.557
|
|
2
|
+
|
|
3
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 71 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-03-13 01:17:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [TopicAttributesResponse](https://cloud.tencent.com/document/api/597/40861#TopicAttributesResponse)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ReplicaNum
|
|
18
|
+
|
|
19
|
+
* [TopicDetail](https://cloud.tencent.com/document/api/597/40861#TopicDetail)
|
|
20
|
+
|
|
21
|
+
* 新增成员:Tags
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
27
|
+
|
|
28
|
+
### 第 14 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2023-03-13 01:32:06
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [BatchRecordInfo](https://cloud.tencent.com/document/api/1427/56185#BatchRecordInfo)
|
|
39
|
+
|
|
40
|
+
* 新增成员:Weight
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
46
|
+
|
|
47
|
+
### 第 15 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-03-13 01:49:55
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DeleteAppCustomContent](https://cloud.tencent.com/document/api/1639/88133)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
62
|
+
|
|
63
|
+
### 第 79 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2023-03-13 01:52:39
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改接口:
|
|
72
|
+
|
|
73
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
74
|
+
|
|
75
|
+
* 新增出参:Probes
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
修改数据结构:
|
|
79
|
+
|
|
80
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
81
|
+
|
|
82
|
+
* 新增成员:Name
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
88
|
+
|
|
89
|
+
### 第 49 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2023-03-13 02:05:39
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
新增接口:
|
|
98
|
+
|
|
99
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
108
|
+
|
|
109
|
+
### 第 27 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2023-03-13 02:06:54
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
118
|
+
|
|
119
|
+
* DescribeDDosMajorAttackEvent
|
|
120
|
+
* DescribeOverviewL7Data
|
|
121
|
+
* DescribeTimingL4Data
|
|
122
|
+
* DescribeWebManagedRulesTopData
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
1
126
|
# Release 4.0.556
|
|
2
127
|
|
|
3
128
|
## AI 绘画(aiart) 版本:2022-12-29
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 1 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-03-09 15:10:44
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
|
|
16
|
-
* [TextToImage](https://cloud.tencent.com/document/api/1668/88064)
|
|
17
|
-
|
|
18
|
-
新增数据结构:
|
|
19
|
-
|
|
20
|
-
* [LogoParam](https://cloud.tencent.com/document/api/1668/88067#LogoParam)
|
|
21
|
-
* [LogoRect](https://cloud.tencent.com/document/api/1668/88067#LogoRect)
|
|
22
|
-
* [ResultConfig](https://cloud.tencent.com/document/api/1668/88067#ResultConfig)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
3
|
+
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
27
4
|
|
|
28
|
-
### 第
|
|
5
|
+
### 第 71 次发布
|
|
29
6
|
|
|
30
|
-
发布时间:2023-03-
|
|
7
|
+
发布时间:2023-03-13 01:17:57
|
|
31
8
|
|
|
32
9
|
本次发布包含了以下内容:
|
|
33
10
|
|
|
@@ -35,77 +12,41 @@
|
|
|
35
12
|
|
|
36
13
|
修改数据结构:
|
|
37
14
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
* 新增成员:DownGradeProtect
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
46
|
-
|
|
47
|
-
### 第 115 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2023-03-10 01:06:15
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
15
|
+
* [TopicAttributesResponse](https://cloud.tencent.com/document/api/597/40861#TopicAttributesResponse)
|
|
54
16
|
|
|
55
|
-
|
|
17
|
+
* 新增成员:ReplicaNum
|
|
56
18
|
|
|
57
|
-
* [
|
|
19
|
+
* [TopicDetail](https://cloud.tencent.com/document/api/597/40861#TopicDetail)
|
|
58
20
|
|
|
59
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:Tags
|
|
60
22
|
|
|
61
23
|
|
|
62
24
|
|
|
63
25
|
|
|
64
|
-
##
|
|
26
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
65
27
|
|
|
66
|
-
### 第
|
|
28
|
+
### 第 14 次发布
|
|
67
29
|
|
|
68
|
-
发布时间:2023-03-
|
|
30
|
+
发布时间:2023-03-13 01:32:06
|
|
69
31
|
|
|
70
32
|
本次发布包含了以下内容:
|
|
71
33
|
|
|
72
34
|
改善已有的文档。
|
|
73
35
|
|
|
74
|
-
新增接口:
|
|
75
|
-
|
|
76
|
-
* [GetAlarmEvent](https://cloud.tencent.com/document/api/639/88097)
|
|
77
|
-
* [GetVsmMonitorInfo](https://cloud.tencent.com/document/api/639/88095)
|
|
78
|
-
* [ModifyAlarmEvent](https://cloud.tencent.com/document/api/639/88096)
|
|
79
|
-
|
|
80
|
-
修改接口:
|
|
81
|
-
|
|
82
|
-
* [ModifyVsmAttributes](https://cloud.tencent.com/document/api/639/41441)
|
|
83
|
-
|
|
84
|
-
* 新增入参:AlarmStatus
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
新增数据结构:
|
|
88
|
-
|
|
89
|
-
* [AlarmPolicy](https://cloud.tencent.com/document/api/639/41450#AlarmPolicy)
|
|
90
|
-
|
|
91
36
|
修改数据结构:
|
|
92
37
|
|
|
93
|
-
* [
|
|
94
|
-
|
|
95
|
-
* 新增成员:HsmType
|
|
96
|
-
|
|
97
|
-
* [ResourceInfo](https://cloud.tencent.com/document/api/639/41450#ResourceInfo)
|
|
38
|
+
* [BatchRecordInfo](https://cloud.tencent.com/document/api/1427/56185#BatchRecordInfo)
|
|
98
39
|
|
|
99
|
-
* 新增成员:
|
|
40
|
+
* 新增成员:Weight
|
|
100
41
|
|
|
101
42
|
|
|
102
43
|
|
|
103
44
|
|
|
104
|
-
##
|
|
45
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
105
46
|
|
|
106
|
-
### 第
|
|
47
|
+
### 第 15 次发布
|
|
107
48
|
|
|
108
|
-
发布时间:2023-03-
|
|
49
|
+
发布时间:2023-03-13 01:49:55
|
|
109
50
|
|
|
110
51
|
本次发布包含了以下内容:
|
|
111
52
|
|
|
@@ -113,109 +54,41 @@
|
|
|
113
54
|
|
|
114
55
|
新增接口:
|
|
115
56
|
|
|
116
|
-
* [
|
|
117
|
-
* [DescribeCosRecharges](https://cloud.tencent.com/document/api/614/88099)
|
|
118
|
-
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
57
|
+
* [DeleteAppCustomContent](https://cloud.tencent.com/document/api/1639/88133)
|
|
119
58
|
|
|
120
|
-
新增数据结构:
|
|
121
59
|
|
|
122
|
-
* [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
|
|
123
60
|
|
|
61
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
124
62
|
|
|
63
|
+
### 第 79 次发布
|
|
125
64
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### 第 105 次发布
|
|
129
|
-
|
|
130
|
-
发布时间:2023-03-10 01:19:38
|
|
65
|
+
发布时间:2023-03-13 01:52:39
|
|
131
66
|
|
|
132
67
|
本次发布包含了以下内容:
|
|
133
68
|
|
|
134
69
|
改善已有的文档。
|
|
135
70
|
|
|
136
|
-
新增接口:
|
|
137
|
-
|
|
138
|
-
* [RepairTaskControl](https://cloud.tencent.com/document/api/213/88101)
|
|
139
|
-
|
|
140
71
|
修改接口:
|
|
141
72
|
|
|
142
|
-
* [
|
|
143
|
-
|
|
144
|
-
* <font color="#dd0000">**修改出参**:</font>InstanceRefundsSet
|
|
145
|
-
|
|
146
|
-
* [TerminateInstances](https://cloud.tencent.com/document/api/213/15723)
|
|
147
|
-
|
|
148
|
-
* 新增入参:ReleasePrepaidDataDisks
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
154
|
-
|
|
155
|
-
### 第 73 次发布
|
|
156
|
-
|
|
157
|
-
发布时间:2023-03-10 01:25:38
|
|
73
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
158
74
|
|
|
159
|
-
|
|
75
|
+
* 新增出参:Probes
|
|
160
76
|
|
|
161
|
-
改善已有的文档。
|
|
162
77
|
|
|
163
78
|
修改数据结构:
|
|
164
79
|
|
|
165
|
-
* [
|
|
166
|
-
|
|
167
|
-
* 新增成员:Uuid
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
173
|
-
|
|
174
|
-
### 第 43 次发布
|
|
175
|
-
|
|
176
|
-
发布时间:2023-03-10 01:29:04
|
|
177
|
-
|
|
178
|
-
本次发布包含了以下内容:
|
|
179
|
-
|
|
180
|
-
改善已有的文档。
|
|
181
|
-
|
|
182
|
-
新增接口:
|
|
183
|
-
|
|
184
|
-
* [DescribeForbiddenTablePro](https://cloud.tencent.com/document/api/1342/88102)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
189
|
-
|
|
190
|
-
### 第 50 次发布
|
|
191
|
-
|
|
192
|
-
发布时间:2023-03-10 01:32:25
|
|
193
|
-
|
|
194
|
-
本次发布包含了以下内容:
|
|
195
|
-
|
|
196
|
-
改善已有的文档。
|
|
197
|
-
|
|
198
|
-
修改接口:
|
|
199
|
-
|
|
200
|
-
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
201
|
-
|
|
202
|
-
* 新增入参:CcNotifyType
|
|
203
|
-
|
|
204
|
-
* [StartFlow](https://cloud.tencent.com/document/api/1323/70357)
|
|
80
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
205
81
|
|
|
206
|
-
*
|
|
82
|
+
* 新增成员:Name
|
|
207
83
|
|
|
208
84
|
|
|
209
|
-
修改数据结构:
|
|
210
85
|
|
|
211
|
-
* [CcInfo](https://cloud.tencent.com/document/api/1323/70369#CcInfo)
|
|
212
|
-
|
|
213
|
-
* 新增成员:Name, CcType, CcPermission
|
|
214
86
|
|
|
87
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
215
88
|
|
|
216
89
|
### 第 49 次发布
|
|
217
90
|
|
|
218
|
-
发布时间:2023-03-
|
|
91
|
+
发布时间:2023-03-13 02:05:39
|
|
219
92
|
|
|
220
93
|
本次发布包含了以下内容:
|
|
221
94
|
|
|
@@ -223,134 +96,30 @@
|
|
|
223
96
|
|
|
224
97
|
新增接口:
|
|
225
98
|
|
|
226
|
-
* [
|
|
227
|
-
|
|
228
|
-
新增数据结构:
|
|
229
|
-
|
|
230
|
-
* [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
|
|
231
|
-
* [RelieveInfo](https://cloud.tencent.com/document/api/1323/70369#RelieveInfo)
|
|
232
|
-
|
|
233
|
-
|
|
99
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
234
100
|
|
|
235
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
236
|
-
|
|
237
|
-
### 第 69 次发布
|
|
238
|
-
|
|
239
|
-
发布时间:2023-03-10 01:32:46
|
|
240
|
-
|
|
241
|
-
本次发布包含了以下内容:
|
|
242
|
-
|
|
243
|
-
改善已有的文档。
|
|
244
|
-
|
|
245
|
-
修改接口:
|
|
246
|
-
|
|
247
|
-
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
248
101
|
|
|
249
|
-
* 新增入参:CcInfos, CcNotifyType
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
修改数据结构:
|
|
253
|
-
|
|
254
|
-
* [CcInfo](https://cloud.tencent.com/document/api/1420/61525#CcInfo)
|
|
255
|
-
|
|
256
|
-
* 新增成员:Name, CcType, CcPermission
|
|
257
|
-
|
|
258
|
-
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
259
|
-
|
|
260
|
-
* 新增成员:CcNotifyType
|
|
261
102
|
|
|
103
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
262
104
|
|
|
263
105
|
|
|
264
106
|
|
|
265
|
-
##
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
## 智能推荐平台(irp) 版本:2022-08-05
|
|
270
|
-
|
|
271
|
-
### 第 2 次发布
|
|
272
|
-
|
|
273
|
-
发布时间:2023-03-10 01:38:31
|
|
274
|
-
|
|
275
|
-
本次发布包含了以下内容:
|
|
276
|
-
|
|
277
|
-
改善已有的文档。
|
|
278
|
-
|
|
279
|
-
新增接口:
|
|
280
|
-
|
|
281
|
-
* [DescribeGoodsRecommend](https://cloud.tencent.com/document/api/1541/88106)
|
|
282
|
-
* [ReportGoodsBehavior](https://cloud.tencent.com/document/api/1541/88105)
|
|
283
|
-
* [ReportGoodsInfo](https://cloud.tencent.com/document/api/1541/88104)
|
|
284
|
-
|
|
285
|
-
新增数据结构:
|
|
286
|
-
|
|
287
|
-
* [GoodsBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#GoodsBehaviorInfo)
|
|
288
|
-
* [GoodsInfo](https://cloud.tencent.com/document/api/1541/78996#GoodsInfo)
|
|
289
|
-
* [RecGoodsData](https://cloud.tencent.com/document/api/1541/78996#RecGoodsData)
|
|
290
|
-
* [StrUserIdInfo](https://cloud.tencent.com/document/api/1541/78996#StrUserIdInfo)
|
|
291
|
-
* [UserPortraitInfo](https://cloud.tencent.com/document/api/1541/78996#UserPortraitInfo)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
## 智能推荐平台(irp) 版本:2022-03-24
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
300
|
-
|
|
301
|
-
### 第 53 次发布
|
|
302
|
-
|
|
303
|
-
发布时间:2023-03-09 14:45:43
|
|
304
|
-
|
|
305
|
-
本次发布包含了以下内容:
|
|
306
|
-
|
|
307
|
-
改善已有的文档。
|
|
308
|
-
|
|
309
|
-
新增接口:
|
|
310
|
-
|
|
311
|
-
* [CreateSchedule](https://cloud.tencent.com/document/api/862/88061)
|
|
312
|
-
* [DeleteSchedule](https://cloud.tencent.com/document/api/862/88060)
|
|
313
|
-
* [DescribeSchedules](https://cloud.tencent.com/document/api/862/88059)
|
|
314
|
-
* [DisableSchedule](https://cloud.tencent.com/document/api/862/88058)
|
|
315
|
-
* [EnableSchedule](https://cloud.tencent.com/document/api/862/88057)
|
|
316
|
-
* [ModifySchedule](https://cloud.tencent.com/document/api/862/88056)
|
|
317
|
-
|
|
318
|
-
新增数据结构:
|
|
319
|
-
|
|
320
|
-
* [Activity](https://cloud.tencent.com/document/api/862/37615#Activity)
|
|
321
|
-
* [ActivityPara](https://cloud.tencent.com/document/api/862/37615#ActivityPara)
|
|
322
|
-
* [SchedulesInfo](https://cloud.tencent.com/document/api/862/37615#SchedulesInfo)
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
107
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
327
108
|
|
|
328
|
-
### 第
|
|
109
|
+
### 第 27 次发布
|
|
329
110
|
|
|
330
|
-
发布时间:2023-03-
|
|
111
|
+
发布时间:2023-03-13 02:06:54
|
|
331
112
|
|
|
332
113
|
本次发布包含了以下内容:
|
|
333
114
|
|
|
334
115
|
改善已有的文档。
|
|
335
116
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
* [ClusterInfo](https://cloud.tencent.com/document/api/596/39686#ClusterInfo)
|
|
339
|
-
|
|
340
|
-
* 新增成员:RestProxyStatus
|
|
341
|
-
|
|
342
|
-
* [ProxyDetailInfo](https://cloud.tencent.com/document/api/596/39686#ProxyDetailInfo)
|
|
343
|
-
|
|
344
|
-
* 新增成员:Version
|
|
345
|
-
|
|
346
|
-
* [ServerDetailInfo](https://cloud.tencent.com/document/api/596/39686#ServerDetailInfo)
|
|
347
|
-
|
|
348
|
-
* 新增成员:Version
|
|
349
|
-
|
|
350
|
-
* [TableGroupInfo](https://cloud.tencent.com/document/api/596/39686#TableGroupInfo)
|
|
351
|
-
|
|
352
|
-
* 新增成员:TxhBackupExpireDay, EnableMysql, MysqlConnIp, MysqlConnPort
|
|
117
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
353
118
|
|
|
119
|
+
* DescribeDDosMajorAttackEvent
|
|
120
|
+
* DescribeOverviewL7Data
|
|
121
|
+
* DescribeTimingL4Data
|
|
122
|
+
* DescribeWebManagedRulesTopData
|
|
354
123
|
|
|
355
124
|
|
|
356
125
|
|
|
@@ -953,14 +722,14 @@
|
|
|
953
722
|
|
|
954
723
|
新增接口:
|
|
955
724
|
|
|
956
|
-
* [
|
|
957
|
-
* [
|
|
725
|
+
* [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
|
|
726
|
+
* [TextToImage](https://cloud.tencent.com/document/api/1668/88064)
|
|
958
727
|
|
|
959
728
|
新增数据结构:
|
|
960
729
|
|
|
961
|
-
* [
|
|
962
|
-
* [
|
|
963
|
-
* [
|
|
730
|
+
* [LogoParam](https://cloud.tencent.com/document/api/1668/88067#LogoParam)
|
|
731
|
+
* [LogoRect](https://cloud.tencent.com/document/api/1668/88067#LogoRect)
|
|
732
|
+
* [ResultConfig](https://cloud.tencent.com/document/api/1668/88067#ResultConfig)
|
|
964
733
|
|
|
965
734
|
|
|
966
735
|
|
|
@@ -20344,6 +20113,25 @@
|
|
|
20344
20113
|
|
|
20345
20114
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
20346
20115
|
|
|
20116
|
+
### 第 71 次发布
|
|
20117
|
+
|
|
20118
|
+
发布时间:2023-03-13 01:17:57
|
|
20119
|
+
|
|
20120
|
+
本次发布包含了以下内容:
|
|
20121
|
+
|
|
20122
|
+
改善已有的文档。
|
|
20123
|
+
|
|
20124
|
+
修改数据结构:
|
|
20125
|
+
|
|
20126
|
+
* [TopicAttributesResponse](https://cloud.tencent.com/document/api/597/40861#TopicAttributesResponse)
|
|
20127
|
+
|
|
20128
|
+
* 新增成员:ReplicaNum
|
|
20129
|
+
|
|
20130
|
+
* [TopicDetail](https://cloud.tencent.com/document/api/597/40861#TopicDetail)
|
|
20131
|
+
|
|
20132
|
+
* 新增成员:Tags
|
|
20133
|
+
|
|
20134
|
+
|
|
20347
20135
|
### 第 70 次发布
|
|
20348
20136
|
|
|
20349
20137
|
发布时间:2023-02-24 01:08:10
|
|
@@ -23899,9 +23687,9 @@
|
|
|
23899
23687
|
|
|
23900
23688
|
新增接口:
|
|
23901
23689
|
|
|
23902
|
-
* [
|
|
23903
|
-
* [
|
|
23904
|
-
* [
|
|
23690
|
+
* [GetAlarmEvent](https://cloud.tencent.com/document/api/639/88097)
|
|
23691
|
+
* [GetVsmMonitorInfo](https://cloud.tencent.com/document/api/639/88095)
|
|
23692
|
+
* [ModifyAlarmEvent](https://cloud.tencent.com/document/api/639/88096)
|
|
23905
23693
|
|
|
23906
23694
|
修改接口:
|
|
23907
23695
|
|
|
@@ -23912,7 +23700,7 @@
|
|
|
23912
23700
|
|
|
23913
23701
|
新增数据结构:
|
|
23914
23702
|
|
|
23915
|
-
* [
|
|
23703
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/639/41450#AlarmPolicy)
|
|
23916
23704
|
|
|
23917
23705
|
修改数据结构:
|
|
23918
23706
|
|
|
@@ -24141,13 +23929,13 @@
|
|
|
24141
23929
|
|
|
24142
23930
|
新增接口:
|
|
24143
23931
|
|
|
24144
|
-
* [
|
|
24145
|
-
* [
|
|
24146
|
-
* [
|
|
23932
|
+
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
23933
|
+
* [DescribeCosRecharges](https://cloud.tencent.com/document/api/614/88099)
|
|
23934
|
+
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
24147
23935
|
|
|
24148
23936
|
新增数据结构:
|
|
24149
23937
|
|
|
24150
|
-
* [
|
|
23938
|
+
* [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
|
|
24151
23939
|
|
|
24152
23940
|
### 第 36 次发布
|
|
24153
23941
|
|
|
@@ -29200,7 +28988,7 @@
|
|
|
29200
28988
|
|
|
29201
28989
|
新增接口:
|
|
29202
28990
|
|
|
29203
|
-
* [
|
|
28991
|
+
* [RepairTaskControl](https://cloud.tencent.com/document/api/213/88101)
|
|
29204
28992
|
|
|
29205
28993
|
修改接口:
|
|
29206
28994
|
|
|
@@ -37490,7 +37278,7 @@
|
|
|
37490
37278
|
|
|
37491
37279
|
新增接口:
|
|
37492
37280
|
|
|
37493
|
-
* [
|
|
37281
|
+
* [DescribeForbiddenTablePro](https://cloud.tencent.com/document/api/1342/88102)
|
|
37494
37282
|
|
|
37495
37283
|
### 第 42 次发布
|
|
37496
37284
|
|
|
@@ -38490,6 +38278,21 @@
|
|
|
38490
38278
|
|
|
38491
38279
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
38492
38280
|
|
|
38281
|
+
### 第 14 次发布
|
|
38282
|
+
|
|
38283
|
+
发布时间:2023-03-13 01:32:06
|
|
38284
|
+
|
|
38285
|
+
本次发布包含了以下内容:
|
|
38286
|
+
|
|
38287
|
+
改善已有的文档。
|
|
38288
|
+
|
|
38289
|
+
修改数据结构:
|
|
38290
|
+
|
|
38291
|
+
* [BatchRecordInfo](https://cloud.tencent.com/document/api/1427/56185#BatchRecordInfo)
|
|
38292
|
+
|
|
38293
|
+
* 新增成员:Weight
|
|
38294
|
+
|
|
38295
|
+
|
|
38493
38296
|
### 第 13 次发布
|
|
38494
38297
|
|
|
38495
38298
|
发布时间:2023-02-15 01:26:19
|
|
@@ -44686,12 +44489,12 @@
|
|
|
44686
44489
|
|
|
44687
44490
|
新增接口:
|
|
44688
44491
|
|
|
44689
|
-
* [
|
|
44492
|
+
* [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
|
|
44690
44493
|
|
|
44691
44494
|
新增数据结构:
|
|
44692
44495
|
|
|
44693
|
-
* [
|
|
44694
|
-
* [
|
|
44496
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
|
|
44497
|
+
* [RelieveInfo](https://cloud.tencent.com/document/api/1323/70369#RelieveInfo)
|
|
44695
44498
|
|
|
44696
44499
|
### 第 48 次发布
|
|
44697
44500
|
|
|
@@ -56701,17 +56504,17 @@
|
|
|
56701
56504
|
|
|
56702
56505
|
新增接口:
|
|
56703
56506
|
|
|
56704
|
-
* [
|
|
56705
|
-
* [
|
|
56706
|
-
* [
|
|
56507
|
+
* [DescribeGoodsRecommend](https://cloud.tencent.com/document/api/1541/88106)
|
|
56508
|
+
* [ReportGoodsBehavior](https://cloud.tencent.com/document/api/1541/88105)
|
|
56509
|
+
* [ReportGoodsInfo](https://cloud.tencent.com/document/api/1541/88104)
|
|
56707
56510
|
|
|
56708
56511
|
新增数据结构:
|
|
56709
56512
|
|
|
56710
|
-
* [
|
|
56711
|
-
* [
|
|
56712
|
-
* [
|
|
56713
|
-
* [
|
|
56714
|
-
* [
|
|
56513
|
+
* [GoodsBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#GoodsBehaviorInfo)
|
|
56514
|
+
* [GoodsInfo](https://cloud.tencent.com/document/api/1541/78996#GoodsInfo)
|
|
56515
|
+
* [RecGoodsData](https://cloud.tencent.com/document/api/1541/78996#RecGoodsData)
|
|
56516
|
+
* [StrUserIdInfo](https://cloud.tencent.com/document/api/1541/78996#StrUserIdInfo)
|
|
56517
|
+
* [UserPortraitInfo](https://cloud.tencent.com/document/api/1541/78996#UserPortraitInfo)
|
|
56715
56518
|
|
|
56716
56519
|
### 第 1 次发布
|
|
56717
56520
|
|
|
@@ -57478,6 +57281,18 @@
|
|
|
57478
57281
|
|
|
57479
57282
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
57480
57283
|
|
|
57284
|
+
### 第 15 次发布
|
|
57285
|
+
|
|
57286
|
+
发布时间:2023-03-13 01:49:55
|
|
57287
|
+
|
|
57288
|
+
本次发布包含了以下内容:
|
|
57289
|
+
|
|
57290
|
+
改善已有的文档。
|
|
57291
|
+
|
|
57292
|
+
新增接口:
|
|
57293
|
+
|
|
57294
|
+
* [[DeleteAppCustomContent](https://cloud.tencent.com/document/api/1639/88133)](https://cloud.tencent.com/document/api/#/#)
|
|
57295
|
+
|
|
57481
57296
|
### 第 14 次发布
|
|
57482
57297
|
|
|
57483
57298
|
发布时间:2023-02-28 01:44:45
|
|
@@ -62910,6 +62725,28 @@
|
|
|
62910
62725
|
|
|
62911
62726
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
62912
62727
|
|
|
62728
|
+
### 第 79 次发布
|
|
62729
|
+
|
|
62730
|
+
发布时间:2023-03-13 01:52:39
|
|
62731
|
+
|
|
62732
|
+
本次发布包含了以下内容:
|
|
62733
|
+
|
|
62734
|
+
改善已有的文档。
|
|
62735
|
+
|
|
62736
|
+
修改接口:
|
|
62737
|
+
|
|
62738
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
62739
|
+
|
|
62740
|
+
* 新增出参:Probes
|
|
62741
|
+
|
|
62742
|
+
|
|
62743
|
+
修改数据结构:
|
|
62744
|
+
|
|
62745
|
+
* [PrometheusAgentOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentOverview)
|
|
62746
|
+
|
|
62747
|
+
* 新增成员:Name
|
|
62748
|
+
|
|
62749
|
+
|
|
62913
62750
|
### 第 78 次发布
|
|
62914
62751
|
|
|
62915
62752
|
发布时间:2023-03-08 01:43:17
|
|
@@ -64644,18 +64481,18 @@
|
|
|
64644
64481
|
|
|
64645
64482
|
新增接口:
|
|
64646
64483
|
|
|
64647
|
-
* [
|
|
64648
|
-
* [
|
|
64649
|
-
* [
|
|
64650
|
-
* [
|
|
64651
|
-
* [
|
|
64652
|
-
* [
|
|
64484
|
+
* [CreateSchedule](https://cloud.tencent.com/document/api/862/88061)
|
|
64485
|
+
* [DeleteSchedule](https://cloud.tencent.com/document/api/862/88060)
|
|
64486
|
+
* [DescribeSchedules](https://cloud.tencent.com/document/api/862/88059)
|
|
64487
|
+
* [DisableSchedule](https://cloud.tencent.com/document/api/862/88058)
|
|
64488
|
+
* [EnableSchedule](https://cloud.tencent.com/document/api/862/88057)
|
|
64489
|
+
* [ModifySchedule](https://cloud.tencent.com/document/api/862/88056)
|
|
64653
64490
|
|
|
64654
64491
|
新增数据结构:
|
|
64655
64492
|
|
|
64656
|
-
* [
|
|
64657
|
-
* [
|
|
64658
|
-
* [
|
|
64493
|
+
* [Activity](https://cloud.tencent.com/document/api/862/37615#Activity)
|
|
64494
|
+
* [ActivityPara](https://cloud.tencent.com/document/api/862/37615#ActivityPara)
|
|
64495
|
+
* [SchedulesInfo](https://cloud.tencent.com/document/api/862/37615#SchedulesInfo)
|
|
64659
64496
|
|
|
64660
64497
|
### 第 52 次发布
|
|
64661
64498
|
|
|
@@ -85500,6 +85337,18 @@
|
|
|
85500
85337
|
|
|
85501
85338
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
85502
85339
|
|
|
85340
|
+
### 第 49 次发布
|
|
85341
|
+
|
|
85342
|
+
发布时间:2023-03-13 02:05:39
|
|
85343
|
+
|
|
85344
|
+
本次发布包含了以下内容:
|
|
85345
|
+
|
|
85346
|
+
改善已有的文档。
|
|
85347
|
+
|
|
85348
|
+
新增接口:
|
|
85349
|
+
|
|
85350
|
+
* [[CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)](https://cloud.tencent.com/document/api/#/#)
|
|
85351
|
+
|
|
85503
85352
|
### 第 48 次发布
|
|
85504
85353
|
|
|
85505
85354
|
发布时间:2023-03-09 02:20:30
|
|
@@ -87778,6 +87627,21 @@
|
|
|
87778
87627
|
|
|
87779
87628
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
87780
87629
|
|
|
87630
|
+
### 第 27 次发布
|
|
87631
|
+
|
|
87632
|
+
发布时间:2023-03-13 02:06:54
|
|
87633
|
+
|
|
87634
|
+
本次发布包含了以下内容:
|
|
87635
|
+
|
|
87636
|
+
改善已有的文档。
|
|
87637
|
+
|
|
87638
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
87639
|
+
|
|
87640
|
+
* DescribeDDosMajorAttackEvent
|
|
87641
|
+
* DescribeOverviewL7Data
|
|
87642
|
+
* DescribeTimingL4Data
|
|
87643
|
+
* DescribeWebManagedRulesTopData
|
|
87644
|
+
|
|
87781
87645
|
### 第 26 次发布
|
|
87782
87646
|
|
|
87783
87647
|
发布时间:2022-09-14 06:37:50
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-13 01:04:30 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-06 01:04:17 |
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-09 01:06:22 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-08 01:06:07 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-13 01:08:00 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-01 01:08:42 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-13 01:17:57 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-09 01:13:55 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-09 01:14:35 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-13 01:19:28 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-
|
|
69
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-
|
|
68
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-13 01:21:27 |
|
|
69
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-13 01:27:18 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-03 01:13:15 |
|
|
72
72
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-09 01:19:39 |
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-09 01:21:10 |
|
|
79
79
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-10 01:29:04 |
|
|
80
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
80
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-13 01:32:06 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-07 01:21:01 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-09 01:25:15 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-13 01:35:28 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-13 01:35:51 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-09 01:26:07 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-13 01:41:41 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
124
|
-
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-
|
|
124
|
+
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-13 01:49:18 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-13 01:49:55 |
|
|
127
127
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-09 01:32:16 |
|
|
128
128
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-08 01:36:32 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-09 01:34:01 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-13 01:52:39 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-09 14:45:43 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-10 01:50:09 |
|
|
189
189
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
190
190
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
191
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-
|
|
191
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-13 02:05:39 |
|
|
192
192
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
193
193
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
|
|
194
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-
|
|
194
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-13 02:07:46 |
|
|
195
195
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-28 02:19:52 |
|
|
196
196
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
197
197
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
RocketMQVipInstance,
|
|
42
42
|
RabbitMQVipInstance,
|
|
43
43
|
DescribeCmqQueuesResponse,
|
|
44
|
+
CreateRabbitMQVipInstanceRequest,
|
|
44
45
|
DescribeAllTenantsResponse,
|
|
45
46
|
DescribeRabbitMQNodeListRequest,
|
|
46
47
|
DescribeNamespaceBundlesOptResponse,
|
|
@@ -186,6 +187,7 @@ import {
|
|
|
186
187
|
CreateCmqTopicResponse,
|
|
187
188
|
CmqDeadLetterSource,
|
|
188
189
|
ClearCmqSubscriptionFilterTagsResponse,
|
|
190
|
+
CreateRabbitMQVipInstanceResponse,
|
|
189
191
|
DescribeCmqTopicsRequest,
|
|
190
192
|
Filter,
|
|
191
193
|
AMQPExchange,
|
|
@@ -478,13 +480,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
478
480
|
}
|
|
479
481
|
|
|
480
482
|
/**
|
|
481
|
-
*
|
|
483
|
+
* 创建RocketMQ消费组
|
|
482
484
|
*/
|
|
483
|
-
async
|
|
484
|
-
req:
|
|
485
|
-
cb?: (error: string, rep:
|
|
486
|
-
): Promise<
|
|
487
|
-
return this.request("
|
|
485
|
+
async CreateRocketMQGroup(
|
|
486
|
+
req: CreateRocketMQGroupRequest,
|
|
487
|
+
cb?: (error: string, rep: CreateRocketMQGroupResponse) => void
|
|
488
|
+
): Promise<CreateRocketMQGroupResponse> {
|
|
489
|
+
return this.request("CreateRocketMQGroup", req, cb)
|
|
488
490
|
}
|
|
489
491
|
|
|
490
492
|
/**
|
|
@@ -937,6 +939,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
937
939
|
return this.request("DescribeAMQPClusters", req, cb)
|
|
938
940
|
}
|
|
939
941
|
|
|
942
|
+
/**
|
|
943
|
+
* 创建RabbitMQ专享版实例
|
|
944
|
+
*/
|
|
945
|
+
async CreateRabbitMQVipInstance(
|
|
946
|
+
req: CreateRabbitMQVipInstanceRequest,
|
|
947
|
+
cb?: (error: string, rep: CreateRabbitMQVipInstanceResponse) => void
|
|
948
|
+
): Promise<CreateRabbitMQVipInstanceResponse> {
|
|
949
|
+
return this.request("CreateRabbitMQVipInstance", req, cb)
|
|
950
|
+
}
|
|
951
|
+
|
|
940
952
|
/**
|
|
941
953
|
* 产品下线了,对应的接口也要下线。
|
|
942
954
|
|
|
@@ -1137,6 +1149,16 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
1137
1149
|
return this.request("DescribeRocketMQTopics", req, cb)
|
|
1138
1150
|
}
|
|
1139
1151
|
|
|
1152
|
+
/**
|
|
1153
|
+
* 修改环境角色授权。
|
|
1154
|
+
*/
|
|
1155
|
+
async ModifyEnvironmentRole(
|
|
1156
|
+
req: ModifyEnvironmentRoleRequest,
|
|
1157
|
+
cb?: (error: string, rep: ModifyEnvironmentRoleResponse) => void
|
|
1158
|
+
): Promise<ModifyEnvironmentRoleResponse> {
|
|
1159
|
+
return this.request("ModifyEnvironmentRole", req, cb)
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1140
1162
|
/**
|
|
1141
1163
|
* 获取RocketMQ集群列表
|
|
1142
1164
|
*/
|
|
@@ -1302,13 +1324,13 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
1302
1324
|
}
|
|
1303
1325
|
|
|
1304
1326
|
/**
|
|
1305
|
-
*
|
|
1327
|
+
* 删除cmq订阅
|
|
1306
1328
|
*/
|
|
1307
|
-
async
|
|
1308
|
-
req:
|
|
1309
|
-
cb?: (error: string, rep:
|
|
1310
|
-
): Promise<
|
|
1311
|
-
return this.request("
|
|
1329
|
+
async DeleteCmqSubscribe(
|
|
1330
|
+
req: DeleteCmqSubscribeRequest,
|
|
1331
|
+
cb?: (error: string, rep: DeleteCmqSubscribeResponse) => void
|
|
1332
|
+
): Promise<DeleteCmqSubscribeResponse> {
|
|
1333
|
+
return this.request("DeleteCmqSubscribe", req, cb)
|
|
1312
1334
|
}
|
|
1313
1335
|
|
|
1314
1336
|
/**
|
|
@@ -1321,16 +1343,6 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
1321
1343
|
return this.request("ModifyRole", req, cb)
|
|
1322
1344
|
}
|
|
1323
1345
|
|
|
1324
|
-
/**
|
|
1325
|
-
* 删除cmq订阅
|
|
1326
|
-
*/
|
|
1327
|
-
async DeleteCmqSubscribe(
|
|
1328
|
-
req: DeleteCmqSubscribeRequest,
|
|
1329
|
-
cb?: (error: string, rep: DeleteCmqSubscribeResponse) => void
|
|
1330
|
-
): Promise<DeleteCmqSubscribeResponse> {
|
|
1331
|
-
return this.request("DeleteCmqSubscribe", req, cb)
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
1346
|
/**
|
|
1335
1347
|
* 获取某个租户的虚拟集群列表
|
|
1336
1348
|
*/
|
|
@@ -730,6 +730,61 @@ export interface DescribeCmqQueuesResponse {
|
|
|
730
730
|
RequestId?: string
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
+
/**
|
|
734
|
+
* CreateRabbitMQVipInstance请求参数结构体
|
|
735
|
+
*/
|
|
736
|
+
export interface CreateRabbitMQVipInstanceRequest {
|
|
737
|
+
/**
|
|
738
|
+
* 可用区
|
|
739
|
+
*/
|
|
740
|
+
ZoneIds: Array<number>
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* 私有网络VpcId
|
|
744
|
+
*/
|
|
745
|
+
VpcId: string
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* 私有网络SubnetId
|
|
749
|
+
*/
|
|
750
|
+
SubnetId: string
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* 集群名称
|
|
754
|
+
*/
|
|
755
|
+
ClusterName: string
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* 节点规格,基础型rabbit-vip-basic-1,标准型rabbit-vip-basic-2,高阶1型rabbit-vip-basic-3,高阶2型rabbit-vip-basic-4。不传默认为基础型
|
|
759
|
+
*/
|
|
760
|
+
NodeSpec?: string
|
|
761
|
+
|
|
762
|
+
/**
|
|
763
|
+
* 节点数量,多可用区最少为3节点。不传默认单可用区为1,多可用区为3
|
|
764
|
+
*/
|
|
765
|
+
NodeNum?: number
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* 单节点存储规格,不传默认为200G
|
|
769
|
+
*/
|
|
770
|
+
StorageSize?: number
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* 镜像队列,不传默认为false
|
|
774
|
+
*/
|
|
775
|
+
EnableCreateDefaultHaMirrorQueue?: boolean
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* 自动续费,不传默认为true
|
|
779
|
+
*/
|
|
780
|
+
AutoRenewFlag?: boolean
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* 购买时长,不传默认为1(月)
|
|
784
|
+
*/
|
|
785
|
+
TimeSpan?: number
|
|
786
|
+
}
|
|
787
|
+
|
|
733
788
|
/**
|
|
734
789
|
* DescribeAllTenants返回参数结构体
|
|
735
790
|
*/
|
|
@@ -4747,6 +4802,28 @@ export interface ClearCmqSubscriptionFilterTagsResponse {
|
|
|
4747
4802
|
RequestId?: string
|
|
4748
4803
|
}
|
|
4749
4804
|
|
|
4805
|
+
/**
|
|
4806
|
+
* CreateRabbitMQVipInstance返回参数结构体
|
|
4807
|
+
*/
|
|
4808
|
+
export interface CreateRabbitMQVipInstanceResponse {
|
|
4809
|
+
/**
|
|
4810
|
+
* 订单号Id
|
|
4811
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4812
|
+
*/
|
|
4813
|
+
TranId?: string
|
|
4814
|
+
|
|
4815
|
+
/**
|
|
4816
|
+
* 实例Id
|
|
4817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4818
|
+
*/
|
|
4819
|
+
InstanceId?: string
|
|
4820
|
+
|
|
4821
|
+
/**
|
|
4822
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4823
|
+
*/
|
|
4824
|
+
RequestId?: string
|
|
4825
|
+
}
|
|
4826
|
+
|
|
4750
4827
|
/**
|
|
4751
4828
|
* DescribeCmqTopics请求参数结构体
|
|
4752
4829
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeRolesResponse, DescribeAMQPRouteRelationsRequest, DescribeNamespaceBundlesOptRequest, DescribeSubscriptionsRequest, CreateRocketMQGroupRequest, ModifyEnvironmentAttributesRequest, DeleteClusterResponse, SendBatchMessagesResponse, ModifyCmqSubscriptionAttributeResponse, CreateCmqTopicRequest, CreateAMQPExchangeRequest, DescribeRocketMQNamespacesResponse, ResetRocketMQConsumerOffSetResponse, DescribeBindClustersResponse, ModifyClusterResponse, DescribeCmqQueuesResponse, DescribeAllTenantsResponse, DescribeRabbitMQNodeListRequest, DescribeNamespaceBundlesOptResponse, DescribeBindVpcsResponse, RewindCmqQueueResponse, DeleteClusterRequest, ModifyAMQPVHostResponse, DescribeAMQPClusterResponse, CreateAMQPClusterRequest, DeleteRocketMQGroupRequest, DescribeRocketMQVipInstanceDetailRequest, DeleteCmqTopicResponse, ModifyAMQPVHostRequest, CreateSubscriptionRequest, CreateRocketMQNamespaceRequest, DescribeCmqTopicDetailResponse, CreateEnvironmentResponse, CreateSubscriptionResponse, DeleteAMQPQueueResponse, ModifyCmqTopicAttributeResponse, DescribeCmqSubscriptionDetailRequest, DescribePublisherSummaryResponse, DescribeAMQPVHostsResponse, DescribeEnvironmentsRequest, DescribeRocketMQNamespacesRequest, DeleteAMQPClusterResponse, DescribeAMQPClusterRequest, DescribeRocketMQTopicsRequest, ModifyRocketMQClusterResponse, DescribeCmqQueueDetailResponse, CreateEnvironmentRequest, CreateAMQPQueueRequest, ClearCmqQueueRequest, DescribeClustersRequest, DescribeRocketMQClusterResponse, CreateAMQPVHostResponse, DescribeCmqSubscriptionDetailResponse, RewindCmqQueueRequest, DescribeAMQPVHostsRequest, ModifyClusterRequest, DescribeAMQPQueuesRequest, ModifyRocketMQClusterRequest, ModifyAMQPExchangeResponse, DescribeAMQPExchangesResponse, AcknowledgeMessageRequest, DeleteAMQPClusterRequest, DescribeRocketMQVipInstanceDetailResponse, PublishCmqMsgResponse, DescribePublishersRequest, CreateRocketMQClusterRequest, DeleteAMQPVHostRequest, AcknowledgeMessageResponse, ModifyCmqQueueAttributeResponse, DeleteEnvironmentRolesResponse, DescribeClusterDetailRequest, ModifyRoleResponse, ModifyAMQPQueueRequest, DeleteCmqQueueResponse, DescribeRocketMQClusterRequest, DeleteRocketMQTopicResponse, ModifyCmqTopicAttributeRequest, DescribeRabbitMQVipInstancesResponse, DeleteRolesRequest, ModifyRocketMQTopicResponse, CreateCmqSubscribeResponse, DescribeCmqDeadLetterSourceQueuesRequest, DescribeSubscriptionsResponse, ModifyRoleRequest, DescribeRabbitMQNodeListResponse, SendMessagesResponse, ReceiveMessageRequest, CreateTopicRequest, DescribeTopicsRequest, DeleteEnvironmentsResponse, ModifyAMQPClusterRequest, DescribeEnvironmentRolesResponse, DescribeAMQPCreateQuotaResponse, ModifyRocketMQGroupRequest, DescribeCmqTopicsResponse, DescribeCmqTopicDetailRequest, UnbindCmqDeadLetterResponse, ModifyRocketMQNamespaceResponse, DeleteAMQPQueueRequest, DeleteEnvironmentsRequest, DescribeRocketMQClustersRequest, ReceiveMessageResponse, DescribeBindVpcsRequest, DescribeClustersResponse, DeleteRocketMQNamespaceResponse, ClearCmqSubscriptionFilterTagsRequest, CreateRocketMQGroupResponse, CreateEnvironmentRoleRequest, DescribeEnvironmentRolesRequest, DeleteRolesResponse, SendMsgResponse, ModifyRocketMQTopicRequest, DescribeRocketMQTopicsResponse, CreateAMQPVHostRequest, DeleteRocketMQGroupResponse, CreateCmqQueueResponse, DescribeRocketMQGroupsResponse, ResetMsgSubOffsetByTimestampResponse, CreateClusterResponse, DeleteAMQPExchangeResponse, DeleteRocketMQNamespaceRequest, DescribeRolesRequest, CreateAMQPQueueResponse, CreateClusterRequest, DescribeAMQPClustersRequest, CreateAMQPRouteRelationResponse, CreateTopicResponse, DescribeCmqQueuesRequest, DescribeEnvironmentsResponse, ModifyCmqSubscriptionAttributeRequest, ModifyTopicResponse, DescribeAMQPRouteRelationsResponse, DeleteTopicsResponse, CreateAMQPClusterResponse, DescribeRocketMQVipInstancesRequest, DeleteAMQPExchangeRequest, DeleteRocketMQClusterResponse, CreateCmqTopicResponse, ClearCmqSubscriptionFilterTagsResponse, DescribeCmqTopicsRequest, DeleteTopicsRequest, ModifyTopicRequest, ResetMsgSubOffsetByTimestampRequest, CreateEnvironmentRoleResponse, CreateCmqSubscribeRequest, DeleteCmqSubscribeRequest, DescribeAMQPClustersResponse, DescribeCmqDeadLetterSourceQueuesResponse, DeleteSubscriptionsResponse, DeleteRocketMQTopicRequest, CreateRocketMQClusterResponse, DescribeAMQPCreateQuotaRequest, DescribePublishersResponse, DeleteAMQPRouteRelationResponse, SendMsgRequest, ResetRocketMQConsumerOffSetRequest, DescribeCmqQueueDetailRequest, DescribeAMQPQueuesResponse, CreateRocketMQTopicRequest, CreateRoleResponse, DeleteRocketMQClusterRequest, DescribeEnvironmentAttributesRequest, DeleteEnvironmentRolesRequest, ClearCmqQueueResponse, CreateAMQPExchangeResponse, DescribeNodeHealthOptRequest, DescribeBindClustersRequest, CreateRocketMQTopicResponse, ModifyEnvironmentAttributesResponse, ModifyAMQPQueueResponse, CreateCmqQueueRequest, ModifyEnvironmentRoleResponse, DeleteCmqQueueRequest, DescribeRocketMQGroupsRequest, DescribeRocketMQClustersResponse, CreateRoleRequest, ModifyEnvironmentRoleRequest, DescribeEnvironmentAttributesResponse, ModifyAMQPClusterResponse, DescribeTopicsResponse, DescribeAMQPExchangesRequest, CreateRocketMQNamespaceResponse, ModifyAMQPExchangeRequest, SendBatchMessagesRequest, DeleteCmqTopicRequest, DeleteAMQPRouteRelationRequest, SendCmqMsgResponse, DescribeNodeHealthOptResponse, PublishCmqMsgRequest, UnbindCmqDeadLetterRequest, CreateAMQPRouteRelationRequest, DeleteCmqSubscribeResponse, DescribePublisherSummaryRequest, DeleteSubscriptionsRequest, SendCmqMsgRequest, ModifyCmqQueueAttributeRequest, ModifyRocketMQGroupResponse, DescribeRocketMQVipInstancesResponse, DescribeRabbitMQVipInstancesRequest, DescribeClusterDetailResponse, SendMessagesRequest, ModifyRocketMQNamespaceRequest, DeleteAMQPVHostResponse, DescribeAllTenantsRequest } from "./tdmq_models";
|
|
2
|
+
import { DescribeRolesResponse, DescribeAMQPRouteRelationsRequest, DescribeNamespaceBundlesOptRequest, DescribeSubscriptionsRequest, CreateRocketMQGroupRequest, ModifyEnvironmentAttributesRequest, DeleteClusterResponse, SendBatchMessagesResponse, ModifyCmqSubscriptionAttributeResponse, CreateCmqTopicRequest, CreateAMQPExchangeRequest, DescribeRocketMQNamespacesResponse, ResetRocketMQConsumerOffSetResponse, DescribeBindClustersResponse, ModifyClusterResponse, DescribeCmqQueuesResponse, CreateRabbitMQVipInstanceRequest, DescribeAllTenantsResponse, DescribeRabbitMQNodeListRequest, DescribeNamespaceBundlesOptResponse, DescribeBindVpcsResponse, RewindCmqQueueResponse, DeleteClusterRequest, ModifyAMQPVHostResponse, DescribeAMQPClusterResponse, CreateAMQPClusterRequest, DeleteRocketMQGroupRequest, DescribeRocketMQVipInstanceDetailRequest, DeleteCmqTopicResponse, ModifyAMQPVHostRequest, CreateSubscriptionRequest, CreateRocketMQNamespaceRequest, DescribeCmqTopicDetailResponse, CreateEnvironmentResponse, CreateSubscriptionResponse, DeleteAMQPQueueResponse, ModifyCmqTopicAttributeResponse, DescribeCmqSubscriptionDetailRequest, DescribePublisherSummaryResponse, DescribeAMQPVHostsResponse, DescribeEnvironmentsRequest, DescribeRocketMQNamespacesRequest, DeleteAMQPClusterResponse, DescribeAMQPClusterRequest, DescribeRocketMQTopicsRequest, ModifyRocketMQClusterResponse, DescribeCmqQueueDetailResponse, CreateEnvironmentRequest, CreateAMQPQueueRequest, ClearCmqQueueRequest, DescribeClustersRequest, DescribeRocketMQClusterResponse, CreateAMQPVHostResponse, DescribeCmqSubscriptionDetailResponse, RewindCmqQueueRequest, DescribeAMQPVHostsRequest, ModifyClusterRequest, DescribeAMQPQueuesRequest, ModifyRocketMQClusterRequest, ModifyAMQPExchangeResponse, DescribeAMQPExchangesResponse, AcknowledgeMessageRequest, DeleteAMQPClusterRequest, DescribeRocketMQVipInstanceDetailResponse, PublishCmqMsgResponse, DescribePublishersRequest, CreateRocketMQClusterRequest, DeleteAMQPVHostRequest, AcknowledgeMessageResponse, ModifyCmqQueueAttributeResponse, DeleteEnvironmentRolesResponse, DescribeClusterDetailRequest, ModifyRoleResponse, ModifyAMQPQueueRequest, DeleteCmqQueueResponse, DescribeRocketMQClusterRequest, DeleteRocketMQTopicResponse, ModifyCmqTopicAttributeRequest, DescribeRabbitMQVipInstancesResponse, DeleteRolesRequest, ModifyRocketMQTopicResponse, CreateCmqSubscribeResponse, DescribeCmqDeadLetterSourceQueuesRequest, DescribeSubscriptionsResponse, ModifyRoleRequest, DescribeRabbitMQNodeListResponse, SendMessagesResponse, ReceiveMessageRequest, CreateTopicRequest, DescribeTopicsRequest, DeleteEnvironmentsResponse, ModifyAMQPClusterRequest, DescribeEnvironmentRolesResponse, DescribeAMQPCreateQuotaResponse, ModifyRocketMQGroupRequest, DescribeCmqTopicsResponse, DescribeCmqTopicDetailRequest, UnbindCmqDeadLetterResponse, ModifyRocketMQNamespaceResponse, DeleteAMQPQueueRequest, DeleteEnvironmentsRequest, DescribeRocketMQClustersRequest, ReceiveMessageResponse, DescribeBindVpcsRequest, DescribeClustersResponse, DeleteRocketMQNamespaceResponse, ClearCmqSubscriptionFilterTagsRequest, CreateRocketMQGroupResponse, CreateEnvironmentRoleRequest, DescribeEnvironmentRolesRequest, DeleteRolesResponse, SendMsgResponse, ModifyRocketMQTopicRequest, DescribeRocketMQTopicsResponse, CreateAMQPVHostRequest, DeleteRocketMQGroupResponse, CreateCmqQueueResponse, DescribeRocketMQGroupsResponse, ResetMsgSubOffsetByTimestampResponse, CreateClusterResponse, DeleteAMQPExchangeResponse, DeleteRocketMQNamespaceRequest, DescribeRolesRequest, CreateAMQPQueueResponse, CreateClusterRequest, DescribeAMQPClustersRequest, CreateAMQPRouteRelationResponse, CreateTopicResponse, DescribeCmqQueuesRequest, DescribeEnvironmentsResponse, ModifyCmqSubscriptionAttributeRequest, ModifyTopicResponse, DescribeAMQPRouteRelationsResponse, DeleteTopicsResponse, CreateAMQPClusterResponse, DescribeRocketMQVipInstancesRequest, DeleteAMQPExchangeRequest, DeleteRocketMQClusterResponse, CreateCmqTopicResponse, ClearCmqSubscriptionFilterTagsResponse, CreateRabbitMQVipInstanceResponse, DescribeCmqTopicsRequest, DeleteTopicsRequest, ModifyTopicRequest, ResetMsgSubOffsetByTimestampRequest, CreateEnvironmentRoleResponse, CreateCmqSubscribeRequest, DeleteCmqSubscribeRequest, DescribeAMQPClustersResponse, DescribeCmqDeadLetterSourceQueuesResponse, DeleteSubscriptionsResponse, DeleteRocketMQTopicRequest, CreateRocketMQClusterResponse, DescribeAMQPCreateQuotaRequest, DescribePublishersResponse, DeleteAMQPRouteRelationResponse, SendMsgRequest, ResetRocketMQConsumerOffSetRequest, DescribeCmqQueueDetailRequest, DescribeAMQPQueuesResponse, CreateRocketMQTopicRequest, CreateRoleResponse, DeleteRocketMQClusterRequest, DescribeEnvironmentAttributesRequest, DeleteEnvironmentRolesRequest, ClearCmqQueueResponse, CreateAMQPExchangeResponse, DescribeNodeHealthOptRequest, DescribeBindClustersRequest, CreateRocketMQTopicResponse, ModifyEnvironmentAttributesResponse, ModifyAMQPQueueResponse, CreateCmqQueueRequest, ModifyEnvironmentRoleResponse, DeleteCmqQueueRequest, DescribeRocketMQGroupsRequest, DescribeRocketMQClustersResponse, CreateRoleRequest, ModifyEnvironmentRoleRequest, DescribeEnvironmentAttributesResponse, ModifyAMQPClusterResponse, DescribeTopicsResponse, DescribeAMQPExchangesRequest, CreateRocketMQNamespaceResponse, ModifyAMQPExchangeRequest, SendBatchMessagesRequest, DeleteCmqTopicRequest, DeleteAMQPRouteRelationRequest, SendCmqMsgResponse, DescribeNodeHealthOptResponse, PublishCmqMsgRequest, UnbindCmqDeadLetterRequest, CreateAMQPRouteRelationRequest, DeleteCmqSubscribeResponse, DescribePublisherSummaryRequest, DeleteSubscriptionsRequest, SendCmqMsgRequest, ModifyCmqQueueAttributeRequest, ModifyRocketMQGroupResponse, DescribeRocketMQVipInstancesResponse, DescribeRabbitMQVipInstancesRequest, DescribeClusterDetailResponse, SendMessagesRequest, ModifyRocketMQNamespaceRequest, DeleteAMQPVHostResponse, DescribeAllTenantsRequest } from "./tdmq_models";
|
|
3
3
|
/**
|
|
4
4
|
* tdmq client
|
|
5
5
|
* @class
|
|
@@ -89,9 +89,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
89
89
|
*/
|
|
90
90
|
DescribeClusterDetail(req: DescribeClusterDetailRequest, cb?: (error: string, rep: DescribeClusterDetailResponse) => void): Promise<DescribeClusterDetailResponse>;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* 创建RocketMQ消费组
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
CreateRocketMQGroup(req: CreateRocketMQGroupRequest, cb?: (error: string, rep: CreateRocketMQGroupResponse) => void): Promise<CreateRocketMQGroupResponse>;
|
|
95
95
|
/**
|
|
96
96
|
* 根据提供的 MessageID 确认指定 topic 中的消息
|
|
97
97
|
*/
|
|
@@ -284,6 +284,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
284
284
|
* 获取amqp集群列表
|
|
285
285
|
*/
|
|
286
286
|
DescribeAMQPClusters(req: DescribeAMQPClustersRequest, cb?: (error: string, rep: DescribeAMQPClustersResponse) => void): Promise<DescribeAMQPClustersResponse>;
|
|
287
|
+
/**
|
|
288
|
+
* 创建RabbitMQ专享版实例
|
|
289
|
+
*/
|
|
290
|
+
CreateRabbitMQVipInstance(req: CreateRabbitMQVipInstanceRequest, cb?: (error: string, rep: CreateRabbitMQVipInstanceResponse) => void): Promise<CreateRabbitMQVipInstanceResponse>;
|
|
287
291
|
/**
|
|
288
292
|
* 产品下线了,对应的接口也要下线。
|
|
289
293
|
|
|
@@ -382,6 +386,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
382
386
|
* 获取RocketMQ主题列表
|
|
383
387
|
*/
|
|
384
388
|
DescribeRocketMQTopics(req: DescribeRocketMQTopicsRequest, cb?: (error: string, rep: DescribeRocketMQTopicsResponse) => void): Promise<DescribeRocketMQTopicsResponse>;
|
|
389
|
+
/**
|
|
390
|
+
* 修改环境角色授权。
|
|
391
|
+
*/
|
|
392
|
+
ModifyEnvironmentRole(req: ModifyEnvironmentRoleRequest, cb?: (error: string, rep: ModifyEnvironmentRoleResponse) => void): Promise<ModifyEnvironmentRoleResponse>;
|
|
385
393
|
/**
|
|
386
394
|
* 获取RocketMQ集群列表
|
|
387
395
|
*/
|
|
@@ -451,17 +459,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
451
459
|
*/
|
|
452
460
|
ClearCmqSubscriptionFilterTags(req: ClearCmqSubscriptionFilterTagsRequest, cb?: (error: string, rep: ClearCmqSubscriptionFilterTagsResponse) => void): Promise<ClearCmqSubscriptionFilterTagsResponse>;
|
|
453
461
|
/**
|
|
454
|
-
*
|
|
462
|
+
* 删除cmq订阅
|
|
455
463
|
*/
|
|
456
|
-
|
|
464
|
+
DeleteCmqSubscribe(req: DeleteCmqSubscribeRequest, cb?: (error: string, rep: DeleteCmqSubscribeResponse) => void): Promise<DeleteCmqSubscribeResponse>;
|
|
457
465
|
/**
|
|
458
466
|
* 角色修改
|
|
459
467
|
*/
|
|
460
468
|
ModifyRole(req: ModifyRoleRequest, cb?: (error: string, rep: ModifyRoleResponse) => void): Promise<ModifyRoleResponse>;
|
|
461
|
-
/**
|
|
462
|
-
* 删除cmq订阅
|
|
463
|
-
*/
|
|
464
|
-
DeleteCmqSubscribe(req: DeleteCmqSubscribeRequest, cb?: (error: string, rep: DeleteCmqSubscribeResponse) => void): Promise<DeleteCmqSubscribeResponse>;
|
|
465
469
|
/**
|
|
466
470
|
* 获取某个租户的虚拟集群列表
|
|
467
471
|
*/
|
|
@@ -148,10 +148,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
148
148
|
return this.request("DescribeClusterDetail", req, cb);
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* 创建RocketMQ消费组
|
|
152
152
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
153
|
+
async CreateRocketMQGroup(req, cb) {
|
|
154
|
+
return this.request("CreateRocketMQGroup", req, cb);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* 根据提供的 MessageID 确认指定 topic 中的消息
|
|
@@ -431,6 +431,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
431
431
|
async DescribeAMQPClusters(req, cb) {
|
|
432
432
|
return this.request("DescribeAMQPClusters", req, cb);
|
|
433
433
|
}
|
|
434
|
+
/**
|
|
435
|
+
* 创建RabbitMQ专享版实例
|
|
436
|
+
*/
|
|
437
|
+
async CreateRabbitMQVipInstance(req, cb) {
|
|
438
|
+
return this.request("CreateRabbitMQVipInstance", req, cb);
|
|
439
|
+
}
|
|
434
440
|
/**
|
|
435
441
|
* 产品下线了,对应的接口也要下线。
|
|
436
442
|
|
|
@@ -563,6 +569,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
563
569
|
async DescribeRocketMQTopics(req, cb) {
|
|
564
570
|
return this.request("DescribeRocketMQTopics", req, cb);
|
|
565
571
|
}
|
|
572
|
+
/**
|
|
573
|
+
* 修改环境角色授权。
|
|
574
|
+
*/
|
|
575
|
+
async ModifyEnvironmentRole(req, cb) {
|
|
576
|
+
return this.request("ModifyEnvironmentRole", req, cb);
|
|
577
|
+
}
|
|
566
578
|
/**
|
|
567
579
|
* 获取RocketMQ集群列表
|
|
568
580
|
*/
|
|
@@ -664,10 +676,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
664
676
|
return this.request("ClearCmqSubscriptionFilterTags", req, cb);
|
|
665
677
|
}
|
|
666
678
|
/**
|
|
667
|
-
*
|
|
679
|
+
* 删除cmq订阅
|
|
668
680
|
*/
|
|
669
|
-
async
|
|
670
|
-
return this.request("
|
|
681
|
+
async DeleteCmqSubscribe(req, cb) {
|
|
682
|
+
return this.request("DeleteCmqSubscribe", req, cb);
|
|
671
683
|
}
|
|
672
684
|
/**
|
|
673
685
|
* 角色修改
|
|
@@ -675,12 +687,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
675
687
|
async ModifyRole(req, cb) {
|
|
676
688
|
return this.request("ModifyRole", req, cb);
|
|
677
689
|
}
|
|
678
|
-
/**
|
|
679
|
-
* 删除cmq订阅
|
|
680
|
-
*/
|
|
681
|
-
async DeleteCmqSubscribe(req, cb) {
|
|
682
|
-
return this.request("DeleteCmqSubscribe", req, cb);
|
|
683
|
-
}
|
|
684
690
|
/**
|
|
685
691
|
* 获取某个租户的虚拟集群列表
|
|
686
692
|
*/
|
|
@@ -597,6 +597,51 @@ export interface DescribeCmqQueuesResponse {
|
|
|
597
597
|
*/
|
|
598
598
|
RequestId?: string;
|
|
599
599
|
}
|
|
600
|
+
/**
|
|
601
|
+
* CreateRabbitMQVipInstance请求参数结构体
|
|
602
|
+
*/
|
|
603
|
+
export interface CreateRabbitMQVipInstanceRequest {
|
|
604
|
+
/**
|
|
605
|
+
* 可用区
|
|
606
|
+
*/
|
|
607
|
+
ZoneIds: Array<number>;
|
|
608
|
+
/**
|
|
609
|
+
* 私有网络VpcId
|
|
610
|
+
*/
|
|
611
|
+
VpcId: string;
|
|
612
|
+
/**
|
|
613
|
+
* 私有网络SubnetId
|
|
614
|
+
*/
|
|
615
|
+
SubnetId: string;
|
|
616
|
+
/**
|
|
617
|
+
* 集群名称
|
|
618
|
+
*/
|
|
619
|
+
ClusterName: string;
|
|
620
|
+
/**
|
|
621
|
+
* 节点规格,基础型rabbit-vip-basic-1,标准型rabbit-vip-basic-2,高阶1型rabbit-vip-basic-3,高阶2型rabbit-vip-basic-4。不传默认为基础型
|
|
622
|
+
*/
|
|
623
|
+
NodeSpec?: string;
|
|
624
|
+
/**
|
|
625
|
+
* 节点数量,多可用区最少为3节点。不传默认单可用区为1,多可用区为3
|
|
626
|
+
*/
|
|
627
|
+
NodeNum?: number;
|
|
628
|
+
/**
|
|
629
|
+
* 单节点存储规格,不传默认为200G
|
|
630
|
+
*/
|
|
631
|
+
StorageSize?: number;
|
|
632
|
+
/**
|
|
633
|
+
* 镜像队列,不传默认为false
|
|
634
|
+
*/
|
|
635
|
+
EnableCreateDefaultHaMirrorQueue?: boolean;
|
|
636
|
+
/**
|
|
637
|
+
* 自动续费,不传默认为true
|
|
638
|
+
*/
|
|
639
|
+
AutoRenewFlag?: boolean;
|
|
640
|
+
/**
|
|
641
|
+
* 购买时长,不传默认为1(月)
|
|
642
|
+
*/
|
|
643
|
+
TimeSpan?: number;
|
|
644
|
+
}
|
|
600
645
|
/**
|
|
601
646
|
* DescribeAllTenants返回参数结构体
|
|
602
647
|
*/
|
|
@@ -4000,6 +4045,25 @@ export interface ClearCmqSubscriptionFilterTagsResponse {
|
|
|
4000
4045
|
*/
|
|
4001
4046
|
RequestId?: string;
|
|
4002
4047
|
}
|
|
4048
|
+
/**
|
|
4049
|
+
* CreateRabbitMQVipInstance返回参数结构体
|
|
4050
|
+
*/
|
|
4051
|
+
export interface CreateRabbitMQVipInstanceResponse {
|
|
4052
|
+
/**
|
|
4053
|
+
* 订单号Id
|
|
4054
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4055
|
+
*/
|
|
4056
|
+
TranId?: string;
|
|
4057
|
+
/**
|
|
4058
|
+
* 实例Id
|
|
4059
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4060
|
+
*/
|
|
4061
|
+
InstanceId?: string;
|
|
4062
|
+
/**
|
|
4063
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4064
|
+
*/
|
|
4065
|
+
RequestId?: string;
|
|
4066
|
+
}
|
|
4003
4067
|
/**
|
|
4004
4068
|
* DescribeCmqTopics请求参数结构体
|
|
4005
4069
|
*/
|